Skip to content

Commit 508fc33

Browse files
authored
Fix link to writing exporters guide
Signed-off-by: Dean Coakley <[email protected]>
1 parent 333f01c commit 508fc33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prometheus/histogram.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ type HistogramOpts struct {
138138
// better covered by target labels set by the scraping Prometheus
139139
// server, or by one specific metric (e.g. a build_info or a
140140
// machine_role metric). See also
141-
// https://prometheus.io/docs/instrumenting/writing_exporters/#target-labels,-not-static-scraped-labels
141+
// https://prometheus.io/docs/instrumenting/writing_exporters/#target-labels-not-static-scraped-labels
142142
ConstLabels Labels
143143

144144
// Buckets defines the buckets into which observations are counted. Each

0 commit comments

Comments
 (0)