Pull request #28: Add database auto-tagging rule for applications sfa-fre and asbc-sfa-oh to Dynatrace
Merge in OPAPM/cd_e2e_monitoring_config from CD_sfa_fre_asbc_sfa_oh to master * commit 'dd50698809e12994013bd7beebaba9481a89dcbb': Add database auto-tagging rule for applications sfa-fre and asbc-sfa-oh to DynatraceCD_tol-prod
commit
52cc89271d
|
|
@ -3946,7 +3946,11 @@
|
|||
"negate": false,
|
||||
"operator": "CONTAINS",
|
||||
"type": "STRING",
|
||||
<<<<<<< HEAD
|
||||
"value": "sfa_fre"
|
||||
=======
|
||||
"value": "sfa_ts"
|
||||
>>>>>>> b297e7444bc05ef8feb27cae1196d96e2c3b065d
|
||||
},
|
||||
"key": {
|
||||
"attribute": "SERVICE_DATABASE_NAME",
|
||||
|
|
@ -3957,7 +3961,44 @@
|
|||
"enabled": true,
|
||||
"propagationTypes": [],
|
||||
"type": "SERVICE",
|
||||
<<<<<<< HEAD
|
||||
"valueFormat": "sfa-fre"
|
||||
},
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"comparisonInfo": {
|
||||
"negate": false,
|
||||
"operator": "EQUALS",
|
||||
"type": "SERVICE_TYPE",
|
||||
"value": "DATABASE_SERVICE"
|
||||
},
|
||||
"key": {
|
||||
"attribute": "SERVICE_TYPE",
|
||||
"type": "STATIC"
|
||||
}
|
||||
},
|
||||
{
|
||||
"comparisonInfo": {
|
||||
"caseSensitive": true,
|
||||
"negate": false,
|
||||
"operator": "CONTAINS",
|
||||
"type": "STRING",
|
||||
"value": "oh"
|
||||
},
|
||||
"key": {
|
||||
"attribute": "SERVICE_DATABASE_NAME",
|
||||
"type": "STATIC"
|
||||
}
|
||||
}
|
||||
],
|
||||
"enabled": true,
|
||||
"propagationTypes": [],
|
||||
"type": "SERVICE",
|
||||
"valueFormat": "asbc-sfa-oh"
|
||||
=======
|
||||
"valueFormat": "sfa-ts"
|
||||
>>>>>>> b297e7444bc05ef8feb27cae1196d96e2c3b065d
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue