Modify config for `service-exporter_proxy`.

This commit is contained in:
Kazuhiro MUSASHI 2023-03-04 19:36:28 +09:00
parent f978a9a700
commit 8c95ba95ba
1 changed files with 2 additions and 3 deletions

View File

@ -1,10 +1,9 @@
{ {
"service": { "service": {
"name": "exporter_proxy", "name": "exporter-proxy",
"port": 60000, "port": 60000,
"check":{ "check":{
"http": "http://localhost:60000/", "tcp": "localhost:60000",
"tls_skip_verify": false,
"interval": "60s", "interval": "60s",
"timeout": "1s", "timeout": "1s",
"status": "passing", "status": "passing",