MaterializeInc / demos

Demos of Materialize, the operational data warehouse.
https://materialize.com
Apache License 2.0
50 stars 8 forks source link

Add OOM monitoring #86

Open chuck-alt-delete opened 11 months ago

chuck-alt-delete commented 11 months ago

Under the grafana and datadog integrations, we should have a query that lets people monitor OOMing clusters.

We should be able to rig something up in Grafana with SUBSCRIBE mz_internal.mzcluster_replica_statuses AS OF $from UP TO $to, where $from and $to are built-in Grafana variables.