Java tracing component for distributed systems with unified traceId logging.
SOFATracer is a Java component that records distributed call traces by propagating a unified traceId and logging network calls. It follows OpenTracing conventions, writes asynchronous logs to disk, integrates with SLF4J MDC, and can report traces to systems like Zipkin. It is suited for microservice-based applications that need request-level visibility and fault discovery.
0