We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f799a31 commit 2ec9081Copy full SHA for 2ec9081
prometheus/metric.go
@@ -236,7 +236,7 @@ type Exemplar struct {
236
// Only last applicable exemplar is injected from the list.
237
// For example for Counter it means last exemplar is injected.
238
// For Histogram, it means last applicable exemplar for each bucket is injected.
239
-// Note that for a nativeHistogram, all valid exemplars are injected.
+// For a Native Histogram, all valid exemplars are injected.
240
//
241
// NewMetricWithExemplars works best with MustNewConstMetric and
242
// MustNewConstHistogram, see example.
0 commit comments