Pull request #43: Add databases of application RSU to Dynatrace

Merge in OPAPM/cd_e2e_monitoring_config from CD_rsu_db to master

* commit '15e05669fe4a4c229ec7a5a1bcd55cd6aac59eab':
  Add databases of application RSU to Dynatrace
CD_smc2-key-trk
Ermis Wieger (ext.) 2021-09-14 17:21:24 +02:00
commit 2ba55020a7
2 changed files with 45 additions and 0 deletions

View File

@ -4151,7 +4151,11 @@
{
"type": "SERVICE",
"enabled": true,
<<<<<<< HEAD
"valueFormat": "rsu",
=======
"valueFormat": "ASBC-HAL-CL",
>>>>>>> 66042505f351ff2f91db06a9972f047047e2105c
"propagationTypes": [],
"conditions": [
{
@ -4171,8 +4175,13 @@
},
"comparisonInfo": {
"type": "STRING",
<<<<<<< HEAD
"operator": "CONTAINS_REGEX",
"value": "^(?>cam|disp|fre|rcs|rdh|rmo|rpp|rte|rve|rvi|rvt|rwd|uvm)(?>eu|us|cn)(?>e2e|p)$",
=======
"operator": "CONTAINS",
"value": "asbchal",
>>>>>>> 66042505f351ff2f91db06a9972f047047e2105c
"negate": false,
"caseSensitive": true
}

View File

@ -1126,6 +1126,42 @@
],
"type": "PROCESS_GROUP",
"valueFormat": "E2E"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "SERVICE_TYPE",
"value": "DATABASE_SERVICE"
},
"key": {
"attribute": "SERVICE_TYPE",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": false,
"negate": false,
"operator": "CONTAINS_REGEX",
"type": "STRING",
"value": "(?>eu|us|cn)p$"
},
"key": {
"attribute": "SERVICE_DATABASE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE",
"valueFormat": "PROD"
}
]
}