Merge pull request #702 from prometheus/beorn7/doc

Improve doc string for `go_gc_duration_seconds`
This commit is contained in:
Björn Rabenstein 2020-01-08 15:19:54 +01:00 committed by GitHub
commit b68ba26e47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",