Registry / observability / htrace-core4

htrace-core4

JSON →
library4.2.0-incubatingjavamavenunverified

A distributed tracing framework.

<dependency> <groupId>org.apache.htrace</groupId> <artifactId>htrace-core4</artifactId> <version>4.2.0-incubating</version> </dependency>
INSTALL
IMPORT
SIG · HTRACE-CORE4
H
htrace-core4
observabilityjavav4.2.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.

HTrace
org.apache.htrace.core.HTrace

Demonstrates starting a trace span with HTrace.

import org.apache.htrace.core.HTrace; import org.apache.htrace.core.TraceScope; public class Example { public static void main(String[] args) { try (TraceScope scope = HTrace.startSpan("example")) { System.out.println("Tracing span started"); } } }
Debug
Known issues
breakingHTrace is an incubating Apache project; API may change.
fix
Monitor for stable releases or consider OpenTelemetry as an alternative.
affects: <1.0.0
Upgrade
Version history
4.2.0-incubatinglatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
OpenAI (training)
2
Resources
htrace-core4 — mvn dependency:get htrace-core4 · libregistry