client_golang/prometheus/push
beorn7 a6321dd0b1 Create a "merge gatherer"
This allows to finally get rid of the infamous injection hook in the
interface. The old SetMetricFamilyInjectionHook still exist as a
deprecated function but is now implemented with the new plumbing under
the hood.

Now that we have multiple Gatherer implementation, I renamed
push.Registry to push.FromGatherer.

This commit also improves the consistency checks, which happened as a
byproduct of the refactoring to allow checking in both the "merge
gatherer" Gatherers as well as in the normal Registry.
2016-08-12 21:34:17 +02:00
..
examples_test.go Create a "merge gatherer" 2016-08-12 21:34:17 +02:00
push.go Create a "merge gatherer" 2016-08-12 21:34:17 +02:00
push_test.go Create a "merge gatherer" 2016-08-12 21:34:17 +02:00