pixie
pixie copied to clipboard
Instant Kubernetes-Native Application Observability
**Is your feature request related to a problem? Please describe.** Cannot create/update retention scripts programmatically **Describe the solution you'd like** Add the support to call plugin service API from [Go...
**Describe the bug** Importing the `pxapi` Python package into a project immediately raises a `ModuleNotFoundError`. **To Reproduce** Steps to reproduce the behavior: 1. Optionally create a new Python virtual environment...
**Describe the bug** px deploy not finished err: Deploying Vizier ERR: Vizier.px.dev "pixie" is invalid **To Reproduce** Steps to reproduce the behavior: ./px version Pixie CLI Update to version "0.7.17"...
**Is your feature request related to a problem? Please describe.** Enabling a plugin currently requires a user to enable the plugin through the UI or make a gRPC request through...
**Is your feature request related to a problem? Please describe.** Pixie supports a `PIIRestricted` data access mode that replaces instances of PII with `` using [`redact_pii_best_effort`](https://docs.px.dev/reference/pxl/udf/redact_pii_best_effort/). Currently only a limited...
**Describe the bug** I have followed [this guide](https://github.com/pixie-io/pixie/issues/266) to install Pixie Sefl-Hosted in an air gap environment, the first try was a success. But when I reinstall again or restart...
**Problem** When [installing Pixie in an air gap environment ](https://github.com/pixie-io/pixie/issues/266#issuecomment-1176767126), the Pixie UI will fail to load, unless you set up the script dev environment:  **Feature request** The UI...
**Describe the bug** When attempting to deploy Pixie to a new cluster created using `minikube`, the `px deploy` command times out at the step labeled "Waiting for Cloud Connector to...
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6 to 42.0.2. Changelog Sourced from cryptography's changelog. 42.0.2 - 2024-01-30 * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.2.1. * Fixed an...
Summary: Add condition before `InferConnInfo` to parse the local address from socket information if missing when the remote address is known. Note that this most likely occurs for syscalls (i.e....