Skip to content

Commit 63acb00

Browse files
author
beorn7
committed
Purge another trace of ext -> pbutil.
1 parent 419b21c commit 63acb00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prometheus/registry.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ func EnableCollectChecks(b bool) {
194194

195195
// encoder is a function that writes a dto.MetricFamily to an io.Writer in a
196196
// certain encoding. It returns the number of bytes written and any error
197-
// encountered. Note that ext.WriteDelimited and text.MetricFamilyToText are
198-
// encoders.
197+
// encountered. Note that pbutil.WriteDelimited and pbutil.MetricFamilyToText
198+
// are encoders.
199199
type encoder func(io.Writer, *dto.MetricFamily) (int, error)
200200

201201
type registry struct {

0 commit comments

Comments
 (0)