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 DynatraceCD_smc2-key-trk
commit
2ba55020a7
|
|
@ -4151,7 +4151,11 @@
|
||||||
{
|
{
|
||||||
"type": "SERVICE",
|
"type": "SERVICE",
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
|
<<<<<<< HEAD
|
||||||
|
"valueFormat": "rsu",
|
||||||
|
=======
|
||||||
"valueFormat": "ASBC-HAL-CL",
|
"valueFormat": "ASBC-HAL-CL",
|
||||||
|
>>>>>>> 66042505f351ff2f91db06a9972f047047e2105c
|
||||||
"propagationTypes": [],
|
"propagationTypes": [],
|
||||||
"conditions": [
|
"conditions": [
|
||||||
{
|
{
|
||||||
|
|
@ -4171,8 +4175,13 @@
|
||||||
},
|
},
|
||||||
"comparisonInfo": {
|
"comparisonInfo": {
|
||||||
"type": "STRING",
|
"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",
|
"operator": "CONTAINS",
|
||||||
"value": "asbchal",
|
"value": "asbchal",
|
||||||
|
>>>>>>> 66042505f351ff2f91db06a9972f047047e2105c
|
||||||
"negate": false,
|
"negate": false,
|
||||||
"caseSensitive": true
|
"caseSensitive": true
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1126,6 +1126,42 @@
|
||||||
],
|
],
|
||||||
"type": "PROCESS_GROUP",
|
"type": "PROCESS_GROUP",
|
||||||
"valueFormat": "E2E"
|
"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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue