mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-21 07:00:38 +00:00
We already have the warn!() log line for this condition. This PR adds a corresponding metric on which we can have a dedicated alert. Cheaper and more reliable than alerting on the logs, because, we run into log rate limits from time to time these days. refs https://github.com/neondatabase/neon/issues/4222