Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Monitoring and alerts for Rococo/Westend #2710

Merged
merged 14 commits into from
Nov 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions deployments/bridges/rococo-westend/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Rococo Bridge Hub <> Westend Bridge Hub deployments

This folder contains some information and useful stuff from our other test deployment - between Rococo and Westend
bridge hubs. The bridge overview and other helpful information can be found in
[this readme](https://github.com/paritytech/polkadot-sdk/tree/master/cumulus/parachains/runtimes/bridge-hubs).

## Grafana Alerts and Dashboards

JSON model for Grafana alerts and dashobards that we use, may be found in the [dasboard/grafana](./dashboard/grafana/)
folder.

**Dashboards:**
- rococo-westend-maintenance-dashboard.json
- relay-rococo-to-westend-messages-dashboard.json
- relay-westend-to-rococo-messages-dashboard.json

(exported JSON directly from https://grafana.teleport.parity.io/dashboards/f/eblDiw17z/Bridges)

**Alerts:**
- bridge-rococo-westend-alerts.json https://grafana.teleport.parity.io/api/ruler/grafana/api/v1/rules/Bridges/Bridge%20Rococo%20%3C%3E%20Westend

_Note: All json files are formatted with `jq . file.json`._
Loading