Registry / observability / tracing-api

tracing-api

JSON →
library6.33.0javamavenunverified

Provides tracing abstractions and interfaces for distributed tracing in Java applications.

<dependency> <groupId>com.palantir.tracing</groupId> <artifactId>tracing-api</artifactId> <version>6.33.0</version> </dependency>
INSTALL
IMPORT
SIG · TRACING-API
T
tracing-api
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 tracing span using the Tracer API.

import com.palantir.tracing.Tracer; public class Example { public static void main(String[] args) { Tracer.startSpan("example-span"); try { System.out.println("Tracing span started"); } 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
51 hits · last 30 days
node
48
Bingbot
1
OpenAI (training)
1
Resources
tracing-api — mvn dependency:get tracing-api · libregistry