Skip to content

A distributed tracing system, and APM ( Application Performance Monitoring )

License

Notifications You must be signed in to change notification settings

EggsBlue/incubator-skywalking

 
 

Repository files navigation

Apache SkyWalking | 中文

Sky Walking logo

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

Build Status Coverage 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.
  • The UI released on skywalking-ui

Architecture

Document

EN doc cn doc

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.

About

A distributed tracing system, and APM ( Application Performance Monitoring )

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.9%
  • Other 0.1%