From 1a09b46c2ec15edb268259e9bb09da7f315a2f44 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Wed, 25 Nov 2015 08:46:01 +0100 Subject: [PATCH] fix typo: s/addr/url/ --- prometheus/push.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus/push.go b/prometheus/push.go index 1c33848..5ec0a3a 100644 --- a/prometheus/push.go +++ b/prometheus/push.go @@ -20,7 +20,7 @@ package prometheus // Push triggers a metric collection by the default registry and pushes all -// collected metrics to the Pushgateway specified by addr. See the Pushgateway +// collected metrics to the Pushgateway specified by url. See the Pushgateway // documentation for detailed implications of the job and instance // parameter. instance can be left empty. You can use just host:port or ip:port // as url, in which case 'http://' is added automatically. You can also include