-
Notifications
You must be signed in to change notification settings - Fork 979
Closed
Labels
contribution welcomeRequest makes sense, maintainers probably won't have time, contribution would be welcomeRequest makes sense, maintainers probably won't have time, contribution would be welcomeenhancementNew feature or requestNew feature or requestnew instrumentation
Description
Describe the bug
Not getting DB traces for java Vertx Version: 3.9.2
while auto-instrumenting application with opentelemetry but getting DB traces using same configuration for Vertx Version: 3.7.1
Steps to reproduce
Otel Configuration:
-Dotel.resource.attributes=service.name=demo-service -Dotel.exporter.otlp.endpoint=http://localhost:4317 -Dotel.javaagent.debug=false -Dotel.metrics.exporter=none -Dotel.traces.exporter=otlp -Dotel.integration.jdbc-datasource.enabled=true
What did you expect to see?
Was expecting to get mysql db traces but not getting in debug logs.
What did you see instead?
DB traces were missing
vertxAppWithoutDBTraces.txt
What version are you using?
Otel Version: 1.18.0
Environment
Compiler: 11.0.15
OS: Mac OS 12.5.1
Metadata
Metadata
Assignees
Labels
contribution welcomeRequest makes sense, maintainers probably won't have time, contribution would be welcomeRequest makes sense, maintainers probably won't have time, contribution would be welcomeenhancementNew feature or requestNew feature or requestnew instrumentation