# skywalking
**Repository Path**: objectjava/sky-walking
## Basic Information
- **Project Name**: skywalking
- **Description**: Mirror of Apache SkyWalking project.
- **Primary Language**: Java
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: http://skywalking.io/
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 713
- **Created**: 2018-05-28
- **Last Updated**: 2022-03-24
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Apache SkyWalking | [English](README.md)
==========
**SkyWalking**: 针对分布式系统的APM(应用性能监控)系统,特别针对微服务、cloud native和容器化(Docker, Kubernetes, Mesos)架构
[](https://github.com/apache/incubator-skywalking)
[](https://twitter.com/AsfSkyWalking)
[](http://skywalking.apache.org/downloads/)
[](https://travis-ci.org/apache/incubator-skywalking)
[](https://gitter.im/openskywalking/Lobby)
[](http://opentracing.io)
# Abstract
**SkyWalking** 创建与2015年,提供分布式追踪功能。从5.x开始,项目进化为一个完成功能的[Application Performance Management](https://en.wikipedia.org/wiki/Application_performance_management)系统。
他被用于追踪、监控和诊断分布式系统,特别是使用微服务架构,云原生或容积技术。提供以下主要功能:
- 分布式追踪和上下文传输
- 应用、实例、服务性能指标分析
- 根源分析
- 应用拓扑分析
- 应用和服务依赖分析
- 慢服务检测
- 性能优化
# Core features
- 多语言探针或类库
- Java自动探针,追踪和监控程序时,不需要修改源码。
- 社区提供的其他多语言探针
* [.NET Core](https://github.com/OpenSkywalking/skywalking-netcore)
* [Node.js](https://github.com/OpenSkywalking/skywalking-nodejs)
- 多种后端存储: ElasticSearch, H2
- 支持[OpenTracing](http://opentracing.io/)
- Java自动探针支持和OpenTracing API协同工作
- 轻量级、完善功能的后端聚合和分析
- 现代化Web UI
- 日志集成
- 应用、实例和服务的告警
# Document
- [英文文档](docs/README.md)
- [中文文档](docs/README_ZH.md)
# 5.x Architecture
# code of conduct
This project adheres to the Contributor Covenant [code of conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to wusheng@apache.org.
# Live Demo
- 北京服务器. [前往](http://49.4.12.44:8080/)
- 香港服务器. [前往](http://159.138.0.181:8080/)
# Screenshot
- [查看所有系统截图](/docs/Screenshots.md)
# Test reports
- 自动化集成测试报告
- [Java探针测试报告](https://github.com/SkywalkingTest/agent-integration-test-report)
- 性能测试报告
- [Java探针测试报告](https://skywalkingtest.github.io/Agent-Benchmarks/)
# Users
[报告新的用户案例](https://github.com/apache/incubator-skywalking/issues/443)
# Contact Us
* 直接提交Issue
- 订阅邮件列表: dev@skywalking.apache.org
* [Gitter](https://gitter.im/openskywalking/Lobby)
* QQ群: 392443393
# License
[Apache 2.0 License.](/LICENSE)