GoogleCloudPlatform / GoogleCloudPlatform/prometheus-engine

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

Open
#451 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
232
Forks
109
Avg merge
1d 3h
Merged PRs (30d)
27

Description

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 `_.+` 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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.