Metrics.csv.enabled and metrics.csv.rotation.keep_number in neo4j.conf

Hi

I am using neo4j cluster and is proper.
I have enabled metrcis.csv.enabled = true and metrics.csv.rotation.keep_number =1
in neo4j.conf

I expect whatever metrics .csv files generated should be rotated and at any time only one file should exist. Is my understanding correct? or what exactly this parameter "metrics.csv.rotation.keep_number " does?

Thanks,
Hari.

Hello @karanam.hari and welcome to the Neo4j community :slight_smile:

Yes you right, if you need more information for other settings, here is the link to the documentation:

Maximum number of history files for the csv files.

Regards,
Cobra