From 428220b203012a87fd3bba26494ce937958e5a21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Fri, 27 Aug 2021 11:31:25 +0800 Subject: [PATCH] Create README.md (#6) --- docs/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/README.md diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 000000000..c6929a4d6 --- /dev/null +++ b/docs/README.md @@ -0,0 +1,11 @@ +# 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](https://skywalking.apache.org/docs/#SkyWalking).