Java SDK for TraceRoot (beta)
Introduction
The TraceRoot Java SDK is a lightweight wrapper around OpenTelemetry and different logging libraries, optimized for ease of use.Environment Setup
Tracing
Use the@Trace
annotation to trace your functions or call the TraceRootSDK.trace
function to start tracing.
Logging
Use theTraceRootLogger
to get a logger instance and start logging.