pixie
pixie copied to clipboard
Instant Kubernetes-Native Application Observability
Signed-off-by: Max Yuan
Duplicate of #546. _Originally posted by @htroisi in https://github.com/pixie-io/pixie/issues/545#issuecomment-1201521772_
Pixie's CLI allows you to gather Pixie logs using the `px collect-logs` command. The output logs should also include the pixie-operator pod logs, if applicable.
This PR upgrades finagle to install a version that includes the netty changes I upstreamed (https://github.com/netty/netty/pull/12438, https://github.com/netty/netty-tcnative/pull/731) to support #407. Once this is upgraded, the next step is to refresh...
1. Initiate PerCPU variables of the gRPC-c eBPF module. 2. Look for new processes that use the gRPC-c library. Determine the library's version by its MD5 hash. Currently, only 4...
**Describe the bug** I encountered an issue in a self-hosted installation where Pixie is missing information about the cluster E.g. When I checked the pods in a namespace using the...
**Is your feature request related to a problem? Please describe.** As of now Pixie only supports go-gRPC tracing. Since the gRPC protocol itself is supported by [many](https://grpc.io/docs/languages/) widely used languages...
**Describe the bug** I get the following error when executing a Pixie script provided by the Pixie dashboard: ``` [libprotobuf ERROR google/protobuf/wire_format_lite.cc:618] String field 'px.api.vizierpb.StringColumn.data' contains invalid UTF-8 data when...
**Describe the bug** Can't install pixie to completely air gapped environment. **To Reproduce** Currently I'm trying to install it via [YAML scheme](https://docs.pixielabs.ai/installing-pixie/install-schemes/yaml/). I've already pushed all images mentioned in manifests...
**Problem:** Sometimes DNS fails without the pod receiving DNS errors (e.g. if the network packets carrying the DNS response are being dropped). **Solution**: Change the `dns_data` table to record DNS...