README.md 3.6 KB
Newer Older
wu-sheng's avatar
wu-sheng 已提交
1
Apache SkyWalking | [中文](README_ZH.md)
wu-sheng's avatar
wu-sheng 已提交
2 3
==========

wu-sheng's avatar
wu-sheng 已提交
4
<img src="https://skywalkingtest.github.io/page-resources/3.0/skywalking.png" alt="Sky Walking logo" height="90px" align="right" />
wu-sheng's avatar
wu-sheng 已提交
5

wu-sheng's avatar
wu-sheng 已提交
6
**SkyWalking**: APM (application performance monitor) tool for distributed systems, especially designed for 
wu-sheng's avatar
wu-sheng 已提交
7
microservices, cloud native and container-based (Docker, Kubernetes, Mesos) architectures.
wu-sheng's avatar
wu-sheng 已提交
8
Underlying technology is a distributed tracing system.
wu-sheng's avatar
wu-sheng 已提交
9

wu-sheng's avatar
wu-sheng 已提交
10 11
[![GitHub stars](https://img.shields.io/github/stars/apache/incubator-skywalking.svg?style=for-the-badge&label=Stars&logo=github)](https://github.com/apache/incubator-skywalking)
[![Twitter Follow](https://img.shields.io/twitter/follow/asfskywalking.svg?style=for-the-badge&label=Follow&logo=twitter)](https://twitter.com/AsfSkyWalking)
wu-sheng's avatar
wu-sheng 已提交
12

13 14

[![Maven Central](https://img.shields.io/maven-central/v/org.apache.skywalking/apache-skywalking-apm-incubating.svg)](http://skywalking.apache.org/downloads/)
wu-sheng's avatar
wu-sheng 已提交
15
[![Build Status](https://travis-ci.org/apache/incubator-skywalking.svg?branch=master)](https://travis-ci.org/apache/incubator-skywalking)
wu-sheng's avatar
wu-sheng 已提交
16
[![Join the chat at https://gitter.im/sky-walking/Lobby](https://badges.gitter.im/openskywalking/Lobby.svg)](https://gitter.im/openskywalking/Lobby)
wu-sheng's avatar
wu-sheng 已提交
17
[![OpenTracing-1.x Badge](https://img.shields.io/badge/OpenTracing--1.x-enabled-blue.svg)](http://opentracing.io)
wu-sheng's avatar
wu-sheng 已提交
18

wu-sheng's avatar
wu-sheng 已提交
19
* Provide Java agent, **no need to CHANGE any application source code**.
wu-sheng's avatar
wu-sheng 已提交
20
  * High performance agent. 
wu-sheng's avatar
wu-sheng 已提交
21
  * [Supported middlewares, frameworks and libraries](docs/Supported-list.md).
wu-sheng's avatar
wu-sheng 已提交
22 23 24
* Manual instrumentation
  * As an [OpenTracing supported tracer](http://opentracing.io/documentation/pages/supported-tracers)
  * Use **@Trace** annotation for any methods you want to trace.
wu-sheng's avatar
wu-sheng 已提交
25
  * Integrate traceId into logs for log4j, log4j2 and logback.
wu-sheng's avatar
wu-sheng 已提交
26
* Pure Java server implementation, provide RESTful and gRPC services. Compatibility with other language agents/SDKs. 
wu-sheng's avatar
wu-sheng 已提交
27

wu-sheng's avatar
wu-sheng 已提交
28
# Document
wu-sheng's avatar
wu-sheng 已提交
29
[![EN doc](https://img.shields.io/badge/document-English-blue.svg)](docs/README.md) [![cn doc](https://img.shields.io/badge/文档-中文版-blue.svg)](docs/README_ZH.md)
wu-sheng's avatar
wu-sheng 已提交
30

wu-sheng's avatar
wu-sheng 已提交
31
# 5.x Architecture
32 33
<img src="https://skywalkingtest.github.io/page-resources/5.0/architecture.png"/>

wu-sheng's avatar
wu-sheng 已提交
34
# Code of conduct
wu-sheng's avatar
wu-sheng 已提交
35
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.
wu-sheng's avatar
wu-sheng 已提交
36

wu-sheng's avatar
wu-sheng 已提交
37
# Live Demo
wu-sheng's avatar
wu-sheng 已提交
38
- Host in Beijing. [goto](http://49.4.12.44:8080/)
wu-sheng's avatar
wu-sheng 已提交
39
- Host in HK. [goto](http://159.138.0.181:8080/)
wu-sheng's avatar
wu-sheng 已提交
40

wu-sheng's avatar
wu-sheng 已提交
41
# Screenshots
wu-sheng's avatar
wu-sheng 已提交
42 43 44
- Overview dashboard
<img src="https://skywalkingtest.github.io/page-resources/5.0.0-alpha/Dashboard.png"/>

wu-sheng's avatar
wu-sheng 已提交
45
- Discovery topological graph of application clusters automatically.
wu-sheng's avatar
wu-sheng 已提交
46
<img src="https://skywalkingtest.github.io/page-resources/5.0.0-alpha/Topology.png"/>
wu-sheng's avatar
wu-sheng 已提交
47

wu-sheng's avatar
wu-sheng 已提交
48 49
- Application overview
<img src="https://skywalkingtest.github.io/page-resources/5.0.0-alpha/Application.png"/>
wu-sheng's avatar
wu-sheng 已提交
50

wu-sheng's avatar
wu-sheng 已提交
51 52
- Server metrics
<img src="https://skywalkingtest.github.io/page-resources/5.0.0-alpha/server.png"/>
53

wu-sheng's avatar
wu-sheng 已提交
54 55
- Service metrics
<img src="https://skywalkingtest.github.io/page-resources/5.0.0-alpha/Service.png"/>
wu-sheng's avatar
wu-sheng 已提交
56

wu-sheng's avatar
wu-sheng 已提交
57 58
- Trace
<img src="https://skywalkingtest.github.io/page-resources/5.0.0-alpha/trace.png"/>
wu-sheng's avatar
wu-sheng 已提交
59

wu-sheng's avatar
wu-sheng 已提交
60 61
- Alarm
<img src="https://skywalkingtest.github.io/page-resources/5.0.0-alpha/application-alarm.png"/>
wu-sheng's avatar
wu-sheng 已提交
62

wu-sheng's avatar
wu-sheng 已提交
63
# Test reports
wu-sheng's avatar
wu-sheng 已提交
64
- Automatic integration test reports
wu-sheng's avatar
wu-sheng 已提交
65
  - [Java Agent test report](https://github.com/SkywalkingTest/agent-integration-test-report)
wu-sheng's avatar
wu-sheng 已提交
66
- Performance test reports
wu-sheng's avatar
wu-sheng 已提交
67
  - [Java Agent test report](https://skywalkingtest.github.io/Agent-Benchmarks/)
wu-sheng's avatar
wu-sheng 已提交
68

wu-sheng's avatar
wu-sheng 已提交
69 70
# Contact Us
* Submit an issue
wu-sheng's avatar
wu-sheng 已提交
71
* [Gitter](https://gitter.im/openskywalking/Lobby)
wu-sheng's avatar
wu-sheng 已提交
72
* QQ Group: 392443393
wu-sheng's avatar
wu-sheng 已提交
73 74

# License
wu-sheng's avatar
wu-sheng 已提交
75
[Apache 2.0 License.](/LICENSE)