Skip to content

Commit 5d47d26

Browse files
committed
add docstring
1 parent 73738b2 commit 5d47d26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/metrics/registry.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ package metrics
1818

1919
import "github.com/prometheus/client_golang/prometheus"
2020

21+
// RegistererGatherer combines both parts of the API of a Prometheus
22+
// registry, both the Registerer and the Gatherer interfaces.
2123
type RegistererGatherer interface {
2224
prometheus.Registerer
2325
prometheus.Gatherer

0 commit comments

Comments
 (0)