metric_config.json
946 Bytes
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
49
50
51
52
53
54
55
56
57
58
59
{
"base": {
"host": "localhost",
"udp_host": "10.66.80.2",
"udp_port": 7777
},
"redis": {
"host": "localhost",
"port": [
16379,
26379,
36379
]
},
"zk": {
"host": "localhost",
"port": 2181
},
"rabbit": {
"host": "localhost",
"port": 15672,
"user": "yoho",
"passwd": "yoho"
},
"memcache": {
"host": "localhost",
"port": [
21212,
21211
]
},
"mysql": {
"host": "localhost",
"ports": [
3306
],
"user": "root",
"passwd": "123456"
},
"java": {
"host": "localhost",
"ports": [
8080,
9096
],
"tags": [
"product",
"kafka"
]
},
"nginx": {
"files": [
"/Data/logs/nginx/service.yoho.cn_access.log",
"/Data/logs/nginx/service.yoho.cn_error.log",
"/Data/logs/nginx/api.yoho.cn_error.log",
"/Data/logs/nginx/api.yoho.cn_access.log"
]
}
}