Pull request #26: Add database auto-tagging rule for application sfa to Dynatrace

Merge in OPAPM/cd_e2e_monitoring_config from CD_sfa to master

* commit '7acbc7b054d2357b12e3dfc42fea7f8cee78fba7':
  Add database auto-tagging rule for application sfa to Dynatrace
CD_tol-prod
Ermis Wieger (ext.) 2021-07-30 11:12:21 +02:00
commit 1198b49a67
1 changed files with 4 additions and 4 deletions

View File

@ -3624,11 +3624,11 @@
} }
} }
] ]
}, },
{ {
"type": "SERVICE", "type": "SERVICE",
"enabled": true, "enabled": true,
"valueFormat": "smc2-ops", "valueFormat": "sfa",
"propagationTypes": [], "propagationTypes": [],
"conditions": [ "conditions": [
{ {
@ -3649,7 +3649,7 @@
"comparisonInfo": { "comparisonInfo": {
"type": "STRING", "type": "STRING",
"operator": "CONTAINS", "operator": "CONTAINS",
"value": "smc2-ops", "value": "sfa",
"negate": false, "negate": false,
"caseSensitive": true "caseSensitive": true
} }
@ -3657,4 +3657,4 @@
] ]
} }
] ]
} }