From 508fc33903341ba92bf49129c37da8721510664c Mon Sep 17 00:00:00 2001 From: Dean Coakley Date: Thu, 28 Nov 2019 15:01:46 +0000 Subject: [PATCH] Fix link to writing exporters guide Signed-off-by: Dean Coakley --- prometheus/histogram.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus/histogram.go b/prometheus/histogram.go index fd6ab7b..ac2614d 100644 --- a/prometheus/histogram.go +++ b/prometheus/histogram.go @@ -138,7 +138,7 @@ type HistogramOpts struct { // better covered by target labels set by the scraping Prometheus // server, or by one specific metric (e.g. a build_info or a // machine_role metric). See also - // https://prometheus.io/docs/instrumenting/writing_exporters/#target-labels,-not-static-scraped-labels + // https://prometheus.io/docs/instrumenting/writing_exporters/#target-labels-not-static-scraped-labels ConstLabels Labels // Buckets defines the buckets into which observations are counted. Each