You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/OpenTelemetry.Instrumentation.StackExchangeRedis/Implementation/RedisProfilerEntryToActivityConverter.cs
+95-5Lines changed: 95 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -13,17 +13,64 @@
13
13
// See the License for the specific language governing permissions and
Copy file name to clipboardExpand all lines: src/OpenTelemetry.Instrumentation.StackExchangeRedis/OpenTelemetry.Instrumentation.StackExchangeRedis.csproj
@@ -28,5 +31,19 @@ public class StackExchangeRedisCallsInstrumentationOptions
28
31
/// Gets or sets the maximum time that should elapse between flushing the internal buffer of Redis profiling sessions and creating <see cref="Activity"/> objects. Default value: 00:00:10.
/// Gets or sets a value indicating whether or not the <see cref="StackExchangeRedisCallsInstrumentation"/> should use reflection to get more detailed <see cref="SemanticConventions.AttributeDbStatement"/> tag values. Default value: False.
37
+
/// </summary>
38
+
publicboolSetVerboseDatabaseStatements{get;set;}
39
+
40
+
/// <summary>
41
+
/// Gets or sets an action to enrich an Activity.
42
+
/// </summary>
43
+
/// <remarks>
44
+
/// <para><see cref="Activity"/>: the activity being enriched.</para>
45
+
/// <para><see cref="IProfiledCommand"/>: the profiled redis command from which additional information can be extracted to enrich the activity.</para>
0 commit comments