mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 12:46:44 +00:00
internal/debug: add missing pyroscope tags flag to command-line flags
This commit is contained in:
parent
77a6c67f74
commit
7442b66c4f
1 changed files with 1 additions and 0 deletions
|
|
@ -183,6 +183,7 @@ var Flags = []cli.Flag{
|
||||||
traceFlag,
|
traceFlag,
|
||||||
pyroscopeFlag,
|
pyroscopeFlag,
|
||||||
pyroscopeServerFlag,
|
pyroscopeServerFlag,
|
||||||
|
pyroscopeTagsFlag,
|
||||||
}
|
}
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue