Opentelemetry integration with Grafana Mimir #5038
Replies: 3 comments 4 replies
-
|
@Chaitan1991, could you please double-check the endpoint configuration? The use of This reflects in the error message: |
Beta Was this translation helpful? Give feedback.
-
|
@Chaitan1991 I'm on the some page. |
Beta Was this translation helpful? Give feedback.
-
|
Answering for similar error output, but different cause. On my side it was a network error. When using the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Folks,
I am working on Grafana mimir and opentelemetry, when I am trying to send metrics from postman to mimir via opentelemetry I am putting below configs in opentelemtry,
but I am getting below error on opentelemtry logs,
2023-05-17T16:08:21+05:30 2023-05-17T10:38:21.543Z error exporterhelper/queued_retry.go:176 Exporting failed. No more retries left. Dropping data. {"kind": "exporter", "data_type": "metrics", "name": "otlphttp/mimir", "error": "max elapsed time expired failed to make an HTTP request: Post "(http://mimir-distributor:4318/v1/metrics)\": context deadline exceeded (Client.Timeout exceeded while awaiting headers)", "dropped_items": 1
could you please help me configure it on open telemetry and mimir to receive metrics on Grafana Mimir?
Beta Was this translation helpful? Give feedback.
All reactions