paritytech / parity-bridges-common

Collection of Useful Bridge Building Tools 🏗️
GNU General Public License v3.0
270 stars 129 forks source link

Adjust monitoring for new deployment setup #3004

Open bkontur opened 6 months ago

bkontur commented 6 months ago
svyatonik commented 6 months ago

@bkontur Most of dashboards are working fine. E.g.: image

This "No data" is maybe because the metric name has changed to e.g. at_BridgeHubKusama_relay_BridgeHubPolkadotMessages_balance. But probably we should remove it at all - there are no any alerts attached and now we have 3 different relayer accounts on each chain. Idk

bkontur commented 1 month ago

I see now, why all the dashboards are empty for metric: Relay balances at RococoBridgeHub Relay balances at WestendBridgeHub Relay balances at KusamaBridgeHub Relay balances at PolkadotBridgeHub

Because we run add_relay_balances_metrics only for complex relay here.

We don't run those metrics for standalone relaying: relayer-headers or relay-parachains or relay-messages.

It would be nice to add those metrics for all relayings as on-demand, so the relayer can say with cli argument to add or not those metrics.

Till the time we fix this (or remove those alerts/dashboards), I am pausing those alerts: image