Skip to content

Commit 989a6d0

Browse files
authored
Merge pull request prometheus#1583 from prometheus/fix
gocollector: Tiny fix for help message with runtime/metrics source.
2 parents 05936e8 + 8514bd7 commit 989a6d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prometheus/go_collector_latest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ func NewGoCollector(opts ...func(o *internal.GoCollectorOptions)) Collector {
288288
}
289289

290290
func attachOriginalName(desc, origName string) string {
291-
return fmt.Sprintf("%s Sourced from %s", desc, origName)
291+
return fmt.Sprintf("%s Sourced from %s.", desc, origName)
292292
}
293293

294294
// Describe returns all descriptions of the collector.

0 commit comments

Comments
 (0)