Skip to content

Commit

Permalink
add docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
xrstf committed Dec 6, 2019
1 parent 73738b2 commit 5d47d26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/metrics/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ package metrics

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

// RegistererGatherer combines both parts of the API of a Prometheus
// registry, both the Registerer and the Gatherer interfaces.
type RegistererGatherer interface {
prometheus.Registerer
prometheus.Gatherer
Expand Down

0 comments on commit 5d47d26

Please sign in to comment.