Registry / observability / htrace-core

htrace-core

JSON →
library4.0.0-incubatingjavamavenunverified

A distributed tracing framework for tracking requests across distributed systems.

<dependency> <groupId>org.apache.htrace</groupId> <artifactId>htrace-core</artifactId> <version>4.0.0-incubating</version> </dependency>
INSTALL
IMPORT
SIG · HTRACE-CORE
H
htrace-core
observabilityjavav4.0.0-incubating
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.

Span
✓ org.apache.htrace.Span

Starts and closes a tracing span using HTrace.

import org.apache.htrace.Span; import org.apache.htrace.Trace; public class Example { public static void main(String[] args) { Span span = Trace.startSpan("example"); try { System.out.println("Tracing span started"); } finally { span.close(); } } }
Debug
Known issues
breakingHTrace 4.x is an incubating release and API may change.
fix
Check for stable releases or consider alternatives like OpenTelemetry.
affects: 4.0.0-incubating
Upgrade
Version history
4.0.0-incubatinglatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
20
OpenAI (training)
2
Resources
htrace-core — mvn dependency:get htrace-core · libregistry