pixie icon indicating copy to clipboard operation
pixie copied to clipboard

Instant Kubernetes-Native Application Observability

Results 408 pixie issues
Sort by recently updated
recently updated
newest added

Bumps [setuptools](https://github.com/pypa/setuptools) from 67.8.0 to 70.0.0. Changelog Sourced from setuptools's changelog. v70.0.0 Features Emit a warning when [tools.setuptools] is present in pyproject.toml and will be ignored. -- by :user:SnoopJ (#4150)...

dependencies
python

Bumps [setuptools](https://github.com/pypa/setuptools) from 65.6.3 to 70.0.0. Changelog Sourced from setuptools's changelog. v70.0.0 Features Emit a warning when [tools.setuptools] is present in pyproject.toml and will be ignored. -- by :user:SnoopJ (#4150)...

dependencies
python

Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.7.22 to 2024.7.4. Commits bd81538 2024.07.04 (#295) 06a2cbf Bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (#294) 13bba02 Bump actions/checkout from 4.1.6 to 4.1.7 (#293) e8abcd0 Bump pypa/gh-action-pypi-publish from...

dependencies
python

**Is your feature request related to a problem? Please describe.** "Problem": I/we don't use Kubernetes 😄 **Describe the solution you'd like** Be able to run Pixie in a non-Kubernetes environment...

meal

**Describe the bug** In https://github.com/pixie-io/pixie/pull/1795, we introduced the ability for kernels that support the 1M BPF program limit to raise certain tunables used to restrict program size. Many upstream distros...

area/datacollector

Summary: Update linux_headers_image to support >= 6.3 kernels. Add 6.2 through 6.11 kernels #2035 reported an issue where the socket tracer fails to run on a openSUSE MicroOS instance running...

This is closely related to #2040. Our qemu builds are unable to pass the newer BPF [token permission checks](https://elixir.bootlin.com/linux/v6.11.1/source/kernel/bpf/syscall.c#L2757), causing it to use the reduced (4096) BPF instruction limit. We...

area/datacollector

**Describe the bug** Deploying Pixie fails to a GKE cluster with dataplane v2. Despite the deployment failing, scripts work as expected from the cli. The UI reports that the cluster...

**Describe the bug** Certain servers fork after accepting a connection from a client. This is commonly referred to as a forking web server model, but also occurs for non HTTP...

area/datacollector

**Describe the bug** @srimaln91 and I debugged a situation on their clusters where all postgres traffic is being classified as Mongo. After disabling mongo with the `PX_STIRLING_ENABLE_MONGODB_TRACING=0` environment variable, stirling's...