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
[v1.23.0 of Semantic Conventions for Database Client Calls](https://github.com/open-telemetry/semantic-conventions/blob/release/v1.23.x/docs/database/database-spans.md)
Copy file name to clipboardExpand all lines: src/OpenTelemetry.Instrumentation.StackExchangeRedis/Implementation/RedisProfilerEntryToActivityConverter.cs
Copy file name to clipboardExpand all lines: test/OpenTelemetry.Instrumentation.StackExchangeRedis.Tests/Implementation/RedisProfilerEntryToActivityConverterTests.cs
+17-10Lines changed: 17 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,7 @@ public void ProfilerCommandToActivity_UsesIpEndPointAsEndPoint()
116
116
{
117
117
longaddress=1;
118
118
varport=2;
119
+
varip=$"{address}.0.0.0";
119
120
120
121
varactivity=newActivity("redis-profiler");
121
122
varipLocalEndPoint=newIPEndPoint(address,port);
@@ -124,10 +125,14 @@ public void ProfilerCommandToActivity_UsesIpEndPointAsEndPoint()
Copy file name to clipboardExpand all lines: test/OpenTelemetry.Instrumentation.StackExchangeRedis.Tests/StackExchangeRedisCallsInstrumentationTests.cs
0 commit comments