4 references to DeploymentRing
Microsoft.Extensions.Telemetry (2)
Enrichment\ApplicationEnricherTags.cs (1)
44DeploymentRing
Enrichment\ApplicationLogEnricher.cs (1)
50l.Add(new(ApplicationEnricherTags.DeploymentRing, applicationMetadata.DeploymentRing));
Microsoft.Extensions.Telemetry.Tests (2)
Enrichment\ApplicationLogEnricherTests.cs (2)
111Assert.Equal(DeploymentRing, enrichedState[ApplicationEnricherTags.DeploymentRing]); 115Assert.False(enrichedState.ContainsKey(ApplicationEnricherTags.DeploymentRing));