Registry / observability / tracing

tracing

JSON →
library6.33.0javamavenunverified

A Java library for distributed tracing, providing trace propagation and span reporting.

<dependency> <groupId>com.palantir.tracing</groupId> <artifactId>tracing</artifactId> <version>6.33.0</version> </dependency>
INSTALL
IMPORT
SIG · TRACING
T
tracing
observabilityjavav6.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
✓ com.palantir.tracing.Tracer

Starts and ends a trace span around an operation.

import com.palantir.tracing.Tracer; import com.palantir.tracing.api.Span; public class Example { public static void main(String[] args) { Tracer.startSpan("operation"); try { // perform work } finally { Tracer.endSpan(); } } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.33.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
30
OpenAI (training)
1
Resources
tracing — mvn dependency:get tracing · libregistry