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: 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_AgentIdConsume: metric-request-count.json
- Comfy_AgentIdPublish: metric-request-count.json - Comfy_AgentIdPublish: metric-request-count.json
- Comfy_CompletedCampaigns: metric-request-attribute-no-split.json - Comfy_CompletedCampaigns: metric-request-attribute-number-no-split.json
- Comfy_RunningCampaigns: metric-request-attribute-no-split.json - Comfy_RunningCampaigns: metric-request-attribute-number-no-split.json
- Comfy_VehicleActionStatus: metric-request-count.json - Comfy_VehicleActionStatus: metric-request-count.json
- Comfy_VehicleActionStatus_AgentId: metric-request-count-2-attributes.json - Comfy_VehicleActionStatus_AgentId: metric-request-count-2-attributes.json

View File

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

View File

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

View File

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

View File

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