Healthcheck for `Grafana`.

This commit is contained in:
Kazuhiro MUSASHI 2020-10-17 15:33:16 +09:00
parent 25a17917f5
commit 06f5f13ca5
1 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
{
"service": {
"name": "grafana",
"port": 3000
"port": 3000,
"check":{
"tcp": "localhost:3000",
"tls_skip_verify": false,
"interval": "60s",
"timeout": "1s"
}
}
}