3 references to Filter
Aspire.StackExchange.Redis (3)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\Implementation\RedisProfilerEntryToActivityConverter.cs (2)
81
if (options.
Filter
!= null && !options.
Filter
(new(parentActivity, command)))
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\StackExchangeRedisInstrumentationOptions.cs (1)
87
internal bool EnableEarlyCommandDrain => this.
Filter
== null && this.Enrich == null;