opentelemetry-java-instrume.../dd-trace-examples/spring-boot-jdbc/src/main/resources/application.properties

8 lines
292 B
Properties

# you must set the following so that OpenTracing traced driver is used
spring.datasource.driver-class-name=io.opentracing.contrib.jdbc.TracingDriver
spring.datasource.url=jdbc:tracing:h2:mem:spring-test
# set the logging level
logging.level.root=INFO
logging.level.com.datadoghq.trace=DEBUG