4 references to Create
Aspire.StackExchange.Redis (4)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\Shared\ActivitySourceFactory.cs (1)
20
=>
Create
(typeof(T), semanticConventionsVersion, tags);
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\StackExchangeRedisConnectionInstrumentation.cs (3)
23
internal static readonly ActivitySource ActivitySource = ActivitySourceFactory.
Create
(typeof(StackExchangeRedisConnectionInstrumentation), SemanticConventionsVersion, name: ActivitySourceName);
26
internal static readonly ActivitySource ActivitySourceNew = ActivitySourceFactory.
Create
(typeof(StackExchangeRedisConnectionInstrumentation), SemanticConventionsVersionNew, name: ActivitySourceName);
28
internal static readonly ActivitySource ActivitySourceBoth = ActivitySourceFactory.
Create
(typeof(StackExchangeRedisConnectionInstrumentation), null, name: ActivitySourceName);