mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 18:24:02 +03:00
Fix statsd address
It used the wrong variable.
This commit is contained in:
@@ -87,7 +87,7 @@ func newStatsStatsd() (Interface, error) {
|
||||
options := []statsd.Option{
|
||||
statsd.Prefix(config.C.StatsNamespace),
|
||||
statsd.Network(config.C.StatsdNetwork),
|
||||
statsd.Address(config.C.StatsBind.String()),
|
||||
statsd.Address(config.C.StatsdAddr.String()),
|
||||
statsd.TagsFormat(config.C.StatsdTagsFormat),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user