skywalking-java/docs/cn/Application-toolkit-CN.md

11 lines
750 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 什么是sky-walking应用程序工具包?
Sky-walking应用程序工具包是一系列的类库有skywalking团队提供。通过这些类库你可以在你的应用程序内访问sky-walking的一些内部信息.
_**最为重要的是**_, 即使你移除skywalking的探针或者不激活探针这些类库也不会对应用程序有任何影响也不会影响性能.
工具包提供以下核心能力
1. 将追踪信息和log组件集成如log4j, log4j2 和 logback
1. 兼容CNCF OpenTracing标准的手动埋点
1. 使用Skywalking专有的标注和交互性API
_**注意**: 所有的应用程序工具包都托管在bitray.com/jcenter. 同时请确保你使用的开发工具包和skywalking的agent探针版本一致._