COMFY-493: Fix validation errors
parent
803a8979db
commit
0f7267ef8d
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
"negate": false,
|
||||
"requestAttribute": "{{.requestAttribute}}",
|
||||
"source": null,
|
||||
"type": "STRING_REQUEST_ATTRIBUTE",
|
||||
"type": "NUMBER_REQUEST_ATTRIBUTE",
|
||||
"value": null
|
||||
}
|
||||
},
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue