cd_e2e_monitoring_config/BMW-Dynatrace-config/CD_comfy/calculated-metrics-service/metric-request-count.json

51 lines
1.0 KiB
JSON

{
"conditions": [
{
"attribute": "SERVICE_REQUEST_ATTRIBUTE",
"comparisonInfo": {
"caseSensitive": false,
"comparison": "EXISTS",
"matchOnChildCalls": false,
"negate": false,
"requestAttribute": "{{.requestAttribute}}",
"source": null,
"type": "STRING_REQUEST_ATTRIBUTE",
"value": null
}
},
{
"attribute": "SERVICE_TAG",
"comparisonInfo": {
"comparison": "EQUALS",
"negate": false,
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "ms-id",
"value": "{{.msId}}"
}
}
}
],
"dimensionDefinition": {
"dimension": "{{.dimension}}",
"name": "{{.dimensionName}}",
"placeholders": [],
"topX": 10,
"topXAggregation": "SINGLE_VALUE",
"topXDirection": "DESCENDING"
},
"enabled": true,
"entityId": null,
"managementZones": [
"CD_comfy"
],
"metricDefinition": {
"metric": "REQUEST_COUNT",
"requestAttribute": null
},
"name": "{{.name}}",
"tsmMetricKey": "{{.metricKey}}",
"unit": "{{.unit}}",
"unitDisplayName": ""
}