Merge 86e4b57547
into 13851e9287
This commit is contained in:
commit
cc40069302
|
@ -16,10 +16,10 @@
|
||||||
// by using its methods, finally calling Add or Push, like this:
|
// by using its methods, finally calling Add or Push, like this:
|
||||||
//
|
//
|
||||||
// // Easy case:
|
// // Easy case:
|
||||||
// push.New("http://example.org/metrics", "my_job").Gatherer(myRegistry).Push()
|
// push.New("http://example.org/", "my_job").Gatherer(myRegistry).Push()
|
||||||
//
|
//
|
||||||
// // Complex case:
|
// // Complex case:
|
||||||
// push.New("http://example.org/metrics", "my_job").
|
// push.New("http://example.org/", "my_job").
|
||||||
// Collector(myCollector1).
|
// Collector(myCollector1).
|
||||||
// Collector(myCollector2).
|
// Collector(myCollector2).
|
||||||
// Grouping("zone", "xy").
|
// Grouping("zone", "xy").
|
||||||
|
|
Loading…
Reference in New Issue