1+ OpenTelemetry.Instrumentation.StackExchangeRedis.RedisInstrumentationContext
2+ OpenTelemetry.Instrumentation.StackExchangeRedis.RedisInstrumentationContext.Deconstruct(out System.Diagnostics.Activity? ParentActivity, out StackExchange.Redis.Profiling.IProfiledCommand! ProfiledCommand) -> void
3+ OpenTelemetry.Instrumentation.StackExchangeRedis.RedisInstrumentationContext.ParentActivity.get -> System.Diagnostics.Activity?
4+ OpenTelemetry.Instrumentation.StackExchangeRedis.RedisInstrumentationContext.ParentActivity.init -> void
5+ OpenTelemetry.Instrumentation.StackExchangeRedis.RedisInstrumentationContext.ProfiledCommand.get -> StackExchange.Redis.Profiling.IProfiledCommand!
6+ OpenTelemetry.Instrumentation.StackExchangeRedis.RedisInstrumentationContext.ProfiledCommand.init -> void
7+ OpenTelemetry.Instrumentation.StackExchangeRedis.RedisInstrumentationContext.RedisInstrumentationContext() -> void
8+ OpenTelemetry.Instrumentation.StackExchangeRedis.RedisInstrumentationContext.RedisInstrumentationContext(System.Diagnostics.Activity? ParentActivity, StackExchange.Redis.Profiling.IProfiledCommand! ProfiledCommand) -> void
19OpenTelemetry.Instrumentation.StackExchangeRedis.StackExchangeRedisInstrumentation
210OpenTelemetry.Instrumentation.StackExchangeRedis.StackExchangeRedisInstrumentation.AddConnection(StackExchange.Redis.IConnectionMultiplexer! connection) -> System.IDisposable!
311OpenTelemetry.Instrumentation.StackExchangeRedis.StackExchangeRedisInstrumentation.AddConnection(string! name, StackExchange.Redis.IConnectionMultiplexer! connection) -> System.IDisposable!
412OpenTelemetry.Instrumentation.StackExchangeRedis.StackExchangeRedisInstrumentation.Dispose() -> void
513OpenTelemetry.Instrumentation.StackExchangeRedis.StackExchangeRedisInstrumentationOptions
6- OpenTelemetry.Instrumentation.StackExchangeRedis.StackExchangeRedisInstrumentationOptions.Enrich.get -> System.Action<System.Diagnostics.Activity!, StackExchange.Redis.Profiling.IProfiledCommand! >?
14+ OpenTelemetry.Instrumentation.StackExchangeRedis.StackExchangeRedisInstrumentationOptions.Enrich.get -> System.Action<System.Diagnostics.Activity!, OpenTelemetry.Instrumentation.StackExchangeRedis.RedisInstrumentationContext >?
715OpenTelemetry.Instrumentation.StackExchangeRedis.StackExchangeRedisInstrumentationOptions.Enrich.set -> void
816OpenTelemetry.Instrumentation.StackExchangeRedis.StackExchangeRedisInstrumentationOptions.EnrichActivityWithTimingEvents.get -> bool
917OpenTelemetry.Instrumentation.StackExchangeRedis.StackExchangeRedisInstrumentationOptions.EnrichActivityWithTimingEvents.set -> void
10- OpenTelemetry.Instrumentation.StackExchangeRedis.StackExchangeRedisInstrumentationOptions.Filter.get -> System.Func<StackExchange.Redis.Profiling.IProfiledCommand! , bool>?
18+ OpenTelemetry.Instrumentation.StackExchangeRedis.StackExchangeRedisInstrumentationOptions.Filter.get -> System.Func<OpenTelemetry.Instrumentation.StackExchangeRedis.RedisInstrumentationContext , bool>?
1119OpenTelemetry.Instrumentation.StackExchangeRedis.StackExchangeRedisInstrumentationOptions.Filter.set -> void
1220OpenTelemetry.Instrumentation.StackExchangeRedis.StackExchangeRedisInstrumentationOptions.FlushInterval.get -> System.TimeSpan
1321OpenTelemetry.Instrumentation.StackExchangeRedis.StackExchangeRedisInstrumentationOptions.FlushInterval.set -> void
1422OpenTelemetry.Instrumentation.StackExchangeRedis.StackExchangeRedisInstrumentationOptions.SetVerboseDatabaseStatements.get -> bool
1523OpenTelemetry.Instrumentation.StackExchangeRedis.StackExchangeRedisInstrumentationOptions.SetVerboseDatabaseStatements.set -> void
1624OpenTelemetry.Instrumentation.StackExchangeRedis.StackExchangeRedisInstrumentationOptions.StackExchangeRedisInstrumentationOptions() -> void
1725OpenTelemetry.Trace.TracerProviderBuilderExtensions
26+ override OpenTelemetry.Instrumentation.StackExchangeRedis.RedisInstrumentationContext.GetHashCode() -> int
27+ static OpenTelemetry.Instrumentation.StackExchangeRedis.RedisInstrumentationContext.operator ==(OpenTelemetry.Instrumentation.StackExchangeRedis.RedisInstrumentationContext left, OpenTelemetry.Instrumentation.StackExchangeRedis.RedisInstrumentationContext right) -> bool
28+ static OpenTelemetry.Instrumentation.StackExchangeRedis.RedisInstrumentationContext.operator !=(OpenTelemetry.Instrumentation.StackExchangeRedis.RedisInstrumentationContext left, OpenTelemetry.Instrumentation.StackExchangeRedis.RedisInstrumentationContext right) -> bool
1829static OpenTelemetry.Trace.TracerProviderBuilderExtensions.AddRedisInstrumentation(this OpenTelemetry.Trace.TracerProviderBuilder! builder) -> OpenTelemetry.Trace.TracerProviderBuilder!
1930static OpenTelemetry.Trace.TracerProviderBuilderExtensions.AddRedisInstrumentation(this OpenTelemetry.Trace.TracerProviderBuilder! builder, object! serviceKey) -> OpenTelemetry.Trace.TracerProviderBuilder!
2031static OpenTelemetry.Trace.TracerProviderBuilderExtensions.AddRedisInstrumentation(this OpenTelemetry.Trace.TracerProviderBuilder! builder, StackExchange.Redis.IConnectionMultiplexer! connection) -> OpenTelemetry.Trace.TracerProviderBuilder!
@@ -24,3 +35,6 @@ static OpenTelemetry.Trace.TracerProviderBuilderExtensions.AddRedisInstrumentati
2435static OpenTelemetry.Trace.TracerProviderBuilderExtensions.AddRedisInstrumentation(this OpenTelemetry.Trace.TracerProviderBuilder! builder, System.Action<OpenTelemetry.Instrumentation.StackExchangeRedis.StackExchangeRedisInstrumentationOptions!>! configure) -> OpenTelemetry.Trace.TracerProviderBuilder!
2536static OpenTelemetry.Trace.TracerProviderBuilderExtensions.ConfigureRedisInstrumentation(this OpenTelemetry.Trace.TracerProviderBuilder! builder, System.Action<OpenTelemetry.Instrumentation.StackExchangeRedis.StackExchangeRedisInstrumentation!>! configure) -> OpenTelemetry.Trace.TracerProviderBuilder!
2637static OpenTelemetry.Trace.TracerProviderBuilderExtensions.ConfigureRedisInstrumentation(this OpenTelemetry.Trace.TracerProviderBuilder! builder, System.Action<System.IServiceProvider!, OpenTelemetry.Instrumentation.StackExchangeRedis.StackExchangeRedisInstrumentation!>! configure) -> OpenTelemetry.Trace.TracerProviderBuilder!
38+ ~override OpenTelemetry.Instrumentation.StackExchangeRedis.RedisInstrumentationContext.ToString() -> string
39+ ~override OpenTelemetry.Instrumentation.StackExchangeRedis.RedisInstrumentationContext.Equals(object obj) -> bool
40+ OpenTelemetry.Instrumentation.StackExchangeRedis.RedisInstrumentationContext.Equals(OpenTelemetry.Instrumentation.StackExchangeRedis.RedisInstrumentationContext other) -> bool
0 commit comments