Registry / observability / opentracing-util

opentracing-util

JSON →
library0.33.0javamavenunverified

OpenTracing utilities providing helper classes for distributed tracing instrumentation.

<dependency> <groupId>io.opentracing</groupId> <artifactId>opentracing-util</artifactId> <version>0.33.0</version> </dependency>
INSTALL
IMPORT
SIG · OPENTRACING-UTIL
O
opentracing-util
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.

GlobalTracer
✓ io.opentracing.util.GlobalTracer

Minimal example accessing the GlobalTracer.

import io.opentracing.util.GlobalTracer; import io.opentracing.Tracer; public class TracingExample { public static void main(String[] args) { Tracer tracer = GlobalTracer.get(); System.out.println("Global tracer: " + tracer); } }
Debug
Known issues
gotchaOpenTracing is superseded by OpenTelemetry; new projects should use OpenTelemetry instead.
fix
Migrate to io.opentelemetry:opentelemetry-api for future compatibility.
affects: >=0.33.0
Upgrade
Version history
0.33.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
16
OpenAI (training)
2
Amazon
1
Resources
opentracing-util — mvn dependency:get opentracing-util · libregistry