From d1e185311539ef518f93720ef58763b4ea9f5721 Mon Sep 17 00:00:00 2001 From: futreall <86553580+futreall@users.noreply.github.com> Date: Sat, 14 Dec 2024 18:08:08 +0200 Subject: [PATCH] Update adr-010-incentivized-testnet-monitoring.md --- docs/adr/adr-010-incentivized-testnet-monitoring.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/adr/adr-010-incentivized-testnet-monitoring.md b/docs/adr/adr-010-incentivized-testnet-monitoring.md index 1e82e81c1f..3d3e2b0b50 100644 --- a/docs/adr/adr-010-incentivized-testnet-monitoring.md +++ b/docs/adr/adr-010-incentivized-testnet-monitoring.md @@ -82,7 +82,7 @@ Node operators have the option of adding an additional exporter to their OTEL Co
How to monitor celestia-node with Grafana Cloud -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: @@ -127,7 +127,7 @@ Node operators have the option of adding an additional exporter to their OTEL Co
How to monitor celestia-node with Uptrace -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.