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 f6443e7 commit 8d9c21fCopy full SHA for 8d9c21f
prometheus/example_clustermanager_test.go
@@ -131,7 +131,7 @@ func ExampleCollector() {
131
NewClusterManager("db", reg)
132
NewClusterManager("ca", reg)
133
134
- // Add the built in process and golang metrics to this registry
+ // Add the standard process and Go metrics to the custom registry.
135
reg.MustRegister(
136
prometheus.NewProcessCollector(prometheus.ProcessCollectorOpts{}),
137
prometheus.NewGoCollector(),
0 commit comments