소스 검색

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…
취소
저장