Prometheus: fix URL to the "Default port allocations"

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
Julien Pivotto
2017-02-08 13:41:09 +01:00
parent 1af67e72d4
commit 5ae5d364bb

View File

@@ -26,7 +26,7 @@ import (
) )
// DefaultPrometheusListen is registered in // DefaultPrometheusListen is registered in
// https://github.com/prometheus/prometheus/wiki/Default-port-allocation // https://github.com/prometheus/prometheus/wiki/Default-port-allocations
const DefaultPrometheusListen = "127.0.0.1:9233" const DefaultPrometheusListen = "127.0.0.1:9233"
// Prometheus is the struct that contains information about the // Prometheus is the struct that contains information about the