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").