mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 22:24:02 +03:00
Fix prometheus namespace
This commit is contained in:
@@ -66,7 +66,7 @@ var (
|
|||||||
runStatsNamespace = runCommand.Flag("stats-namespace",
|
runStatsNamespace = runCommand.Flag("stats-namespace",
|
||||||
"Which namespace to use for Prometheus.").
|
"Which namespace to use for Prometheus.").
|
||||||
Envar("MTG_STATS_NAMESPACE").
|
Envar("MTG_STATS_NAMESPACE").
|
||||||
Default("MTG").
|
Default("mtg").
|
||||||
String()
|
String()
|
||||||
runStatsdAddress = runCommand.Flag("statsd-addr",
|
runStatsdAddress = runCommand.Flag("statsd-addr",
|
||||||
"Host:port of statsd server").
|
"Host:port of statsd server").
|
||||||
|
|||||||
Reference in New Issue
Block a user