Skip to content

Commit

Permalink
Improve doc string for go_gc_duration_seconds
Browse files Browse the repository at this point in the history
Fixes #618.

Signed-off-by: beorn7 <beorn@grafana.com>
  • Loading branch information
beorn7 committed Jan 6, 2020
1 parent c42bebe commit 2be4bb4
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 2be4bb4

Please sign in to comment.