Skip to content

Commit 2ec9081

Browse files
shivanthzenbeorn7
andauthored
Update prometheus/metric.go
Co-authored-by: Björn Rabenstein <[email protected]> Signed-off-by: Shivanth MP <[email protected]>
1 parent f799a31 commit 2ec9081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prometheus/metric.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ type Exemplar struct {
236236
// Only last applicable exemplar is injected from the list.
237237
// For example for Counter it means last exemplar is injected.
238238
// For Histogram, it means last applicable exemplar for each bucket is injected.
239-
// Note that for a nativeHistogram, all valid exemplars are injected.
239+
// For a Native Histogram, all valid exemplars are injected.
240240
//
241241
// NewMetricWithExemplars works best with MustNewConstMetric and
242242
// MustNewConstHistogram, see example.

0 commit comments

Comments
 (0)