10 references to new
Aspire.Confluent.Kafka (1)
src\Vendoring\OpenTelemetry.Instrumentation.ConfluentKafka\ConfluentKafkaCommon.cs (1)
20
internal static readonly ActivitySource ActivitySource =
new
(InstrumentationName, InstrumentationVersion);
Aspire.Microsoft.Data.SqlClient (1)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Implementation\SqlActivitySourceHelper.cs (1)
22
public static readonly ActivitySource ActivitySource =
new
(ActivitySourceName, Version.ToString());
Aspire.Microsoft.EntityFrameworkCore.SqlServer (1)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Implementation\SqlActivitySourceHelper.cs (1)
22
public static readonly ActivitySource ActivitySource =
new
(ActivitySourceName, Version.ToString());
Aspire.StackExchange.Redis (1)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\StackExchangeRedisConnectionInstrumentation.cs (1)
24
internal static readonly ActivitySource ActivitySource =
new
(ActivitySourceName, Version.ToString());
Stress.ApiService (6)
Program.cs (6)
376
ActivitySource source =
new
("Services.Api", "1.0.0");
430
var source = new
ActivitySource
("Services.Api", "1.0.0");
523
var source = new
ActivitySource
("Services.Api", "1.0.0");
542
var source = new
ActivitySource
("Services.Api", "1.0.0");
581
var source = new
ActivitySource
("Services.Api", "1.0.0");
662
var source = new
ActivitySource
("Services.Api", "1.0.0");