3 references to StartOperation
Aspire.Dashboard (3)
Mcp\McpExtensions.cs (1)
75
var startToolCall = telemetryService.
StartOperation
(TelemetryEventKeys.McpToolCall,
Model\DashboardCommandExecutor.cs (1)
43
var startEvent = telemetryService.
StartOperation
(TelemetryEventKeys.ExecuteCommand,
Telemetry\DashboardTelemetryService.cs (1)
187
/// Posts a short-lived operation. If duration needs to be calculated, use <see cref="DashboardTelemetryService.
StartOperation
"/> and <see cref="DashboardTelemetryService.EndOperation"/> instead.