Compare commits

...

4 Commits

Author SHA1 Message Date
SLW\ARNAUA 8158a0da6c Adjusted Service to SERVICE uppercase. 2022-08-11 15:10:05 +02:00
SLW\ARNAUA 0f20b3101f Code für vdlm-overview.json nachgezogen. In Zukunft bitte immer bei jeder Änderung den Code nachziehen. 2022-08-11 14:58:47 +02:00
SLW\ARNAUA 9087296a88 Adjusted owner. 2022-08-11 14:45:56 +02:00
Muminovic Mersa b203e6836e Added StatusResource to disabled service in CD_VDLM dashbaord 2022-08-11 14:02:05 +02:00
2 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@
"tags": [
"{{.mzName}}"
],
"preset": true,
"popularity": 1,
"hasConsistentColors": false
},

View File

@ -4,7 +4,7 @@
"entitySelectorBasedRules": [
{
"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,