halin
halin copied to clipboard
Alert when checkpointing is behind
Related to #106
does halin somehow alert/flag etc.. if a checkpoint hasnt happened in the last N minutes or the last checkpoint took more than NNNN minutes
There appear to be procedures to trigger a checkpoint. And some system metrics you can get by CSV to indicate timings/durations of checkpoints. But there doesn't appear to be a way to tell if a checkpoint is currently happening.
In 4.0 you can selectively get pieces of JMX data on checkpointing like this (needs adjustment)
call dbms.queryJmx('neo4j.metrics:name=neo4j.neo4j.check_point.events') yield name, attributes return * UNION call dbms.queryJmx('neo4j.metrics:name=neo4j.florko.check_point.events') yield name, attributes return *