File tree Expand file tree Collapse file tree 6 files changed +219
-97
lines changed Expand file tree Collapse file tree 6 files changed +219
-97
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ enable = true
6
6
[plugin .regProxy .prometheus ]
7
7
enable = true
8
8
path = " /home/www/system/prometheus/conf"
9
+ enableRegion = false
10
+ region = [] # 用于支持region过滤
9
11
10
12
[plugin .confProxy ]
11
13
# 配置中心地址
@@ -56,12 +58,12 @@ reqTimeout = 10
56
58
57
59
# service registry etcd
58
60
[jupiter .etcdv3 .register ]
59
- endpoints = [" 127.0.0.1 :2379" ]
61
+ endpoints = [" etcd-naming.dz11.com :2379" ]
60
62
connectTimeout = " 10s"
61
63
62
64
# default etcd (config-publish / cronjob-dispatch / etc...)
63
65
[jupiter .etcdv3 .default ]
64
- endpoints = [" 127.0.0.1 :2379" ]
66
+ endpoints = [" etcd-naming.dz11.com :2379" ]
65
67
connectTimeout = " 10s"
66
68
67
69
[jupiter .logger .default ]
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/douyu/juno-agent
3
3
go 1.14
4
4
5
5
require (
6
- github.com/apache/rocketmq-client- go v0.0.0-20191211114916-85ee94b43cef // indirect
6
+ github.com/HdrHistogram/hdrhistogram- go v1.1.0 // indirect
7
7
github.com/apache/rocketmq-client-go/v2 v2.0.0
8
8
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e
9
9
github.com/cenkalti/backoff v2.2.1+incompatible
@@ -24,7 +24,7 @@ require (
24
24
github.com/opentracing/opentracing-go v1.2.0 // indirect
25
25
github.com/robfig/cron/v3 v3.0.1
26
26
github.com/sony/sonyflake v1.0.0
27
- github.com/stretchr/testify v1.6.1
27
+ github.com/stretchr/testify v1.7.0
28
28
github.com/tidwall/gjson v1.6.0 // indirect
29
29
github.com/uber-go/atomic v1.4.0
30
30
github.com/uber/jaeger-client-go v2.25.0+incompatible // indirect
You can’t perform that action at this time.
0 commit comments