Skip to content

Commit

Permalink
docs: fix broken link (#4011)
Browse files Browse the repository at this point in the history
Co-authored-by: Oleg Kovalov <[email protected]>
  • Loading branch information
futreall and cristaloleg authored Feb 11, 2025
1 parent d571074 commit 1acbb24
Showing 1 changed file with 2 additions and 2 deletions.
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#installation-options)
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#installation-options).
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

0 comments on commit 1acbb24

Please sign in to comment.