You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/01-about-pixie/01-what-is-pixie.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Pixie was contributed by [New Relic, Inc.](https://newrelic.com/) to the [Cloud
17
17
18
18
***Auto-telemetry**: Pixie uses eBPF to automatically collect telemetry data such as full-body requests, resource and network metrics, application profiles, and [more](/about-pixie/data-sources).
19
19
20
-
***In-cluster edge compute**: Pixie collects, stores and queries all telemetry data [locally in the cluster](/about-pixie/faq#where-does-pixie-store-its-data). Pixie uses less than 5% of cluster CPU, and in most cases less than 2%.
20
+
***In-cluster edge compute**: Pixie collects, stores and queries all telemetry data [locally in the cluster](/about-pixie/faq#data-collection-where-does-pixie-store-its-data). Pixie uses less than 5% of cluster CPU, and in most cases less than 2%.
21
21
22
22
***Scriptability**: [PxL](/reference/pxl/), Pixie’s flexible Pythonic query language, can be used across Pixie’s UI, CLI, and client APIs. Pixie provides a set of [community scripts](https://github.com/pixie-io/pixie/tree/main/src/pxl_scripts) for common [use cases](/tutorials/pixie-101).
Copy file name to clipboardExpand all lines: content/en/01-about-pixie/04-roadmap.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Pixie’s edge compute engine allows us to apply ML/AI on unsampled data. We wil
21
21
22
22
### Support the ecosystem
23
23
24
-
Pixie has a versatile execution engine which can ingest and export data in a variety of formats. Pixie currently supports [exporting data in the OpenTelemetry format](/tutorials/integrations/otel/) which enables developers to consume Pixie data along with data produced by other tools (Jaeger, Prometheus. We plan to add ingest in the future. We also plan to leverage our [client APIs](/reference/api) in order to support tighter integrations with other open source projects.
24
+
Pixie has a versatile execution engine which can ingest and export data in a variety of formats. Pixie currently supports [exporting data in the OpenTelemetry format](/tutorials/integrations/otel/) which enables developers to consume Pixie data along with data produced by other tools (Jaeger, Prometheus). We plan to add ingest in the future. We also plan to leverage our [client APIs](/reference/api) in order to support tighter integrations with other open source projects.
Copy file name to clipboardExpand all lines: content/en/01-about-pixie/05-faq.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ Typical performance overhead for node CPU usage is between 2-5%, depending on th
122
122
123
123
### Which languages are supported for continuous profiling?
124
124
125
-
Go, C++ and Rust are currently supported. The [Roadmap](/about-pixie/roadmap) contains plans to expand support to other languages.
125
+
Pixie's [continuous profiler](/tutorials/pixie-101/profiler/) currently supports Go, C++, Rust and Java. The [Roadmap](/about-pixie/roadmap) contains plans to expand support to other languages.
Copy file name to clipboardExpand all lines: content/en/01-about-pixie/06-troubleshooting.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@ title: "Troubleshooting"
3
3
metaTitle: "About Pixie | Troubleshooting"
4
4
metaDescription: "Troubleshooting problems with Pixie."
5
5
order: 6
6
+
redirect_from:
7
+
- /troubleshooting
6
8
---
7
9
8
10
This page describes how to troubleshoot Pixie. We frequently answer questions on our [community Slack](https://slackin.px.dev/) channel and in response to [GitHub issues](https://github.com/pixie-io/pixie/issues). You can also check those two places to see if your question has already been addressed. To better understand how Pixie's various components interact, please see the [Architecture](/reference/architecture) overview.
@@ -75,7 +77,7 @@ This step of the deployment checks that the Cloud Connector can successfully com
75
77
76
78
Confirm that all of the `pl` and `px-operator` namespace pods are ready and available using `px debug pods`. Deploying Pixie usually takes anywhere between 5-7 minutes. Once Pixie is deployed, it can take a few minutes for the UI to show that the cluster is healthy.
77
79
78
-
To debug, follow the steps in the “Deploy with CLI fails to pass health checks” section in the [above question](/about-pixie/faq/#my-deployment-is-stuck-fails). As long as the Kelvin pod, plus at least one PEM pod is up and running, then your cluster should not show as unavailable.
80
+
To debug, follow the steps in the “Deploy with CLI fails to pass health checks” section in the [above question](/about-pixie/troubleshooting/#troubleshooting-deployment-my-deployment-is-stuck-fails). As long as the Kelvin pod, plus at least one PEM pod is up and running, then your cluster should not show as unavailable.
79
81
80
82
## Troubleshooting Operation
81
83
@@ -105,7 +107,7 @@ If specific services / requests are missing, it is possible that your applicatio
105
107
106
108
### Why can’t I see application profiles / flamegraphs for my pod / node?
107
109
108
-
Continuous profiling currently only supports Go/C++/Rust. The [Roadmap](/about-pixie/roadmap) contains plans to expand this support to Java, Ruby, Python, etc.
110
+
Pixie's [continuous profiler](/tutorials/pixie-101/profiler/)currently supports Go, C++, Rust and Java. Java support is a beta feature and must be [manually enabled](/tutorials/pixie-101/profiler/#prerequisites-enabling-java-support). For best results, run Java applications with `-XX:+PreserveFramePointer`.
109
111
110
112
### Why is the vizier-pem pod’s memory increasing?
Copy file name to clipboardExpand all lines: content/en/02-installing-pixie/03-install-guides/02-self-hosted-pixie.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Get Pixie fully managed with [Pixie Community Cloud](/installing-pixie/install-g
20
20
## 1. Deploy Pixie Cloud
21
21
22
22
<Alertvariant="outlined"severity="info">
23
-
Pixie also offers a free account with Pixie Community Cloud to make getting started even easier and faster. To get Pixie Cloud, check out the community cloud <ahref="https://docs.px.dev/installing-pixie/install-guides/community-cloud-for-pixie">Install Guide</a>.
23
+
Pixie also offers a free account with Pixie Community Cloud to make getting started even easier and faster. To get Pixie Cloud, check out the community cloud <ahref="/installing-pixie/install-guides/community-cloud-for-pixie">Install Guide</a>.
Copy file name to clipboardExpand all lines: content/en/03-using-pixie/01-using-live-ui.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,5 +114,5 @@ To run an [example script](https://github.com/pixie-io/pixie-demos/tree/main/end
114
114
5. Show / hide the script editor using the `ctrl+e` (Windows, Linux) or `cmd+e` (Mac). Alternatively, use the `Open editor` button in the top right.
115
115
116
116
<Alertvariant="outlined"severity="info">
117
-
Pixie's Live UI will soon support script persistence, but at the moment, any scripts modified in the Live UI will be lost if you refresh or switch to a different script. For extensive script development, we recommend using the <ahref="https://docs.px.dev/tutorials/pxl-scripts/script-dev-environment/">Script Developer Environment</a>
117
+
Pixie's Live UI will soon support script persistence, but at the moment, any scripts modified in the Live UI will be lost if you refresh or switch to a different script. For extensive script development, we recommend using the <ahref="/tutorials/pxl-scripts/script-dev-environment/">Script Developer Environment</a>
Copy file name to clipboardExpand all lines: content/en/04-tutorials/01-pixie-101/02-infra-health.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ by clicking the bottom box.
103
103
:::
104
104
105
105
<Alertvariant="outlined"severity="info">
106
-
To learn more about how use Pixie for application profiling, check out the <ahref="https://docs.px.dev/tutorials/pixie-101/profiler/">Profiling with Flamegraphs</a> tutorial.
106
+
To learn more about how use Pixie for application profiling, check out the <ahref="/tutorials/pixie-101/profiler/">Profiling with Flamegraphs</a> tutorial.
Copy file name to clipboardExpand all lines: content/en/04-tutorials/01-pixie-101/05-request-tracing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ If you're interested in troubleshooting HTTP latency, check out the [Service Per
36
36
A developer has noticed that the demo application's `cart` service is reporting errors.
37
37
38
38
<Alertvariant="outlined"severity="info">
39
-
To see high-level error rates for all of the services in your cluster, check out the <ahref="https://docs.px.dev/tutorials/pixie-101/service-performance/#service-graph">Service Graph</a> section of the Service Performance tutorial.
39
+
To see high-level error rates for all of the services in your cluster, check out the <ahref="/tutorials/pixie-101/service-performance/#service-graph">Service Graph</a> section of the Service Performance tutorial.
40
40
</Alert>
41
41
42
42
Let's use Pixie to look at HTTP requests with specific types of errors:
Copy file name to clipboardExpand all lines: content/en/04-tutorials/02-pxl-scripts/01-write-pxl-scripts/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ This tutorial series demonstrates how to write a PxL script to query data automa
30
30
31
31
## Writing PxL Scripts with Visualizations
32
32
33
-
This tutorial series adds visualizations to the PxL script developed in the [Writing PxL Scripts](/tutorials/pxl-scripts/#writing-pxl-scripts) tutorial series. Pixie's Live UI will be used to execute the script.
33
+
This tutorial series adds visualizations to the PxL script developed in the above [Writing PxL Scripts](/tutorials/pxl-scripts/write-pxl-scripts/#writing-pxl-scripts) tutorial series. Pixie's Live UI will be used to execute the script.
34
34
35
35
-[Prerequisite #1: Learn how to navigate the Live UI.](/using-pixie/using-live-ui)
36
36
- Prerequisite #2: Setup the script dev environment.
0 commit comments