michael-doubez / filestat_exporter

Prometheus exporter gathering metrics about file size, modification time and other stats
Apache License 2.0
49 stars 13 forks source link

Sparse Files Monitoring #18

Open thamps opened 3 years ago

thamps commented 3 years ago

Hiya,

Appreciate the filestat exporter.

Would it be possible to add sparse file detection and its actual byte sizing?

Thanks A

michael-doubez commented 3 years ago

Hello,

That would be an interesting feature when computing hash. Let me investigate. I guess I could reuse archive/tar which already implement some kind of sparse file detection.