Skip to content

Commit 3718007

Browse files
authored
docs: add new otel links and grafana (#1788)
* docs: add new otel links and grafana * docs: add new links * Apply suggestions from code review
1 parent 36ca9e5 commit 3718007

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

how-to-guides/celestia-node-metrics.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,20 @@ Here is an example for Mocha testnet:
4848

4949
```sh
5050
celestia <node-type> start --metrics.tls=true \
51-
--metrics --metrics.endpoint otel.celestia-mocha.com \
51+
--metrics --metrics.endpoint otel.mocha.celestia.observer \
5252
--core.ip <URI> --p2p.network mocha
5353
```
5454

55+
### Arabica devnet
56+
57+
Here is an example for Arabica devnet:
58+
59+
```sh
60+
celestia <node-type> start --metrics.tls=true \
61+
--metrics --metrics.endpoint otel.arabica.celestia.observer \
62+
--core.ip <URI> --p2p.network arabica
63+
```
64+
5565
### TLS connections
5666

5767
The `--metrics.tls` flag enables or disables a TLS connection to the

how-to-guides/mainnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ RPCs for DA nodes to initialise or start your celestia-node to Mainnet Beta with
254254

255255
DA full and light nodes might have troubles connecting to the networks, so you
256256
can check out this
257-
[Grafana dashboard](https://celestia.grafana.net/public-dashboards/a10eff0043bb4bf0839004e2746e2bc6)
257+
[Grafana dashboard](https://celestia.observer/grafana)
258258
to see health/uptime status of DA bootstrappers (now `celestia` network only).
259259

260260
You can [find the status of these endpoints](https://celestia-tools.brightlystake.com/).

0 commit comments

Comments
 (0)