redis icon indicating copy to clipboard operation
redis copied to clipboard

Add basic health checks

Open davissp14 opened this issue 2 years ago • 1 comments

Add some basic health checks to cover:

  1. Connectivity Something that periodically issues a PING would be fine.

  2. Connections Something that communicates active connections/max connections.

  3. Disk/Memory/CPU/IO Same VM stats as PG would be fine. However, we will need to tweak memory alerting a bit for configurations with a memory eviction policy set.

There's plenty more we could add, but I think this would be a good start.

davissp14 avatar Dec 05 '21 17:12 davissp14