Closed zekker6 closed 1 year ago
Add error handling logic for /proc/self/io stats. Errors will be logged once with relevant context, further errors will only be tracked by metrics:
/proc/self/io
process_io_stats_read_errors_total{reason="not_found"} 0 process_io_stats_read_errors_total{reason="permission_denied"} 3 process_io_stats_read_errors_total{reason="other"} 0
Related issue - #42
@zekker6 , thanks for the fix!
Add error handling logic for
/proc/self/io
stats. Errors will be logged once with relevant context, further errors will only be tracked by metrics:Related issue - #42