Healthcheck for `prometheus`.

This commit is contained in:
Kazuhiro MUSASHI 2020-10-17 14:25:45 +09:00
parent 6315dc759e
commit 654a98b3ce
1 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,13 @@
{
"service": {
"name": "prometheus",
"port": 9100
"port": 9090,
"check":{
"http": "http://localhost:9090/",
"tls_skip_verify": false,
"interval": "60s",
"timeout": "1s",
"success_before_passing": 3
}
}
}