Skip to content

Commit e7ec573

Browse files
committed
fix comment
1 parent 6818fb1 commit e7ec573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/gtprof/gtprof.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ package gtprof
99
// LabelGracefulLifecycle is a label marking manager lifecycle phase
1010
// Making it compliant with prometheus key regex https://prometheus.io/docs/concepts/data_model/#metric-names-and-labels
1111
// would enable someone interested to be able to continuously gather profiles into pyroscope.
12-
// Other labels for pprof (in "modules/process" package) should also follow this rule.
12+
// Other labels for pprof should also follow this rule.
1313
const LabelGracefulLifecycle = "graceful_lifecycle"
1414

1515
// LabelPid is a label set on goroutines that have a process attached

0 commit comments

Comments
 (0)