Mimir: otel metric suffixes enabled doesn't appear to work as expected #10492
-
I hope this is the right place to start this discussion! I'm trying send some Opentelemtry Metrics from OTEL Collector -> Mimir. I have a metric which looks like the following in OTEL:
When I print the export in debug I see it as It looked like the following documented in limits
would disable this behaviour however it's default to false so I wouldn't expect the transform but i've also tried applying it directly to my mimir deployment and it's still coming through as I'm running the mimir-distributed helm chart if that makes any difference! Am I misunderstanding the behaviour of this feature? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If you are sending OTel metrics over OTLP to Mimir, you're right,
This makes it sound as if you are converting OTel metrics to Prometheus format in the collector, before remote writing to Mimir? |
Beta Was this translation helpful? Give feedback.
If you are sending OTel metrics over OTLP to Mimir, you're right,
_total
should not be appended whenotel_metric_suffixes_enabled
isfalse
. Can you confirm that you're sending OTel metrics to Mimir's OTLP endpoint?This makes it sound as if you are converting OTel metrics to Prometheus format in the collector, before remote writing to Mimir?