3 instantiations of CliTagEnrichmentProcessor
aspire (1)
Telemetry\TelemetryManager.cs (1)
155
.AddProcessor(new
CliTagEnrichmentProcessor
(tagsSource));
Aspire.Cli.Tests (2)
Telemetry\CliTagEnrichmentProcessorTests.cs (2)
18
var processor = new
CliTagEnrichmentProcessor
(fixture.TagsSource);
63
var processor = new
CliTagEnrichmentProcessor
(tagsSource);
3 references to CliTagEnrichmentProcessor
aspire (1)
Telemetry\TelemetryTagsSource.cs (1)
12
/// <see cref="
CliTagEnrichmentProcessor
"/> (which applies the tags to activities before export).
Aspire.Cli.Tests (2)
Telemetry\CliTagEnrichmentProcessorTests.cs (2)
18
var
processor = new CliTagEnrichmentProcessor(fixture.TagsSource);
63
var
processor = new CliTagEnrichmentProcessor(tagsSource);