Compare commits

..

8 Commits

Author SHA1 Message Date
SLW\ARNAUA fcc9ad0f4f Adjusted the management zone. 2022-08-31 11:11:18 +02:00
Mersa Muminovic (DE-722) 9eefa26264 Pull request #271: Added supress options for main VDLM management zone
Merge in OPAPM/cd_e2e_monitoring_config from feature/VDLM-changesManagmentZone to master

* commit 'e2dd202b5e4ded051ed18df7f863281e18c4a09f':
  Adjusted.
  Adjusted.
  Added supress options for main VDLM manage
2022-08-11 08:16:37 +00:00
SLW\ARNAUA e2dd202b5e Adjusted. 2022-08-11 10:05:29 +02:00
SLW\ARNAUA f7c8a34d32 Adjusted. 2022-08-10 17:27:18 +02:00
Muminovic Mersa 7b79db734e Added supress options for main VDLM manage 2022-08-10 15:59:11 +02:00
Bernd Brandl (DE-722) 92e98feddc Pull request #269: fix shared=true
Merge in OPAPM/cd_e2e_monitoring_config from CD_VDLM to master

* commit '077e7ffc3f63198da181173ce9c5e50e67fb3917':
  fix shared=true
2022-08-09 09:27:18 +00:00
Bernd Brandl 077e7ffc3f fix shared=true 2022-08-09 10:26:31 +02:00
Stephan Huber (DE-442) 6c965ee800 Pull request #268: added MZ Login und ContentDelivery
Merge in OPAPM/cd_e2e_monitoring_config from ICES to master

* commit '18a188f911c5834be67e7e143240ed97d131b97c':
  Fixed compass-id.
  Fixed comma.
  added MZ Login und ContentDelivery
2022-08-04 14:02:22 +02:00
4 changed files with 18 additions and 18 deletions

View File

@ -17,7 +17,7 @@ CD_ICES_AmbientMusic:
CD_ICES_FestivalMode:
- name: CD_ICES_FestivalMode
- appIDs: \"app-id:APP-23965\"
- compassIDs: \"compass-id:ices-festivalmode\",\"compass-id:ices-festivalmode-adminui\"
CD_ICES_MyModes:
- name: CD_ICES_MyModes

View File

@ -7,7 +7,7 @@
},
"dashboardMetadata": {
"name": "{{.name}}",
"shared": false,
"shared": true,
"owner": "Bernd.Brandl@bmw.de",
"dashboardFilter": {
"timeframe": "-24h to now"

View File

@ -4,7 +4,7 @@
"entitySelectorBasedRules": [
{
"enabled": true,
"entitySelector": "type(Service),tag({{.compassIDs}})"
"entitySelector": "type(Service),tag({{.compassIDs}}),not(entityName.contains(\"HealthResource\")),not(entityName.contains(\"PingResource\")),not(entityName.contains(\"PrometheusResource\"))"
},
{
"enabled": true,

View File

@ -3,4 +3,4 @@ config:
CDnewComponentTag:
- 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\"