License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices |
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-opentelemetry |
Last Version | Last Version2.10.0.Final |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionQuarkus - OpenTelemetry - Runtime
Use OpenTelemetry to trace services
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-opentelemetry/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-opentelemetry</artifactId>
<version>2.10.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-opentelemetry/
implementation 'io.quarkus:quarkus-opentelemetry:2.10.0.Final'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-opentelemetry/
implementation ("io.quarkus:quarkus-opentelemetry:2.10.0.Final")
'io.quarkus:quarkus-opentelemetry:jar:2.10.0.Final'
<dependency org="io.quarkus" name="quarkus-opentelemetry" rev="2.10.0.Final">
<artifact name="quarkus-opentelemetry" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-opentelemetry', version='2.10.0.Final')
)
libraryDependencies += "io.quarkus" % "quarkus-opentelemetry" % "2.10.0.Final"
[io.quarkus/quarkus-opentelemetry "2.10.0.Final"]
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-core | jar | |
io.quarkus : quarkus-arc | jar | |
io.quarkus : quarkus-vertx | jar | |
io.smallrye.common : smallrye-common-vertx-context | jar | |
io.quarkus : quarkus-rest-client Optional | jar | |
io.quarkus : quarkus-grpc Optional | jar | |
io.opentelemetry : opentelemetry-sdk | jar | |
io.opentelemetry : opentelemetry-extension-annotations | jar | |
io.opentelemetry : opentelemetry-sdk-extension-autoconfigure-spi | jar | |
io.opentelemetry : opentelemetry-semconv | jar | |
io.opentelemetry.instrumentation : opentelemetry-instrumentation-api | jar | |
io.opentelemetry.instrumentation : opentelemetry-instrumentation-api-annotation-support | jar | |
io.opentelemetry.instrumentation : opentelemetry-instrumentation-api-semconv | jar |
Group / Artifact | Type | Version |
---|---|---|
org.graalvm.nativeimage : svm | jar |
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-junit5-internal | jar | |
org.assertj : assertj-core | jar | 3.23.1 |
io.quarkus : quarkus-bom | pom | 2.10.0.Final |