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