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