From 361cb3a7d0da3c050d4371f7708711ee56392f20 Mon Sep 17 00:00:00 2001 From: beorn7 Date: Wed, 14 Feb 2018 18:59:17 +0100 Subject: [PATCH] Delete another use of HostnameGrouping from a doc comment --- prometheus/push/push.go | 1 - 1 file changed, 1 deletion(-) diff --git a/prometheus/push/push.go b/prometheus/push/push.go index 360a58d..02be52c 100644 --- a/prometheus/push/push.go +++ b/prometheus/push/push.go @@ -22,7 +22,6 @@ // push.New("http://example.org/metrics", "my_job"). // Collector(myCollector1). // Collector(myCollector2). -// HostnameGrouping(). // Grouping("zone", "xy"). // Client(&myHTTPClient). // BasicAuth("top", "secret").