prometheus-engine icon indicating copy to clipboard operation
prometheus-engine copied to clipboard

export: Make it easier to use `export.match` for complex metrics.

Open bwplotka opened this issue 2 years ago • 0 comments

Currently histogram matching has to match all three metrics (_bucket, _sum, _count). Summary is similar (_sum _count).

This means customers have to do something like <histogram name>_.+ regex or all 3 metrics. We could make it easier and match full histogram (all three metrics) once any of the histogram partial metrics are matched (or at least hav WARN log line). Similar for summary.

The problem stays the same with native histograms.

bwplotka avatar Mar 27 '23 15:03 bwplotka