mirror of
https://github.com/minio/docs.git
synced 2025-07-31 18:04:52 +03:00
Adding node scanner metrics
This commit is contained in:
committed by
Harshavardhana
parent
fd6c75ec25
commit
faf2653830
@ -303,6 +303,26 @@ Node Metrics
|
|||||||
|
|
||||||
Uptime for MinIO process per node in seconds.
|
Uptime for MinIO process per node in seconds.
|
||||||
|
|
||||||
|
.. metric:: minio_node_scanner_bucket_scans_finished
|
||||||
|
|
||||||
|
Total number of bucket scans finished since server start.
|
||||||
|
|
||||||
|
.. metric:: minio_node_scanner_bucket_scans_started
|
||||||
|
|
||||||
|
Total number of bucket scans started since server start.
|
||||||
|
|
||||||
|
.. metric:: minio_node_scanner_directories_scanned
|
||||||
|
|
||||||
|
Total number of directories scanned since server start.
|
||||||
|
|
||||||
|
.. metric:: minio_node_scanner_objects_scanned
|
||||||
|
|
||||||
|
Total number of unique objects scanned since server start.
|
||||||
|
|
||||||
|
.. metric:: minio_node_scanner_versions_scanned
|
||||||
|
|
||||||
|
Total number of object versions scanned since server start.
|
||||||
|
|
||||||
.. metric:: minio_node_syscall_read_total
|
.. metric:: minio_node_syscall_read_total
|
||||||
|
|
||||||
Total read SysCalls to the kernel. ``/proc/[pid]/io syscr``
|
Total read SysCalls to the kernel. ``/proc/[pid]/io syscr``
|
||||||
|
Reference in New Issue
Block a user