* Support new percentile func with new alarm and exporter for this new func. * Fix e2e and OAL script * Fix wrong column. * Fix percentile bug and oal engine bug. * Update query protocol and add percentile test case * Support new query * Adopt GraphQL requirement * Fix wrong type cast. * Fix query in H2 and ES. * Fix docs and comments. * Fix an e2e compile issue * Fix javadoc issue and e2e test issue. * Change CPM to Apdex in TTL test. * Fix OAL for TTL e2e * Add metrics query for service percentile. * Fix OAL engine bug. Method deserialize is not working when more than two field types are IntKeyLongValueHashMap * Support multiple IntKeyLongValueHashMap fields in remote. About serialize/deserialize methods. * Fix graphql statement error in e2e. * Fix serialize not working and add generated serialize/deserialize of percentile into test cases. * Fix test case format * Remove generated code test. * Fix failed e2e test * Use avg resp time to apdex in the TTL test. * ADD multiple linear metrics check for endpoint in e2e cluster. * Support `-` to represent no threshold and doc of alarm about this. * Move break to right place. * Fix wrong break(s) * Fix break and add a test case for multiple values alarm. * Fix format. * Add more doc for this new feature and GraphQL query protocol. Co-authored-by: Jared Tan <jian.tan@daocloud.io> Co-authored-by: kezhenxu94 <kezhenxu94@163.com> |
||
|---|---|---|
| .. | ||
| README.md | ||
| backend-overview.md | ||
| manual-sdk.md | ||
| oal.md | ||
| overview.md | ||
| probe-introduction.md | ||
| project-goals.md | ||
| scope-definitions.md | ||
| service-agent.md | ||
| service-mesh-probe.md | ||
| ui-overview.md | ||
README.md
Concepts and Designs
Concepts and Designs help you to learn and understand the SkyWalking and the landscape.
- What is SkyWalking?
- Overview and Core concepts. Provides a high-level description and introduction, including the problems the project solves.
- Project Goals. Provides the goals, which SkyWalking is trying to focus and provide features about them.
After you read the above documents, you should understand the SkyWalking basic goals. Now, you can choose which following parts you are interested, then dive in.
- Probe
- Introduction. Lead readers to understand what the probe is, how many different probes existed and why need them.
- Service auto instrument agent. Introduce what the auto instrument agents do and which languages does SkyWalking already support.
- Manual instrument SDK. Introduce the role of the manual instrument SDKs in SkyWalking ecosystem.
- Service Mesh probe. Introduce why and how SkyWalking receive telemetry data from Service mesh and proxy probe.
- Backend
- Overview. Provides a high level introduction about the OAP backend.
- Observability Analysis Language. Introduces the core languages, which is designed for aggregation behaviour definition.
- Query in OAP. A set of query protocol provided, based on the Observability Analysis Language metrics definition.
- UI
- Overview. A simple brief about SkyWalking UI.
- CLI
- SkyWalking CLI. A command line interface for SkyWalking.