Skip to content

Commit 2be4bb4

Browse files
committed
Improve doc string for go_gc_duration_seconds
Fixes #618. Signed-off-by: beorn7 <[email protected]>
1 parent c42bebe commit 2be4bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prometheus/go_collector.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ func NewGoCollector() Collector {
7373
nil, nil),
7474
gcDesc: NewDesc(
7575
"go_gc_duration_seconds",
76-
"A summary of the GC invocation durations.",
76+
"A summary of the pause duration of garbage collection cycles.",
7777
nil, nil),
7878
goInfoDesc: NewDesc(
7979
"go_info",

0 commit comments

Comments
 (0)