Hello, the community! Sometimes one needs to understand how long ago did the last checkpoint start or end, how long was it, etc. There is lastCheckpointDuration already - let’s add lastCheckpointStarted timestamp. From these two metrics, the user can also figure out started + duration = ended and now - ended = time without cp.
I have already created the issue: https://issues.apache.org/jira/browse/IGNITE-13591 I suppose add and implement in DataStorageMetrics interface: public long getLastCheckpointStarted(); ---------------------- Ilya Kazakov