Improve doc string for `go_gc_duration_seconds`

Fixes #618.

Signed-off-by: beorn7 <beorn@grafana.com>
This commit is contained in:
beorn7 2020-01-06 13:36:51 +01:00
parent c42bebe5a5
commit 2be4bb406e
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ func NewGoCollector() Collector {
nil, nil),
gcDesc: NewDesc(
"go_gc_duration_seconds",
"A summary of the GC invocation durations.",
"A summary of the pause duration of garbage collection cycles.",
nil, nil),
goInfoDesc: NewDesc(
"go_info",