-
Notifications
You must be signed in to change notification settings - Fork 0
/
elasticsearch_exporter-1.3.json
78 lines (78 loc) · 1.65 KB
/
elasticsearch_exporter-1.3.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"env": {
"VAULT_HOST": "vault.service.eos.sgcto.int",
"LOG_LEVEL_EXPORTER": "info",
"LOG_LEVEL": "info",
"VAULT_PORT": "8200",
"ELASTIC_HOST": "https://coordinator.elasticsearcheos.l4lb.thisdcos.directory:9200"
},
"id": "/prometheus/elasticsearchstratio-exporter",
"backoffFactor": 1.15,
"backoffSeconds": 1,
"container": {
"portMappings": [
{
"containerPort": 9108,
"servicePort": 10301,
"name": "metrics"
}
],
"type": "DOCKER",
"volumes": [
{
"containerPath": "/etc/resolv.conf",
"hostPath": "/etc/resolv.conf",
"mode": "RO"
}
],
"docker": {
"image": "bootstrap.sgcto.int:5000/elasticsearch-exporter:1.1.0",
"forcePullImage": true,
"privileged": false,
"parameters": []
}
},
"cpus": 0.05,
"disk": 0,
"healthChecks": [
{
"gracePeriodSeconds": 300,
"ignoreHttp1xx": false,
"intervalSeconds": 60,
"maxConsecutiveFailures": 3,
"port": 9114,
"timeoutSeconds": 20,
"delaySeconds": 15,
"protocol": "HTTP",
"path": "/metrics",
"ipProtocol": "IPv4"
}
],
"instances": 1,
"maxLaunchDelaySeconds": 3600,
"mem": 128,
"gpus": 0,
"networks": [
{
"name": "metrics",
"mode": "container"
}
],
"requirePorts": false,
"secrets": {
"role": {
"source": "open"
}
},
"upgradeStrategy": {
"maximumOverCapacity": 1,
"minimumHealthCapacity": 1
},
"killSelection": "YOUNGEST_FIRST",
"unreachableStrategy": {
"inactiveAfterSeconds": 0,
"expungeAfterSeconds": 0
},
"fetch": [],
"constraints": []
}