Go to file
吴晟 Wu Sheng 5b039e9747 All NEW OAL Runtime Engine (#3109)
* Change OAL generator tool to runtime.

Step 1. change project structure. API links and maven pom.

* Part of metrics class generation

* Metrcis class generated.

* Set up the basic structure of new OAL engine.

* Finish metrics generation.

* Support dispatcher generation.

* Format codes.

* Generate dispatcher all methods.

* Implement disable in hardcode.

* Clear up

* Fix compile startup.

* Update license and document of new OAL engine.

* Fix rat.

* Disable class output in default

* Copy from @kezhenxu94 's test PR, https://github.com/apache/skywalking/pull/3110

* Wait for the mount command to finish
2019-07-18 19:47: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 Logback support AsyncAppender print tid (#2750) 2019-07-01 21:12:19 +08:00
apm-checkstyle add optional-plugins into ImportControl check list (#3061) 2019-07-12 19:24:51 +08:00
apm-commons Using ArrayList to instead of LinkedList (#3093) 2019-07-17 13:26:00 +08:00
apm-dist All NEW OAL Runtime Engine (#3109) 2019-07-18 19:47:23 +08:00
apm-protocol Correct spelling errors in the network protocol. (#3091) 2019-07-16 09:19:48 +08:00
apm-sniffer All NEW OAL Runtime Engine (#3109) 2019-07-18 19:47:23 +08:00
apm-webapp Move master to 6.3.0 (#2968) 2019-06-29 13:49:36 +08:00
docker Sync docker configuration with 6.2.0 (#2994) 2019-07-03 17:02:05 +08:00
docs All NEW OAL Runtime Engine (#3109) 2019-07-18 19:47:23 +08:00
licenses Reorganize the receiver proto (#2426) 2019-03-30 18:25:31 -07:00
oap-server All NEW OAL Runtime Engine (#3109) 2019-07-18 19:47:23 +08:00
skywalking-ui@3e78e9cc16 update ui submodule. (#3083) 2019-07-15 18:44:06 +08:00
test/e2e Fix bug conflicts when containers start simultaneously (#3092) 2019-07-16 10:29:19 +08:00
tools Check disallowed imports in agent instrumentation classes (#2908) 2019-06-19 14:04:22 +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 Integrate Jenkins CI (#2864) 2019-06-13 17:06:21 +08:00
CHANGES.md Add changelogs of 6.2.0 (#2964) 2019-06-28 11:44:18 +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 Do not report coverage on failure (#2953) 2019-06-27 16:24:36 +08:00
Jenkinsfile-E2E All NEW OAL Runtime Engine (#3109) 2019-07-18 19:47:23 +08:00
LICENSE Reorganize the receiver proto (#2426) 2019-03-30 18:25:31 -07:00
Makefile Update docker building tool (#2677) 2019-05-16 09:37:56 +08:00
NOTICE Update year to 2019 (#2113) 2019-01-02 18:16:24 +08:00
README.md Update README.md 2019-06-28 13:44:04 +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 All NEW OAL Runtime Engine (#3109) 2019-07-18 19:47:23 +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. Manual-instrument Go agent in SkyWalking format.
  3. Istio telemetry format
  4. Envoy gRPC Access Log Service (ALS) format in Istio controlled service mesh
  5. Envoy Metrics Service format.
  6. Zipkin v1/v2 format.
  7. Jaeger gRPC format.

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.

Video on youtube.com

RocketBot UI

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(2000/2000, not available), 901167865(available)

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.