Go to file
彭勇升 pengys f75b067bb7 Table name and time bucket error (#900)
* Get the MQ server address id from reference.

* Fixed the remote exception bug when running cluster mode collector.
How: Register remote data entity into remote module.

* Fixed the bug which the end second time bucket calculate result is incorrect.

* Fixed a test case error.
2018-03-07 20:03:35 +08:00
.github Add new GitHub template 2018-01-16 17:07:14 +08:00
apm-application-toolkit Remove all bintray related. 2018-03-03 22:59:52 +08:00
apm-collector Table name and time bucket error (#900) 2018-03-07 20:03:35 +08:00
apm-commons Fix assmbly for mvn clean install -Papache-release and update version to SNAPSHOT for SNAPSHOT release. 2018-02-26 23:22:10 +08:00
apm-dist Update webapp start script (#888) 2018-03-06 12:27:17 +08:00
apm-protocol Add the segmentId into BasicTrace which belongs to trace query graphql protocol. 2018-03-05 21:00:24 +08:00
apm-sniffer [Agent] fix the interceptor package name is incorrect (#897) 2018-03-07 15:19:50 +08:00
apm-webapp Add test case 2018-02-28 15:34:00 +08:00
ci-dependencies Remove OJDBC and resin artifacts from ci-dependencies driectory as they as not Apache license compatible. 2018-01-12 11:10:34 +11:00
docs Add new document of protocol in en. (#898) 2018-03-07 17:08:04 +08:00
skywalking-ui@e8cd4504bb Update UI submodule (#894) 2018-03-07 10:50:13 +08:00
.gitignore Fix dist deploy 2018-03-03 20:29:53 +08:00
.gitmodules Add submodule links for protocol 2018-02-23 11:46:30 +08:00
.travis.yml Add test case 2018-02-28 15:34:00 +08:00
CHANGELOG.md Add CHANGELOG for our next release (#798) 2018-03-07 07:14:14 +08:00
CHECKSTYLE_HEAD Update package name to org.apache.skywalking 2017-12-10 16:32:39 +08:00
CODE_OF_CONDUCT.md Update COC to Apache edition (#890) 2018-03-06 18:51:01 +08:00
CONTRIBUTING.md Create CONTRIBUTING.md 2018-03-05 19:36:32 +08:00
DISCLAIMER Create DISCLAIMER 2018-01-14 12:18:14 +08:00
HEADER Update package name to org.apache.skywalking 2017-12-10 16:32:39 +08:00
LICENSE Update LICENSE 2017-10-10 16:16:02 +08:00
NOTICE Change some files for preparing release. (#887) 2018-03-06 10:37:57 +08:00
README.md Fix typo. K8s - > Kubernetes 2018-02-28 10:57:12 +08:00
README_ZH.md Fix typo. K8s - > Kubernetes 2018-02-28 10:57:12 +08:00
checkStyle.xml Do not use the propertie for checkstyle header file path that lead to the checkstyle plugin of IntelliJ idea not work. 2017-12-16 11:48:58 +08:00
codeStyle.xml Update copyright to Apache Foundation. 2017-12-09 23:38:32 +08:00
pom.xml Remove docker document and docker plugin 2018-03-05 22:32:33 +08:00

README.md

Apache SkyWalking | 中文

Sky Walking logo

SkyWalking: APM (application performance monitor) tool for distributed systems, especially designed for microservices, cloud native and container-based (Docker, Kubernetes, Mesos) architectures. Underlying technology is a distributed tracing system.

GitHub stars Twitter Follow

Build Status Join the chat at https://gitter.im/sky-walking/Lobby OpenTracing-1.x Badge

  • Provide Java agent, no need to CHANGE any application source code.
  • Manual instrumentation
    • As an OpenTracing supported tracer
    • Use @Trace annotation for any methods you want to trace.
    • Integrate traceId into logs for log4j, log4j2 and logback.
  • Pure Java server implementation, provide RESTful and gRPC services. Compatibility with other language agents/SDKs.

Document

EN doc cn doc

5.x Architecture

Code of conduct

This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to wusheng@apache.org.

Screenshots

  • Discovery topological graph of application clusters automatically.

  • Trace query.

  • Span detail.

  • Instance Overview.

  • JVM Detail.

  • Services Dependency Tree.

Test reports

Contact Us

  • Submit an issue
  • Gitter
  • QQ Group: 392443393

License

Apache 2.0 License.