|
3 年之前 | |
---|---|---|
.. | ||
README.md | 3 年之前 | |
build.gradle.kts | 3 年之前 |
OpenTelemetry Jaeger Exporter Starter is a starter package that includes the opentelemetry-api, opentelemetry-sdk, opentelemetry-extension-annotations, opentelmetry-logging-exporter, opentelemetry-spring-boot-autoconfigurations and spring framework starters required to setup distributed tracing. It also provides the opentelemetry-exporters-jaeger artifact and corresponding exporter auto-configuration. Check out opentelemetry-spring-boot-autoconfigure for the list of supported libraries and features.
Replace OPENTELEMETRY_VERSION
with the latest stable release.
1.1.0
<dependencies>
<dependency>
<groupId>io.opentelemetry.instrumentation</groupId>
<artifactId>opentelemetry-jaeger-exporter-starter</artifactId>
<version>OPENTELEMETRY_VERSION</version>
</dependency>
</dependencies>
implementation("io.opentelemetry.instrumentation:opentelemetry-jaeger-exporter-starter:OPENTELEMETRY_VERSION")
Check out the opentelemetry-api quick start to learn more about OpenTelemetry instrumentation.