Update readme and repo labels to highlight ebpf. (#9006)

This commit is contained in:
吴晟 Wu Sheng 2022-05-07 23:22:22 +08:00 committed by GitHub
parent 7b99289eab
commit d9c74a8df1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 8 deletions

View File

@ -32,6 +32,7 @@ github:
- prometheus
- open-telemetry
- zabbix
- ebpf
enabled_merge_buttons:
squash: true
merge: false

View File

@ -19,7 +19,7 @@ in Cloud Native architecture.
The core features are following.
- Service, service instance, endpoint metrics analysis
- Root cause analysis. Profile the code on the runtime
- Root cause analysis. Profile the code on the runtime powered by in-process agent and ebpf profiler.
- Service topology map analysis
- Service, service instance and endpoint dependency analysis
- Slow services and endpoints detecting
@ -38,13 +38,15 @@ SkyWalking supports to collect telemetry (metrics, traces, and logs) data from m
and multiple formats,
including
1. Java, .NET Core, NodeJS, PHP, and Python auto-instrument agents.
1. Go, C++, and Rust SDKs.
1. LUA agent especially for Nginx, OpenResty and Apache APISIX.
1. Browser agent.
1. Service Mesh Observability. Control plane and data plane.
1. Metrics system, including Prometheus, OpenTelemetry, Spring Sleuth(Micrometer), Zabbix.
1. Logs.
1. Zipkin v1/v2 trace.(No Analysis)
2. Go, C++, and Rust SDKs.
3. [Agent profiling](https://skywalking.apache.org/docs/main/latest/en/concepts-and-designs/sdk-profiling/) for Java and Python.
4. [ebpf profiling](https://github.com/apache/skywalking-rover) C, C++, Golang, and Rust.
5. LUA agent especially for Nginx, OpenResty and Apache APISIX.
6. Browser agent.
7. Service Mesh Observability. Control plane and data plane.
8. Metrics system, including Prometheus, OpenTelemetry, Spring Sleuth(Micrometer), Zabbix.
9. Logs.
10. Zipkin v1/v2 trace.(No Analysis)
SkyWalking OAP is using the STAM(Streaming Topology Analysis Method) to analysis topology in the tracing based agent scenario
for better performance. Read [the paper of STAM](https://wu-sheng.github.io/STAM/) for more details.