Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
APPLIES TO: Business Central online
Environment lifecycle telemetry gathers data about the Copilot Credits consumed by features subject to consumption-based billing.
AI consumption recorded
Occurs when Copilot Credits are consumed.
General dimensions
| Dimension | Description or value |
|---|---|
| message | AI Consumption Recorded |
Custom dimensions
| Dimension | Description or value |
|---|---|
| aadTenantId | Specifies the Microsoft Entra tenant ID used for Microsoft Entra authentication. For on-premises, if you aren't using Microsoft Entra authentication, this value is common. |
| actions | The action that consumed Copilot Credits, for example 'Outbound Message' for Sales Order Agent |
| agentTaskId | The task ID of the agent task that consumed Copilot Credits |
| appId | The application ID of the app associated with the agent that consumed Copilot Credits |
| appName | The application name of the app associated with the agent that consumed Copilot Credits |
| appPublisher | The publisher name for the app associated with the agent that consumed Copilot Credits |
| appVersion | The version number of the app associated with the agent that consumed Copilot Credits |
| companyName | The name of the company in which the agent that consumed Copilot Credits ran |
| component | Dynamics 365 Business Central Server |
| componentVersion | The version number of the Dynamics 365 Business Central server |
| consumptionDateTime | The date and time at which Copilot Credit consumption was recorded |
| copilotCredits | The number of Copilot Credits consumed for the recorded action |
| copilotStudioFeature | The Copilot Studio Agent feature used to record Copilot consumption |
| description | A description of the action that consumed Copilot Credits |
| environmentName | Specifies the name of the tenant environment. Learn more in Managing Environments. |
| environmentType | Specifies the environment type for the tenant, such as Production or Sandbox. Learn more in Environment Types. |
| eventId | RT0055 |
| externalConsumptionId | A GUID representing the Copilot Credit consumption event |
| featureName | Name of the feature that consumed the Copilot Credits |
| telemetrySchemaVersion | 0.1 |
| userId | GUID representing the identity of the agent that consumed Copilot Credits |
Sample KQL code (environment app hotfix scheduling by App Management API failed to be installed)
This KQL code can help you get started analyzing consumed Copilot Credits:
traces
| where timestamp > ago(30d) // adjust as needed
| where customDimensions.eventId == 'RT0055'
| project timestamp
, message
, aadTenantId = customDimensions.aadTenantId
, actions = customDimensions.actions
, agentTaskId = customDimensions.agentTaskId
, environmentName = customDimensions.environmentName
, environmentType = customDimensions.environmentType
, copilotCredits = customDimensions.copilotCredits
, copilotStudioFeature = customDimensions.copilotStudioFeature
, featureName = customDimensions.featureName
Related information
Manage consumption-based billing for agent capabilities
Telemetry overview
Turn environment telemetry on or off