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 419b21c commit 63acb00Copy full SHA for 63acb00
prometheus/registry.go
@@ -194,8 +194,8 @@ func EnableCollectChecks(b bool) {
194
195
// encoder is a function that writes a dto.MetricFamily to an io.Writer in a
196
// certain encoding. It returns the number of bytes written and any error
197
-// encountered. Note that ext.WriteDelimited and text.MetricFamilyToText are
198
-// encoders.
+// encountered. Note that pbutil.WriteDelimited and pbutil.MetricFamilyToText
+// are encoders.
199
type encoder func(io.Writer, *dto.MetricFamily) (int, error)
200
201
type registry struct {
0 commit comments