cd_e2e_monitoring_config/BMW-Dynatrace-config/00_Global-Config/conditional-naming-service/AzureRuntimeservicename-PRO...

41 lines
697 B
JSON

{
"displayName": "{{.name}}",
"enabled": true,
"metadata": {
"clusterVersion": "1.211.111.20210222-093946",
"configurationVersions": [
0
]
},
"nameFormat": "{Service:DetectedName} - PROD",
"rules": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "PaaS",
"value": "Runtime"
}
},
"key": {
"attribute": "SERVICE_TAGS"
}
},
{
"comparisonInfo": {
"caseSensitive": false,
"negate": false,
"operator": "ENDS_WITH",
"type": "STRING",
"value": "_PRD"
},
"key": {
"attribute": "HOST_GROUP_NAME"
}
}
],
"type": "SERVICE"
}