Skip to content

Commit f65e153

Browse files
authored
Merge pull request #686 from Dean-Coakley/patch-2
Fix link to writing exporters guide
2 parents 333f01c + 508fc33 commit f65e153

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)