Compare commits
1 Commits
feature/VD
...
2104
| Author | SHA1 | Date |
|---|---|---|
|
|
fcc9ad0f4f |
|
|
@ -15,7 +15,6 @@
|
||||||
"tags": [
|
"tags": [
|
||||||
"{{.mzName}}"
|
"{{.mzName}}"
|
||||||
],
|
],
|
||||||
"preset": true,
|
|
||||||
"popularity": 1,
|
"popularity": 1,
|
||||||
"hasConsistentColors": false
|
"hasConsistentColors": false
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -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(\"StatusResource\")),not(entityName.contains(\"PrometheusResource\"))"
|
"entitySelector": "type(Service),tag({{.compassIDs}}),not(entityName.contains(\"HealthResource\")),not(entityName.contains(\"PingResource\")),not(entityName.contains(\"PrometheusResource\"))"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,4 @@ config:
|
||||||
|
|
||||||
CDnewComponentTag:
|
CDnewComponentTag:
|
||||||
- name: CD_coco-hm
|
- name: CD_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\"
|
- compassIDs: \"compass-id:coco-hm\"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue