Compare commits
No commits in common. "2104" and "ICES" have entirely different histories.
|
|
@ -7,7 +7,7 @@
|
|||
},
|
||||
"dashboardMetadata": {
|
||||
"name": "{{.name}}",
|
||||
"shared": true,
|
||||
"shared": false,
|
||||
"owner": "Bernd.Brandl@bmw.de",
|
||||
"dashboardFilter": {
|
||||
"timeframe": "-24h to now"
|
||||
|
|
|
|||
|
|
@ -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}})"
|
||||
},
|
||||
{
|
||||
"enabled": true,
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@ config:
|
|||
|
||||
CDnewComponentTag:
|
||||
- name: CD_coco-hm
|
||||
- compassIDs: \"compass-id:coco-hm\"
|
||||
- compassIDs: \"compass-id:coco-hm-rds-db-test\",\"compass-id:coco-hm-rds-db-int\",\"compass-id:coco-hm-rds-db-e2e\",\"compass-id:coco-hm-rds-db-prod\"
|
||||
|
|
|
|||
Loading…
Reference in New Issue