prometheus/docs: Added a link to the metric types page

This commit is contained in:
mattyw 2016-05-31 10:07:50 +01:00
parent b90ee0840e
commit 3c063fb533
1 changed files with 3 additions and 1 deletions

View File

@ -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