We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c42bebe + 2be4bb4 commit b68ba26Copy full SHA for b68ba26
prometheus/go_collector.go
@@ -73,7 +73,7 @@ func NewGoCollector() Collector {
73
nil, nil),
74
gcDesc: NewDesc(
75
"go_gc_duration_seconds",
76
- "A summary of the GC invocation durations.",
+ "A summary of the pause duration of garbage collection cycles.",
77
78
goInfoDesc: NewDesc(
79
"go_info",
0 commit comments