COMFY-493: Fix validation errors

CD_CCIS_NN_SLO
Markus Dlugi 2022-03-21 09:51:19 +01:00
parent 803a8979db
commit 0f7267ef8d
5 changed files with 10 additions and 12 deletions

View File

@ -1,9 +1,9 @@
config:
- Comfy_ActionDuration: metric-request-attribute-2-attributes.json
- Comfy_ActionDuration: metric-request-attribute-number-2-attributes.json
- Comfy_AgentIdConsume: metric-request-count.json
- Comfy_AgentIdPublish: metric-request-count.json
- Comfy_CompletedCampaigns: metric-request-attribute-no-split.json
- Comfy_RunningCampaigns: metric-request-attribute-no-split.json
- Comfy_CompletedCampaigns: metric-request-attribute-number-no-split.json
- Comfy_RunningCampaigns: metric-request-attribute-number-no-split.json
- Comfy_VehicleActionStatus: metric-request-count.json
- Comfy_VehicleActionStatus_AgentId: metric-request-count-2-attributes.json

View File

@ -9,7 +9,7 @@
"negate": false,
"requestAttribute": "{{.requestAttribute}}",
"source": null,
"type": "STRING_REQUEST_ATTRIBUTE",
"type": "NUMBER_REQUEST_ATTRIBUTE",
"value": null
}
},
@ -58,7 +58,7 @@
"name": "{{.dimensionName}}",
"placeholders": [],
"topX": 10,
"topXAggregation": "SINGLE_VALUE",
"topXAggregation": "SUM",
"topXDirection": "DESCENDING"
},
"enabled": true,

View File

@ -9,7 +9,7 @@
"negate": false,
"requestAttribute": "{{.requestAttribute}}",
"source": null,
"type": "STRING_REQUEST_ATTRIBUTE",
"type": "NUMBER_REQUEST_ATTRIBUTE",
"value": null
}
},

View File

@ -3,8 +3,7 @@
"confidential": true,
"dataSources": [
{
"attributeKey": "{{.spanAttributeKey}}",
"capturingAndStorageLocation": "CAPTURE_AND_STORE_ON_SERVER",
"spanAttributeKey": "{{.spanAttributeKey}}",
"enabled": true,
"scope": {
"tagOfProcessGroup": "app-id:APP-29681"
@ -16,7 +15,7 @@
}
}
],
"dataType": "{{.type}}",
"dataType": "{{.dataType}}",
"enabled": true,
"name": "{{.name}}",
"normalization": "ORIGINAL",

View File

@ -3,8 +3,7 @@
"confidential": false,
"dataSources": [
{
"attributeKey": "{{.spanAttributeKey}}",
"capturingAndStorageLocation": "CAPTURE_AND_STORE_ON_SERVER",
"spanAttributeKey": "{{.spanAttributeKey}}",
"enabled": true,
"scope": {
"tagOfProcessGroup": "app-id:APP-29681"
@ -16,7 +15,7 @@
}
}
],
"dataType": "{{.type}}",
"dataType": "{{.dataType}}",
"enabled": true,
"name": "{{.name}}",
"normalization": "ORIGINAL",