-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmetadata-local.toml
48 lines (40 loc) · 1.01 KB
/
metadata-local.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# This is a TOML document. Boom
[Base]
ProfPathPrefix= "debug"
LogLevel= "info"
ProfEnable= false
TracerEnable= false
WhiteList= [""]
Endpoints= [":0"]
[Discovery]
endpoints = ["127.0.0.1:2379"]
[RpcServer]
timeout = "1s"
addr = "0.0.0.0:10631"
[Event]
Source = "kafka://127.0.0.1:9092/mdmp-event/metadata.v1"
[etcd]
endpoints = ["127.0.0.1:2379"]
[redis]
network = "tcp"
addr = "127.0.0.1:6379"
auth = "qingcloud2019"
maxActive = 8
dialTimeout = "3s"
readTimeout = "1s"
writeTimeout = "1s"
idleTimeout = "120s"
poolTimeout = "30m"
[Jaeger]
addr = "127.0.0.1:6831"
[Slot]
PubSubSource = "kafka://127.0.0.1:9092/mdmp-topic/router.v0.0.2.prod"
PubSubSink = "kafka://127.0.0.1:9092/mdmp-queue/pipe.v0.0.2.prod"
RuleSource = "kafka://127.0.0.1:9092/mdmp-topic/ruler.v0.0.2.prod"
[Prometheus]
zone = "staging"
node = "mdmp2"
module = "metadata"
name = "metadata"
addr = "10.10.18.163"
endpoints = ["127.0.0.1:2379"]