# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles.
# TYPE go_gc_duration_seconds summary
go_gc_duration_seconds{quantile="0"} 8.3783e-05
go_gc_duration_seconds{quantile="0.25"} 0.000100746
go_gc_duration_seconds{quantile="0.5"} 0.000109803
go_gc_duration_seconds{quantile="0.75"} 0.000126203
go_gc_duration_seconds{quantile="1"} 0.000256065
go_gc_duration_seconds_sum 9.949001881000001
go_gc_duration_seconds_count 86772
# HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent.
# TYPE go_gc_gogc_percent gauge
go_gc_gogc_percent 100
# HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes.
# TYPE go_gc_gomemlimit_bytes gauge
go_gc_gomemlimit_bytes 9.223372036854776e+18
# HELP go_goroutines Number of goroutines that currently exist.
# TYPE go_goroutines gauge
go_goroutines 142
# HELP go_info Information about the Go environment.
# TYPE go_info gauge
go_info{version="go1.25.1 X:nodwarf5"} 1
# HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes.
# TYPE go_memstats_alloc_bytes gauge
go_memstats_alloc_bytes 9.934272e+06
# HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes.
# TYPE go_memstats_alloc_bytes_total counter
go_memstats_alloc_bytes_total 4.5965934632e+11
# HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes.
# TYPE go_memstats_buck_hash_sys_bytes gauge
go_memstats_buck_hash_sys_bytes 4.528559e+06
# HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects.
# TYPE go_memstats_frees_total counter
go_memstats_frees_total 2.197916878e+09
# HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes.
# TYPE go_memstats_gc_sys_bytes gauge
go_memstats_gc_sys_bytes 5.541696e+06
# HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes.
# TYPE go_memstats_heap_alloc_bytes gauge
go_memstats_heap_alloc_bytes 9.934272e+06
# HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes.
# TYPE go_memstats_heap_idle_bytes gauge
go_memstats_heap_idle_bytes 2.33824256e+08
# HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes
# TYPE go_memstats_heap_inuse_bytes gauge
go_memstats_heap_inuse_bytes 2.248704e+07
# HELP go_memstats_heap_objects Number of currently allocated objects. Equals to /gc/heap/objects:objects.
# TYPE go_memstats_heap_objects gauge
go_memstats_heap_objects 57781
# HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes.
# TYPE go_memstats_heap_released_bytes gauge
go_memstats_heap_released_bytes 2.2777856e+08
# HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes.
# TYPE go_memstats_heap_sys_bytes gauge
go_memstats_heap_sys_bytes 2.56311296e+08
# HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection.
# TYPE go_memstats_last_gc_time_seconds gauge
go_memstats_last_gc_time_seconds 1.7703958504312134e+09
# HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects.
# TYPE go_memstats_mallocs_total counter
go_memstats_mallocs_total 2.197974659e+09
# HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes.
# TYPE go_memstats_mcache_inuse_bytes gauge
go_memstats_mcache_inuse_bytes 9664
# HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes.
# TYPE go_memstats_mcache_sys_bytes gauge
go_memstats_mcache_sys_bytes 15704
# HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes.
# TYPE go_memstats_mspan_inuse_bytes gauge
go_memstats_mspan_inuse_bytes 430240
# HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. Equals to /memory/classes/metadata/mspan/inuse:bytes + /memory/classes/metadata/mspan/free:bytes.
# TYPE go_memstats_mspan_sys_bytes gauge
go_memstats_mspan_sys_bytes 2.08896e+06
# HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes.
# TYPE go_memstats_next_gc_bytes gauge
go_memstats_next_gc_bytes 1.656981e+07
# HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations. Equals to /memory/classes/other:bytes.
# TYPE go_memstats_other_sys_bytes gauge
go_memstats_other_sys_bytes 1.835761e+06
# HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes.
# TYPE go_memstats_stack_inuse_bytes gauge
go_memstats_stack_inuse_bytes 3.735552e+06
# HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes.
# TYPE go_memstats_stack_sys_bytes gauge
go_memstats_stack_sys_bytes 3.735552e+06
# HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte.
# TYPE go_memstats_sys_bytes gauge
go_memstats_sys_bytes 2.74057528e+08
# HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads.
# TYPE go_sched_gomaxprocs_threads gauge
go_sched_gomaxprocs_threads 8
# HELP go_threads Number of OS threads created.
# TYPE go_threads gauge
go_threads 55
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 6686.03
# HELP process_max_fds Maximum number of open file descriptors.
# TYPE process_max_fds gauge
process_max_fds 524288
# HELP process_network_receive_bytes_total Number of bytes received by the process over the network.
# TYPE process_network_receive_bytes_total counter
process_network_receive_bytes_total 2.324967105387e+12
# HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network.
# TYPE process_network_transmit_bytes_total counter
process_network_transmit_bytes_total 2.323295751965e+12
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 57
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 2.25808384e+08
# HELP process_start_time_seconds Start time of the process since unix epoch in seconds.
# TYPE process_start_time_seconds gauge
process_start_time_seconds 1.76724790953e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 5.299113984e+09
# HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes.
# TYPE process_virtual_memory_max_bytes gauge
process_virtual_memory_max_bytes 1.8446744073709552e+19
# HELP promhttp_metric_handler_requests_in_flight Current number of scrapes being served.
# TYPE promhttp_metric_handler_requests_in_flight gauge
promhttp_metric_handler_requests_in_flight 1
# HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP status code.
# TYPE promhttp_metric_handler_requests_total counter
promhttp_metric_handler_requests_total{code="200"} 2
promhttp_metric_handler_requests_total{code="500"} 0
promhttp_metric_handler_requests_total{code="503"} 0
# HELP syncthing_config_device_info Provides additional information labels on devices
# TYPE syncthing_config_device_info gauge
syncthing_config_device_info{device="2ACZBFM-7LYWODK-EXUMNJC-S5I6B6Q-4IVBA7Y-N7UHZGE-6OLBPA3-AJ3H7AJ",introducer="false",name="milkbook",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="AOFPUXN-IRE27HI-DHESA6E-3H3U4AD-WNPG76Z-7AXHV4E-7JJXXL6-QJA7MAL",introducer="false",name="milk-carton",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="FQUXF25-RTQ2SBJ-6E6C2XO-MXO7HK7-WYDOQ2C-MHPDNVE-K33BY6N-SU3UNAC",introducer="false",name="milk-mobile",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="GWA5MBO-XUFKMWR-XL7E4MP-CVE76IE-URKVSO3-7PWEPVZ-GPSFQKO-UPRYAA3",introducer="false",name="milkslate",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="XWIXXLJ-BKVVNYR-VJRJS5B-2K7J2GG-7VX7HVI-JBYLMVK-SA2QFRU-EUFWCQH",introducer="false",name="milkbox",paused="false",untrusted="false"} 1
# HELP syncthing_config_folder_info Provides additional information labels on folders
# TYPE syncthing_config_folder_info gauge
syncthing_config_folder_info{folder="ktkak-qwudw",label="ero-crate",path="/milk-crates/ero-crate",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="kvt7m-qt6jr",label="obsidian-crate",path="/milk-crates/obsidian-crate",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="mrv4f-sye6b",label="edu-crate",path="/milk-crates/edu-crate",paused="false",type="sendreceive"} 1
# HELP syncthing_connections_active Number of currently active connections, per device. If value is 0, the device is disconnected.
# TYPE syncthing_connections_active gauge
syncthing_connections_active{device="2ACZBFM-7LYWODK-EXUMNJC-S5I6B6Q-4IVBA7Y-N7UHZGE-6OLBPA3-AJ3H7AJ"} 0
syncthing_connections_active{device="AOFPUXN-IRE27HI-DHESA6E-3H3U4AD-WNPG76Z-7AXHV4E-7JJXXL6-QJA7MAL"} 0
syncthing_connections_active{device="FQUXF25-RTQ2SBJ-6E6C2XO-MXO7HK7-WYDOQ2C-MHPDNVE-K33BY6N-SU3UNAC"} 3
syncthing_connections_active{device="GWA5MBO-XUFKMWR-XL7E4MP-CVE76IE-URKVSO3-7PWEPVZ-GPSFQKO-UPRYAA3"} 3
syncthing_connections_active{device="XWIXXLJ-BKVVNYR-VJRJS5B-2K7J2GG-7VX7HVI-JBYLMVK-SA2QFRU-EUFWCQH"} 0
# HELP syncthing_db_files_updated_total Total number of files updated
# TYPE syncthing_db_files_updated_total counter
syncthing_db_files_updated_total{folder="g3gdi-7ckge"} 83
syncthing_db_files_updated_total{folder="ktkak-qwudw"} 837
syncthing_db_files_updated_total{folder="kvt7m-qt6jr"} 18282
syncthing_db_files_updated_total{folder="mrv4f-sye6b"} 517
syncthing_db_files_updated_total{folder="yalei-69qc3"} 28
# HELP syncthing_db_operation_seconds_total Total time spent in database operations, per folder and operation
# TYPE syncthing_db_operation_seconds_total counter
syncthing_db_operation_seconds_total{folder="-",operation="AllLocalBlocksWithHash"} 0.013234046000000015
syncthing_db_operation_seconds_total{folder="-",operation="DeleteKV"} 0.000262707
syncthing_db_operation_seconds_total{folder="-",operation="GetKV"} 16.89776869100004
syncthing_db_operation_seconds_total{folder="-",operation="ListFolders"} 5.8803e-05
syncthing_db_operation_seconds_total{folder="-",operation="PrefixKV"} 0.015758597000000003
syncthing_db_operation_seconds_total{folder="-",operation="PutKV"} 7.298171626999978
syncthing_db_operation_seconds_total{folder="g3gdi-7ckge",operation="AllLocalFilesBySequence"} 0.00061316
syncthing_db_operation_seconds_total{folder="g3gdi-7ckge",operation="CountGlobal"} 0.012958199000000002
syncthing_db_operation_seconds_total{folder="g3gdi-7ckge",operation="CountLocal"} 0.0016425290000000002
syncthing_db_operation_seconds_total{folder="g3gdi-7ckge",operation="CountNeed"} 0.07334113799999997
syncthing_db_operation_seconds_total{folder="g3gdi-7ckge",operation="CountReceiveOnlyChanged"} 0.0005304210000000001
syncthing_db_operation_seconds_total{folder="g3gdi-7ckge",operation="DropFolder"} 0.033518196
syncthing_db_operation_seconds_total{folder="g3gdi-7ckge",operation="GetDeviceSequence"} 0.14664879599999994
syncthing_db_operation_seconds_total{folder="g3gdi-7ckge",operation="IndexIDGet"} 0.19550517099999978
syncthing_db_operation_seconds_total{folder="g3gdi-7ckge",operation="ListDevicesForFolder"} 0.000421789
syncthing_db_operation_seconds_total{folder="g3gdi-7ckge",operation="RemoteSequences"} 0.0011803729999999998
syncthing_db_operation_seconds_total{folder="g3gdi-7ckge",operation="Update"} 0.046737137
syncthing_db_operation_seconds_total{folder="ktkak-qwudw",operation="AllLocalFilesBySequence"} 0.011099658999999994
syncthing_db_operation_seconds_total{folder="ktkak-qwudw",operation="AllLocalFilesPrefix"} 0.01841664699999998
syncthing_db_operation_seconds_total{folder="ktkak-qwudw",operation="AllLocalFilesWithBlocksHash"} 0.003627024000000002
syncthing_db_operation_seconds_total{folder="ktkak-qwudw",operation="AllNeededGlobalFiles"} 0.0038646699999999997
syncthing_db_operation_seconds_total{folder="ktkak-qwudw",operation="CountGlobal"} 0.2996723549999998
syncthing_db_operation_seconds_total{folder="ktkak-qwudw",operation="CountLocal"} 0.09268030199999999
syncthing_db_operation_seconds_total{folder="ktkak-qwudw",operation="CountNeed"} 1.5292703109999966
syncthing_db_operation_seconds_total{folder="ktkak-qwudw",operation="CountReceiveOnlyChanged"} 0.032932256000000014
syncthing_db_operation_seconds_total{folder="ktkak-qwudw",operation="DropAllFiles"} 0.010888535000000001
syncthing_db_operation_seconds_total{folder="ktkak-qwudw",operation="GetDeviceFile"} 77.21957498100117
syncthing_db_operation_seconds_total{folder="ktkak-qwudw",operation="GetDeviceSequence"} 9.609451440999912
syncthing_db_operation_seconds_total{folder="ktkak-qwudw",operation="GetGlobalAvailability"} 0.000638822
syncthing_db_operation_seconds_total{folder="ktkak-qwudw",operation="GetGlobalFile"} 0.022192504
syncthing_db_operation_seconds_total{folder="ktkak-qwudw",operation="IndexIDGet"} 0.20617074399999918
syncthing_db_operation_seconds_total{folder="ktkak-qwudw",operation="IndexIDSet"} 0.000801396
syncthing_db_operation_seconds_total{folder="ktkak-qwudw",operation="ListDevicesForFolder"} 0.002195026
syncthing_db_operation_seconds_total{folder="ktkak-qwudw",operation="RemoteSequences"} 0.07365011900000007
syncthing_db_operation_seconds_total{folder="ktkak-qwudw",operation="Update"} 7.426544740000003
syncthing_db_operation_seconds_total{folder="kvt7m-qt6jr",operation="AllLocalFilesBySequence"} 0.027790601999999998
syncthing_db_operation_seconds_total{folder="kvt7m-qt6jr",operation="AllLocalFilesPrefix"} 0.017880286000000013
syncthing_db_operation_seconds_total{folder="kvt7m-qt6jr",operation="AllLocalFilesWithBlocksHash"} 0.025233248000000017
syncthing_db_operation_seconds_total{folder="kvt7m-qt6jr",operation="AllNeededGlobalFiles"} 0.017412538
syncthing_db_operation_seconds_total{folder="kvt7m-qt6jr",operation="CountGlobal"} 0.5281661929999982
syncthing_db_operation_seconds_total{folder="kvt7m-qt6jr",operation="CountLocal"} 0.12208731700000013
syncthing_db_operation_seconds_total{folder="kvt7m-qt6jr",operation="CountNeed"} 32.89997816399997
syncthing_db_operation_seconds_total{folder="kvt7m-qt6jr",operation="CountReceiveOnlyChanged"} 0.038725343
syncthing_db_operation_seconds_total{folder="kvt7m-qt6jr",operation="DropAllFiles"} 0.08613734599999999
syncthing_db_operation_seconds_total{folder="kvt7m-qt6jr",operation="GetDeviceFile"} 79.78811381600231
syncthing_db_operation_seconds_total{folder="kvt7m-qt6jr",operation="GetDeviceSequence"} 17.335498794999918
syncthing_db_operation_seconds_total{folder="kvt7m-qt6jr",operation="GetGlobalAvailability"} 0.01319043899999999
syncthing_db_operation_seconds_total{folder="kvt7m-qt6jr",operation="GetGlobalFile"} 0.0849488269999999
syncthing_db_operation_seconds_total{folder="kvt7m-qt6jr",operation="IndexIDGet"} 0.39898226300000156
syncthing_db_operation_seconds_total{folder="kvt7m-qt6jr",operation="IndexIDSet"} 0.0009936480000000002
syncthing_db_operation_seconds_total{folder="kvt7m-qt6jr",operation="ListDevicesForFolder"} 0.0015019959999999998
syncthing_db_operation_seconds_total{folder="kvt7m-qt6jr",operation="RemoteSequences"} 0.09608270099999991
syncthing_db_operation_seconds_total{folder="kvt7m-qt6jr",operation="Update"} 9.641851851999993
syncthing_db_operation_seconds_total{folder="mrv4f-sye6b",operation="AllLocalFilesBySequence"} 0.024917078999999995
syncthing_db_operation_seconds_total{folder="mrv4f-sye6b",operation="AllLocalFilesPrefix"} 0.007854921
syncthing_db_operation_seconds_total{folder="mrv4f-sye6b",operation="AllNeededGlobalFiles"} 0.014937116999999996
syncthing_db_operation_seconds_total{folder="mrv4f-sye6b",operation="CountGlobal"} 0.1682849869999998
syncthing_db_operation_seconds_total{folder="mrv4f-sye6b",operation="CountLocal"} 0.026578618
syncthing_db_operation_seconds_total{folder="mrv4f-sye6b",operation="CountNeed"} 0.45943759299999937
syncthing_db_operation_seconds_total{folder="mrv4f-sye6b",operation="CountReceiveOnlyChanged"} 0.010387815000000002
syncthing_db_operation_seconds_total{folder="mrv4f-sye6b",operation="DropAllFiles"} 0.004900315
syncthing_db_operation_seconds_total{folder="mrv4f-sye6b",operation="GetDeviceFile"} 0.8411067610000034
syncthing_db_operation_seconds_total{folder="mrv4f-sye6b",operation="GetDeviceSequence"} 9.403849301000033
syncthing_db_operation_seconds_total{folder="mrv4f-sye6b",operation="GetGlobalAvailability"} 0.0055382040000000006
syncthing_db_operation_seconds_total{folder="mrv4f-sye6b",operation="GetGlobalFile"} 0.003091753
syncthing_db_operation_seconds_total{folder="mrv4f-sye6b",operation="IndexIDGet"} 0.23681429500000029
syncthing_db_operation_seconds_total{folder="mrv4f-sye6b",operation="IndexIDSet"} 0.000750216
syncthing_db_operation_seconds_total{folder="mrv4f-sye6b",operation="ListDevicesForFolder"} 0.0005010419999999999
syncthing_db_operation_seconds_total{folder="mrv4f-sye6b",operation="RemoteSequences"} 0.026402004
syncthing_db_operation_seconds_total{folder="mrv4f-sye6b",operation="Update"} 0.2753425650000001
syncthing_db_operation_seconds_total{folder="ubprl-cxhhb",operation="CountGlobal"} 0.013502234
syncthing_db_operation_seconds_total{folder="ubprl-cxhhb",operation="CountLocal"} 0.0019352780000000003
syncthing_db_operation_seconds_total{folder="ubprl-cxhhb",operation="CountNeed"} 0.08612053
syncthing_db_operation_seconds_total{folder="ubprl-cxhhb",operation="CountReceiveOnlyChanged"} 0.0007476589999999999
syncthing_db_operation_seconds_total{folder="ubprl-cxhhb",operation="DropFolder"} 0.063500223
syncthing_db_operation_seconds_total{folder="ubprl-cxhhb",operation="GetDeviceSequence"} 0.0015869200000000001
syncthing_db_operation_seconds_total{folder="ubprl-cxhhb",operation="ListDevicesForFolder"} 0.000139304
syncthing_db_operation_seconds_total{folder="ubprl-cxhhb",operation="RemoteSequences"} 0.00088881
syncthing_db_operation_seconds_total{folder="yalei-69qc3",operation="AllLocalFilesBySequence"} 0.00073164
syncthing_db_operation_seconds_total{folder="yalei-69qc3",operation="CountGlobal"} 0.017286845999999998
syncthing_db_operation_seconds_total{folder="yalei-69qc3",operation="CountLocal"} 0.00197972
syncthing_db_operation_seconds_total{folder="yalei-69qc3",operation="CountNeed"} 0.9048950010000003
syncthing_db_operation_seconds_total{folder="yalei-69qc3",operation="CountReceiveOnlyChanged"} 0.0006689759999999998
syncthing_db_operation_seconds_total{folder="yalei-69qc3",operation="DropFolder"} 0.042452938
syncthing_db_operation_seconds_total{folder="yalei-69qc3",operation="GetDeviceSequence"} 0.1408997279999992
syncthing_db_operation_seconds_total{folder="yalei-69qc3",operation="IndexIDGet"} 0.14449278800000015
syncthing_db_operation_seconds_total{folder="yalei-69qc3",operation="ListDevicesForFolder"} 0.00029786
syncthing_db_operation_seconds_total{folder="yalei-69qc3",operation="RemoteSequences"} 0.001479504
syncthing_db_operation_seconds_total{folder="yalei-69qc3",operation="Update"} 0.055523644999999996
# HELP syncthing_db_operations_current Number of database operations currently ongoing, per folder and operation
# TYPE syncthing_db_operations_current gauge
syncthing_db_operations_current{folder="-",operation="AllLocalBlocksWithHash"} 0
syncthing_db_operations_current{folder="-",operation="DeleteKV"} 0
syncthing_db_operations_current{folder="-",operation="GetKV"} 0
syncthing_db_operations_current{folder="-",operation="ListFolders"} 0
syncthing_db_operations_current{folder="-",operation="PrefixKV"} 0
syncthing_db_operations_current{folder="-",operation="PutKV"} 0
syncthing_db_operations_current{folder="g3gdi-7ckge",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="g3gdi-7ckge",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="g3gdi-7ckge",operation="CountLocal"} 0
syncthing_db_operations_current{folder="g3gdi-7ckge",operation="CountNeed"} 0
syncthing_db_operations_current{folder="g3gdi-7ckge",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="g3gdi-7ckge",operation="DropFolder"} 0
syncthing_db_operations_current{folder="g3gdi-7ckge",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="g3gdi-7ckge",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="g3gdi-7ckge",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="g3gdi-7ckge",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="g3gdi-7ckge",operation="Update"} 0
syncthing_db_operations_current{folder="ktkak-qwudw",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="ktkak-qwudw",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="ktkak-qwudw",operation="AllLocalFilesWithBlocksHash"} 0
syncthing_db_operations_current{folder="ktkak-qwudw",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="ktkak-qwudw",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="ktkak-qwudw",operation="CountLocal"} 0
syncthing_db_operations_current{folder="ktkak-qwudw",operation="CountNeed"} 0
syncthing_db_operations_current{folder="ktkak-qwudw",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="ktkak-qwudw",operation="DropAllFiles"} 0
syncthing_db_operations_current{folder="ktkak-qwudw",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="ktkak-qwudw",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="ktkak-qwudw",operation="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="ktkak-qwudw",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="ktkak-qwudw",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="ktkak-qwudw",operation="IndexIDSet"} 0
syncthing_db_operations_current{folder="ktkak-qwudw",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="ktkak-qwudw",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="ktkak-qwudw",operation="Update"} 0
syncthing_db_operations_current{folder="kvt7m-qt6jr",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="kvt7m-qt6jr",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="kvt7m-qt6jr",operation="AllLocalFilesWithBlocksHash"} 0
syncthing_db_operations_current{folder="kvt7m-qt6jr",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="kvt7m-qt6jr",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="kvt7m-qt6jr",operation="CountLocal"} 0
syncthing_db_operations_current{folder="kvt7m-qt6jr",operation="CountNeed"} 0
syncthing_db_operations_current{folder="kvt7m-qt6jr",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="kvt7m-qt6jr",operation="DropAllFiles"} 0
syncthing_db_operations_current{folder="kvt7m-qt6jr",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="kvt7m-qt6jr",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="kvt7m-qt6jr",operation="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="kvt7m-qt6jr",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="kvt7m-qt6jr",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="kvt7m-qt6jr",operation="IndexIDSet"} 0
syncthing_db_operations_current{folder="kvt7m-qt6jr",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="kvt7m-qt6jr",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="kvt7m-qt6jr",operation="Update"} 0
syncthing_db_operations_current{folder="mrv4f-sye6b",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="mrv4f-sye6b",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="mrv4f-sye6b",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="mrv4f-sye6b",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="mrv4f-sye6b",operation="CountLocal"} 0
syncthing_db_operations_current{folder="mrv4f-sye6b",operation="CountNeed"} 0
syncthing_db_operations_current{folder="mrv4f-sye6b",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="mrv4f-sye6b",operation="DropAllFiles"} 0
syncthing_db_operations_current{folder="mrv4f-sye6b",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="mrv4f-sye6b",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="mrv4f-sye6b",operation="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="mrv4f-sye6b",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="mrv4f-sye6b",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="mrv4f-sye6b",operation="IndexIDSet"} 0
syncthing_db_operations_current{folder="mrv4f-sye6b",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="mrv4f-sye6b",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="mrv4f-sye6b",operation="Update"} 0
syncthing_db_operations_current{folder="ubprl-cxhhb",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="ubprl-cxhhb",operation="CountLocal"} 0
syncthing_db_operations_current{folder="ubprl-cxhhb",operation="CountNeed"} 0
syncthing_db_operations_current{folder="ubprl-cxhhb",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="ubprl-cxhhb",operation="DropFolder"} 0
syncthing_db_operations_current{folder="ubprl-cxhhb",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="ubprl-cxhhb",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="ubprl-cxhhb",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="yalei-69qc3",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="yalei-69qc3",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="yalei-69qc3",operation="CountLocal"} 0
syncthing_db_operations_current{folder="yalei-69qc3",operation="CountNeed"} 0
syncthing_db_operations_current{folder="yalei-69qc3",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="yalei-69qc3",operation="DropFolder"} 0
syncthing_db_operations_current{folder="yalei-69qc3",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="yalei-69qc3",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="yalei-69qc3",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="yalei-69qc3",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="yalei-69qc3",operation="Update"} 0
# HELP syncthing_db_operations_total Total number of database operations, per folder and operation
# TYPE syncthing_db_operations_total counter
syncthing_db_operations_total{folder="-",operation="AllLocalBlocksWithHash"} 823
syncthing_db_operations_total{folder="-",operation="DeleteKV"} 3
syncthing_db_operations_total{folder="-",operation="GetKV"} 668571
syncthing_db_operations_total{folder="-",operation="ListFolders"} 1
syncthing_db_operations_total{folder="-",operation="PrefixKV"} 487
syncthing_db_operations_total{folder="-",operation="PutKV"} 25858
syncthing_db_operations_total{folder="g3gdi-7ckge",operation="AllLocalFilesBySequence"} 2
syncthing_db_operations_total{folder="g3gdi-7ckge",operation="CountGlobal"} 125
syncthing_db_operations_total{folder="g3gdi-7ckge",operation="CountLocal"} 22
syncthing_db_operations_total{folder="g3gdi-7ckge",operation="CountNeed"} 112
syncthing_db_operations_total{folder="g3gdi-7ckge",operation="CountReceiveOnlyChanged"} 22
syncthing_db_operations_total{folder="g3gdi-7ckge",operation="DropFolder"} 1
syncthing_db_operations_total{folder="g3gdi-7ckge",operation="GetDeviceSequence"} 7472
syncthing_db_operations_total{folder="g3gdi-7ckge",operation="IndexIDGet"} 7355
syncthing_db_operations_total{folder="g3gdi-7ckge",operation="ListDevicesForFolder"} 2
syncthing_db_operations_total{folder="g3gdi-7ckge",operation="RemoteSequences"} 22
syncthing_db_operations_total{folder="g3gdi-7ckge",operation="Update"} 1
syncthing_db_operations_total{folder="ktkak-qwudw",operation="AllLocalFilesBySequence"} 218
syncthing_db_operations_total{folder="ktkak-qwudw",operation="AllLocalFilesPrefix"} 903
syncthing_db_operations_total{folder="ktkak-qwudw",operation="AllLocalFilesWithBlocksHash"} 208
syncthing_db_operations_total{folder="ktkak-qwudw",operation="AllNeededGlobalFiles"} 6
syncthing_db_operations_total{folder="ktkak-qwudw",operation="CountGlobal"} 4367
syncthing_db_operations_total{folder="ktkak-qwudw",operation="CountLocal"} 1465
syncthing_db_operations_total{folder="ktkak-qwudw",operation="CountNeed"} 5450
syncthing_db_operations_total{folder="ktkak-qwudw",operation="CountReceiveOnlyChanged"} 1465
syncthing_db_operations_total{folder="ktkak-qwudw",operation="DropAllFiles"} 7
syncthing_db_operations_total{folder="ktkak-qwudw",operation="GetDeviceFile"} 176389
syncthing_db_operations_total{folder="ktkak-qwudw",operation="GetDeviceSequence"} 78071
syncthing_db_operations_total{folder="ktkak-qwudw",operation="GetGlobalAvailability"} 6
syncthing_db_operations_total{folder="ktkak-qwudw",operation="GetGlobalFile"} 225
syncthing_db_operations_total{folder="ktkak-qwudw",operation="IndexIDGet"} 4170
syncthing_db_operations_total{folder="ktkak-qwudw",operation="IndexIDSet"} 3
syncthing_db_operations_total{folder="ktkak-qwudw",operation="ListDevicesForFolder"} 4
syncthing_db_operations_total{folder="ktkak-qwudw",operation="RemoteSequences"} 1465
syncthing_db_operations_total{folder="ktkak-qwudw",operation="Update"} 461
syncthing_db_operations_total{folder="kvt7m-qt6jr",operation="AllLocalFilesBySequence"} 425
syncthing_db_operations_total{folder="kvt7m-qt6jr",operation="AllLocalFilesPrefix"} 887
syncthing_db_operations_total{folder="kvt7m-qt6jr",operation="AllLocalFilesWithBlocksHash"} 1771
syncthing_db_operations_total{folder="kvt7m-qt6jr",operation="AllNeededGlobalFiles"} 32
syncthing_db_operations_total{folder="kvt7m-qt6jr",operation="CountGlobal"} 7332
syncthing_db_operations_total{folder="kvt7m-qt6jr",operation="CountLocal"} 1685
syncthing_db_operations_total{folder="kvt7m-qt6jr",operation="CountNeed"} 9403
syncthing_db_operations_total{folder="kvt7m-qt6jr",operation="CountReceiveOnlyChanged"} 1685
syncthing_db_operations_total{folder="kvt7m-qt6jr",operation="DropAllFiles"} 14
syncthing_db_operations_total{folder="kvt7m-qt6jr",operation="GetDeviceFile"} 1.94544e+06
syncthing_db_operations_total{folder="kvt7m-qt6jr",operation="GetDeviceSequence"} 155467
syncthing_db_operations_total{folder="kvt7m-qt6jr",operation="GetGlobalAvailability"} 159
syncthing_db_operations_total{folder="kvt7m-qt6jr",operation="GetGlobalFile"} 2230
syncthing_db_operations_total{folder="kvt7m-qt6jr",operation="IndexIDGet"} 12274
syncthing_db_operations_total{folder="kvt7m-qt6jr",operation="IndexIDSet"} 6
syncthing_db_operations_total{folder="kvt7m-qt6jr",operation="ListDevicesForFolder"} 7
syncthing_db_operations_total{folder="kvt7m-qt6jr",operation="RemoteSequences"} 1685
syncthing_db_operations_total{folder="kvt7m-qt6jr",operation="Update"} 775
syncthing_db_operations_total{folder="mrv4f-sye6b",operation="AllLocalFilesBySequence"} 185
syncthing_db_operations_total{folder="mrv4f-sye6b",operation="AllLocalFilesPrefix"} 437
syncthing_db_operations_total{folder="mrv4f-sye6b",operation="AllNeededGlobalFiles"} 30
syncthing_db_operations_total{folder="mrv4f-sye6b",operation="CountGlobal"} 1937
syncthing_db_operations_total{folder="mrv4f-sye6b",operation="CountLocal"} 386
syncthing_db_operations_total{folder="mrv4f-sye6b",operation="CountNeed"} 2287
syncthing_db_operations_total{folder="mrv4f-sye6b",operation="CountReceiveOnlyChanged"} 386
syncthing_db_operations_total{folder="mrv4f-sye6b",operation="DropAllFiles"} 11
syncthing_db_operations_total{folder="mrv4f-sye6b",operation="GetDeviceFile"} 22280
syncthing_db_operations_total{folder="mrv4f-sye6b",operation="GetDeviceSequence"} 80747
syncthing_db_operations_total{folder="mrv4f-sye6b",operation="GetGlobalAvailability"} 88
syncthing_db_operations_total{folder="mrv4f-sye6b",operation="GetGlobalFile"} 49
syncthing_db_operations_total{folder="mrv4f-sye6b",operation="IndexIDGet"} 6037
syncthing_db_operations_total{folder="mrv4f-sye6b",operation="IndexIDSet"} 5
syncthing_db_operations_total{folder="mrv4f-sye6b",operation="ListDevicesForFolder"} 3
syncthing_db_operations_total{folder="mrv4f-sye6b",operation="RemoteSequences"} 386
syncthing_db_operations_total{folder="mrv4f-sye6b",operation="Update"} 76
syncthing_db_operations_total{folder="ubprl-cxhhb",operation="CountGlobal"} 63
syncthing_db_operations_total{folder="ubprl-cxhhb",operation="CountLocal"} 21
syncthing_db_operations_total{folder="ubprl-cxhhb",operation="CountNeed"} 44
syncthing_db_operations_total{folder="ubprl-cxhhb",operation="CountReceiveOnlyChanged"} 21
syncthing_db_operations_total{folder="ubprl-cxhhb",operation="DropFolder"} 1
syncthing_db_operations_total{folder="ubprl-cxhhb",operation="GetDeviceSequence"} 44
syncthing_db_operations_total{folder="ubprl-cxhhb",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="ubprl-cxhhb",operation="RemoteSequences"} 21
syncthing_db_operations_total{folder="yalei-69qc3",operation="AllLocalFilesBySequence"} 2
syncthing_db_operations_total{folder="yalei-69qc3",operation="CountGlobal"} 112
syncthing_db_operations_total{folder="yalei-69qc3",operation="CountLocal"} 20
syncthing_db_operations_total{folder="yalei-69qc3",operation="CountNeed"} 101
syncthing_db_operations_total{folder="yalei-69qc3",operation="CountReceiveOnlyChanged"} 20
syncthing_db_operations_total{folder="yalei-69qc3",operation="DropFolder"} 1
syncthing_db_operations_total{folder="yalei-69qc3",operation="GetDeviceSequence"} 7465
syncthing_db_operations_total{folder="yalei-69qc3",operation="IndexIDGet"} 7357
syncthing_db_operations_total{folder="yalei-69qc3",operation="ListDevicesForFolder"} 2
syncthing_db_operations_total{folder="yalei-69qc3",operation="RemoteSequences"} 20
syncthing_db_operations_total{folder="yalei-69qc3",operation="Update"} 3
# HELP syncthing_events_total Total number of created/forwarded/dropped events
# TYPE syncthing_events_total counter
syncthing_events_total{event="ClusterConfigReceived",state="created"} 387
syncthing_events_total{event="ClusterConfigReceived",state="delivered"} 774
syncthing_events_total{event="ConfigSaved",state="created"} 55
syncthing_events_total{event="ConfigSaved",state="delivered"} 55
syncthing_events_total{event="DeviceConnected",state="created"} 926
syncthing_events_total{event="DeviceConnected",state="delivered"} 1852
syncthing_events_total{event="DeviceDisconnected",state="created"} 139
syncthing_events_total{event="DeviceDisconnected",state="delivered"} 625
syncthing_events_total{event="DeviceDiscovered",state="created"} 22926
syncthing_events_total{event="DeviceDiscovered",state="delivered"} 22926
syncthing_events_total{event="FolderCompletion",state="created"} 9431
syncthing_events_total{event="FolderCompletion",state="delivered"} 9431
syncthing_events_total{event="FolderPaused",state="created"} 3
syncthing_events_total{event="FolderPaused",state="delivered"} 3
syncthing_events_total{event="FolderRejected",state="created"} 3
syncthing_events_total{event="FolderRejected",state="delivered"} 3
syncthing_events_total{event="FolderScanProgress",state="created"} 255
syncthing_events_total{event="FolderScanProgress",state="delivered"} 255
syncthing_events_total{event="FolderSummary",state="created"} 4572
syncthing_events_total{event="FolderSummary",state="delivered"} 4572
syncthing_events_total{event="ItemFinished",state="created"} 492
syncthing_events_total{event="ItemFinished",state="delivered"} 1590
syncthing_events_total{event="ItemStarted",state="created"} 492
syncthing_events_total{event="ItemStarted",state="delivered"} 1590
syncthing_events_total{event="ListenAddressesChanged",state="created"} 35
syncthing_events_total{event="ListenAddressesChanged",state="delivered"} 105
syncthing_events_total{event="LocalChangeDetected",state="created"} 2428
syncthing_events_total{event="LocalChangeDetected",state="delivered"} 2428
syncthing_events_total{event="LocalIndexUpdated",state="created"} 71
syncthing_events_total{event="LocalIndexUpdated",state="delivered"} 552
syncthing_events_total{event="PendingFoldersChanged",state="created"} 5
syncthing_events_total{event="PendingFoldersChanged",state="delivered"} 5
syncthing_events_total{event="RemoteChangeDetected",state="created"} 492
syncthing_events_total{event="RemoteChangeDetected",state="delivered"} 492
syncthing_events_total{event="RemoteDownloadProgress",state="created"} 806
syncthing_events_total{event="RemoteDownloadProgress",state="delivered"} 1612
syncthing_events_total{event="RemoteIndexUpdated",state="created"} 1245
syncthing_events_total{event="RemoteIndexUpdated",state="delivered"} 2490
syncthing_events_total{event="Starting",state="created"} 1
syncthing_events_total{event="Starting",state="delivered"} 1
syncthing_events_total{event="StartupComplete",state="created"} 1
syncthing_events_total{event="StartupComplete",state="delivered"} 1
syncthing_events_total{event="StateChanged",state="created"} 8137
syncthing_events_total{event="StateChanged",state="delivered"} 16274
# HELP syncthing_fs_operation_bytes_total Total number of filesystem bytes transferred, per filesystem root and operation
# TYPE syncthing_fs_operation_bytes_total counter
syncthing_fs_operation_bytes_total{operation="read",root="/milk-crates/ero-crate"} 2.737418117e+10
syncthing_fs_operation_bytes_total{operation="read",root="/milk-crates/obsidian-crate"} 6.26036278e+08
syncthing_fs_operation_bytes_total{operation="readat",root="/milk-crates/edu-crate"} 948779
syncthing_fs_operation_bytes_total{operation="readat",root="/milk-crates/ero-crate"} 6.1939488394e+10
syncthing_fs_operation_bytes_total{operation="readat",root="/milk-crates/obsidian-crate"} 2.326658116e+09
syncthing_fs_operation_bytes_total{operation="write",root="/milk-crates/edu-crate"} 122
syncthing_fs_operation_bytes_total{operation="write",root="/root/.local/state/syncthing"} 999136
syncthing_fs_operation_bytes_total{operation="writeat",root="/milk-crates/edu-crate"} 477176
syncthing_fs_operation_bytes_total{operation="writeat",root="/milk-crates/ero-crate"} 209
syncthing_fs_operation_bytes_total{operation="writeat",root="/milk-crates/obsidian-crate"} 1.5645528e+07
# HELP syncthing_fs_operation_seconds_total Total time spent in filesystem operations, per filesystem root and operation
# TYPE syncthing_fs_operation_seconds_total counter
syncthing_fs_operation_seconds_total{operation="chmod",root="/milk-crates/edu-crate"} 0.0015902060000000005
syncthing_fs_operation_seconds_total{operation="chmod",root="/milk-crates/edu-crate/.stversions"} 4.6307e-05
syncthing_fs_operation_seconds_total{operation="chmod",root="/milk-crates/ero-crate"} 1.4643e-05
syncthing_fs_operation_seconds_total{operation="chmod",root="/milk-crates/obsidian-crate"} 0.0006380619999999999
syncthing_fs_operation_seconds_total{operation="chmod",root="/root/.local/state/syncthing"} 0.000594242
syncthing_fs_operation_seconds_total{operation="chtimes",root="/milk-crates/edu-crate"} 0.003606851999999998
syncthing_fs_operation_seconds_total{operation="chtimes",root="/milk-crates/edu-crate/.stversions"} 0.00011444299999999999
syncthing_fs_operation_seconds_total{operation="chtimes",root="/milk-crates/ero-crate"} 0.00027479800000000003
syncthing_fs_operation_seconds_total{operation="chtimes",root="/milk-crates/obsidian-crate"} 0.002212203
syncthing_fs_operation_seconds_total{operation="close",root="/milk-crates/edu-crate"} 0.0014357860000000003
syncthing_fs_operation_seconds_total{operation="close",root="/milk-crates/ero-crate"} 1.606538211000006
syncthing_fs_operation_seconds_total{operation="close",root="/milk-crates/obsidian-crate"} 0.16503813599999975
syncthing_fs_operation_seconds_total{operation="close",root="/root/.local/state/syncthing"} 0.001333603
syncthing_fs_operation_seconds_total{operation="create",root="/milk-crates/edu-crate"} 0.000269388
syncthing_fs_operation_seconds_total{operation="dirnames",root="/"} 0.002184566
syncthing_fs_operation_seconds_total{operation="dirnames",root="/.milk-crates"} 9.459799999999999e-05
syncthing_fs_operation_seconds_total{operation="dirnames",root="/home/bonkmilk"} 0.00170039
syncthing_fs_operation_seconds_total{operation="dirnames",root="/milk-crates"} 0.001223331
syncthing_fs_operation_seconds_total{operation="dirnames",root="/milk-crates/edu-crate"} 0.45144673599999896
syncthing_fs_operation_seconds_total{operation="dirnames",root="/milk-crates/edu-crate/.stversions"} 0.16339963299999993
syncthing_fs_operation_seconds_total{operation="dirnames",root="/milk-crates/ero-crate"} 2.3136863589999854
syncthing_fs_operation_seconds_total{operation="dirnames",root="/milk-crates/obsidian-crate"} 19.27890358599915
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/TreeDiagram/jellymilk/media"} 4.1438e-05
syncthing_fs_operation_seconds_total{operation="glob",root="/milk-crates/edu-crate/.stversions"} 0.015908172999999998
syncthing_fs_operation_seconds_total{operation="glob",root="/root/.local/state/syncthing"} 0.00021845
syncthing_fs_operation_seconds_total{operation="hide",root="/.milk-crates/ero-crate"} 6.033e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/.milk-crates/obsidian-crate"} 6.208999999999999e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/milk-crates/edu-crate"} 0.008379622000000001
syncthing_fs_operation_seconds_total{operation="hide",root="/milk-crates/edu-crate/.stversions"} 9.8e-07
syncthing_fs_operation_seconds_total{operation="hide",root="/milk-crates/ero-crate"} 1.5713e-05
syncthing_fs_operation_seconds_total{operation="hide",root="/milk-crates/obsidian-crate"} 5.4709999999999996e-05
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/TreeDiagram/jellymilk/media/Completed Downloads"} 3.2779999999999998e-06
syncthing_fs_operation_seconds_total{operation="lstat",root="/.milk-crates/ero-crate"} 0.00013307599999999998
syncthing_fs_operation_seconds_total{operation="lstat",root="/.milk-crates/obsidian-crate"} 0.00022270000000000002
syncthing_fs_operation_seconds_total{operation="lstat",root="/milk-crates/edu-crate"} 2.441457639000036
syncthing_fs_operation_seconds_total{operation="lstat",root="/milk-crates/edu-crate/.stversions"} 0.03005545600000005
syncthing_fs_operation_seconds_total{operation="lstat",root="/milk-crates/ero-crate"} 20.036574985999753
syncthing_fs_operation_seconds_total{operation="lstat",root="/milk-crates/obsidian-crate"} 317.65603658400266
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/TreeDiagram/jellymilk/media/Completed Downloads"} 6.9411e-05
syncthing_fs_operation_seconds_total{operation="lstat",root="/root/.local/state/syncthing"} 0.0009555299999999999
syncthing_fs_operation_seconds_total{operation="mdkir",root="/milk-crates/edu-crate"} 0.000484889
syncthing_fs_operation_seconds_total{operation="mdkir",root="/milk-crates/edu-crate/.stversions"} 0.000187431
syncthing_fs_operation_seconds_total{operation="mdkir",root="/milk-crates/obsidian-crate"} 0.000190046
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/milk-crates/edu-crate"} 0.000330879
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/milk-crates/edu-crate/.stversions"} 7.3921e-05
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/milk-crates/obsidian-crate"} 5.6425e-05
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/root/.local/state/syncthing"} 1.3657e-05
syncthing_fs_operation_seconds_total{operation="name",root="/root/.local/state/syncthing"} 6.867999999999999e-05
syncthing_fs_operation_seconds_total{operation="open",root="/.milk-crates/ero-crate"} 4.6648000000000005e-05
syncthing_fs_operation_seconds_total{operation="open",root="/.milk-crates/obsidian-crate"} 0.00012894300000000002
syncthing_fs_operation_seconds_total{operation="open",root="/milk-crates/edu-crate"} 0.004661525000000003
syncthing_fs_operation_seconds_total{operation="open",root="/milk-crates/ero-crate"} 4.993498598999977
syncthing_fs_operation_seconds_total{operation="open",root="/milk-crates/obsidian-crate"} 0.42277828100000076
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/TreeDiagram/jellymilk/media/Completed Downloads"} 1.4296999999999999e-05
syncthing_fs_operation_seconds_total{operation="open",root="/root/.local/state/syncthing"} 0.0013636049999999997
syncthing_fs_operation_seconds_total{operation="openfile",root="/milk-crates/edu-crate"} 0.0027944740000000004
syncthing_fs_operation_seconds_total{operation="openfile",root="/milk-crates/ero-crate"} 0.00041233299999999997
syncthing_fs_operation_seconds_total{operation="openfile",root="/milk-crates/obsidian-crate"} 0.002260604
syncthing_fs_operation_seconds_total{operation="openfile",root="/root/.local/state/syncthing"} 0.0056202599999999985
syncthing_fs_operation_seconds_total{operation="options",root="/"} 3.076299999999999e-05
syncthing_fs_operation_seconds_total{operation="options",root="/.milk-crates"} 4.508e-06
syncthing_fs_operation_seconds_total{operation="options",root="/.milk-crates/ero-crate"} 6.388500000000002e-05
syncthing_fs_operation_seconds_total{operation="options",root="/.milk-crates/obsidian-crate"} 8.770499999999997e-05
syncthing_fs_operation_seconds_total{operation="options",root="/.milk-crates/obsidian-crate/.stversions"} 4.8859999999999995e-06
syncthing_fs_operation_seconds_total{operation="options",root="/home/bonkmilk"} 4.33e-07
syncthing_fs_operation_seconds_total{operation="options",root="/milk-crates"} 1.3181000000000003e-05
syncthing_fs_operation_seconds_total{operation="options",root="/milk-crates/edu-crate"} 0.0006662420000000006
syncthing_fs_operation_seconds_total{operation="options",root="/milk-crates/edu-crate/.stversions"} 6.01e-07
syncthing_fs_operation_seconds_total{operation="options",root="/milk-crates/ero-crate"} 0.23187535500026152
syncthing_fs_operation_seconds_total{operation="options",root="/milk-crates/obsidian-crate"} 0.0181944569999998
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/TreeDiagram/jellymilk/media"} 3.79e-07
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/TreeDiagram/jellymilk/media/Completed Downloads"} 4.3047e-05
syncthing_fs_operation_seconds_total{operation="options",root="/root/.local/state/syncthing"} 3.758099999999999e-05
syncthing_fs_operation_seconds_total{operation="options",root="/root/.local/state/syncthing/index-v2"} 0.0005625820000000002
syncthing_fs_operation_seconds_total{operation="read",root="/milk-crates/ero-crate"} 27.243295775999414
syncthing_fs_operation_seconds_total{operation="read",root="/milk-crates/obsidian-crate"} 1.1170065619999978
syncthing_fs_operation_seconds_total{operation="readat",root="/milk-crates/edu-crate"} 0.0016107260000000003
syncthing_fs_operation_seconds_total{operation="readat",root="/milk-crates/ero-crate"} 77.91995414900134
syncthing_fs_operation_seconds_total{operation="readat",root="/milk-crates/obsidian-crate"} 10.754576755000004
syncthing_fs_operation_seconds_total{operation="remove",root="/.milk-crates/ero-crate"} 1.1572999999999999e-05
syncthing_fs_operation_seconds_total{operation="remove",root="/.milk-crates/obsidian-crate"} 1.1717999999999999e-05
syncthing_fs_operation_seconds_total{operation="remove",root="/milk-crates/edu-crate"} 0.000379048
syncthing_fs_operation_seconds_total{operation="remove",root="/milk-crates/edu-crate/.stversions"} 0.0022900109999999998
syncthing_fs_operation_seconds_total{operation="remove",root="/milk-crates/ero-crate"} 0.000372839
syncthing_fs_operation_seconds_total{operation="remove",root="/milk-crates/obsidian-crate"} 0.002295752
syncthing_fs_operation_seconds_total{operation="remove",root="/mnt/TreeDiagram/jellymilk/media/Completed Downloads"} 1.4642e-05
syncthing_fs_operation_seconds_total{operation="remove",root="/root/.local/state/syncthing"} 0.0014273959999999998
syncthing_fs_operation_seconds_total{operation="removeall",root="/root/.local/state/syncthing"} 0.000197788
syncthing_fs_operation_seconds_total{operation="rename",root="/milk-crates/edu-crate"} 0.007701924
syncthing_fs_operation_seconds_total{operation="rename",root="/milk-crates/ero-crate"} 0.000347834
syncthing_fs_operation_seconds_total{operation="rename",root="/milk-crates/obsidian-crate"} 0.002598663
syncthing_fs_operation_seconds_total{operation="rename",root="/root/.local/state/syncthing"} 0.010208050999999996
syncthing_fs_operation_seconds_total{operation="stat",root="/"} 0.003795510999999999
syncthing_fs_operation_seconds_total{operation="stat",root="/.milk-crates/ero-crate"} 6.242e-05
syncthing_fs_operation_seconds_total{operation="stat",root="/.milk-crates/obsidian-crate"} 0.0008480860000000001
syncthing_fs_operation_seconds_total{operation="stat",root="/home/bonkmilk"} 0.000149944
syncthing_fs_operation_seconds_total{operation="stat",root="/milk-crates"} 0.00034882099999999997
syncthing_fs_operation_seconds_total{operation="stat",root="/milk-crates/edu-crate"} 0.016367148000000026
syncthing_fs_operation_seconds_total{operation="stat",root="/milk-crates/edu-crate/.stversions"} 0.010854386
syncthing_fs_operation_seconds_total{operation="stat",root="/milk-crates/ero-crate"} 0.04664875499999983
syncthing_fs_operation_seconds_total{operation="stat",root="/milk-crates/obsidian-crate"} 0.1724796800000002
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/TreeDiagram/jellymilk/media"} 4.8373e-05
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/TreeDiagram/jellymilk/media/Completed Downloads"} 2.6272000000000002e-05
syncthing_fs_operation_seconds_total{operation="stat",root="/root/.local/state/syncthing"} 7.961e-06
syncthing_fs_operation_seconds_total{operation="sync",root="/milk-crates/edu-crate"} 1.8314344610000002
syncthing_fs_operation_seconds_total{operation="sync",root="/milk-crates/ero-crate"} 0.10948539199999999
syncthing_fs_operation_seconds_total{operation="sync",root="/milk-crates/obsidian-crate"} 0.8808142290000007
syncthing_fs_operation_seconds_total{operation="sync",root="/root/.local/state/syncthing"} 2.1092822699999996
syncthing_fs_operation_seconds_total{operation="truncate",root="/milk-crates/edu-crate"} 0.0009028330000000001
syncthing_fs_operation_seconds_total{operation="truncate",root="/milk-crates/ero-crate"} 6.612e-05
syncthing_fs_operation_seconds_total{operation="truncate",root="/milk-crates/obsidian-crate"} 0.000516108
syncthing_fs_operation_seconds_total{operation="type",root="/.milk-crates/ero-crate"} 2.6822999999999994e-05
syncthing_fs_operation_seconds_total{operation="type",root="/.milk-crates/obsidian-crate"} 4.5239e-05
syncthing_fs_operation_seconds_total{operation="type",root="/.milk-crates/obsidian-crate/.stversions"} 3.1650000000000006e-06
syncthing_fs_operation_seconds_total{operation="type",root="/milk-crates/edu-crate"} 0.00026227100000000017
syncthing_fs_operation_seconds_total{operation="type",root="/milk-crates/edu-crate/.stversions"} 4.152e-06
syncthing_fs_operation_seconds_total{operation="type",root="/milk-crates/ero-crate"} 0.09610211399999052
syncthing_fs_operation_seconds_total{operation="type",root="/milk-crates/obsidian-crate"} 0.007539859000000008
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/TreeDiagram/jellymilk/media/Completed Downloads"} 1.9246999999999994e-05
syncthing_fs_operation_seconds_total{operation="unhide",root="/milk-crates/edu-crate"} 6.376299999999998e-05
syncthing_fs_operation_seconds_total{operation="unhide",root="/milk-crates/ero-crate"} 4.309000000000001e-06
syncthing_fs_operation_seconds_total{operation="unhide",root="/milk-crates/obsidian-crate"} 3.4420999999999995e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/.milk-crates/ero-crate"} 3.9141000000000004e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/.milk-crates/obsidian-crate"} 4.7777e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/.milk-crates/obsidian-crate/.stversions"} 3.913e-06
syncthing_fs_operation_seconds_total{operation="uri",root="/milk-crates/edu-crate"} 0.000208928
syncthing_fs_operation_seconds_total{operation="uri",root="/milk-crates/edu-crate/.stversions"} 5.1870000000000005e-06
syncthing_fs_operation_seconds_total{operation="uri",root="/milk-crates/ero-crate"} 0.07348432199999325
syncthing_fs_operation_seconds_total{operation="uri",root="/milk-crates/obsidian-crate"} 0.009933085000000091
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/TreeDiagram/jellymilk/media/Completed Downloads"} 2.099300000000001e-05
syncthing_fs_operation_seconds_total{operation="usage",root="/milk-crates/edu-crate"} 0.00032316000000000007
syncthing_fs_operation_seconds_total{operation="usage",root="/milk-crates/ero-crate"} 2.2725e-05
syncthing_fs_operation_seconds_total{operation="usage",root="/milk-crates/obsidian-crate"} 0.00017005800000000003
syncthing_fs_operation_seconds_total{operation="usage",root="/root/.local/state/syncthing/index-v2"} 0.027966544999999985
syncthing_fs_operation_seconds_total{operation="watch",root="/milk-crates/edu-crate"} 0.001683315
syncthing_fs_operation_seconds_total{operation="watch",root="/milk-crates/ero-crate"} 0.010318820999999999
syncthing_fs_operation_seconds_total{operation="watch",root="/milk-crates/obsidian-crate"} 0.206473679
syncthing_fs_operation_seconds_total{operation="write",root="/milk-crates/edu-crate"} 1.6394e-05
syncthing_fs_operation_seconds_total{operation="write",root="/root/.local/state/syncthing"} 0.006263146000000001
syncthing_fs_operation_seconds_total{operation="writeat",root="/milk-crates/edu-crate"} 0.0018398669999999996
syncthing_fs_operation_seconds_total{operation="writeat",root="/milk-crates/ero-crate"} 0.000103247
syncthing_fs_operation_seconds_total{operation="writeat",root="/milk-crates/obsidian-crate"} 0.024505362000000006
# HELP syncthing_fs_operations_total Total number of filesystem operations, per filesystem root and operation
# TYPE syncthing_fs_operations_total counter
syncthing_fs_operations_total{operation="chmod",root="/milk-crates/edu-crate"} 110
syncthing_fs_operations_total{operation="chmod",root="/milk-crates/edu-crate/.stversions"} 5
syncthing_fs_operations_total{operation="chmod",root="/milk-crates/ero-crate"} 1
syncthing_fs_operations_total{operation="chmod",root="/milk-crates/obsidian-crate"} 39
syncthing_fs_operations_total{operation="chmod",root="/root/.local/state/syncthing"} 55
syncthing_fs_operations_total{operation="chtimes",root="/milk-crates/edu-crate"} 85
syncthing_fs_operations_total{operation="chtimes",root="/milk-crates/edu-crate/.stversions"} 10
syncthing_fs_operations_total{operation="chtimes",root="/milk-crates/ero-crate"} 3
syncthing_fs_operations_total{operation="chtimes",root="/milk-crates/obsidian-crate"} 46
syncthing_fs_operations_total{operation="close",root="/milk-crates/edu-crate"} 175
syncthing_fs_operations_total{operation="close",root="/milk-crates/ero-crate"} 268632
syncthing_fs_operations_total{operation="close",root="/milk-crates/obsidian-crate"} 23912
syncthing_fs_operations_total{operation="close",root="/root/.local/state/syncthing"} 110
syncthing_fs_operations_total{operation="create",root="/milk-crates/edu-crate"} 3
syncthing_fs_operations_total{operation="dirnames",root="/"} 41
syncthing_fs_operations_total{operation="dirnames",root="/.milk-crates"} 8
syncthing_fs_operations_total{operation="dirnames",root="/home/bonkmilk"} 1
syncthing_fs_operations_total{operation="dirnames",root="/milk-crates"} 27
syncthing_fs_operations_total{operation="dirnames",root="/milk-crates/edu-crate"} 13148
syncthing_fs_operations_total{operation="dirnames",root="/milk-crates/edu-crate/.stversions"} 2431
syncthing_fs_operations_total{operation="dirnames",root="/milk-crates/ero-crate"} 40236
syncthing_fs_operations_total{operation="dirnames",root="/milk-crates/obsidian-crate"} 648632
syncthing_fs_operations_total{operation="dirnames",root="/mnt/TreeDiagram/jellymilk/media"} 1
syncthing_fs_operations_total{operation="glob",root="/milk-crates/edu-crate/.stversions"} 10
syncthing_fs_operations_total{operation="glob",root="/root/.local/state/syncthing"} 5
syncthing_fs_operations_total{operation="hide",root="/.milk-crates/ero-crate"} 6
syncthing_fs_operations_total{operation="hide",root="/.milk-crates/obsidian-crate"} 6
syncthing_fs_operations_total{operation="hide",root="/milk-crates/edu-crate"} 56
syncthing_fs_operations_total{operation="hide",root="/milk-crates/edu-crate/.stversions"} 1
syncthing_fs_operations_total{operation="hide",root="/milk-crates/ero-crate"} 15
syncthing_fs_operations_total{operation="hide",root="/milk-crates/obsidian-crate"} 45
syncthing_fs_operations_total{operation="hide",root="/mnt/TreeDiagram/jellymilk/media/Completed Downloads"} 3
syncthing_fs_operations_total{operation="lstat",root="/.milk-crates/ero-crate"} 14
syncthing_fs_operations_total{operation="lstat",root="/.milk-crates/obsidian-crate"} 29
syncthing_fs_operations_total{operation="lstat",root="/milk-crates/edu-crate"} 116338
syncthing_fs_operations_total{operation="lstat",root="/milk-crates/edu-crate/.stversions"} 4880
syncthing_fs_operations_total{operation="lstat",root="/milk-crates/ero-crate"} 1.340868e+06
syncthing_fs_operations_total{operation="lstat",root="/milk-crates/obsidian-crate"} 1.6309316e+07
syncthing_fs_operations_total{operation="lstat",root="/mnt/TreeDiagram/jellymilk/media/Completed Downloads"} 7
syncthing_fs_operations_total{operation="lstat",root="/root/.local/state/syncthing"} 56
syncthing_fs_operations_total{operation="mdkir",root="/milk-crates/edu-crate"} 10
syncthing_fs_operations_total{operation="mdkir",root="/milk-crates/edu-crate/.stversions"} 5
syncthing_fs_operations_total{operation="mdkir",root="/milk-crates/obsidian-crate"} 3
syncthing_fs_operations_total{operation="mkdirall",root="/milk-crates/edu-crate"} 5
syncthing_fs_operations_total{operation="mkdirall",root="/milk-crates/edu-crate/.stversions"} 1
syncthing_fs_operations_total{operation="mkdirall",root="/milk-crates/obsidian-crate"} 1
syncthing_fs_operations_total{operation="mkdirall",root="/root/.local/state/syncthing"} 2
syncthing_fs_operations_total{operation="name",root="/root/.local/state/syncthing"} 165
syncthing_fs_operations_total{operation="open",root="/.milk-crates/ero-crate"} 6
syncthing_fs_operations_total{operation="open",root="/.milk-crates/obsidian-crate"} 21
syncthing_fs_operations_total{operation="open",root="/milk-crates/edu-crate"} 630
syncthing_fs_operations_total{operation="open",root="/milk-crates/ero-crate"} 269532
syncthing_fs_operations_total{operation="open",root="/milk-crates/obsidian-crate"} 24831
syncthing_fs_operations_total{operation="open",root="/mnt/TreeDiagram/jellymilk/media/Completed Downloads"} 2
syncthing_fs_operations_total{operation="open",root="/root/.local/state/syncthing"} 55
syncthing_fs_operations_total{operation="openfile",root="/milk-crates/edu-crate"} 47
syncthing_fs_operations_total{operation="openfile",root="/milk-crates/ero-crate"} 3
syncthing_fs_operations_total{operation="openfile",root="/milk-crates/obsidian-crate"} 24
syncthing_fs_operations_total{operation="openfile",root="/root/.local/state/syncthing"} 55
syncthing_fs_operations_total{operation="options",root="/"} 41
syncthing_fs_operations_total{operation="options",root="/.milk-crates"} 8
syncthing_fs_operations_total{operation="options",root="/.milk-crates/ero-crate"} 180
syncthing_fs_operations_total{operation="options",root="/.milk-crates/obsidian-crate"} 264
syncthing_fs_operations_total{operation="options",root="/.milk-crates/obsidian-crate/.stversions"} 21
syncthing_fs_operations_total{operation="options",root="/home/bonkmilk"} 1
syncthing_fs_operations_total{operation="options",root="/milk-crates"} 27
syncthing_fs_operations_total{operation="options",root="/milk-crates/edu-crate"} 1266
syncthing_fs_operations_total{operation="options",root="/milk-crates/edu-crate/.stversions"} 4
syncthing_fs_operations_total{operation="options",root="/milk-crates/ero-crate"} 538986
syncthing_fs_operations_total{operation="options",root="/milk-crates/obsidian-crate"} 45486
syncthing_fs_operations_total{operation="options",root="/mnt/TreeDiagram/jellymilk/media"} 1
syncthing_fs_operations_total{operation="options",root="/mnt/TreeDiagram/jellymilk/media/Completed Downloads"} 162
syncthing_fs_operations_total{operation="options",root="/root/.local/state/syncthing"} 58
syncthing_fs_operations_total{operation="options",root="/root/.local/state/syncthing/index-v2"} 2326
syncthing_fs_operations_total{operation="read",root="/milk-crates/ero-crate"} 835502
syncthing_fs_operations_total{operation="read",root="/milk-crates/obsidian-crate"} 20460
syncthing_fs_operations_total{operation="readat",root="/milk-crates/edu-crate"} 87
syncthing_fs_operations_total{operation="readat",root="/milk-crates/ero-crate"} 268418
syncthing_fs_operations_total{operation="readat",root="/milk-crates/obsidian-crate"} 21693
syncthing_fs_operations_total{operation="remove",root="/.milk-crates/ero-crate"} 2
syncthing_fs_operations_total{operation="remove",root="/.milk-crates/obsidian-crate"} 2
syncthing_fs_operations_total{operation="remove",root="/milk-crates/edu-crate"} 46
syncthing_fs_operations_total{operation="remove",root="/milk-crates/edu-crate/.stversions"} 3
syncthing_fs_operations_total{operation="remove",root="/milk-crates/ero-crate"} 6
syncthing_fs_operations_total{operation="remove",root="/milk-crates/obsidian-crate"} 41
syncthing_fs_operations_total{operation="remove",root="/mnt/TreeDiagram/jellymilk/media/Completed Downloads"} 2
syncthing_fs_operations_total{operation="remove",root="/root/.local/state/syncthing"} 55
syncthing_fs_operations_total{operation="removeall",root="/root/.local/state/syncthing"} 1
syncthing_fs_operations_total{operation="rename",root="/milk-crates/edu-crate"} 59
syncthing_fs_operations_total{operation="rename",root="/milk-crates/ero-crate"} 3
syncthing_fs_operations_total{operation="rename",root="/milk-crates/obsidian-crate"} 24
syncthing_fs_operations_total{operation="rename",root="/root/.local/state/syncthing"} 55
syncthing_fs_operations_total{operation="stat",root="/"} 779
syncthing_fs_operations_total{operation="stat",root="/.milk-crates/ero-crate"} 8
syncthing_fs_operations_total{operation="stat",root="/.milk-crates/obsidian-crate"} 8
syncthing_fs_operations_total{operation="stat",root="/home/bonkmilk"} 25
syncthing_fs_operations_total{operation="stat",root="/milk-crates"} 56
syncthing_fs_operations_total{operation="stat",root="/milk-crates/edu-crate"} 1110
syncthing_fs_operations_total{operation="stat",root="/milk-crates/edu-crate/.stversions"} 461
syncthing_fs_operations_total{operation="stat",root="/milk-crates/ero-crate"} 2291
syncthing_fs_operations_total{operation="stat",root="/milk-crates/obsidian-crate"} 5629
syncthing_fs_operations_total{operation="stat",root="/mnt/TreeDiagram/jellymilk/media"} 8
syncthing_fs_operations_total{operation="stat",root="/mnt/TreeDiagram/jellymilk/media/Completed Downloads"} 3
syncthing_fs_operations_total{operation="stat",root="/root/.local/state/syncthing"} 2
syncthing_fs_operations_total{operation="sync",root="/milk-crates/edu-crate"} 84
syncthing_fs_operations_total{operation="sync",root="/milk-crates/ero-crate"} 6
syncthing_fs_operations_total{operation="sync",root="/milk-crates/obsidian-crate"} 380
syncthing_fs_operations_total{operation="sync",root="/root/.local/state/syncthing"} 110
syncthing_fs_operations_total{operation="truncate",root="/milk-crates/edu-crate"} 46
syncthing_fs_operations_total{operation="truncate",root="/milk-crates/ero-crate"} 3
syncthing_fs_operations_total{operation="truncate",root="/milk-crates/obsidian-crate"} 24
syncthing_fs_operations_total{operation="type",root="/.milk-crates/ero-crate"} 92
syncthing_fs_operations_total{operation="type",root="/.milk-crates/obsidian-crate"} 176
syncthing_fs_operations_total{operation="type",root="/.milk-crates/obsidian-crate/.stversions"} 21
syncthing_fs_operations_total{operation="type",root="/milk-crates/edu-crate"} 767
syncthing_fs_operations_total{operation="type",root="/milk-crates/edu-crate/.stversions"} 24
syncthing_fs_operations_total{operation="type",root="/milk-crates/ero-crate"} 269503
syncthing_fs_operations_total{operation="type",root="/milk-crates/obsidian-crate"} 22798
syncthing_fs_operations_total{operation="type",root="/mnt/TreeDiagram/jellymilk/media/Completed Downloads"} 82
syncthing_fs_operations_total{operation="unhide",root="/milk-crates/edu-crate"} 46
syncthing_fs_operations_total{operation="unhide",root="/milk-crates/ero-crate"} 3
syncthing_fs_operations_total{operation="unhide",root="/milk-crates/obsidian-crate"} 24
syncthing_fs_operations_total{operation="uri",root="/.milk-crates/ero-crate"} 92
syncthing_fs_operations_total{operation="uri",root="/.milk-crates/obsidian-crate"} 176
syncthing_fs_operations_total{operation="uri",root="/.milk-crates/obsidian-crate/.stversions"} 21
syncthing_fs_operations_total{operation="uri",root="/milk-crates/edu-crate"} 767
syncthing_fs_operations_total{operation="uri",root="/milk-crates/edu-crate/.stversions"} 34
syncthing_fs_operations_total{operation="uri",root="/milk-crates/ero-crate"} 269503
syncthing_fs_operations_total{operation="uri",root="/milk-crates/obsidian-crate"} 22798
syncthing_fs_operations_total{operation="uri",root="/mnt/TreeDiagram/jellymilk/media/Completed Downloads"} 82
syncthing_fs_operations_total{operation="usage",root="/milk-crates/edu-crate"} 49
syncthing_fs_operations_total{operation="usage",root="/milk-crates/ero-crate"} 3
syncthing_fs_operations_total{operation="usage",root="/milk-crates/obsidian-crate"} 24
syncthing_fs_operations_total{operation="usage",root="/root/.local/state/syncthing/index-v2"} 2326
syncthing_fs_operations_total{operation="watch",root="/milk-crates/edu-crate"} 3
syncthing_fs_operations_total{operation="watch",root="/milk-crates/ero-crate"} 4
syncthing_fs_operations_total{operation="watch",root="/milk-crates/obsidian-crate"} 7
syncthing_fs_operations_total{operation="write",root="/milk-crates/edu-crate"} 1
syncthing_fs_operations_total{operation="write",root="/root/.local/state/syncthing"} 462
syncthing_fs_operations_total{operation="writeat",root="/milk-crates/edu-crate"} 49
syncthing_fs_operations_total{operation="writeat",root="/milk-crates/ero-crate"} 3
syncthing_fs_operations_total{operation="writeat",root="/milk-crates/obsidian-crate"} 135
# HELP syncthing_model_folder_conflicts_total Total number of conflicts
# TYPE syncthing_model_folder_conflicts_total counter
syncthing_model_folder_conflicts_total{folder="g3gdi-7ckge"} 0
syncthing_model_folder_conflicts_total{folder="ktkak-qwudw"} 0
syncthing_model_folder_conflicts_total{folder="kvt7m-qt6jr"} 0
syncthing_model_folder_conflicts_total{folder="mrv4f-sye6b"} 0
syncthing_model_folder_conflicts_total{folder="ubprl-cxhhb"} 0
syncthing_model_folder_conflicts_total{folder="yalei-69qc3"} 0
# HELP syncthing_model_folder_processed_bytes_total Total amount of data processed during folder syncing, per folder ID and data source (network/local_origin/local_other/skipped)
# TYPE syncthing_model_folder_processed_bytes_total counter
syncthing_model_folder_processed_bytes_total{folder="g3gdi-7ckge",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="g3gdi-7ckge",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="g3gdi-7ckge",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="g3gdi-7ckge",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="ktkak-qwudw",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="ktkak-qwudw",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="ktkak-qwudw",source="network"} 209
syncthing_model_folder_processed_bytes_total{folder="ktkak-qwudw",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="kvt7m-qt6jr",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="kvt7m-qt6jr",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="kvt7m-qt6jr",source="network"} 1.5645528e+07
syncthing_model_folder_processed_bytes_total{folder="kvt7m-qt6jr",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="mrv4f-sye6b",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="mrv4f-sye6b",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="mrv4f-sye6b",source="network"} 471603
syncthing_model_folder_processed_bytes_total{folder="mrv4f-sye6b",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="ubprl-cxhhb",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="ubprl-cxhhb",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="ubprl-cxhhb",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="ubprl-cxhhb",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="yalei-69qc3",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="yalei-69qc3",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="yalei-69qc3",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="yalei-69qc3",source="skipped"} 0
# HELP syncthing_model_folder_pull_seconds_total Total time spent in folder pull iterations, per folder ID
# TYPE syncthing_model_folder_pull_seconds_total counter
syncthing_model_folder_pull_seconds_total{folder="g3gdi-7ckge"} 0
syncthing_model_folder_pull_seconds_total{folder="ktkak-qwudw"} 0.441837158
syncthing_model_folder_pull_seconds_total{folder="kvt7m-qt6jr"} 8.762684523999999
syncthing_model_folder_pull_seconds_total{folder="mrv4f-sye6b"} 2.122166643
syncthing_model_folder_pull_seconds_total{folder="ubprl-cxhhb"} 0
syncthing_model_folder_pull_seconds_total{folder="yalei-69qc3"} 0
# HELP syncthing_model_folder_pulls_total Total number of folder pull iterations, per folder ID
# TYPE syncthing_model_folder_pulls_total counter
syncthing_model_folder_pulls_total{folder="g3gdi-7ckge"} 0
syncthing_model_folder_pulls_total{folder="ktkak-qwudw"} 3
syncthing_model_folder_pulls_total{folder="kvt7m-qt6jr"} 16
syncthing_model_folder_pulls_total{folder="mrv4f-sye6b"} 15
syncthing_model_folder_pulls_total{folder="ubprl-cxhhb"} 0
syncthing_model_folder_pulls_total{folder="yalei-69qc3"} 0
# HELP syncthing_model_folder_scan_seconds_total Total time spent in folder scan iterations, per folder ID
# TYPE syncthing_model_folder_scan_seconds_total counter
syncthing_model_folder_scan_seconds_total{folder="g3gdi-7ckge"} 0
syncthing_model_folder_scan_seconds_total{folder="ktkak-qwudw"} 660.4735808670015
syncthing_model_folder_scan_seconds_total{folder="kvt7m-qt6jr"} 652.6779963469996
syncthing_model_folder_scan_seconds_total{folder="mrv4f-sye6b"} 5.564593530999998
syncthing_model_folder_scan_seconds_total{folder="ubprl-cxhhb"} 0
syncthing_model_folder_scan_seconds_total{folder="yalei-69qc3"} 0
# HELP syncthing_model_folder_scans_total Total number of folder scan iterations, per folder ID
# TYPE syncthing_model_folder_scans_total counter
syncthing_model_folder_scans_total{folder="g3gdi-7ckge"} 0
syncthing_model_folder_scans_total{folder="ktkak-qwudw"} 887
syncthing_model_folder_scans_total{folder="kvt7m-qt6jr"} 885
syncthing_model_folder_scans_total{folder="mrv4f-sye6b"} 435
syncthing_model_folder_scans_total{folder="ubprl-cxhhb"} 0
syncthing_model_folder_scans_total{folder="yalei-69qc3"} 0
# HELP syncthing_model_folder_state Current folder state
# TYPE syncthing_model_folder_state gauge
syncthing_model_folder_state{folder="g3gdi-7ckge"} 0
syncthing_model_folder_state{folder="ktkak-qwudw"} 0
syncthing_model_folder_state{folder="kvt7m-qt6jr"} 0
syncthing_model_folder_state{folder="mrv4f-sye6b"} 0
syncthing_model_folder_state{folder="ubprl-cxhhb"} 0
syncthing_model_folder_state{folder="yalei-69qc3"} 0
# HELP syncthing_model_folder_summary Current folder summary data (counts for global/local/need files/directories/symlinks/deleted/bytes)
# TYPE syncthing_model_folder_summary gauge
syncthing_model_folder_summary{folder="g3gdi-7ckge",scope="global",type="bytes"} 0
syncthing_model_folder_summary{folder="g3gdi-7ckge",scope="global",type="deleted"} 0
syncthing_model_folder_summary{folder="g3gdi-7ckge",scope="global",type="directories"} 0
syncthing_model_folder_summary{folder="g3gdi-7ckge",scope="global",type="files"} 0
syncthing_model_folder_summary{folder="g3gdi-7ckge",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="g3gdi-7ckge",scope="local",type="bytes"} 0
syncthing_model_folder_summary{folder="g3gdi-7ckge",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="g3gdi-7ckge",scope="local",type="directories"} 0
syncthing_model_folder_summary{folder="g3gdi-7ckge",scope="local",type="files"} 0
syncthing_model_folder_summary{folder="g3gdi-7ckge",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="g3gdi-7ckge",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="g3gdi-7ckge",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="g3gdi-7ckge",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="g3gdi-7ckge",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="g3gdi-7ckge",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="ktkak-qwudw",scope="global",type="bytes"} 2.7274947889e+10
syncthing_model_folder_summary{folder="ktkak-qwudw",scope="global",type="deleted"} 1
syncthing_model_folder_summary{folder="ktkak-qwudw",scope="global",type="directories"} 13
syncthing_model_folder_summary{folder="ktkak-qwudw",scope="global",type="files"} 207
syncthing_model_folder_summary{folder="ktkak-qwudw",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="ktkak-qwudw",scope="local",type="bytes"} 2.7274947889e+10
syncthing_model_folder_summary{folder="ktkak-qwudw",scope="local",type="deleted"} 1
syncthing_model_folder_summary{folder="ktkak-qwudw",scope="local",type="directories"} 13
syncthing_model_folder_summary{folder="ktkak-qwudw",scope="local",type="files"} 207
syncthing_model_folder_summary{folder="ktkak-qwudw",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="ktkak-qwudw",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="ktkak-qwudw",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="ktkak-qwudw",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="ktkak-qwudw",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="ktkak-qwudw",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="kvt7m-qt6jr",scope="global",type="bytes"} 6.36676398e+08
syncthing_model_folder_summary{folder="kvt7m-qt6jr",scope="global",type="deleted"} 1
syncthing_model_folder_summary{folder="kvt7m-qt6jr",scope="global",type="directories"} 370
syncthing_model_folder_summary{folder="kvt7m-qt6jr",scope="global",type="files"} 1845
syncthing_model_folder_summary{folder="kvt7m-qt6jr",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="kvt7m-qt6jr",scope="local",type="bytes"} 6.36676398e+08
syncthing_model_folder_summary{folder="kvt7m-qt6jr",scope="local",type="deleted"} 1
syncthing_model_folder_summary{folder="kvt7m-qt6jr",scope="local",type="directories"} 370
syncthing_model_folder_summary{folder="kvt7m-qt6jr",scope="local",type="files"} 1845
syncthing_model_folder_summary{folder="kvt7m-qt6jr",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="kvt7m-qt6jr",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="kvt7m-qt6jr",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="kvt7m-qt6jr",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="kvt7m-qt6jr",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="kvt7m-qt6jr",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="mrv4f-sye6b",scope="global",type="bytes"} 461907
syncthing_model_folder_summary{folder="mrv4f-sye6b",scope="global",type="deleted"} 3
syncthing_model_folder_summary{folder="mrv4f-sye6b",scope="global",type="directories"} 13
syncthing_model_folder_summary{folder="mrv4f-sye6b",scope="global",type="files"} 39
syncthing_model_folder_summary{folder="mrv4f-sye6b",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="mrv4f-sye6b",scope="local",type="bytes"} 461907
syncthing_model_folder_summary{folder="mrv4f-sye6b",scope="local",type="deleted"} 3
syncthing_model_folder_summary{folder="mrv4f-sye6b",scope="local",type="directories"} 13
syncthing_model_folder_summary{folder="mrv4f-sye6b",scope="local",type="files"} 39
syncthing_model_folder_summary{folder="mrv4f-sye6b",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="mrv4f-sye6b",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="mrv4f-sye6b",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="mrv4f-sye6b",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="mrv4f-sye6b",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="mrv4f-sye6b",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="yalei-69qc3",scope="global",type="bytes"} 0
syncthing_model_folder_summary{folder="yalei-69qc3",scope="global",type="deleted"} 0
syncthing_model_folder_summary{folder="yalei-69qc3",scope="global",type="directories"} 0
syncthing_model_folder_summary{folder="yalei-69qc3",scope="global",type="files"} 0
syncthing_model_folder_summary{folder="yalei-69qc3",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="yalei-69qc3",scope="local",type="bytes"} 0
syncthing_model_folder_summary{folder="yalei-69qc3",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="yalei-69qc3",scope="local",type="directories"} 0
syncthing_model_folder_summary{folder="yalei-69qc3",scope="local",type="files"} 0
syncthing_model_folder_summary{folder="yalei-69qc3",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="yalei-69qc3",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="yalei-69qc3",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="yalei-69qc3",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="yalei-69qc3",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="yalei-69qc3",scope="need",type="symlinks"} 0
# HELP syncthing_protocol_recv_bytes_total Total amount of data received, per device
# TYPE syncthing_protocol_recv_bytes_total counter
syncthing_protocol_recv_bytes_total{device="2ACZBFM-7LYWODK-EXUMNJC-S5I6B6Q-4IVBA7Y-N7UHZGE-6OLBPA3-AJ3H7AJ"} 1.637452e+06
syncthing_protocol_recv_bytes_total{device="FQUXF25-RTQ2SBJ-6E6C2XO-MXO7HK7-WYDOQ2C-MHPDNVE-K33BY6N-SU3UNAC"} 1.413683e+07
syncthing_protocol_recv_bytes_total{device="GWA5MBO-XUFKMWR-XL7E4MP-CVE76IE-URKVSO3-7PWEPVZ-GPSFQKO-UPRYAA3"} 1.2088897e+07
syncthing_protocol_recv_bytes_total{device="MLVR55P-GXVZFHH-KGBAV35-T6ISBBW-WTXMML3-CDYHPUG-4H3PNP2-4F5SBAL"} 2.4528767e+07
syncthing_protocol_recv_bytes_total{device="XWIXXLJ-BKVVNYR-VJRJS5B-2K7J2GG-7VX7HVI-JBYLMVK-SA2QFRU-EUFWCQH"} 2.0064688e+07
# HELP syncthing_protocol_recv_decompressed_bytes_total Total amount of data received, after decompression, per device
# TYPE syncthing_protocol_recv_decompressed_bytes_total counter
syncthing_protocol_recv_decompressed_bytes_total{device="2ACZBFM-7LYWODK-EXUMNJC-S5I6B6Q-4IVBA7Y-N7UHZGE-6OLBPA3-AJ3H7AJ"} 1.932352e+06
syncthing_protocol_recv_decompressed_bytes_total{device="FQUXF25-RTQ2SBJ-6E6C2XO-MXO7HK7-WYDOQ2C-MHPDNVE-K33BY6N-SU3UNAC"} 1.5108098e+07
syncthing_protocol_recv_decompressed_bytes_total{device="GWA5MBO-XUFKMWR-XL7E4MP-CVE76IE-URKVSO3-7PWEPVZ-GPSFQKO-UPRYAA3"} 1.3148312e+07
syncthing_protocol_recv_decompressed_bytes_total{device="MLVR55P-GXVZFHH-KGBAV35-T6ISBBW-WTXMML3-CDYHPUG-4H3PNP2-4F5SBAL"} 2.5542803e+07
syncthing_protocol_recv_decompressed_bytes_total{device="XWIXXLJ-BKVVNYR-VJRJS5B-2K7J2GG-7VX7HVI-JBYLMVK-SA2QFRU-EUFWCQH"} 2.100413e+07
# HELP syncthing_protocol_recv_messages_total Total number of messages received, per device
# TYPE syncthing_protocol_recv_messages_total counter
syncthing_protocol_recv_messages_total{device="2ACZBFM-7LYWODK-EXUMNJC-S5I6B6Q-4IVBA7Y-N7UHZGE-6OLBPA3-AJ3H7AJ"} 35687
syncthing_protocol_recv_messages_total{device="FQUXF25-RTQ2SBJ-6E6C2XO-MXO7HK7-WYDOQ2C-MHPDNVE-K33BY6N-SU3UNAC"} 102216
syncthing_protocol_recv_messages_total{device="GWA5MBO-XUFKMWR-XL7E4MP-CVE76IE-URKVSO3-7PWEPVZ-GPSFQKO-UPRYAA3"} 119876
syncthing_protocol_recv_messages_total{device="MLVR55P-GXVZFHH-KGBAV35-T6ISBBW-WTXMML3-CDYHPUG-4H3PNP2-4F5SBAL"} 142169
syncthing_protocol_recv_messages_total{device="XWIXXLJ-BKVVNYR-VJRJS5B-2K7J2GG-7VX7HVI-JBYLMVK-SA2QFRU-EUFWCQH"} 151091
# HELP syncthing_protocol_sent_bytes_total Total amount of data sent, per device
# TYPE syncthing_protocol_sent_bytes_total counter
syncthing_protocol_sent_bytes_total{device="2ACZBFM-7LYWODK-EXUMNJC-S5I6B6Q-4IVBA7Y-N7UHZGE-6OLBPA3-AJ3H7AJ"} 2.663328e+08
syncthing_protocol_sent_bytes_total{device="FQUXF25-RTQ2SBJ-6E6C2XO-MXO7HK7-WYDOQ2C-MHPDNVE-K33BY6N-SU3UNAC"} 6.8215817e+08
syncthing_protocol_sent_bytes_total{device="GWA5MBO-XUFKMWR-XL7E4MP-CVE76IE-URKVSO3-7PWEPVZ-GPSFQKO-UPRYAA3"} 1.1247292842e+10
syncthing_protocol_sent_bytes_total{device="MLVR55P-GXVZFHH-KGBAV35-T6ISBBW-WTXMML3-CDYHPUG-4H3PNP2-4F5SBAL"} 2.5655205355e+10
syncthing_protocol_sent_bytes_total{device="XWIXXLJ-BKVVNYR-VJRJS5B-2K7J2GG-7VX7HVI-JBYLMVK-SA2QFRU-EUFWCQH"} 2.6434035839e+10
# HELP syncthing_protocol_sent_messages_total Total number of messages sent, per device
# TYPE syncthing_protocol_sent_messages_total counter
syncthing_protocol_sent_messages_total{device="2ACZBFM-7LYWODK-EXUMNJC-S5I6B6Q-4IVBA7Y-N7UHZGE-6OLBPA3-AJ3H7AJ"} 36759
syncthing_protocol_sent_messages_total{device="FQUXF25-RTQ2SBJ-6E6C2XO-MXO7HK7-WYDOQ2C-MHPDNVE-K33BY6N-SU3UNAC"} 132712
syncthing_protocol_sent_messages_total{device="GWA5MBO-XUFKMWR-XL7E4MP-CVE76IE-URKVSO3-7PWEPVZ-GPSFQKO-UPRYAA3"} 151322
syncthing_protocol_sent_messages_total{device="MLVR55P-GXVZFHH-KGBAV35-T6ISBBW-WTXMML3-CDYHPUG-4H3PNP2-4F5SBAL"} 143024
syncthing_protocol_sent_messages_total{device="XWIXXLJ-BKVVNYR-VJRJS5B-2K7J2GG-7VX7HVI-JBYLMVK-SA2QFRU-EUFWCQH"} 150156
# HELP syncthing_protocol_sent_uncompressed_bytes_total Total amount of data sent, before compression, per device
# TYPE syncthing_protocol_sent_uncompressed_bytes_total counter
syncthing_protocol_sent_uncompressed_bytes_total{device="2ACZBFM-7LYWODK-EXUMNJC-S5I6B6Q-4IVBA7Y-N7UHZGE-6OLBPA3-AJ3H7AJ"} 2.66692745e+08
syncthing_protocol_sent_uncompressed_bytes_total{device="FQUXF25-RTQ2SBJ-6E6C2XO-MXO7HK7-WYDOQ2C-MHPDNVE-K33BY6N-SU3UNAC"} 6.83009497e+08
syncthing_protocol_sent_uncompressed_bytes_total{device="GWA5MBO-XUFKMWR-XL7E4MP-CVE76IE-URKVSO3-7PWEPVZ-GPSFQKO-UPRYAA3"} 1.1248526513e+10
syncthing_protocol_sent_uncompressed_bytes_total{device="MLVR55P-GXVZFHH-KGBAV35-T6ISBBW-WTXMML3-CDYHPUG-4H3PNP2-4F5SBAL"} 2.5656426785e+10
syncthing_protocol_sent_uncompressed_bytes_total{device="XWIXXLJ-BKVVNYR-VJRJS5B-2K7J2GG-7VX7HVI-JBYLMVK-SA2QFRU-EUFWCQH"} 2.6435166171e+10
# HELP syncthing_scanner_hashed_bytes_total Total amount of data hashed, per folder
# TYPE syncthing_scanner_hashed_bytes_total counter
syncthing_scanner_hashed_bytes_total{folder="ktkak-qwudw"} 2.737418117e+10
syncthing_scanner_hashed_bytes_total{folder="kvt7m-qt6jr"} 6.26036278e+08
syncthing_scanner_hashed_bytes_total{folder="mrv4f-sye6b"} 0
# HELP syncthing_scanner_scanned_items_total Total number of items (files/directories) inspected, per folder
# TYPE syncthing_scanner_scanned_items_total counter
syncthing_scanner_scanned_items_total{folder="ktkak-qwudw"} 178100
syncthing_scanner_scanned_items_total{folder="kvt7m-qt6jr"} 1.948e+06
syncthing_scanner_scanned_items_total{folder="mrv4f-sye6b"} 23430
