Apache SkyWalking APM toolkit for tracing, providing annotations and APIs to instrument Java applications for distributed tracing.
<dependency>
<groupId>org.apache.skywalking</groupId>
<artifactId>apm-toolkit-trace</artifactId>
<version>9.6.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows using the @Trace annotation to instrument a method for distributed tracing.
Add -javaagent:/path/to/skywalking-agent.jar to JVM arguments.
No dependency data recorded yet.