internal/debug: add missing pyroscope tags flag to command-line flags

This commit is contained in:
Carlos Bermudez Porto 2025-11-24 15:55:25 -03:00 committed by Felix Lange
parent 6c02ef5586
commit 2c3aa48b5b

View file

@ -183,6 +183,7 @@ var Flags = []cli.Flag{
traceFlag, traceFlag,
pyroscopeFlag, pyroscopeFlag,
pyroscopeServerFlag, pyroscopeServerFlag,
pyroscopeTagsFlag,
} }
var ( var (