cd_e2e_monitoring_config/BMW-Dynatrace-config/00_Global-Config/calculated-metrics-service/HttpStatus.json

53 lines
969 B
JSON

{
"conditions": [
{
"attribute": "SERVICE_TAG",
"comparisonInfo": {
"comparison": "EQUALS",
"negate": false,
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag}}"
}
}
},
{
"attribute": "HTTP_STATUS",
"comparisonInfo": {
"comparison": "EXISTS",
"negate": false,
"type": "NUMBER",
"value": null
}
}
],
"dimensionDefinition": {
"dimension": "{HTTP-Status}",
"name": "Dimension",
"placeholders": [],
"topX": 15,
"topXAggregation": "SINGLE_VALUE",
"topXDirection": "DESCENDING"
},
"enabled": true,
"entityId": null,
"managementZones": [
"{{.mz}}"
],
"metadata": {
"clusterVersion": "1.210.97.20210210-140317",
"configurationVersions": [
0
]
},
"metricDefinition": {
"metric": "REQUEST_COUNT",
"requestAttribute": null
},
"name": "{{.name}}",
"tsmMetricKey": "{{.metricKey}}",
"unit": "COUNT",
"unitDisplayName": ""
}