* provides a optional-plugin for tracking ignores enhancement(#1203) * trace ignore plugin config support override by system.env * optimize the trace ignore plugin and make normalization of pom * add AntPathMatcher and an junit test for it * No longer rely on the spring framework * add license at file header * rebuild pom and rewrite README * rebuild optional-plugins pom * clean up useless code * modify junit * rewrite the ant path match logic * rename the matcher class * add the trace ignore plugin introduce doc to incubating features menu. * modify the README doc. * remove Chinese in English doc. * remove superfluous content of EN-doc. * Update README.md |
||
|---|---|---|
| .github | ||
| apm-application-toolkit | ||
| apm-checkstyle | ||
| apm-collector | ||
| apm-commons | ||
| apm-dist | ||
| apm-protocol | ||
| apm-sniffer | ||
| apm-webapp | ||
| docs | ||
| skywalking-ui@e0fa464b1b | ||
| tools | ||
| .gitignore | ||
| .gitmodules | ||
| .travis.yml | ||
| CHANGES.md | ||
| CODE_OF_CONDUCT.md | ||
| CONTRIBUTING.md | ||
| DISCLAIMER | ||
| HEADER | ||
| LICENSE | ||
| NOTICE | ||
| README.md | ||
| README_ZH.md | ||
| codeStyle.xml | ||
| pom.xml | ||
README.md
Apache SkyWalking | 中文
SkyWalking: APM (application performance monitor) tool for distributed systems, especially designed for microservices, cloud native and container-based (Docker, Kubernetes, Mesos) architectures.
Abstract
SkyWalking started as a distributed tracing system in 2015. From 5.x, it evolved to the fully functional Application Performance Management system. It is used for tracing, monitoring, diagnose distributed systems, especially based on microservices, cloud native and container, including:
- Distributed tracing and context propagation
- Application, instance, service metrics analysis
- Root cause analysis
- Application topology map analysis
- Application and service dependency analysis
- Slow service detected
- Performance optimization
Core features
- Multiple languages instrumentation agent or libraries
- Multiple storage backends: ElasticSearch, H2
- OpenTracing compatible
- Native Java auto instrumentation agent could work with OpenTracing APIs in the same context
- Lightweight and powerful backend aggregation and analysis capabilities
- Modern and cool Web UI
- Log integration
- Alarm for slow or unstable(low SLA) application, instance and service
Document
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.
Live Demo
Screenshot
Test reports
- Automatic integration test reports
- Performance test reports
Contact Us
- Submit an issue
- Mail list: dev@skywalking.apache.org
- Gitter
- QQ Group: 392443393
Users