Skip to content

Commit

Permalink
docs: add new otel links and grafana
Browse files Browse the repository at this point in the history
  • Loading branch information
jcstein committed Nov 8, 2024
1 parent 4cdf60a commit 876a7e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions how-to-guides/celestia-node-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Here is an example for Mainnet Beta:

```sh
celestia <node-type> start --metrics.tls=true \
--metrics --metrics.endpoint otel.celestia.observer \
--metrics --metrics.endpoint otel.lunar.celestia.dev \
--core.ip <URI>
```

Expand All @@ -48,7 +48,7 @@ Here is an example for Mocha testnet:

```sh
celestia <node-type> start --metrics.tls=true \
--metrics --metrics.endpoint otel.celestia-mocha.com \
--metrics --metrics.endpoint otel.mocha.celestia.dev \
--core.ip <URI> --p2p.network mocha
```

Expand Down
2 changes: 1 addition & 1 deletion how-to-guides/mainnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,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://grafana.celestia.dev/d/caaeabfb-33c5-45fd-b5e9-867f5f34ad57/public-bootstrappers?orgId=1&refresh=5s)
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/).
Expand Down

0 comments on commit 876a7e4

Please sign in to comment.