- Notifications
You must be signed in to change notification settings - Fork457
Instant Kubernetes-Native Application Observability
License
pixie-io/pixie
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Pixie is an open-source observability tool for Kubernetes applications. Use Pixie to view the high-level state of your cluster (service maps, cluster resources, application traffic) and also drill down into more detailed views (pod state, flame graphs, individual full-body application requests).
Three features enable Pixie's magical developer experience:
Auto-telemetry: Pixie uses eBPF to automatically collect telemetry data such as full-body requests, resource and network metrics, application profiles, and more. See the full list of data sourceshere.
In-Cluster Edge Compute: Pixie collects, stores and queries all telemetry data locally in the cluster. Pixie uses less than 5% of cluster CPU and in most cases less than 2%.
Scriptability:PxL, Pixie’s flexible Pythonic query language, can be used across Pixie’s UI, CLI, and client APIs.
Use Pixie to monitor your network, including:
- The flow of network traffic within your cluster.
- The flow of DNS requests within your cluster.
- Individual full-body DNS requests and responses.
- A Map of TCP drops and TCP retransmits across your cluster.
For more details, check out thetutorial orwatch an overview.
Monitor your infrastructure alongside your network and application layer, including:
- Resource usage by Pod, Node, Namespace.
- CPU flame graphs per Pod, Node.
For more details, check out thetutorial orwatch an overview.
Pixie automatically traces avariety of protocols. Get immediate visibility into the health of your services, including:
- The flow of traffic between your services.
- Latency per service and endpoint.
- Sample of the slowest requests for an individual service.
For more details, check out thetutorial orwatch an overview.
Pixie automatically traces several differentdatabase protocols. Use Pixie to monitor the performance of your database requests:
- Latency, error, and throughput (LET) rate for all pods.
- LET rate per normalized query.
- Latency per individual full-body query.
- Individual full-body requests and responses.
For more details, check out thetutorial orwatch an overview.
Pixie makes debugging this communication between microservices easy by providing immediate and deep (full-body) visibility into requests flowing through your cluster. See:
- Full-body requests and responses forsupported protocols.
- Error rate per Service, Pod.
For more details, check out thetutorial orwatch an overview.
Use Pixie's continuous profiling feature to identify performance issues within application code.
For more details, check out thetutorial orwatch an overview.
Use Pixie to deploy abpftrace program to all of the nodes in your cluster. After deploying the program, Pixie captures the output into a table and makes the data available to be queried and visualized in the Pixie UI. TCP Drops are pictured. For more details, check out thetutorial orwatch an overview.
Debug Go binaries deployed in production environments without needing to recompile and redeploy. For more details, check out thetutorial orwatch an overview.
It takes just a few minutes to install Pixie. To get started, check out theInstall Guides.
Once installed, you can interact with Pixie using the:
Pixie is a community-driven project; we welcome your contribution! For code contributions, please read ourcontribution guide.
- File aGitHub issue to report a bug or request a feature.
- Join ourSlack for live conversations and quick questions. We are also available on theCNCF slack.
- Follow us onTwitter andYouTube.
- Add our community meetingcalendar.
- Provide feedback on ourroadmap.
We version separate components of Pixie separately, so what Github shows as the "latest" release will only be the latest for one of the components.We maintain links to the latest releases for all components here:
The changelog is stored in annotated git tags.
For vizier:
git for-each-ref refs/tags/release/vizier/$tagname --format='%(tag) %(contents)'
For the CLI:
git for-each-ref refs/tags/release/cli/$tagname --format='%(tag) %(contents)'
These are also published on thereleases page.
The known adopters and users of Pixie are listedhere.
We publish a list of all the components Pixie depends on and the correspondingversions and licenseshere.
The Pixie project would like to thankEquinix Metal via theCNCF Community Infrastructure Lab for graciously providing compute resources to run all the CI/CD for the project.
Pixie was contributed byNew Relic, Inc. to theCloud Native Computing Foundation as a Sandbox project in June 2021.
Pixie is licensed underApache License, Version 2.0.
About
Instant Kubernetes-Native Application Observability