9 references to InternalMicrosoftDomain
aspire (2)
Telemetry\AspireCliTelemetry.cs (1)
338tagsList.Add(new(TelemetryConstants.Tags.InternalMicrosoftDomain, internalMicrosoftResult.Domain));
Telemetry\CliTagEnrichmentProcessor.cs (1)
36tag.Key is TelemetryConstants.Tags.InternalMicrosoftAlias or TelemetryConstants.Tags.InternalMicrosoftDomain)
Aspire.Cli.Tests (7)
Telemetry\AspireCliTelemetryTests.cs (4)
276Assert.Equal("aspire.cli.microsoft_internal_domain", TelemetryConstants.Tags.InternalMicrosoftDomain); 298Assert.Contains(tags, t => t.Key == TelemetryConstants.Tags.InternalMicrosoftDomain && (string?)t.Value == "TEST"); 676Assert.Null(activity.GetTagItem(TelemetryConstants.Tags.InternalMicrosoftDomain)); 847t.Key is TelemetryConstants.Tags.InternalMicrosoftSource or TelemetryConstants.Tags.InternalMicrosoftAlias or TelemetryConstants.Tags.InternalMicrosoftDomain)];
Telemetry\CliTagEnrichmentProcessorTests.cs (2)
100new(TelemetryConstants.Tags.InternalMicrosoftDomain, "REDMOND") 118Assert.Null(activity.GetTagItem(TelemetryConstants.Tags.InternalMicrosoftDomain));
Telemetry\TelemetryFixture.cs (1)
67tag.Key is TelemetryConstants.Tags.InternalMicrosoftAlias or TelemetryConstants.Tags.InternalMicrosoftDomain)