Go to file
吴晟 Wu Sheng a9489b7067
H2 storage (#1712)
* H2 storage code skeleton.

* Add batch dao for H2.

* Fix wrong refactor.

* Add codes of other dao. No metric dao, wait for @peng-yongsheng new PR.

* Change license of distribution

* Add topology query in H2.

* Add more daos.

* Add some daos.

* Commit all H2 daos. Wait @peng-yongsheng to submit new IAggregationQueryDAO interface.

* Fix some CIs

* Fix wrong refactor, which causes h2 plugin failure.

* Fix all codes of H2 storage. :) and CI should pass. No test.

* Fix CI and typo

* Fix connection closed.

* Fix register bug

* no message

* Fixed service inventory register bug.

* Fix a compile issue.

* Sync change

* Reset es as default storage.

* Fix rat

* Fix H2 compile issue.

* Fix bugs for H2 storage.

* Fix bug in mesh.

* 1. Fix Thermodynamic query bug
2. Fix service inventory query bug
3. Fix missing traceid in trace query bug

* Fix query bug.

* Submit reverse caused by prev PR.

* Fix duplicate spans.

* Use H2 as default storage implementor.

* Fix bug in topology query.

* Fix CI

* Fix rat

* Fix two query in H2 storage.

* Fix H2 query

* Make release running in H2 mode and develop mode running is ES mode in default
2018-10-28 10:31:58 +08:00
.github Add new GitHub template 2018-01-16 17:07:14 +08:00
.mvn/wrapper Re-adds maven wrapper downloader so users won't crash if wget is missing (#1576) 2018-08-23 13:10:00 +08:00
apm-application-toolkit Moved hardcoded dependency versions to properties tag in pom.xml (#1583) 2018-08-24 10:18:48 +08:00
apm-checkstyle Moved hardcoded dependency versions to properties tag in pom.xml (#1583) 2018-08-24 10:18:48 +08:00
apm-commons Add service and instance reset function (#1790) 2018-10-27 19:58:15 +08:00
apm-dist H2 storage (#1712) 2018-10-28 10:31:58 +08:00
apm-protocol H2 storage (#1712) 2018-10-28 10:31:58 +08:00
apm-sniffer H2 storage (#1712) 2018-10-28 10:31:58 +08:00
apm-webapp Moved hardcoded dependency versions to properties tag in pom.xml (#1583) 2018-08-24 10:18:48 +08:00
docker Fix docker file CI failure. 2018-08-18 09:03:49 +08:00
docs 1. Delete service component indicator. (#1809) 2018-10-25 11:19:31 +08:00
kubernetes Add yaml file 2018-08-22 10:18:38 +08:00
licenses Add LICENSE full text into source license and remove NOTICE (#1624) 2018-09-05 07:05:08 +08:00
oap-server H2 storage (#1712) 2018-10-28 10:31:58 +08:00
skywalking-ui@c528b35c8b H2 storage (#1712) 2018-10-28 10:31:58 +08:00
tools Fix CI and release guide. 2018-08-31 22:57:19 +08:00
.gitignore Sync mvnw to 6.0 , provided by @adriancole 2018-08-22 22:50:50 +08:00
.gitmodules Bind v6 query to query-protocol git repo. 2018-09-03 16:33:10 +08:00
.travis.yml Remove ci cache and remove out-of-date dependency. (#1709) 2018-09-27 13:09:29 +08:00
CHANGES.md Prepare new doc for v6 (#1695) 2018-10-07 09:51:29 +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 Update release doc and related script (#1252) 2018-05-23 11:47:56 +08:00
HEADER Update package name to org.apache.skywalking 2017-12-10 16:32:39 +08:00
LICENSE Add LICENSE full text into source license and remove NOTICE (#1624) 2018-09-05 07:05:08 +08:00
NOTICE Add LICENSE full text into source license and remove NOTICE (#1624) 2018-09-05 07:05:08 +08:00
README.md Update link to Skywalking Logo in README.md (#1751) 2018-10-11 07:22:29 +08:00
codeStyle.xml Update copyright to Apache Foundation. 2017-12-09 23:38:32 +08:00
mvnw Sync mvnw to 6.0 , provided by @adriancole 2018-08-22 22:50:50 +08:00
mvnw.cmd Sync mvnw to 6.0 , provided by @adriancole 2018-08-22 22:50:50 +08:00
pom.xml Update submodule skywalking-ui (#1795) 2018-10-21 21:13:38 +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 Join the chat at https://gitter.im/sky-walking/Lobby OpenTracing-1.x Badge

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
  • Alarm

SkyWalking supports to collect telemetry (traces and metrics) data from multiple sources and multiple formats, including

  1. Java, .NET Core and NodeJS auto-instrument agents in SkyWalking format
  2. Istio telemetry format
  3. Zipkin v1/v2 formats

Document

5.x is still supported by SkyWalking community, and the agent-backend protocol is compatible with 6.x.
You can go to 5.x branch. At there, you have everything you need.

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 report unacceptable behavior to dev@skywalking.apache.org .

Live Demo

  • Host in Beijing. goto
    • Username: admin
    • Password: admin

Screenshot

Compiling project

Follow this document.

Contact Us

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.


Our project enriches the OpenAPM Landscape!

License

Apache 2.0 License.