Defining per-metric buckets in Prometheus Exporter/Remote Write sinks #16543
-
Is there a way to configure a custom buckets value for specific metrics in the Prometheus Exporter and/or Remote write sinks? I'm trying to generate two metrics from log events: one with response times and another with response sizes and these two metrics have pretty different behaviours so fitting both of them on the same bucket configuration doesn't yield good results. I guess I could workaround it by having separate pipelines for each metric with a different remote write sink, but it feels like there has to be a better way. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This is probably the best way at the minute. We do have an issue on the backlog that addresses this, feel free to add extra context there: #6546 |
Beta Was this translation helpful? Give feedback.
This is probably the best way at the minute.
We do have an issue on the backlog that addresses this, feel free to add extra context there: #6546