Skip to content

Commit be080f3

Browse files
authored
Make all links relative and fix broken links to nested headers. (#177)
* Add short redirect for Troubleshooting page. * Use relative links. * Fix broken links to nested headers. Signed-off-by: Hannah Troisi <htroisi@pixielabs.ai>
1 parent 2650a3e commit be080f3

15 files changed

Lines changed: 30 additions & 28 deletions

File tree

content/en/01-about-pixie/01-what-is-pixie.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Pixie was contributed by [New Relic, Inc.](https://newrelic.com/) to the [Cloud
1717

1818
* **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).
1919

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%.
2121

2222
* **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).
2323

content/en/01-about-pixie/04-roadmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Pixie’s edge compute engine allows us to apply ML/AI on unsampled data. We wil
2121

2222
### Support the ecosystem
2323

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.
2525

2626
### Non-goals
2727

content/en/01-about-pixie/05-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Typical performance overhead for node CPU usage is between 2-5%, depending on th
122122

123123
### Which languages are supported for continuous profiling?
124124

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.
126126

127127
## How do I...?
128128

content/en/01-about-pixie/06-troubleshooting.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: "Troubleshooting"
33
metaTitle: "About Pixie | Troubleshooting"
44
metaDescription: "Troubleshooting problems with Pixie."
55
order: 6
6+
redirect_from:
7+
- /troubleshooting
68
---
79

810
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
7577

7678
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.
7779

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.
7981

8082
## Troubleshooting Operation
8183

@@ -105,7 +107,7 @@ If specific services / requests are missing, it is possible that your applicatio
105107

106108
### Why can’t I see application profiles / flamegraphs for my pod / node?
107109

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`.
109111

110112
### Why is the vizier-pem pod’s memory increasing?
111113

content/en/02-installing-pixie/01-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The following is a list of Linux distributions that have been tested.
7878
| Ubuntu | 18.04+ |
7979
| Debian | 10+ |
8080
| RHEL | 8+ |
81-
| COS | 73+ |
81+
| CentOS | 7.3+ |
8282

8383
Pixie may also work on other distributions.
8484

content/en/02-installing-pixie/03-install-guides/02-self-hosted-pixie.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Get Pixie fully managed with [Pixie Community Cloud](/installing-pixie/install-g
2020
## 1. Deploy Pixie Cloud
2121

2222
<Alert variant="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 <a href="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 <a href="/installing-pixie/install-guides/community-cloud-for-pixie">Install Guide</a>.
2424
</Alert>
2525

2626
<Alert variant="outlined" severity="warning">

content/en/03-using-pixie/01-using-live-ui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,5 +114,5 @@ To run an [example script](https://github.com/pixie-io/pixie-demos/tree/main/end
114114
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.
115115

116116
<Alert variant="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 <a href="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 <a href="/tutorials/pxl-scripts/script-dev-environment/">Script Developer Environment</a>
118118
</Alert>

content/en/04-tutorials/01-pixie-101/02-infra-health.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ by clicking the bottom box.
103103
:::
104104

105105
<Alert variant="outlined" severity="info">
106-
To learn more about how use Pixie for application profiling, check out the <a href="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 <a href="/tutorials/pixie-101/profiler/">Profiling with Flamegraphs</a> tutorial.
107107
</Alert>
108108

109109
## Related Scripts

content/en/04-tutorials/01-pixie-101/05-request-tracing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ If you're interested in troubleshooting HTTP latency, check out the [Service Per
3636
A developer has noticed that the demo application's `cart` service is reporting errors.
3737

3838
<Alert variant="outlined" severity="info">
39-
To see high-level error rates for all of the services in your cluster, check out the <a href="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 <a href="/tutorials/pixie-101/service-performance/#service-graph">Service Graph</a> section of the Service Performance tutorial.
4040
</Alert>
4141

4242
Let's use Pixie to look at HTTP requests with specific types of errors:

content/en/04-tutorials/02-pxl-scripts/01-write-pxl-scripts/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This tutorial series demonstrates how to write a PxL script to query data automa
3030

3131
## Writing PxL Scripts with Visualizations
3232

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.
3434

3535
- [Prerequisite #1: Learn how to navigate the Live UI.](/using-pixie/using-live-ui)
3636
- Prerequisite #2: Setup the script dev environment.

0 commit comments

Comments
 (0)