1 write to ReportedSourceName
Aspire.Cli.Tests (1)
Telemetry\TelemetryFixture.cs (1)
42
ReportedSourceName
= $"Test.{Path.GetRandomFileName()}";
5 references to ReportedSourceName
Aspire.Cli.Tests (5)
Telemetry\AspireCliTelemetryTests.cs (2)
586
ShouldListenTo = source => source.Name == fixture.
ReportedSourceName
,
669
Assert.Equal(fixture.
ReportedSourceName
, activity.Source.Name);
Telemetry\TelemetryFixture.cs (3)
58
ShouldListenTo = source => source.Name ==
ReportedSourceName
|| source.Name == DiagnosticsSourceName,
81
? new AspireCliTelemetry(logger, machineInfoProvider, ciEnvironmentDetector, codingAgentDetector, internalMicrosoftDetector,
ReportedSourceName
, DiagnosticsSourceName, executionContext, TagsSource)
82
: new AspireCliTelemetry(logger, machineInfoProvider, ciEnvironmentDetector, codingAgentDetector, internalMicrosoftDetector, telemetryConfiguration,
ReportedSourceName
, DiagnosticsSourceName, executionContext, TagsSource);