We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe7c206 commit c76e64dCopy full SHA for c76e64d
prometheus/registry.go
@@ -252,8 +252,8 @@ func (errs MultiError) MaybeUnwrap() error {
252
}
253
254
// Registry registers Prometheus collectors, collects their metrics, and gathers
255
-// them into MetricFamilies for exposition. It implements both Registerer,
256
-// Gatherer, and Collector. The zero value is not usable. Create instances with
+// them into MetricFamilies for exposition. It implements Registerer, Gatherer,
+// and Collector. The zero value is not usable. Create instances with
257
// NewRegistry or NewPedanticRegistry.
258
type Registry struct {
259
mtx sync.RWMutex
0 commit comments