From 3c063fb533f6b639af102e59859db0b95a7a604c Mon Sep 17 00:00:00 2001 From: mattyw Date: Tue, 31 May 2016 10:07:50 +0100 Subject: [PATCH] prometheus/docs: Added a link to the metric types page --- prometheus/doc.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/prometheus/doc.go b/prometheus/doc.go index 425fe87..ca56f5e 100644 --- a/prometheus/doc.go +++ b/prometheus/doc.go @@ -61,7 +61,9 @@ // It also exports some stats about the HTTP usage of the /metrics // endpoint. (See the Handler function for more detail.) // -// Two more advanced metric types are the Summary and Histogram. +// Two more advanced metric types are the Summary and Histogram. A more +// thorough description of metric types can be found in the prometheus docs: +// https://prometheus.io/docs/concepts/metric_types/ // // In addition to the fundamental metric types Gauge, Counter, Summary, and // Histogram, a very important part of the Prometheus data model is the