There was an error while loading. Please reload this page.
1 parent cbf4c35 commit d9d40e2Copy full SHA for d9d40e2
prometheus/histogram.go
@@ -611,13 +611,6 @@ func (h *constHistogram) Write(out *dto.Metric) error {
611
return nil
612
}
613
614
-func (h *constHistogram) GetExemplars() []*dto.Exemplar {
615
-if h != nil {
616
-return h.exemplars
617
-}
618
-return nil
619
620
-
621
// NewConstHistogram returns a metric representing a Prometheus histogram with
622
// fixed values for the count, sum, and bucket counts. As those parameters
623
// cannot be changed, the returned value does not implement the Histogram
0 commit comments