Go to file
scolia 80af166752 feat: add support of mongodb v3.7.x or higher (#3591)
* feat: add support of mongodb v3.7.x or higher

* feat: remove mapping, using EnhancedInstance to mark remotePeer

* feat: add support of v3.6.x

* fix: disable support will 3.6.x, which will throw ClassCircularityError exception

* style: clean code

* fix support of 3.8.x~3.11.1, update test case and doc

* update stage name

* rename class

* rename stage
2019-10-24 19:16:56 +03:00
.github Revert labeler action and remove .travis.yml (#3504) 2019-09-22 21:50:23 +08:00
.mvn/wrapper Speed up ci/e2e builds (#3130) 2019-07-21 10:08:39 +08:00
apm-application-toolkit Move to 6.5.0 (#3439) 2019-09-08 16:24:21 -07:00
apm-checkstyle Check package name org.apache.skywalking (#3581) 2019-10-09 23:32:37 +08:00
apm-commons Bugfix: endpoint grouping rules may be not unique (#3510) 2019-09-23 22:32:28 +08:00
apm-dist Upgrade guava version to support higher JDK version (#3541) 2019-09-30 13:29:03 +08:00
apm-protocol Provide agent plugin netty-socketio (#3640) 2019-10-23 13:06:17 +03:00
apm-sniffer feat: add support of mongodb v3.7.x or higher (#3591) 2019-10-24 19:16:56 +03:00
apm-webapp [CI] Make E2E tests run in multiple JDK versions (#3657) 2019-10-19 23:09:56 +08:00
docker Update docker-entrypoint.sh (#3616) 2019-10-14 16:54:50 +03:00
docs feat: add support of mongodb v3.7.x or higher (#3591) 2019-10-24 19:16:56 +03:00
licenses Exclude the test codes from source release. (#3509) 2019-09-23 17:49:07 +08:00
oap-server Add register persistent worker latency metrics #3671 (#3677) 2019-10-24 15:22:38 +08:00
skywalking-ui@2695697d0d sync ui (#3659) 2019-10-20 11:24:11 +03:00
test feat: add support of mongodb v3.7.x or higher (#3591) 2019-10-24 19:16:56 +03:00
tools Add CI build job barriers to prevent unnecessary builds (#3662) 2019-10-23 20:13:08 +03:00
.gitignore ignore .checkstyle and .externalToolBuilders for eclipse (#3212) 2019-08-05 23:46:34 +08:00
.gitmodules Add TTL E2E test (#3437) 2019-09-09 22:06:57 -07:00
CHANGES.md Add changelog for 6.4.0 release. (#3398) 2019-09-03 15:26:24 -07: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 Make CI run on both skywalking and skywalking-se (#3565) 2019-10-07 18:11:44 +08:00
Jenkinsfile-Agent-Test Add CI build job barriers to prevent unnecessary builds (#3662) 2019-10-23 20:13:08 +03:00
Jenkinsfile-Agent-Test-2 Add CI build job barriers to prevent unnecessary builds (#3662) 2019-10-23 20:13:08 +03:00
Jenkinsfile-Agent-Test-3 feat: add support of mongodb v3.7.x or higher (#3591) 2019-10-24 19:16:56 +03:00
Jenkinsfile-E2E Add CI build job barriers to prevent unnecessary builds (#3662) 2019-10-23 20:13:08 +03:00
LICENSE Exclude the test codes from source release. (#3509) 2019-09-23 17:49:07 +08: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 (#3534) 2019-09-27 15:47:12 +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 Check package name org.apache.skywalking (#3581) 2019-10-09 23:32:37 +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. If the linke is not working, find the latest one at Apache INFRA WIKI.
  • 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.