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

P<>K dashboards and alerts #2960

Merged
merged 1 commit into from
Apr 18, 2024
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
23 changes: 23 additions & 0 deletions deployments/bridges/kusama-polkadot/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Kusama Bridge Hub <> Polkadot Bridge Hub deployments

This folder contains some information and useful stuff from our other test deployment - between Kusama and Polkadot
bridge hubs. The code and other helpful information can be found in
[this document](https://github.com/paritytech/polkadot-sdk/blob/master/bridges/docs/polkadot-kusama-bridge-overview.md)
and in the [code](https://github.com/polkadot-fellows/runtimes/tree/main/system-parachains/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:**
- kusama-polkadot-maintenance-dashboard.json
- relay-kusama-to-polkadot-messages-dashboard.json
- relay-polkadot-to-kusama-messages-dashboard.json

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

**Alerts:**
- bridge-kusama-polkadot-alerts.json https://grafana.teleport.parity.io/alerting/list

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