18 references to ActivitySource
aspire (10)
Backchannel\AppHostBackchannel.cs (1)
14private readonly ActivitySource _activitySource = new(nameof(AppHostBackchannel));
Certificates\CertificatesHelper.cs (1)
16private readonly ActivitySource _activitySource = new ActivitySource(nameof(CertificateService));
Commands\AddCommand.cs (1)
16private readonly ActivitySource _activitySource = new ActivitySource(nameof(AddCommand));
Commands\NewCommand.cs (1)
12private readonly ActivitySource _activitySource = new ActivitySource(nameof(NewCommand));
Commands\PublishCommand.cs (1)
17private readonly ActivitySource _activitySource = new ActivitySource(nameof(PublishCommand));
Commands\RunCommand.cs (1)
20private readonly ActivitySource _activitySource = new ActivitySource(nameof(RunCommand));
DotNetCliRunner.cs (1)
32private readonly ActivitySource _activitySource = new ActivitySource(nameof(DotNetCliRunner));
NuGetPackageCache.cs (1)
17private readonly ActivitySource _activitySource = new(nameof(NuGetPackageCache));
Program.cs (1)
28private static readonly ActivitySource s_activitySource = new ActivitySource(nameof(Program));
Utils\AppHostHelper.cs (1)
12private static readonly ActivitySource s_activitySource = new ActivitySource(nameof(AppHostHelper));
Aspire.Confluent.Kafka (1)
src\Vendoring\OpenTelemetry.Instrumentation.ConfluentKafka\ConfluentKafkaCommon.cs (1)
20internal static readonly ActivitySource ActivitySource = new(InstrumentationName, InstrumentationVersion);
Aspire.Microsoft.Data.SqlClient (1)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Implementation\SqlActivitySourceHelper.cs (1)
22public static readonly ActivitySource ActivitySource = new(ActivitySourceName, Version.ToString());
Aspire.Microsoft.EntityFrameworkCore.SqlServer (1)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Implementation\SqlActivitySourceHelper.cs (1)
22public static readonly ActivitySource ActivitySource = new(ActivitySourceName, Version.ToString());
Aspire.RabbitMQ.Client (1)
src\Components\Aspire.RabbitMQ.Client\AspireRabbitMQExtensions.cs (1)
26private static readonly ActivitySource s_activitySource = new ActivitySource(ActivitySourceName);
Aspire.StackExchange.Redis (1)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\StackExchangeRedisConnectionInstrumentation.cs (1)
24internal static readonly ActivitySource ActivitySource = new(ActivitySourceName, Version.ToString());
Seq.ApiService (1)
Program.cs (1)
13ActivitySource source = new("MyApp.Source");
Stress.ApiService (2)
ProducerConsumer.cs (1)
22private static readonly ActivitySource s_activitySource = new(ActivitySourceName);
TraceCreator.cs (1)
15private static readonly ActivitySource s_activitySource = new(ActivitySourceName);