Skip to content

Commit

Permalink
Add OpenTelemetry Push Reporter and Sink
Browse files Browse the repository at this point in the history
  • Loading branch information
TQJADE committed Aug 14, 2024
1 parent f081650 commit 11de46f
Show file tree
Hide file tree
Showing 6 changed files with 631 additions and 0 deletions.
20 changes: 20 additions & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,26 @@
<script.extension>.sh</script.extension>
</properties>
</profile>
<profile>
<id>opentelemetry-reporter</id>
<dependencies>
<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-sdk</artifactId>
<version>1.40.0</version>
</dependency>
<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-api</artifactId>
<version>1.40.0</version>
</dependency>
<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-exporter-otlp</artifactId>
<version>1.40.0</version>
</dependency>
</dependencies>
</profile>
<profile>
<id>sparkr</id>
<build>
Expand Down
Loading

0 comments on commit 11de46f

Please sign in to comment.