3 references to InternalMicrosoftProbeExceptionType
aspire (1)
Telemetry\AspireCliTelemetry.cs (1)
481tags[TelemetryConstants.Tags.InternalMicrosoftProbeExceptionType] = failure.ExceptionType;
Aspire.Cli.Tests (2)
Telemetry\AspireCliTelemetryTests.cs (2)
280Assert.Equal("aspire.cli.microsoft_internal_probe.exception_type", TelemetryConstants.Tags.InternalMicrosoftProbeExceptionType); 710Assert.Equal(InternalMicrosoftProbeExceptionType.Other, tags[TelemetryConstants.Tags.InternalMicrosoftProbeExceptionType]);