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

docs: wrong path to docs for installing celestia node #4018

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions docs/adr/adr-010-incentivized-testnet-monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Node operators have the option of adding an additional exporter to their OTEL Co
<details>
<summary> How to monitor celestia-node with Grafana Cloud</summary>

1. [Install celestia-node](https://docs.celestia.org/developers/celestia-node)
1. [Install celestia-node](https://docs.celestia.org/how-to-guides/celestia-node)
2. Sign up for an account on [Grafana](https://grafana.com/)
3. [Install OTEL Collector](https://opentelemetry.io/docs/collector/getting-started/) on the same machine as celestia-node. If on a Linux machine follow [these steps](https://opentelemetry.io/docs/collector/getting-started/#linux-packaging=). OTEL Collector should start automatically immediately after installation.
4. Configure OTEL Collector to receive metrics from celestia-node by confirming your `/etc/otelcol/config.yaml` has the default config:
Expand Down Expand Up @@ -127,7 +127,7 @@ Node operators have the option of adding an additional exporter to their OTEL Co
<details>
<summary> How to monitor celestia-node with Uptrace</summary>

1. [Install celestia-node](https://docs.celestia.org/developers/celestia-node).
1. [Install celestia-node](https://docs.celestia.org/how-to-guides/celestia-node).
2. Create an account on [Uptrace](https://app.uptrace.dev/).
3. Create a project on Uptrace.
4. Follow [these steps](https://uptrace.dev/opentelemetry/collector.html#when-to-use-opentelemetry-collector=) to install OTEL Collector Contrib on the same host as celestia-node.
Expand Down