Skip to content

JDBC OTEL Instrumentation

Jose V. Trigueros requested to merge otel-jdbc into master

The auto-instrumentation tells me about the application performance, but doesn't tell me anything about the queries being made. I added the jdbc-opentelemetry package to instrument the PostgresQL connection.

This MR also removes EventTracer, this was used by Honeycomb to send counters. I believe we could use this type of metric again in the future.

Merge request reports