Skip to content

Commit

Permalink
Merge pull request #702 from prometheus/beorn7/doc
Browse files Browse the repository at this point in the history
Improve doc string for `go_gc_duration_seconds`
  • Loading branch information
beorn7 committed Jan 8, 2020
2 parents c42bebe + 2be4bb4 commit b68ba26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prometheus/go_collector.go
Expand Up @@ -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",
Expand Down

0 comments on commit b68ba26

Please sign in to comment.