skywalking-java/docs
Daniel Qian 3b93a9c398
Optimize ProfileTaskChannelService (#78)
related issue  https://github.com/apache/skywalking/issues/8221
1. Avoid ProfileTaskChannelService.addProfilingSnapshot throw IllegalStateException(Queue full)
2. Increase ProfileTaskChannelService.snapshotQueue default size from 50 to 4500
2021-12-02 15:14:34 +08:00
..
en Optimize ProfileTaskChannelService (#78) 2021-12-02 15:14:34 +08:00
README.md Create README.md (#6) 2021-08-27 11:31:25 +08:00
menu.yml Add FAQ about `Why is -Djava.ext.dirs not supported?` (#63) 2021-10-31 21:48:37 +08:00

README.md

SkyWalking Java Agent

This is the official documentation of SkyWalking Java agent. Welcome to the SkyWalking community!

The Java Agent for Apache SkyWalking, which provides the native tracing/metrics/logging/event abilities for Java projects.

In here, you could learn how to set up Java agent for the Java Runtime Envrionment services.


Notice, since 8.8.0, Java agent got splitted from the original main repository and landed in this repository. If you want to find the previous documentation, you could find it the main repository document.