Nitpicking a doc comment

Signed-off-by: beorn7 <beorn@soundcloud.com>
This commit is contained in:
beorn7 2018-11-20 13:41:38 +01:00
parent f6443e74d4
commit 8d9c21f0cf
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ func ExampleCollector() {
NewClusterManager("db", reg)
NewClusterManager("ca", reg)
// Add the built in process and golang metrics to this registry
// Add the standard process and Go metrics to the custom registry.
reg.MustRegister(
prometheus.NewProcessCollector(prometheus.ProcessCollectorOpts{}),
prometheus.NewGoCollector(),