3 references to TelemetryPostOperation
Aspire.Dashboard (2)
Telemetry\DashboardTelemetryService.cs (2)
188var context = OperationContext.Create(propertyCount: 1, name: GetCompositeEventName(eventName, TelemetryEndpoints.TelemetryPostOperation)); 198var response = await PostRequestAsync<PostOperationRequest, TelemetryEventCorrelation>(client, TelemetryEndpoints.TelemetryPostOperation, request).ConfigureAwait(false);
Aspire.Dashboard.Tests (1)
Telemetry\DashboardTelemetryServiceTests.cs (1)
128else if (request.RequestUri!.AbsolutePath == TelemetryEndpoints.TelemetryPostOperation)