tree: 5927aacfa78def95f45a03aee15a0409c0d4d926 [path history] [tgz]
  1. backend-oal-scripts.md
  2. Component-library-settings.md
  3. How-to-build.md
  4. How-to-release.md
  5. inventory-extension.md
  6. Java-Plugin-Development-Guide.md
  7. README.md
  8. source-extension.md
  9. storage-extention.md
  10. write-oal.md
docs/en/guides/README.md

Guides

There are many ways that you can help the SkyWalking community.

  • Go through our documents, point out or fixed unclear things. Translate the documents to other languages.
  • Download our releases, try to monitor your applications, and feedback to us about what you think.
  • Read our source codes, Ask questions for details.
  • Find some bugs, submit issue, and try to fix it.
  • Find help wanted issues, which are good for you to start.
  • Submit issue or start discussion through GitHub issue.
  • See all mail list discussion through website list review. If you are a SkyWalking committer, could login and use the mail list in browser mode. Otherwise, follow the next step to subscribe.
  • Issue report and discussion also could take place in dev@skywalking.apache.org. Mail to dev-subscribe@skywalking.apache.org, follow the reply to subscribe the mail list.

Contact Us

All the following channels are open to the community, you could choose the way you like.

For code developer

As a develop, first step, read Compiling Guide. It teaches developer how to build the project in local.

Project Extensions

SkyWalking project supports many ways to extend existing features. If you are interesting in these ways, read the following guides.

UI developer

Our UI is constituted by static pages and web container.

  • RocketBot UI is SkyWalking primary UI since 6.1 release. It is built with vue + typescript. You could know more at the rocketbot repository.
  • Web container source codes are in apm-webapp module. This is a just an easy zuul proxy to host static resources and send GraphQL query requests to backend.
  • Legacy UI repository is still there, but not included in SkyWalking release, after 6.0.0-GA.

For release

Apache Release Guide introduces to the committer team about doing official Apache version release, to avoid breaking any Apache rule. Apache license allows everyone to redistribute if you keep our licenses and NOTICE in your redistribution.