Compare commits
4 Commits
2104
...
feature/VD
| Author | SHA1 | Date |
|---|---|---|
|
|
8158a0da6c | |
|
|
0f20b3101f | |
|
|
9087296a88 | |
|
|
b203e6836e |
|
|
@ -15,6 +15,7 @@
|
|||
"tags": [
|
||||
"{{.mzName}}"
|
||||
],
|
||||
"preset": true,
|
||||
"popularity": 1,
|
||||
"hasConsistentColors": false
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue