From 371800785cdb356893c2268908a9f3f250e151c4 Mon Sep 17 00:00:00 2001 From: Josh Stein <46639943+jcstein@users.noreply.github.com> Date: Mon, 25 Nov 2024 23:23:39 +0700 Subject: [PATCH] docs: add new otel links and grafana (#1788) * docs: add new otel links and grafana * docs: add new links * Apply suggestions from code review --- how-to-guides/celestia-node-metrics.md | 12 +++++++++++- how-to-guides/mainnet.md | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/how-to-guides/celestia-node-metrics.md b/how-to-guides/celestia-node-metrics.md index 19a380b828e..3fc8f2e4160 100644 --- a/how-to-guides/celestia-node-metrics.md +++ b/how-to-guides/celestia-node-metrics.md @@ -48,10 +48,20 @@ Here is an example for Mocha testnet: ```sh celestia start --metrics.tls=true \ - --metrics --metrics.endpoint otel.celestia-mocha.com \ + --metrics --metrics.endpoint otel.mocha.celestia.observer \ --core.ip --p2p.network mocha ``` +### Arabica devnet + +Here is an example for Arabica devnet: + +```sh +celestia start --metrics.tls=true \ + --metrics --metrics.endpoint otel.arabica.celestia.observer \ + --core.ip --p2p.network arabica +``` + ### TLS connections The `--metrics.tls` flag enables or disables a TLS connection to the diff --git a/how-to-guides/mainnet.md b/how-to-guides/mainnet.md index ef55a905199..350c17195cb 100644 --- a/how-to-guides/mainnet.md +++ b/how-to-guides/mainnet.md @@ -254,7 +254,7 @@ RPCs for DA nodes to initialise or start your celestia-node to Mainnet Beta with DA full and light nodes might have troubles connecting to the networks, so you can check out this -[Grafana dashboard](https://celestia.grafana.net/public-dashboards/a10eff0043bb4bf0839004e2746e2bc6) +[Grafana dashboard](https://celestia.observer/grafana) to see health/uptime status of DA bootstrappers (now `celestia` network only). You can [find the status of these endpoints](https://celestia-tools.brightlystake.com/).