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.
1 parent 6818fb1 commit e7ec573Copy full SHA for e7ec573
modules/gtprof/gtprof.go
@@ -9,7 +9,7 @@ package gtprof
9
// LabelGracefulLifecycle is a label marking manager lifecycle phase
10
// Making it compliant with prometheus key regex https://prometheus.io/docs/concepts/data_model/#metric-names-and-labels
11
// 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.
+// Other labels for pprof should also follow this rule.
13
const LabelGracefulLifecycle = "graceful_lifecycle"
14
15
// LabelPid is a label set on goroutines that have a process attached
0 commit comments