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 DynatraceCD_tol-prod
commit
1198b49a67
|
|
@ -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 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue