22 references to ActivitySource
aspire (11)
Backchannel\AppHostBackchannel.cs (1)
27private readonly ActivitySource _activitySource = new(nameof(AppHostBackchannel));
Certificates\CertificateService.cs (1)
17private readonly ActivitySource _activitySource = new ActivitySource(nameof(CertificateService));
Commands\AddCommand.cs (1)
17private readonly ActivitySource _activitySource = new ActivitySource(nameof(AddCommand));
Commands\NewCommand.cs (1)
14private readonly ActivitySource _activitySource = new ActivitySource(nameof(NewCommand));
Commands\PublishCommand.cs (1)
35private readonly ActivitySource _activitySource = new ActivitySource(nameof(PublishCommand));
Commands\RunCommand.cs (1)
20private readonly ActivitySource _activitySource = new ActivitySource(nameof(RunCommand));
DotNetCliRunner.cs (1)
41private readonly ActivitySource _activitySource = new ActivitySource(nameof(DotNetCliRunner));
NuGetPackageCache.cs (1)
17private readonly ActivitySource _activitySource = new(nameof(NuGetPackageCache));
Program.cs (1)
30private static readonly ActivitySource s_activitySource = new ActivitySource(nameof(Program));
Projects\ProjectLocator.cs (1)
17private readonly ActivitySource _activitySource = new(nameof(ProjectLocator));
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)
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());
Microsoft.Extensions.AI (2)
ChatCompletion\OpenTelemetryChatClient.cs (1)
69_activitySource = new(name);
Embeddings\OpenTelemetryEmbeddingGenerator.cs (1)
67_activitySource = new(name);
Seq.ApiService (1)
Program.cs (1)
13ActivitySource source = new("MyApp.Source");
Stress.ApiService (3)
ProducerConsumer.cs (1)
22private static readonly ActivitySource s_activitySource = new(ActivitySourceName);
Program.cs (1)
300ActivitySource source = new("Services.Api", "1.0.0");
TraceCreator.cs (1)
15private static readonly ActivitySource s_activitySource = new(ActivitySourceName);