mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-12 22:37:27 -08:00
Added issue link to the comment
Signed-off-by: David N Perkins <David.N.Perkins@ibm.com>
This commit is contained in:
parent
52662e8105
commit
472456efde
|
@ -811,7 +811,7 @@ func funcHistogramQuantile(vals []parser.Value, args parser.Expressions, enh *Ev
|
||||||
}
|
}
|
||||||
l := sigf(el.Metric)
|
l := sigf(el.Metric)
|
||||||
// Add the metric name (which is always removed) to the signature to prevent combining multiple histograms
|
// Add the metric name (which is always removed) to the signature to prevent combining multiple histograms
|
||||||
// with the same label set
|
// with the same label set. See https://github.com/prometheus/prometheus/issues/9910
|
||||||
l = l + el.Metric.Get(model.MetricNameLabel)
|
l = l + el.Metric.Get(model.MetricNameLabel)
|
||||||
|
|
||||||
mb, ok := enh.signatureToMetricWithBuckets[l]
|
mb, ok := enh.signatureToMetricWithBuckets[l]
|
||||||
|
|
Loading…
Reference in a new issue