From 2be4bb406e20d3336f3e63d3303998f028dcb707 Mon Sep 17 00:00:00 2001 From: beorn7 Date: Mon, 6 Jan 2020 13:36:51 +0100 Subject: [PATCH] Improve doc string for `go_gc_duration_seconds` Fixes #618. Signed-off-by: beorn7 --- prometheus/go_collector.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus/go_collector.go b/prometheus/go_collector.go index dc9247f..ea05cf4 100644 --- a/prometheus/go_collector.go +++ b/prometheus/go_collector.go @@ -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",