Skip to content

Commit b68ba26

Browse files
authored
Merge pull request #702 from prometheus/beorn7/doc
Improve doc string for `go_gc_duration_seconds`
2 parents c42bebe + 2be4bb4 commit b68ba26

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)