File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,20 @@ Here is an example for Mocha testnet:
48
48
49
49
``` sh
50
50
celestia < node-type> start --metrics.tls=true \
51
- --metrics --metrics.endpoint otel.celestia- mocha.com \
51
+ --metrics --metrics.endpoint otel.mocha.celestia.observer \
52
52
--core.ip < URI> --p2p.network mocha
53
53
```
54
54
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
+
55
65
### TLS connections
56
66
57
67
The ` --metrics.tls ` flag enables or disables a TLS connection to the
Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ RPCs for DA nodes to initialise or start your celestia-node to Mainnet Beta with
254
254
255
255
DA full and light nodes might have troubles connecting to the networks, so you
256
256
can check out this
257
- [ Grafana dashboard] ( https://celestia.grafana.net/public-dashboards/a10eff0043bb4bf0839004e2746e2bc6 )
257
+ [ Grafana dashboard] ( https://celestia.observer/grafana )
258
258
to see health/uptime status of DA bootstrappers (now ` celestia ` network only).
259
259
260
260
You can [ find the status of these endpoints] ( https://celestia-tools.brightlystake.com/ ) .
You can’t perform that action at this time.
0 commit comments