Registry / observability / opentracing-api

opentracing-api

JSON →
library0.33.0javamavenunverified

OpenTracing API provides a vendor-neutral API for distributed tracing in microservices and cloud-native applications.

<dependency> <groupId>io.opentracing</groupId> <artifactId>opentracing-api</artifactId> <version>0.33.0</version> </dependency>
INSTALL
IMPORT
SIG · OPENTRACING-API
O
opentracing-api
observabilityjavav0.33.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Tracer
io.opentracing.Tracer

Minimal OpenTracing example accessing the global tracer.

import io.opentracing.Tracer; import io.opentracing.util.GlobalTracer; public class TracingExample { public static void main(String[] args) { Tracer tracer = GlobalTracer.get(); if (tracer != null) { System.out.println("Tracer available"); } } }
Debug
Known issues
breakingOpenTracing is deprecated in favor of OpenTelemetry; consider migrating.
fix
Use io.opentelemetry:opentelemetry-api for future-proof tracing.
affects: *
Upgrade
Version history
0.33.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
OpenAI (training)
2
Resources
opentracing-api — mvn dependency:get opentracing-api · libregistry