pixie-io/pixie

Instant Kubernetes-Native Application Observability

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 33 minutes ago
Added to GitGenius on September 10th, 2026
Created on February 27th, 2020
Open Issues & Pull Requests: 396 (+0)
GitHub issues: Enabled
Number of forks: 500
Total Stargazers: 6,532 (+0)
Total Subscribers: 75 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.6 days
Mean response time: 81.7 days
90th percentile: 245.0 days
Tracked items: 72

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 59% of open issues come from outside the core team, a mix of external reports and the maintainers' own roadmap. Only 1% of issues opened in the past year have been closed. Three people close 65% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 71
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 611 days
Stale 30+ days: 71
Stale 90+ days: 65

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • area/datacollector (17)
  • area/deployment (5)
  • dependencies (4)
  • kind/feature (4)
  • needs-triage (4)
  • area/control-plane (3)
  • kind/bug (3)
  • triage/accepted (3)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Pixie is an open-source observability platform for Kubernetes applications that provides instant visibility into cluster state and application behavior without manual instrumentation.

Pixie addresses the challenge of gaining deep observability into Kubernetes workloads without the overhead of traditional monitoring systems. It uses eBPF to automatically collect telemetry data including full-body requests, resource metrics, network activity, and application profiles directly from the kernel. All data collection, storage, and querying happens locally within the cluster rather than sending data to external systems, which keeps resource consumption below five percent of cluster CPU in most deployments. The tool exposes this data through a web UI, CLI, and programmatic APIs, all powered by PxL, a Pythonic query language designed for flexible data exploration.

Pixie suits teams running Kubernetes who need rapid visibility into service performance, network behavior, and infrastructure health without the complexity of deploying external observability backends. It excels for debugging microservice communication, tracing database query performance, monitoring DNS and TCP behavior, and profiling CPU usage across pods and nodes. The automatic protocol tracing covers a variety of application protocols, eliminating the need to instrument code or modify deployments. Teams should adopt Pixie when they want observability that works immediately after installation and can be queried interactively without pre-defining dashboards or alerts.

The project shows sustained development activity with regular updates to its core observability capabilities and expanding protocol support. Work continues on enhancing the PxL query language and improving the user experience across the CLI and UI. The codebase maintains active maintenance of its eBPF-based data collection infrastructure and the in-cluster compute engine that powers query execution.