-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhaproxy-exporter.json
53 lines (53 loc) · 1.08 KB
/
haproxy-exporter.json
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
{
"id": "/haproxy-exporter",
"args": [
"--haproxy.scrape-uri=http://marathon-lb.marathon.mesos:9090/haproxy?stats;csv"
],
"backoffFactor": 1.15,
"backoffSeconds": 1,
"container": {
"portMappings": [
{
"containerPort": 9101,
"hostPort": 0,
"labels": {
"VIP_0": "/haproxy-exporter:9101"
},
"protocol": "tcp",
"servicePort": 10101
}
],
"type": "DOCKER",
"volumes": [],
"docker": {
"image": "quay.io/prometheus/haproxy-exporter:v0.9.0",
"forcePullImage": false,
"privileged": false,
"parameters": []
}
},
"cpus": 0.1,
"disk": 0,
"instances": 1,
"maxLaunchDelaySeconds": 3600,
"mem": 128,
"gpus": 0,
"networks": [
{
"mode": "container/bridge"
}
],
"requirePorts": false,
"upgradeStrategy": {
"maximumOverCapacity": 1,
"minimumHealthCapacity": 1
},
"killSelection": "YOUNGEST_FIRST",
"unreachableStrategy": {
"inactiveAfterSeconds": 0,
"expungeAfterSeconds": 0
},
"healthChecks": [],
"fetch": [],
"constraints": []
}