From 5ae5d364bbd23dd0a7cd61aad94104c2d620cbd3 Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Wed, 8 Feb 2017 13:41:09 +0100 Subject: [PATCH] Prometheus: fix URL to the "Default port allocations" Signed-off-by: Julien Pivotto --- prometheus/prometheus.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus/prometheus.go b/prometheus/prometheus.go index 3b42c88c..03f25a79 100644 --- a/prometheus/prometheus.go +++ b/prometheus/prometheus.go @@ -26,7 +26,7 @@ import ( ) // 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" // Prometheus is the struct that contains information about the