Skip to content

Commit

Permalink
Disable database spans for distributed tracing for demo purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
ciberkleid committed May 28, 2024
1 parent 4e6e94f commit e28b02d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -251,11 +251,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<artifactId>opentelemetry-exporter-zipkin</artifactId>
</dependency>

<dependency>
<groupId>net.ttddyy.observation</groupId>
<artifactId>datasource-micrometer-spring-boot</artifactId>
<version>${datasourceMicrometerSpringBootVersion}</version>
</dependency>
<!-- Comment in to produce database spans -->
<!-- <dependency>-->
<!-- <groupId>net.ttddyy.observation</groupId>-->
<!-- <artifactId>datasource-micrometer-spring-boot</artifactId>-->
<!-- <version>${datasourceMicrometerSpringBootVersion}</version>-->
<!-- </dependency>-->

<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit e28b02d

Please sign in to comment.