Skip to content

Commit 798fc02

Browse files
authored
Remove mention of JDBC tracing (#1439)
Remove mention of JDBC tracing, since that used the P6Spy instrumentation, which was removed in 6.0.
1 parent 62f460d commit 798fc02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Most users won't write tracing code directly. Rather, they reuse
3030
instrumentation others have written. Check our
3131
[instrumentation](instrumentation/) and
3232
[Zipkin's list](https://zipkin.io/pages/tracers_instrumentation.html)
33-
before rolling your own. Common tracing libraries like JDBC, Servlet
33+
before rolling your own. Common tracing libraries like Servlet
3434
and Spring already exist. Instrumentation written here are tested and
3535
benchmarked.
3636

0 commit comments

Comments
 (0)