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
parent 77a6c67f74
commit 7442b66c4f
No known key found for this signature in database
GPG key ID: BB3E788AC4086AD8

View file

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