Go to file
caoyixiong 91ffae2526 support Nacos cluster (#2640)
* Fix #2546

* Change the stackdepth type

* Fix bug

* Fix CI failed

* fix #2599

* fix ci

* add license

* add ActiveTag error methods

* fix

* fix

* nacos

* nacos

* nacos

* nacos

* fix ci

* support nacos cluster

* fix yml

* fix license

* fix ci

* remove optional

* update license

* update license and doc

* fix
2019-05-15 00:29:23 +08:00
.github Add new GitHub template 2018-01-16 17:07:14 +08:00
.mvn/wrapper Backend streaming thread model improvement (#2247) 2019-02-18 14:55:07 +08:00
apm-application-toolkit Support span#error in toolkit (#2605) 2019-05-10 11:14:39 +08:00
apm-checkstyle Move to 6.2 (#2563) 2019-04-30 12:16:50 +08:00
apm-commons fix some spelling mistakes (#2615) 2019-05-07 11:40:35 +08:00
apm-dist support Nacos cluster (#2640) 2019-05-15 00:29:23 +08:00
apm-protocol Move to 6.2 (#2563) 2019-04-30 12:16:50 +08:00
apm-sniffer update agent.config (#2664) 2019-05-14 16:12:59 +08:00
apm-webapp Customizing the management endpoint paths (#2598) 2019-05-06 17:46:58 +08:00
docker support Nacos cluster (#2640) 2019-05-15 00:29:23 +08:00
docs support Nacos cluster (#2640) 2019-05-15 00:29:23 +08:00
licenses Reorganize the receiver proto (#2426) 2019-03-30 18:25:31 -07:00
oap-server support Nacos cluster (#2640) 2019-05-15 00:29:23 +08:00
skywalking-ui@26322717f1 sync ui. (#2632) 2019-05-10 16:36:40 +08:00
tools Update all "incubator-skywalking" to "skywalking" ,"incubator-servicecomb-java-chassis" to "servicecomb-java-chassis" correctly, and ".gitmodules" will update at #2531 (#2548) 2019-04-28 15:47:14 +08:00
.gitignore Improve OAP cluster performance (#2271) 2019-02-21 16:33:07 +08:00
.gitmodules update git modules url (#2531) 2019-04-28 15:09:13 +08:00
.travis.yml Support oraclejdk and openjdk 8 in CI (#2583) 2019-05-05 18:06:53 +08:00
CHANGES.md Rename metric and indicator to metrics. (#2643) 2019-05-10 08:05:37 +08:00
CODE_OF_CONDUCT.md Update COC to Apache edition (#890) 2018-03-06 18:51:01 +08:00
CONTRIBUTING.md Remove many incubator/incubating things. (#2499) 2019-04-21 11:11:09 +08:00
HEADER Update package name to org.apache.skywalking 2017-12-10 16:32:39 +08:00
Jenkinsfile Integration test for elastic search client. (#2464) 2019-04-10 10:15:54 +08:00
LICENSE Reorganize the receiver proto (#2426) 2019-03-30 18:25:31 -07:00
NOTICE Update year to 2019 (#2113) 2019-01-02 18:16:24 +08:00
README.md Update README.md (#2655) 2019-05-13 14:14:05 +08:00
appveyor.yml Using PowerMockito to mock System.getent; (#2593) 2019-05-07 10:32:43 +08:00
codeStyle.xml Update copyright to Apache Foundation. 2017-12-09 23:38:32 +08:00
mvnw Moves to Maven wrapper to stabilize the version in use (#1569) 2018-08-22 19:04:15 +08:00
mvnw.cmd Moves to Maven wrapper to stabilize the version in use (#1569) 2018-08-22 19:04:15 +08:00
pom.xml Release fix (#2566) 2019-04-30 18:01:39 +08:00

README.md

Apache SkyWalking

Sky Walking logo

SkyWalking: an APM(application performance monitor) system, especially designed for microservices, cloud native and container-based (Docker, Kubernetes, Mesos) architectures.

GitHub stars Twitter Follow

Maven Central Build Status

Abstract

SkyWalking is an open source APM system, including monitoring, tracing, diagnosing capabilities for distributed system in Cloud Native architecture. The core features are following.

  • Service, service instance, endpoint metrics analysis
  • Root cause analysis
  • Service topology map analysis
  • Service, service instance and endpoint dependency analysis
  • Slow services and endpoints detected
  • Performance optimization
  • Distributed tracing and context propagation
  • Database access metrics. Detect slow database access statements(including SQL statements).
  • Alarm

SkyWalking supports to collect telemetry (traces and metrics) data from multiple sources and multiple formats, including

  1. Java, .NET Core, NodeJS and PHP auto-instrument agents in SkyWalking format
  2. Istio telemetry format
  3. Zipkin v1/v2 format
  4. Jaeger gRPC format.
  5. Envoy metrics format (the metrics entries itself is prometheus client metrics family)

Document

Downloads

Please head to the releases page to download a release of Apache SkyWalking.

Code of conduct

This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please follow the REPORTING GUIDELINES to report unacceptable behavior.

Live Demo

  • Host in Beijing. Go to demo.
    • Username: admin
    • Password: admin

Screenshot

Dashboard
Topology Map Trace

Compiling project

Follow this document.

Contact Us

  • Submit an issue
  • Mail list: dev@skywalking.apache.org. Mail to dev-subscribe@skywalking.apache.org, follow the reply to subscribe the mail list.
  • Join #skywalking channel at Apache Slack
  • QQ Group: 392443393, 901167865

Who Uses SkyWalking?

A wide variety of companies and organizations use SkyWalking for research, production and commercial product. Here is the User Wall of SkyWalking.

Users are encouraged to add themselves to the PoweredBy page.

Landscapes



  

SkyWalking enriches the CNCF CLOUD NATIVE Landscape.


Our project enriches the OpenAPM Landscape!

License

Apache 2.0 License.