-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot get metrics from collector #4
Comments
Hi @flenoir , Could you provide your full collector config? The metrics you provided look like from the metrics endpoint, but you are using Or you can create another minimized metrics pipeline and use |
Hi, Yes, please find the prometheus remote write part, frommy collector config below
"mycomapny" is not the real dns name for confidentiallity reason this is a local prometheus pod on my cluster the metrics, on my inital post, are comming out of my collector pod As i checked your connector config, i guess it may be related to the use of "connectors", right ? |
I think maybe exporters:
prometheus:
endpoint: "0.0.0.0:8889"
pipelines:
metrics/spanmetrics:
receivers: [spanmetrics]
processors: [batch]
exporters: [prometheus] |
same experience on my end, the spanmetrics connector doesn't seem to produce those metrics with a very similar configuration. I only am getting |
Hi @zdelagrange, Could you check that your OpenTelemetry Collector version is 0.85.0+? The metrics generated by the Span Metrics connector already change the metrics name from |
this particular instance is using 0.88, but i will upgrade to latest to see if it works out. |
awesome, i updated to 0.94.0 and those metrics are now available. |
Hi @blueswen |
Hi @sarathskumar, |
Hi @blueswen |
Hi,
I did try to use your Opentelemetry APM Grfaana Dashboard but i can get same metrics as yours. Listing my opentelemetry-collector metrics, i can't find
duration_milliseconds_count
orduration_seconds_count
Here are my metrics :
I did adapt my collector config (version 0.91) to use connectors but i may have missed something
In my collector, my pipeline is set as this:
How can i get
duration_milliseconds_count
orduration_seconds_count
metrics ? Could they have a prefix ?thanks for this great dashboard
The text was updated successfully, but these errors were encountered: