3 references to TelemetryEndOperation
Aspire.Dashboard (2)
Telemetry\DashboardTelemetryService.cs (2)
133
var context = OperationContext.Create(propertyCount: 0, name: TelemetryEndpoints.
TelemetryEndOperation
);
136
await client.PostAsJsonAsync(TelemetryEndpoints.
TelemetryEndOperation
, new EndOperationRequest(Id: (string)propertyGetter(operationId), Result: result, ErrorMessage: errorMessage)).ConfigureAwait(false);
Aspire.Dashboard.Tests (1)
Integration\McpServiceTests.cs (1)
291
if (context.Name.Contains(TelemetryEndpoints.
TelemetryEndOperation
))