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