Skip to content

Commit 8514bd7

Browse files
committed
gocollector: Tiny fix for help message with runtime/metrics source.
Signed-off-by: bwplotka <[email protected]>
1 parent 7ce5089 commit 8514bd7

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)