瀏覽代碼

Merge pull request #103 from K900/patch-1

Fix statsd address
tags/1.0^2
Sergey Arkhipov 6 年之前
父節點
當前提交
596fafe30d
No account linked to committer's email address
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      stats/stats_statsd.go

+ 1
- 1
stats/stats_statsd.go 查看文件

@@ -87,7 +87,7 @@ func newStatsStatsd() (Interface, error) {
87 87
 	options := []statsd.Option{
88 88
 		statsd.Prefix(config.C.StatsNamespace),
89 89
 		statsd.Network(config.C.StatsdNetwork),
90
-		statsd.Address(config.C.StatsBind.String()),
90
+		statsd.Address(config.C.StatsdAddr.String()),
91 91
 		statsd.TagsFormat(config.C.StatsdTagsFormat),
92 92
 	}
93 93
 

Loading…
取消
儲存