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