Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release/v1.7] [DOC] Fix broken links from doc 404 report #3495

Merged
merged 1 commit into from
Aug 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@ docker run \

To verify that the profiles are received by the Pyroscope server, go to the Pyroscope UI or [Grafana Pyroscope datasource][pyroscope-ds]. Then select a profile type and a service from the dropdown menu.

[pyroscope-ds]: /docs/grafana/latest/datasources/grafana-pyroscope/
[pyroscope-ds]: /docs/grafana/<GRAFANA_VERSION>/datasources/pyroscope/
[config-reference]: ../configuration/
[gcloud]: /products/cloud/
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,5 @@ To verify that the profiles are received by the Pyroscope server, go to the Pyro
[gcloud]: /products/cloud/
[helm]: https://helm.sh/docs/intro/install/
[kubectl]: https://kubernetes.io/docs/tasks/tools/install-kubectl/
[pyroscope-ds]: /docs/grafana/latest/datasources/grafana-pyroscope/
[pyroscope-ds]: /docs/grafana/<GRAFANA_VERSION>/datasources/pyroscope/
[config-reference]: ../configuration/
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Make sure you're running the agent with root privileges which are required for t
To verify that the profiles are received by the Pyroscope server, go to the Pyroscope UI or [Grafana Pyroscope datasource][pyroscope-ds]. Select a profile type and a service from the drop-down menu.

[agent-install]: /docs/agent/latest/flow/setup/install/linux/
[pyroscope-ds]: /docs/grafana/latest/datasources/grafana-pyroscope/
[pyroscope-ds]: /docs/grafana/<GRAFANA_VERSION>/datasources/pyroscope/
[config-reference]: ../configuration/
[gcloud]: /products/cloud/
[discovery.process](/docs/agent/next/flow/reference/components/discovery.process/)
12 changes: 6 additions & 6 deletions docs/sources/configure-client/grafana-agent/go_pull.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,12 +240,12 @@ router.PathPrefix("/debug/pprof").Handler(http.DefaultServeMux)
### Grafana Alloy
- [Grafana Alloy](https://grafana.com/docs/alloy/latest/)
- [pyroscope.scrape](https://grafana.com/docs/alloy/latest/reference/components/pyroscope/pyroscope.scrape/)
- [pyroscope.write](https://grafana.com/docs/alloy/latest/reference/components/pyroscope/pyroscope.write/)
- [discovery.kubernetes](https://grafana.com/docs/alloy/latest/reference/components/discovery/discovery.kubernetes/)
- [discovery.docker](/docs/alloy/latest/flow/reference/components/discovery/discovery.docker/)
- [discovery.relabel](/docs/alloy/latest/flow/reference/components/discovery/discovery.relabel/)
- [Grafana Alloy](https://grafana.com/docs/alloy/<ALLOY_VERSION>/)
- [pyroscope.scrape](https://grafana.com/docs/alloy/<ALLOY_VERSION>/reference/components/pyroscope/pyroscope.scrape/)
- [pyroscope.write](https://grafana.com/docs/alloy/<ALLOY_VERSION>/reference/components/pyroscope/pyroscope.write/)
- [discovery.kubernetes](https://grafana.com/docs/alloy/<ALLOY_VERSION>/reference/components/discovery/discovery.kubernetes/)
- [discovery.docker](/docs/alloy/<ALLOY_VERSION>/reference/components/discovery/discovery.docker/)
- [discovery.relabel](/docs/alloy/<ALLOY_VERSION>/reference/components/discovery/discovery.relabel/)
### Grafana Agent
Expand Down
12 changes: 6 additions & 6 deletions docs/sources/configure-client/grafana-agent/java/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,12 +291,12 @@ For more information:

### Grafana Alloy

- [Grafana Alloy](https://grafana.com/docs/alloy/latest/)
- [pyroscope.scrape](https://grafana.com/docs/alloy/latest/reference/components/pyroscope/pyroscope.scrape/)
- [pyroscope.write](https://grafana.com/docs/alloy/latest/reference/components/pyroscope/pyroscope.write/)
- [discovery.kubernetes](https://grafana.com/docs/alloy/latest/reference/components/discovery/discovery.kubernetes/)
- [discovery.docker](/docs/alloy/latest/flow/reference/components/discovery/discovery.docker/)
- [discovery.relabel](/docs/alloy/latest/flow/reference/components/discovery/discovery.relabel/)
- [Grafana Alloy](https://grafana.com/docs/alloy/<ALLOY_VERSION>/)
- [pyroscope.scrape](https://grafana.com/docs/alloy/<ALLOY_VERSION>/reference/components/pyroscope/pyroscope.scrape/)
- [pyroscope.write](https://grafana.com/docs/alloy/<ALLOY_VERSION>/reference/components/pyroscope/pyroscope.write/)
- [discovery.kubernetes](https://grafana.com/docs/alloy/<ALLOY_VERSION>/reference/components/discovery/discovery.kubernetes/)
- [discovery.docker](/docs/alloy/<ALLOY_VERSION>/reference/components/discovery/discovery.docker/)
- [discovery.relabel](/docs/alloy/<ALLOY_VERSION>/reference/components/discovery/discovery.relabel/)

### Grafana Agent

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/view-and-analyze-profile-data/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ For more information on using profiles in Grafana, refer to [Pyroscope and profi

The Pyroscope app plugin works for Grafana Cloud.

For more information on configuring these data sources, refer to the Pyroscope data source documentation in [Grafana Cloud](/docs/grafana-cloud/connect-externally-hosted/data-sources/pyroscope/) and [Grafana](/docs/grafana/latest/datasources/grafana-pyroscope/).
For more information on configuring these data sources, refer to the Pyroscope data source documentation in [Grafana Cloud](/docs/grafana-cloud/connect-externally-hosted/data-sources/pyroscope/) and [Grafana](/docs/grafana/<GRAFANA_VERSION>/datasources/pyroscope/).