pixie
pixie copied to clipboard
Instant Kubernetes-Native Application Observability
I have a use case where I need to capture the Rx and Tx bytes for each Kubernetes pod and export this data using OTEL exporter plugin. While Pixie provides...
The current connection tracker model only supports tracing one protocol for the lifetime of the connection. Pixie was recently extended to support tracing TLS handshakes (#2050, #2058, etc). Due to...
**Describe the bug** This [MySQL Spans](https://github.com/pixie-io/pixie-plugin/blob/main/plugins/new-relic/retention.yaml#L487) script does not error when used as a plugin export script, however it does error when used in the Scratch Pad. **To Reproduce** 1....
Summary: Adds kfunc support to BCC wrapper and utilizes it to probe the `tcp_sendmsg` function from the tcp stats connector. We had seen a kprobe attachment conflict when the socket...
The self-hosted cloud is bootstrapped with a kratos admin identity that uses a password based login. This account uses a static set of credentials and defaults to [email protected]/admin as the...
Users have requested that they'd like to be able to see the postgres server version from the pgsql protocol tracing. This is something that postgres encodes in the [ParameterStatus message](https://www.postgresql.org/docs/current/protocol-flow.html#PROTOCOL-ASYNC)....
Pixie's instrumentation works at the kernel level since it uses eBPF. This means that all workloads on the machine are instrumented and is generally seen as beneficial since it reduces...
The Socket tracer and TCP stats connector can't be enabled together. Since Vizier v0.14.12 (from https://github.com/pixie-io/pixie/pull/1989), the socket tracer adds a BPF probe to `tcp_sendmsg` which conflicts with the TCP...
Self hosted cloud users occasionally deploy their cloud with certificates from an internal CA. This creates issues for the operator and vizier since these components don't have the means to...
**Is your feature request related to a problem? Please describe.** In order to build a PxL script to show LET metrics, we need to know if a query had errored...