Added StatusResource to disabled service in CD_VDLM dashbaord
parent
9eefa26264
commit
b203e6836e
|
|
@ -4,7 +4,7 @@
|
||||||
"entitySelectorBasedRules": [
|
"entitySelectorBasedRules": [
|
||||||
{
|
{
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"entitySelector": "type(Service),tag({{.compassIDs}}),not(entityName.contains(\"HealthResource\")),not(entityName.contains(\"PingResource\")),not(entityName.contains(\"PrometheusResource\"))"
|
"entitySelector": "type(Service),tag({{.compassIDs}}),not(entityName.contains(\"HealthResource\")),not(entityName.contains(\"PingResource\")),not(entityName.contains(\"StatusResource\")),not(entityName.contains(\"PrometheusResource\"))"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue