pixie
pixie copied to clipboard
Instant Kubernetes-Native Application Observability
**Describe the bug** The Pixie UI has a way to surface unhealthy pods. This is visible by visiting the Clusters icon in the side bar, selecting a cluster and clicking...
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.17.2 to 7.26.10. Release notes Sourced from @babel/runtime's releases. v7.26.10 (2025-03-11) Thanks @jordan-choi and @mmmsssttt404 for your first PRs! This release includes a fix for https://github.com/babel/babel/security/advisories/GHSA-968p-4wvh-cqc8, a...
Team, I have successfully deployed the pixie airgapped and I can able to access by URL dev.withpixie.dev but when I try to access with external IP, it is giving 404...
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.6. Release notes Sourced from jinja2's releases. 3.1.6 This is the Jinja 3.1.6 security release, which fixes security issues but does not otherwise change behavior...
While working with @srimaln91, he mentioned that a Randoli Java service has missing kafka protocol traces. We enabled more verbose logging via `--stirling_conn_trace_pid` and `--vmodule=stitcher=1,socket_trace_connector=3`, but it didn't narrow down...
Pixie's build currently uses nodejs v18.x. This version is set to be end of life'd on 2025-04-30. We need to upgrade to the next LTS release (22.x). The nodejs release...
Pixie's data collector inserts records into the following [DataTables](https://docs.px.dev/reference/datatables/). The telemetry in these tables is a mix of protocol traces (http_events, kafka_events), metrics, and profiling information. Most data table columns...
Bumps [vega-selections](https://github.com/vega/vega) from 5.4.1 to 5.5.0. Release notes Sourced from vega-selections's releases. v5.5.0 Summary of Changes in v5.5.0: Multi-field scale domain sorting supports min and max operators, not just count....
**Describe the bug** I deployed the pixie (self host), find the flame-graph is not complete **To Reproduce** Steps to reproduce the behavior: 1. Deploy pixie for k8s os: Ubuntu 22.04.3...
Go's ABI changed in version 1.17 and assigns arguments to registers rather than its previous stack based calling convention. Pixie's dynamic logging feature is in the process of supporting this...