Pull request #3: OPMAAS-251 - Added global Service Database am-store

Merge in OPAPM/cd_e2e_monitoring_config from CD_am-store to master

* commit 'd0059574e38b39cc195374eefa3b791a1909dbf9':
  OPMAAS-251 - Added global Service Database am-store
custom-service-JONYR
Rene Forstner (ext.) 2021-06-22 08:34:30 +02:00
commit c88b85d441
1 changed files with 31 additions and 0 deletions

View File

@ -3530,6 +3530,37 @@
],
"type": "PROCESS_GROUP",
"valueFormat": "{ProcessGroup:KubernetesNamespace/(.*?)-test}"
},
{
"type": "SERVICE",
"enabled": true,
"valueFormat": "am-store",
"propagationTypes": [],
"conditions": [
{
"key": {
"attribute": "SERVICE_TYPE"
},
"comparisonInfo": {
"type": "SERVICE_TYPE",
"operator": "EQUALS",
"value": "DATABASE_SERVICE",
"negate": false
}
},
{
"key": {
"attribute": "SERVICE_DATABASE_NAME"
},
"comparisonInfo": {
"type": "STRING",
"operator": "CONTAINS",
"value": "store",
"negate": false,
"caseSensitive": true
}
}
]
}
]
}