Apache SkyWalking
Application performance monitor and observability analysis platform for distributed systems.
Why consider Apache SkyWalking?
Apache SkyWalking is an open-source APM and observability analysis platform designed for microservices, cloud-native, and container-based architectures (Kubernetes, service meshes).
Learn Apache SkyWalking by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of Apache SkyWalking
Apache SkyWalking delivers telemetry analysis for microservices, service meshes (Istio, Envoy), databases, and infrastructure. It automatically generates architecture topologies and detects service level objective (SLO) degradations.
Deploying with Docker
docker run -d \ --name skywalking-oap \ -p 11800:11800 -p 12800:12800 \ apache/skywalking-oap-server:latestdocker run -d \ --name skywalking-ui \ -p 8080:8080 \ --link skywalking-oap:oap \ apache/skywalking-ui:latestAccess SkyWalking Dashboard on http://localhost:8080.
Apache SkyWalking is licensed under the Apache License Version 2.0.
Related tools
More options with a similar category or technology profile.
diskus
Minimal, fast alternative to du -sh written in Rust using multi-threaded directory traversal.
peco
Simplistic interactive filtering tool for Unix pipelines, process lists, and file trees.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
Freeze
Generate beautiful image screenshots and SVGs of code snippets and terminal outputs.