Skip to content

Commit 067ea1f

Browse files
Add link to PR
Add link to PR to implement built-in tracing for Cassandra.
1 parent 77365a7 commit 067ea1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Grafana.OpenTelemetry.Base/Instrumentations/CassandraInitializer.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ protected override void InitializeTracing(TracerProviderBuilder builder)
2626
// TODO Update upstream to use CassandraCSharpDriver.OpenTelemetry and
2727
// the this can be changed to .AddSource(CassandraActivitySourceHelper.ActivitySourceName)
2828
// and then also the user doesn't need to manually install the package.
29+
// See https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2939.
2930
builder.AddSource("CassandraCSharpDriver.OpenTelemetry");
3031
}
3132
}

0 commit comments

Comments
 (0)