2023-02-10 12:54:55 +00:00
|
|
|
{
|
|
|
|
"service": {
|
2023-03-04 10:36:28 +00:00
|
|
|
"name": "exporter-proxy",
|
2023-02-10 12:54:55 +00:00
|
|
|
"port": 60000,
|
|
|
|
"check":{
|
2023-03-04 10:36:28 +00:00
|
|
|
"tcp": "localhost:60000",
|
2023-02-10 12:54:55 +00:00
|
|
|
"interval": "60s",
|
|
|
|
"timeout": "1s",
|
|
|
|
"status": "passing",
|
|
|
|
"success_before_passing": 3
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|