We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73738b2 commit 5d47d26Copy full SHA for 5d47d26
1 file changed
pkg/metrics/registry.go
@@ -18,6 +18,8 @@ package metrics
18
19
import "github.com/prometheus/client_golang/prometheus"
20
21
+// RegistererGatherer combines both parts of the API of a Prometheus
22
+// registry, both the Registerer and the Gatherer interfaces.
23
type RegistererGatherer interface {
24
prometheus.Registerer
25
prometheus.Gatherer
0 commit comments