From 781115756dfc8cd250dbad13f6c2459d388b1912 Mon Sep 17 00:00:00 2001 From: Magnus Reftel Date: Wed, 5 Jun 2024 12:41:19 +0200 Subject: [PATCH] Remove mention of JDBC tracing Remove mention of JDBC tracing, since that used the P6Spy instrumentation, which was removed in 6.0. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 794cfd0033..888c4b1ed9 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Most users won't write tracing code directly. Rather, they reuse instrumentation others have written. Check our [instrumentation](instrumentation/) and [Zipkin's list](https://zipkin.io/pages/tracers_instrumentation.html) -before rolling your own. Common tracing libraries like JDBC, Servlet +before rolling your own. Common tracing libraries like Servlet and Spring already exist. Instrumentation written here are tested and benchmarked.