Pull request #273: Adjusted Service to SERVICE uppercase.
Merge in OPAPM/cd_e2e_monitoring_config from feature/VDLM-managment-changes to master * commit '8158a0da6c1f3251880f9f6abf414f593e7c321a': Adjusted Service to SERVICE uppercase.CD_IISC-IR-Intelligent-Reminder
commit
6805744cb3
|
|
@ -4,7 +4,7 @@
|
|||
"entitySelectorBasedRules": [
|
||||
{
|
||||
"enabled": true,
|
||||
"entitySelector": "type(Service),tag({{.compassIDs}}),not(entityName.contains(\"HealthResource\")),not(entityName.contains(\"PingResource\")),not(entityName.contains(\"StatusResource\")),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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue