57 lines
1.9 KiB
YAML
57 lines
1.9 KiB
YAML
config:
|
|
- Comfy_ActionDuration: request-attribute-from-span-attribute.json
|
|
- Comfy_ActionId: request-attribute-from-span-attribute.json
|
|
- Comfy_AgentIdConsume: request-attribute-from-span-attribute.json
|
|
- Comfy_AgentIdPublish: request-attribute-from-span-attribute.json
|
|
- Comfy_CampaignId: request-attribute-from-span-attribute.json
|
|
- Comfy_CompletedCampaigns: request-attribute-from-span-attribute.json
|
|
- Comfy_RunningCampaigns: request-attribute-from-span-attribute.json
|
|
- Comfy_VIN: request-attribute-from-span-attribute-confidential.json
|
|
- Comfy_VehicleActionStatus: request-attribute-from-span-attribute.json
|
|
|
|
|
|
Comfy_ActionDuration:
|
|
- name: Comfy_ActionDuration
|
|
- dataType: INTEGER
|
|
- aggregation: FIRST
|
|
- spanAttributeKey: comfy.request_attribute.action_duration
|
|
Comfy_ActionId:
|
|
- name: Comfy_ActionId
|
|
- dataType: STRING
|
|
- aggregation: FIRST
|
|
- spanAttributeKey: comfy.action_id
|
|
Comfy_AgentIdConsume:
|
|
- name: Comfy_AgentIdConsume
|
|
- dataType: STRING
|
|
- aggregation: FIRST
|
|
- spanAttributeKey: comfy.request_attribute.agent_id.consume
|
|
Comfy_AgentIdPublish:
|
|
- name: Comfy_AgentIdPublish
|
|
- dataType: STRING
|
|
- aggregation: FIRST
|
|
- spanAttributeKey: comfy.request_attribute.agent_id.publish
|
|
Comfy_CampaignId:
|
|
- name: Comfy_CampaignId
|
|
- dataType: STRING
|
|
- aggregation: FIRST
|
|
- spanAttributeKey: comfy.campaign_id
|
|
Comfy_CompletedCampaigns:
|
|
- name: Comfy_CompletedCampaigns
|
|
- dataType: INTEGER
|
|
- aggregation: FIRST
|
|
- spanAttributeKey: comfy.request_attribute.completed_campaigns
|
|
Comfy_RunningCampaigns:
|
|
- name: Comfy_RunningCampaigns
|
|
- dataType: INTEGER
|
|
- aggregation: FIRST
|
|
- spanAttributeKey: comfy.request_attribute.running_campaigns
|
|
Comfy_VIN:
|
|
- name: Comfy_VIN
|
|
- dataType: STRING
|
|
- aggregation: FIRST
|
|
- spanAttributeKey: comfy.vin
|
|
Comfy_VehicleActionStatus:
|
|
- name: Comfy_VehicleActionStatus
|
|
- dataType: STRING
|
|
- aggregation: FIRST
|
|
- spanAttributeKey: comfy.request_attribute.action_status |