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

**Describe the bug** https://docs.px.dev/installing-pixie/install-guides/airgap-pixie/ 1. curl https://storage.googleapis.com/pixie-dev-public/cloud/latest/pixie_cloud.tar.gz | tar xj 2. There are secrets.yaml and vizier_metadata_persist_prod.yaml. 3. Deployment- name: vizier-cloud-connector - env: - name: PL_JWT_SIGNING_KEY valueFrom: secretKeyRef: key: jwt-signing-key name:...

**Describe the Task** The operator currently makes a request to NATS at the URL `.pl.pod.cluster.local`. This assumes that users' cluster domain is `cluster.local`. It can also cause problems when users'...

Bumps [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.35.0 to 0.46.0. Release notes Sourced from go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc's releases. Release v1.21.0/v0.46.0/v0.15.0/v0.1.0 Added Add the new go.opentelemetry.io/contrib/instrgen package to provide auto-generated source code instrumentation. (#3068, #3108) Add "go.opentelemetry.io/contrib/samplers/jaegerremote".WithSamplingStrategyFetcher...

dependencies
go

**Describe the bug** some pods are not Running kubectl logs pods logs: time="2022-12-22T09:20:38Z" level=error msg="failed to connect to DB, retrying" error="FATAL: password authentication failed for user \"pl\" (SQLSTATE 28P01)" kubectl...

**Describe the bug** I used [this](https://docs.px.dev/installing-pixie/install-guides/self-hosted-pixie/) Pixie tutorial to set up a Self Hosted Environment and I have all the Pods up and running healthy as you can see. When...

**Describe ** ``` [root@xxx~]# kubectl get po -n plc NAME READY STATUS RESTARTS AGE api-server-699f874c78-xwhbg 1/1 Running 0 5m1s artifact-tracker-server-7994d496fd-jz9t2 1/1 Running 0 5m1s auth-server-86887f8c4c-g78b2 1/1 Running 0 5m1s cloud-proxy-686cd6d5d4-zqs8q...

May I ask what is the additional network latency for L4 and L7 caused by Pixie? What is the impact of eBPF application topology, trace, logs, etc. on the application?...

i installed pixie reference https://docs.px.dev/installing-pixie/install-guides/self-hosted-pixie/,after i deployed a test mysql in mysqlcloud namespace,and i used mysql client to access the test mysql and execute some dml,then i exec ```px run...

**Describe the Task** We already have support for planning queries with partial aggregates (Partial aggregates means some of the aggregation is done on the agent nodes before sending the partially...

**Describe the bug** Pixie doesn't work on Rancher Desktop. **To Reproduce** Steps to reproduce the behavior: 1. Install pixie on Rancher Desktop (k8s) 2. Select dockerd runtime 3. Install pixie...

priority/important-longterm
triage/needs-information
area/datacollector
kind/compatibility