# 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"} 4.222e-05
go_gc_duration_seconds{quantile="0.25"} 5.5339e-05
go_gc_duration_seconds{quantile="0.5"} 6.3123e-05
go_gc_duration_seconds{quantile="0.75"} 7.5939e-05
go_gc_duration_seconds{quantile="1"} 0.001133321
go_gc_duration_seconds_sum 1.6455009029999998
go_gc_duration_seconds_count 17829
# 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 112
# HELP go_info Information about the Go environment.
# TYPE go_info gauge
go_info{version="go1.25.0"} 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 8.370896e+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 5.8199322392e+10
# 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 2.297058e+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 9.56566033e+08
# 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 4.039952e+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 8.370896e+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.0873216e+07
# 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 1.5040512e+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 44849
# 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.0512768e+07
# 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 3.5913728e+07
# 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.7662217404035792e+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 9.56610882e+08
# 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 2416
# 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 244800
# 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 505920
# 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.1777634e+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 700798
# 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 1.835008e+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 1.835008e+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 4.5308168e+07
# 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 2
# HELP go_threads Number of OS threads created.
# TYPE go_threads gauge
go_threads 14
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 950.33
# 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 6.8001304e+07
# 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 8.3752506e+07
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 51
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 7.1602176e+07
# 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.76518769279e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 1.413758976e+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="J2XBQ5Y-UKJHYBI-LUMACGV-JDD7W5Z-U6DLYVB-6NQBQMZ-IA6XMUA-QRNOHQ6",introducer="false",name="debian",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="U7UO45I-AXGBABZ-LM2GOFV-OGODBCF-TAURWQR-IRJXB5F-IM3OWLH-QWA4AQT",introducer="false",name="school debian",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="7g9pj-5snut",label="OJ test_case",path="~/data/test_case",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="erjcw-gj2y5",label="OJ avatar",path="~/data/avatar",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="goaly-xse32",label="webpreview media",path="~/data/media",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="mlpws-nq23a",label="OJ upload",path="~/data/upload",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="J2XBQ5Y-UKJHYBI-LUMACGV-JDD7W5Z-U6DLYVB-6NQBQMZ-IA6XMUA-QRNOHQ6"} 0
syncthing_connections_active{device="U7UO45I-AXGBABZ-LM2GOFV-OGODBCF-TAURWQR-IRJXB5F-IM3OWLH-QWA4AQT"} 1
# HELP syncthing_db_files_updated_total Total number of files updated
# TYPE syncthing_db_files_updated_total counter
syncthing_db_files_updated_total{folder="7g9pj-5snut"} 22228
syncthing_db_files_updated_total{folder="erjcw-gj2y5"} 2194
syncthing_db_files_updated_total{folder="mlpws-nq23a"} 1432
# 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.0027530660000000024
syncthing_db_operation_seconds_total{folder="-",operation="GetKV"} 2.3790164860000056
syncthing_db_operation_seconds_total{folder="-",operation="ListFolders"} 0.000195526
syncthing_db_operation_seconds_total{folder="-",operation="PrefixKV"} 0.010594248
syncthing_db_operation_seconds_total{folder="-",operation="PutKV"} 0.19351414000000008
syncthing_db_operation_seconds_total{folder="7g9pj-5snut",operation="AllLocalFilesBySequence"} 0.005949382999999999
syncthing_db_operation_seconds_total{folder="7g9pj-5snut",operation="AllLocalFilesPrefix"} 0.014487329000000007
syncthing_db_operation_seconds_total{folder="7g9pj-5snut",operation="AllLocalFilesWithBlocksHash"} 0.09976134500000053
syncthing_db_operation_seconds_total{folder="7g9pj-5snut",operation="AllNeededGlobalFiles"} 0.000286452
syncthing_db_operation_seconds_total{folder="7g9pj-5snut",operation="CountGlobal"} 0.02212343000000001
syncthing_db_operation_seconds_total{folder="7g9pj-5snut",operation="CountLocal"} 0.0044984299999999994
syncthing_db_operation_seconds_total{folder="7g9pj-5snut",operation="CountNeed"} 3.3869290430000003
syncthing_db_operation_seconds_total{folder="7g9pj-5snut",operation="CountReceiveOnlyChanged"} 0.0014058879999999997
syncthing_db_operation_seconds_total{folder="7g9pj-5snut",operation="GetDeviceFile"} 96.87814022899954
syncthing_db_operation_seconds_total{folder="7g9pj-5snut",operation="GetDeviceSequence"} 1.5946133699999945
syncthing_db_operation_seconds_total{folder="7g9pj-5snut",operation="GetGlobalFile"} 1.7042527670000072
syncthing_db_operation_seconds_total{folder="7g9pj-5snut",operation="IndexIDGet"} 0.000219421
syncthing_db_operation_seconds_total{folder="7g9pj-5snut",operation="ListDevicesForFolder"} 0.155690242
syncthing_db_operation_seconds_total{folder="7g9pj-5snut",operation="RemoteSequences"} 0.0028162610000000005
syncthing_db_operation_seconds_total{folder="7g9pj-5snut",operation="Update"} 14.780879339
syncthing_db_operation_seconds_total{folder="erjcw-gj2y5",operation="AllLocalFilesBySequence"} 0.002291802
syncthing_db_operation_seconds_total{folder="erjcw-gj2y5",operation="AllLocalFilesPrefix"} 0.024070293999999978
syncthing_db_operation_seconds_total{folder="erjcw-gj2y5",operation="AllLocalFilesWithBlocksHash"} 0.025926326999999985
syncthing_db_operation_seconds_total{folder="erjcw-gj2y5",operation="AllNeededGlobalFiles"} 0.057069923000000015
syncthing_db_operation_seconds_total{folder="erjcw-gj2y5",operation="CountGlobal"} 0.019716125000000015
syncthing_db_operation_seconds_total{folder="erjcw-gj2y5",operation="CountLocal"} 0.0049384450000000005
syncthing_db_operation_seconds_total{folder="erjcw-gj2y5",operation="CountNeed"} 0.4036391350000002
syncthing_db_operation_seconds_total{folder="erjcw-gj2y5",operation="CountReceiveOnlyChanged"} 0.0017404139999999996
syncthing_db_operation_seconds_total{folder="erjcw-gj2y5",operation="GetDeviceFile"} 10.61563263899994
syncthing_db_operation_seconds_total{folder="erjcw-gj2y5",operation="GetDeviceSequence"} 1.1235500569999908
syncthing_db_operation_seconds_total{folder="erjcw-gj2y5",operation="GetGlobalAvailability"} 0.0037338050000000006
syncthing_db_operation_seconds_total{folder="erjcw-gj2y5",operation="GetGlobalFile"} 0.12788317899999993
syncthing_db_operation_seconds_total{folder="erjcw-gj2y5",operation="IndexIDGet"} 0.00010918700000000001
syncthing_db_operation_seconds_total{folder="erjcw-gj2y5",operation="ListDevicesForFolder"} 0.055423599
syncthing_db_operation_seconds_total{folder="erjcw-gj2y5",operation="RemoteSequences"} 0.006463305000000001
syncthing_db_operation_seconds_total{folder="erjcw-gj2y5",operation="Update"} 2.807172683999999
syncthing_db_operation_seconds_total{folder="goaly-xse32",operation="AllLocalFilesBySequence"} 0.001036741
syncthing_db_operation_seconds_total{folder="goaly-xse32",operation="AllLocalFilesPrefix"} 0.003354262
syncthing_db_operation_seconds_total{folder="goaly-xse32",operation="CountGlobal"} 0.010671129000000001
syncthing_db_operation_seconds_total{folder="goaly-xse32",operation="CountLocal"} 0.0033784
syncthing_db_operation_seconds_total{folder="goaly-xse32",operation="CountNeed"} 0.034324066
syncthing_db_operation_seconds_total{folder="goaly-xse32",operation="CountReceiveOnlyChanged"} 0.000609594
syncthing_db_operation_seconds_total{folder="goaly-xse32",operation="GetDeviceFile"} 0.06851709299999989
syncthing_db_operation_seconds_total{folder="goaly-xse32",operation="GetDeviceSequence"} 0.9442298289999999
syncthing_db_operation_seconds_total{folder="goaly-xse32",operation="IndexIDGet"} 9.9511e-05
syncthing_db_operation_seconds_total{folder="goaly-xse32",operation="ListDevicesForFolder"} 0.200994337
syncthing_db_operation_seconds_total{folder="goaly-xse32",operation="RemoteSequences"} 0.0036097770000000006
syncthing_db_operation_seconds_total{folder="mlpws-nq23a",operation="AllLocalFilesBySequence"} 0.000570968
syncthing_db_operation_seconds_total{folder="mlpws-nq23a",operation="AllLocalFilesPrefix"} 0.0049480059999999935
syncthing_db_operation_seconds_total{folder="mlpws-nq23a",operation="AllLocalFilesWithBlocksHash"} 0.006443236999999999
syncthing_db_operation_seconds_total{folder="mlpws-nq23a",operation="CountGlobal"} 0.006646516000000002
syncthing_db_operation_seconds_total{folder="mlpws-nq23a",operation="CountLocal"} 0.009406766
syncthing_db_operation_seconds_total{folder="mlpws-nq23a",operation="CountNeed"} 0.171618382
syncthing_db_operation_seconds_total{folder="mlpws-nq23a",operation="CountReceiveOnlyChanged"} 0.001027222
syncthing_db_operation_seconds_total{folder="mlpws-nq23a",operation="GetDeviceFile"} 7.052956830999954
syncthing_db_operation_seconds_total{folder="mlpws-nq23a",operation="GetDeviceSequence"} 1.6697074009999897
syncthing_db_operation_seconds_total{folder="mlpws-nq23a",operation="GetGlobalFile"} 0.06864332800000007
syncthing_db_operation_seconds_total{folder="mlpws-nq23a",operation="IndexIDGet"} 8.2112e-05
syncthing_db_operation_seconds_total{folder="mlpws-nq23a",operation="ListDevicesForFolder"} 0.135637941
syncthing_db_operation_seconds_total{folder="mlpws-nq23a",operation="RemoteSequences"} 0.0073697780000000004
syncthing_db_operation_seconds_total{folder="mlpws-nq23a",operation="Update"} 1.102273378
# 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="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="7g9pj-5snut",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="7g9pj-5snut",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="7g9pj-5snut",operation="AllLocalFilesWithBlocksHash"} 0
syncthing_db_operations_current{folder="7g9pj-5snut",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="7g9pj-5snut",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="7g9pj-5snut",operation="CountLocal"} 0
syncthing_db_operations_current{folder="7g9pj-5snut",operation="CountNeed"} 0
syncthing_db_operations_current{folder="7g9pj-5snut",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="7g9pj-5snut",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="7g9pj-5snut",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="7g9pj-5snut",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="7g9pj-5snut",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="7g9pj-5snut",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="7g9pj-5snut",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="7g9pj-5snut",operation="Update"} 0
syncthing_db_operations_current{folder="erjcw-gj2y5",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="erjcw-gj2y5",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="erjcw-gj2y5",operation="AllLocalFilesWithBlocksHash"} 0
syncthing_db_operations_current{folder="erjcw-gj2y5",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="erjcw-gj2y5",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="erjcw-gj2y5",operation="CountLocal"} 0
syncthing_db_operations_current{folder="erjcw-gj2y5",operation="CountNeed"} 0
syncthing_db_operations_current{folder="erjcw-gj2y5",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="erjcw-gj2y5",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="erjcw-gj2y5",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="erjcw-gj2y5",operation="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="erjcw-gj2y5",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="erjcw-gj2y5",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="erjcw-gj2y5",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="erjcw-gj2y5",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="erjcw-gj2y5",operation="Update"} 0
syncthing_db_operations_current{folder="goaly-xse32",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="goaly-xse32",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="goaly-xse32",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="goaly-xse32",operation="CountLocal"} 0
syncthing_db_operations_current{folder="goaly-xse32",operation="CountNeed"} 0
syncthing_db_operations_current{folder="goaly-xse32",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="goaly-xse32",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="goaly-xse32",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="goaly-xse32",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="goaly-xse32",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="goaly-xse32",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="mlpws-nq23a",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="mlpws-nq23a",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="mlpws-nq23a",operation="AllLocalFilesWithBlocksHash"} 0
syncthing_db_operations_current{folder="mlpws-nq23a",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="mlpws-nq23a",operation="CountLocal"} 0
syncthing_db_operations_current{folder="mlpws-nq23a",operation="CountNeed"} 0
syncthing_db_operations_current{folder="mlpws-nq23a",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="mlpws-nq23a",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="mlpws-nq23a",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="mlpws-nq23a",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="mlpws-nq23a",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="mlpws-nq23a",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="mlpws-nq23a",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="mlpws-nq23a",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"} 253
syncthing_db_operations_total{folder="-",operation="GetKV"} 69151
syncthing_db_operations_total{folder="-",operation="ListFolders"} 1
syncthing_db_operations_total{folder="-",operation="PrefixKV"} 41
syncthing_db_operations_total{folder="-",operation="PutKV"} 1403
syncthing_db_operations_total{folder="7g9pj-5snut",operation="AllLocalFilesBySequence"} 17
syncthing_db_operations_total{folder="7g9pj-5snut",operation="AllLocalFilesPrefix"} 498
syncthing_db_operations_total{folder="7g9pj-5snut",operation="AllLocalFilesWithBlocksHash"} 10619
syncthing_db_operations_total{folder="7g9pj-5snut",operation="AllNeededGlobalFiles"} 2
syncthing_db_operations_total{folder="7g9pj-5snut",operation="CountGlobal"} 103
syncthing_db_operations_total{folder="7g9pj-5snut",operation="CountLocal"} 40
syncthing_db_operations_total{folder="7g9pj-5snut",operation="CountNeed"} 97
syncthing_db_operations_total{folder="7g9pj-5snut",operation="CountReceiveOnlyChanged"} 40
syncthing_db_operations_total{folder="7g9pj-5snut",operation="GetDeviceFile"} 3.25615e+06
syncthing_db_operations_total{folder="7g9pj-5snut",operation="GetDeviceSequence"} 17445
syncthing_db_operations_total{folder="7g9pj-5snut",operation="GetGlobalFile"} 11113
syncthing_db_operations_total{folder="7g9pj-5snut",operation="IndexIDGet"} 4
syncthing_db_operations_total{folder="7g9pj-5snut",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="7g9pj-5snut",operation="RemoteSequences"} 40
syncthing_db_operations_total{folder="7g9pj-5snut",operation="Update"} 32
syncthing_db_operations_total{folder="erjcw-gj2y5",operation="AllLocalFilesBySequence"} 40
syncthing_db_operations_total{folder="erjcw-gj2y5",operation="AllLocalFilesPrefix"} 320
syncthing_db_operations_total{folder="erjcw-gj2y5",operation="AllLocalFilesWithBlocksHash"} 1073
syncthing_db_operations_total{folder="erjcw-gj2y5",operation="AllNeededGlobalFiles"} 40
syncthing_db_operations_total{folder="erjcw-gj2y5",operation="CountGlobal"} 171
syncthing_db_operations_total{folder="erjcw-gj2y5",operation="CountLocal"} 74
syncthing_db_operations_total{folder="erjcw-gj2y5",operation="CountNeed"} 248
syncthing_db_operations_total{folder="erjcw-gj2y5",operation="CountReceiveOnlyChanged"} 74
syncthing_db_operations_total{folder="erjcw-gj2y5",operation="GetDeviceFile"} 315699
syncthing_db_operations_total{folder="erjcw-gj2y5",operation="GetDeviceSequence"} 17604
syncthing_db_operations_total{folder="erjcw-gj2y5",operation="GetGlobalAvailability"} 75
syncthing_db_operations_total{folder="erjcw-gj2y5",operation="GetGlobalFile"} 1097
syncthing_db_operations_total{folder="erjcw-gj2y5",operation="IndexIDGet"} 4
syncthing_db_operations_total{folder="erjcw-gj2y5",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="erjcw-gj2y5",operation="RemoteSequences"} 74
syncthing_db_operations_total{folder="erjcw-gj2y5",operation="Update"} 77
syncthing_db_operations_total{folder="goaly-xse32",operation="AllLocalFilesBySequence"} 1
syncthing_db_operations_total{folder="goaly-xse32",operation="AllLocalFilesPrefix"} 285
syncthing_db_operations_total{folder="goaly-xse32",operation="CountGlobal"} 65
syncthing_db_operations_total{folder="goaly-xse32",operation="CountLocal"} 21
syncthing_db_operations_total{folder="goaly-xse32",operation="CountNeed"} 47
syncthing_db_operations_total{folder="goaly-xse32",operation="CountReceiveOnlyChanged"} 21
syncthing_db_operations_total{folder="goaly-xse32",operation="GetDeviceFile"} 1710
syncthing_db_operations_total{folder="goaly-xse32",operation="GetDeviceSequence"} 17343
syncthing_db_operations_total{folder="goaly-xse32",operation="IndexIDGet"} 4
syncthing_db_operations_total{folder="goaly-xse32",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="goaly-xse32",operation="RemoteSequences"} 21
syncthing_db_operations_total{folder="mlpws-nq23a",operation="AllLocalFilesBySequence"} 7
syncthing_db_operations_total{folder="mlpws-nq23a",operation="AllLocalFilesPrefix"} 295
syncthing_db_operations_total{folder="mlpws-nq23a",operation="AllLocalFilesWithBlocksHash"} 716
syncthing_db_operations_total{folder="mlpws-nq23a",operation="CountGlobal"} 83
syncthing_db_operations_total{folder="mlpws-nq23a",operation="CountLocal"} 30
syncthing_db_operations_total{folder="mlpws-nq23a",operation="CountNeed"} 86
syncthing_db_operations_total{folder="mlpws-nq23a",operation="CountReceiveOnlyChanged"} 30
syncthing_db_operations_total{folder="mlpws-nq23a",operation="GetDeviceFile"} 206969
syncthing_db_operations_total{folder="mlpws-nq23a",operation="GetDeviceSequence"} 17385
syncthing_db_operations_total{folder="mlpws-nq23a",operation="GetGlobalFile"} 716
syncthing_db_operations_total{folder="mlpws-nq23a",operation="IndexIDGet"} 4
syncthing_db_operations_total{folder="mlpws-nq23a",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="mlpws-nq23a",operation="RemoteSequences"} 30
syncthing_db_operations_total{folder="mlpws-nq23a",operation="Update"} 12
# HELP syncthing_events_total Total number of created/forwarded/dropped events
# TYPE syncthing_events_total counter
syncthing_events_total{event="ClusterConfigReceived",state="created"} 1
syncthing_events_total{event="ClusterConfigReceived",state="delivered"} 2
syncthing_events_total{event="DeviceConnected",state="created"} 1
syncthing_events_total{event="DeviceConnected",state="delivered"} 2
syncthing_events_total{event="FolderCompletion",state="created"} 89
syncthing_events_total{event="FolderCompletion",state="delivered"} 89
syncthing_events_total{event="FolderScanProgress",state="created"} 73
syncthing_events_total{event="FolderScanProgress",state="delivered"} 73
syncthing_events_total{event="FolderSummary",state="created"} 89
syncthing_events_total{event="FolderSummary",state="delivered"} 89
syncthing_events_total{event="ItemFinished",state="created"} 25
syncthing_events_total{event="ItemFinished",state="delivered"} 125
syncthing_events_total{event="ItemStarted",state="created"} 25
syncthing_events_total{event="ItemStarted",state="delivered"} 125
syncthing_events_total{event="ListenAddressesChanged",state="created"} 8
syncthing_events_total{event="ListenAddressesChanged",state="delivered"} 24
syncthing_events_total{event="LocalChangeDetected",state="created"} 12902
syncthing_events_total{event="LocalChangeDetected",state="delivered"} 12902
syncthing_events_total{event="LocalIndexUpdated",state="created"} 60
syncthing_events_total{event="LocalIndexUpdated",state="delivered"} 360
syncthing_events_total{event="RemoteChangeDetected",state="created"} 25
syncthing_events_total{event="RemoteChangeDetected",state="delivered"} 25
syncthing_events_total{event="RemoteIndexUpdated",state="created"} 61
syncthing_events_total{event="RemoteIndexUpdated",state="delivered"} 122
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"} 3727
syncthing_events_total{event="StateChanged",state="delivered"} 7454
# 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="/var/syncthing/data/avatar"} 3.82056107e+08
syncthing_fs_operation_bytes_total{operation="read",root="/var/syncthing/data/test_case"} 1.785314e+06
syncthing_fs_operation_bytes_total{operation="read",root="/var/syncthing/data/upload"} 3.45662967e+08
syncthing_fs_operation_bytes_total{operation="readat",root="/var/syncthing/data/avatar"} 1.128754e+07
syncthing_fs_operation_bytes_total{operation="readat",root="/var/syncthing/data/test_case"} 3347
syncthing_fs_operation_bytes_total{operation="readat",root="/var/syncthing/data/upload"} 4.370186e+06
syncthing_fs_operation_bytes_total{operation="writeat",root="/var/syncthing/data/avatar"} 1.0159292e+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="/var/syncthing/data/avatar"} 0.0013770850000000001
syncthing_fs_operation_seconds_total{operation="chmod",root="/var/syncthing/data/test_case"} 2.4553e-05
syncthing_fs_operation_seconds_total{operation="chtimes",root="/var/syncthing/data/avatar"} 0.00201492
syncthing_fs_operation_seconds_total{operation="close",root="/var/syncthing/data/avatar"} 0.009432209999999996
syncthing_fs_operation_seconds_total{operation="close",root="/var/syncthing/data/test_case"} 0.06318320799999978
syncthing_fs_operation_seconds_total{operation="close",root="/var/syncthing/data/upload"} 0.005855152999999999
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/syncthing/data/avatar"} 0.7389219359999994
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/syncthing/data/media"} 0.041157569000000074
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/syncthing/data/test_case"} 14.048304307000068
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/syncthing/data/upload"} 0.4265394300000003
syncthing_fs_operation_seconds_total{operation="glob",root="/var/syncthing/config"} 0.00519024
syncthing_fs_operation_seconds_total{operation="hide",root="/var/syncthing/data/avatar"} 4.0239000000000006e-05
syncthing_fs_operation_seconds_total{operation="hide",root="/var/syncthing/data/media"} 1.923e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/var/syncthing/data/test_case"} 7.202e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/var/syncthing/data/upload"} 3.105e-06
syncthing_fs_operation_seconds_total{operation="lchmod",root="/var/syncthing/data/avatar"} 0.00045066599999999996
syncthing_fs_operation_seconds_total{operation="lchmod",root="/var/syncthing/data/test_case"} 1.0844e-05
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/syncthing/config"} 0.000147771
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/syncthing/data/avatar"} 10.366550557999616
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/syncthing/data/media"} 0.19452059499999935
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/syncthing/data/test_case"} 141.43345999288755
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/syncthing/data/upload"} 6.747775824999942
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/var/syncthing/config"} 2.1458e-05
syncthing_fs_operation_seconds_total{operation="open",root="/var/syncthing/data/avatar"} 0.036129444000000024
syncthing_fs_operation_seconds_total{operation="open",root="/var/syncthing/data/media"} 0.0012822030000000013
syncthing_fs_operation_seconds_total{operation="open",root="/var/syncthing/data/test_case"} 0.2303167369999994
syncthing_fs_operation_seconds_total{operation="open",root="/var/syncthing/data/upload"} 0.016872355999999974
syncthing_fs_operation_seconds_total{operation="openfile",root="/var/syncthing/data/avatar"} 0.0028566930000000004
syncthing_fs_operation_seconds_total{operation="options",root="/var/syncthing/config"} 6.4319999999999996e-06
syncthing_fs_operation_seconds_total{operation="options",root="/var/syncthing/config/index-v2"} 0.0003865649999999989
syncthing_fs_operation_seconds_total{operation="options",root="/var/syncthing/data/avatar"} 0.0007903940000000004
syncthing_fs_operation_seconds_total{operation="options",root="/var/syncthing/data/media"} 0.00038433600000000037
syncthing_fs_operation_seconds_total{operation="options",root="/var/syncthing/data/test_case"} 0.0004061039999999996
syncthing_fs_operation_seconds_total{operation="options",root="/var/syncthing/data/upload"} 0.0004138900000000001
syncthing_fs_operation_seconds_total{operation="platformdata",root="/var/syncthing/data/avatar"} 1.9550743469999763
syncthing_fs_operation_seconds_total{operation="platformdata",root="/var/syncthing/data/media"} 0.064626683
syncthing_fs_operation_seconds_total{operation="platformdata",root="/var/syncthing/data/test_case"} 21.489424025006606
syncthing_fs_operation_seconds_total{operation="platformdata",root="/var/syncthing/data/upload"} 1.2457773379999837
syncthing_fs_operation_seconds_total{operation="read",root="/var/syncthing/data/avatar"} 31.644718766
syncthing_fs_operation_seconds_total{operation="read",root="/var/syncthing/data/test_case"} 23.660548617000025
syncthing_fs_operation_seconds_total{operation="read",root="/var/syncthing/data/upload"} 25.283057702999983
syncthing_fs_operation_seconds_total{operation="readat",root="/var/syncthing/data/avatar"} 0.027277914999999986
syncthing_fs_operation_seconds_total{operation="readat",root="/var/syncthing/data/test_case"} 3.5368000000000004e-05
syncthing_fs_operation_seconds_total{operation="readat",root="/var/syncthing/data/upload"} 0.0012740739999999994
syncthing_fs_operation_seconds_total{operation="remove",root="/var/syncthing/data/avatar"} 0.000176865
syncthing_fs_operation_seconds_total{operation="removeall",root="/var/syncthing/config"} 4.3765e-05
syncthing_fs_operation_seconds_total{operation="rename",root="/var/syncthing/data/avatar"} 0.0020516560000000007
syncthing_fs_operation_seconds_total{operation="stat",root="/var/syncthing/config"} 0.0024303470000000002
syncthing_fs_operation_seconds_total{operation="stat",root="/var/syncthing/data/avatar"} 0.12058271599999974
syncthing_fs_operation_seconds_total{operation="stat",root="/var/syncthing/data/media"} 0.009767976999999995
syncthing_fs_operation_seconds_total{operation="stat",root="/var/syncthing/data/test_case"} 0.8405752389999962
syncthing_fs_operation_seconds_total{operation="stat",root="/var/syncthing/data/upload"} 0.07031143799999995
syncthing_fs_operation_seconds_total{operation="sync",root="/var/syncthing/data/avatar"} 0.29613795800000003
syncthing_fs_operation_seconds_total{operation="sync",root="/var/syncthing/data/test_case"} 0.003100768
syncthing_fs_operation_seconds_total{operation="truncate",root="/var/syncthing/data/avatar"} 0.0005382449999999999
syncthing_fs_operation_seconds_total{operation="type",root="/var/syncthing/data/avatar"} 0.000135976
syncthing_fs_operation_seconds_total{operation="type",root="/var/syncthing/data/media"} 9.732000000000002e-05
syncthing_fs_operation_seconds_total{operation="type",root="/var/syncthing/data/test_case"} 9.093699999999996e-05
syncthing_fs_operation_seconds_total{operation="type",root="/var/syncthing/data/upload"} 0.00012136099999999991
syncthing_fs_operation_seconds_total{operation="unhide",root="/var/syncthing/data/avatar"} 2.3407000000000005e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/var/syncthing/data/avatar"} 0.0001309740000000001
syncthing_fs_operation_seconds_total{operation="uri",root="/var/syncthing/data/media"} 8.0906e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/var/syncthing/data/test_case"} 7.416999999999999e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/var/syncthing/data/upload"} 8.675899999999999e-05
syncthing_fs_operation_seconds_total{operation="usage",root="/var/syncthing/config/index-v2"} 0.012996433000000012
syncthing_fs_operation_seconds_total{operation="usage",root="/var/syncthing/data/avatar"} 0.00020566099999999994
syncthing_fs_operation_seconds_total{operation="watch",root="/var/syncthing/data/avatar"} 1.698280874
syncthing_fs_operation_seconds_total{operation="watch",root="/var/syncthing/data/media"} 1.466547245
syncthing_fs_operation_seconds_total{operation="watch",root="/var/syncthing/data/test_case"} 1.560797987
syncthing_fs_operation_seconds_total{operation="watch",root="/var/syncthing/data/upload"} 1.338973148
syncthing_fs_operation_seconds_total{operation="writeat",root="/var/syncthing/data/avatar"} 0.008858684
# 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="/var/syncthing/data/avatar"} 24
syncthing_fs_operations_total{operation="chmod",root="/var/syncthing/data/test_case"} 1
syncthing_fs_operations_total{operation="chtimes",root="/var/syncthing/data/avatar"} 24
syncthing_fs_operations_total{operation="close",root="/var/syncthing/data/avatar"} 1211
syncthing_fs_operations_total{operation="close",root="/var/syncthing/data/test_case"} 10660
syncthing_fs_operations_total{operation="close",root="/var/syncthing/data/upload"} 752
syncthing_fs_operations_total{operation="dirnames",root="/var/syncthing/data/avatar"} 1031
syncthing_fs_operations_total{operation="dirnames",root="/var/syncthing/data/media"} 855
syncthing_fs_operations_total{operation="dirnames",root="/var/syncthing/data/test_case"} 272095
syncthing_fs_operations_total{operation="dirnames",root="/var/syncthing/data/upload"} 905
syncthing_fs_operations_total{operation="glob",root="/var/syncthing/config"} 12
syncthing_fs_operations_total{operation="hide",root="/var/syncthing/data/avatar"} 27
syncthing_fs_operations_total{operation="hide",root="/var/syncthing/data/media"} 3
syncthing_fs_operations_total{operation="hide",root="/var/syncthing/data/test_case"} 3
syncthing_fs_operations_total{operation="hide",root="/var/syncthing/data/upload"} 3
syncthing_fs_operations_total{operation="lchmod",root="/var/syncthing/data/avatar"} 24
syncthing_fs_operations_total{operation="lchmod",root="/var/syncthing/data/test_case"} 1
syncthing_fs_operations_total{operation="lstat",root="/var/syncthing/config"} 3
syncthing_fs_operations_total{operation="lstat",root="/var/syncthing/data/avatar"} 634602
syncthing_fs_operations_total{operation="lstat",root="/var/syncthing/data/media"} 4566
syncthing_fs_operations_total{operation="lstat",root="/var/syncthing/data/test_case"} 9.654927e+06
syncthing_fs_operations_total{operation="lstat",root="/var/syncthing/data/upload"} 416024
syncthing_fs_operations_total{operation="mkdirall",root="/var/syncthing/config"} 2
syncthing_fs_operations_total{operation="open",root="/var/syncthing/data/avatar"} 1550
syncthing_fs_operations_total{operation="open",root="/var/syncthing/data/media"} 287
syncthing_fs_operations_total{operation="open",root="/var/syncthing/data/test_case"} 10960
syncthing_fs_operations_total{operation="open",root="/var/syncthing/data/upload"} 1049
syncthing_fs_operations_total{operation="openfile",root="/var/syncthing/data/avatar"} 24
syncthing_fs_operations_total{operation="options",root="/var/syncthing/config"} 14
syncthing_fs_operations_total{operation="options",root="/var/syncthing/config/index-v2"} 1279
syncthing_fs_operations_total{operation="options",root="/var/syncthing/data/avatar"} 958
syncthing_fs_operations_total{operation="options",root="/var/syncthing/data/media"} 748
syncthing_fs_operations_total{operation="options",root="/var/syncthing/data/test_case"} 812
syncthing_fs_operations_total{operation="options",root="/var/syncthing/data/upload"} 828
syncthing_fs_operations_total{operation="platformdata",root="/var/syncthing/data/avatar"} 315651
syncthing_fs_operations_total{operation="platformdata",root="/var/syncthing/data/media"} 1710
syncthing_fs_operations_total{operation="platformdata",root="/var/syncthing/data/test_case"} 3.255947e+06
syncthing_fs_operations_total{operation="platformdata",root="/var/syncthing/data/upload"} 206969
syncthing_fs_operations_total{operation="read",root="/var/syncthing/data/avatar"} 12196
syncthing_fs_operations_total{operation="read",root="/var/syncthing/data/test_case"} 10633
syncthing_fs_operations_total{operation="read",root="/var/syncthing/data/upload"} 10918
syncthing_fs_operations_total{operation="readat",root="/var/syncthing/data/avatar"} 94
syncthing_fs_operations_total{operation="readat",root="/var/syncthing/data/test_case"} 7
syncthing_fs_operations_total{operation="readat",root="/var/syncthing/data/upload"} 36
syncthing_fs_operations_total{operation="remove",root="/var/syncthing/data/avatar"} 24
syncthing_fs_operations_total{operation="removeall",root="/var/syncthing/config"} 1
syncthing_fs_operations_total{operation="rename",root="/var/syncthing/data/avatar"} 24
syncthing_fs_operations_total{operation="stat",root="/var/syncthing/config"} 2
syncthing_fs_operations_total{operation="stat",root="/var/syncthing/data/avatar"} 2970
syncthing_fs_operations_total{operation="stat",root="/var/syncthing/data/media"} 572
syncthing_fs_operations_total{operation="stat",root="/var/syncthing/data/test_case"} 21934
syncthing_fs_operations_total{operation="stat",root="/var/syncthing/data/upload"} 2036
syncthing_fs_operations_total{operation="sync",root="/var/syncthing/data/avatar"} 44
syncthing_fs_operations_total{operation="sync",root="/var/syncthing/data/test_case"} 1
syncthing_fs_operations_total{operation="truncate",root="/var/syncthing/data/avatar"} 24
syncthing_fs_operations_total{operation="type",root="/var/syncthing/data/avatar"} 528
syncthing_fs_operations_total{operation="type",root="/var/syncthing/data/media"} 375
syncthing_fs_operations_total{operation="type",root="/var/syncthing/data/test_case"} 407
syncthing_fs_operations_total{operation="type",root="/var/syncthing/data/upload"} 415
syncthing_fs_operations_total{operation="unhide",root="/var/syncthing/data/avatar"} 24
syncthing_fs_operations_total{operation="uri",root="/var/syncthing/data/avatar"} 528
syncthing_fs_operations_total{operation="uri",root="/var/syncthing/data/media"} 375
syncthing_fs_operations_total{operation="uri",root="/var/syncthing/data/test_case"} 407
syncthing_fs_operations_total{operation="uri",root="/var/syncthing/data/upload"} 415
syncthing_fs_operations_total{operation="usage",root="/var/syncthing/config/index-v2"} 1279
syncthing_fs_operations_total{operation="usage",root="/var/syncthing/data/avatar"} 24
syncthing_fs_operations_total{operation="watch",root="/var/syncthing/data/avatar"} 1
syncthing_fs_operations_total{operation="watch",root="/var/syncthing/data/media"} 1
syncthing_fs_operations_total{operation="watch",root="/var/syncthing/data/test_case"} 1
syncthing_fs_operations_total{operation="watch",root="/var/syncthing/data/upload"} 1
syncthing_fs_operations_total{operation="writeat",root="/var/syncthing/data/avatar"} 86
# HELP syncthing_model_folder_conflicts_total Total number of conflicts
# TYPE syncthing_model_folder_conflicts_total counter
syncthing_model_folder_conflicts_total{folder="7g9pj-5snut"} 0
syncthing_model_folder_conflicts_total{folder="erjcw-gj2y5"} 0
syncthing_model_folder_conflicts_total{folder="goaly-xse32"} 0
syncthing_model_folder_conflicts_total{folder="mlpws-nq23a"} 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="7g9pj-5snut",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="7g9pj-5snut",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="7g9pj-5snut",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="7g9pj-5snut",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="erjcw-gj2y5",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="erjcw-gj2y5",source="local_other"} 4.261513e+06
syncthing_model_folder_processed_bytes_total{folder="erjcw-gj2y5",source="network"} 5.897779e+06
syncthing_model_folder_processed_bytes_total{folder="erjcw-gj2y5",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="goaly-xse32",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="goaly-xse32",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="goaly-xse32",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="goaly-xse32",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="mlpws-nq23a",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="mlpws-nq23a",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="mlpws-nq23a",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="mlpws-nq23a",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="7g9pj-5snut"} 0.012004614
syncthing_model_folder_pull_seconds_total{folder="erjcw-gj2y5"} 3.261544462
syncthing_model_folder_pull_seconds_total{folder="goaly-xse32"} 0
syncthing_model_folder_pull_seconds_total{folder="mlpws-nq23a"} 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="7g9pj-5snut"} 1
syncthing_model_folder_pulls_total{folder="erjcw-gj2y5"} 20
syncthing_model_folder_pulls_total{folder="goaly-xse32"} 0
syncthing_model_folder_pulls_total{folder="mlpws-nq23a"} 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="7g9pj-5snut"} 466.6771039629996
syncthing_model_folder_scan_seconds_total{folder="erjcw-gj2y5"} 74.85392853099997
syncthing_model_folder_scan_seconds_total{folder="goaly-xse32"} 0.5317543310000002
syncthing_model_folder_scan_seconds_total{folder="mlpws-nq23a"} 52.97695713900005
# 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="7g9pj-5snut"} 297
syncthing_model_folder_scans_total{folder="erjcw-gj2y5"} 317
syncthing_model_folder_scans_total{folder="goaly-xse32"} 285
syncthing_model_folder_scans_total{folder="mlpws-nq23a"} 295
# HELP syncthing_model_folder_state Current folder state
# TYPE syncthing_model_folder_state gauge
syncthing_model_folder_state{folder="7g9pj-5snut"} 0
syncthing_model_folder_state{folder="erjcw-gj2y5"} 0
syncthing_model_folder_state{folder="goaly-xse32"} 0
syncthing_model_folder_state{folder="mlpws-nq23a"} 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="7g9pj-5snut",scope="global",type="bytes"} 1.844194e+06
syncthing_model_folder_summary{folder="7g9pj-5snut",scope="global",type="deleted"} 437
syncthing_model_folder_summary{folder="7g9pj-5snut",scope="global",type="directories"} 460
syncthing_model_folder_summary{folder="7g9pj-5snut",scope="global",type="files"} 10652
syncthing_model_folder_summary{folder="7g9pj-5snut",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="7g9pj-5snut",scope="local",type="bytes"} 1.844194e+06
syncthing_model_folder_summary{folder="7g9pj-5snut",scope="local",type="deleted"} 437
syncthing_model_folder_summary{folder="7g9pj-5snut",scope="local",type="directories"} 460
syncthing_model_folder_summary{folder="7g9pj-5snut",scope="local",type="files"} 10652
syncthing_model_folder_summary{folder="7g9pj-5snut",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="7g9pj-5snut",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="7g9pj-5snut",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="7g9pj-5snut",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="7g9pj-5snut",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="7g9pj-5snut",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="erjcw-gj2y5",scope="global",type="bytes"} 3.92215399e+08
syncthing_model_folder_summary{folder="erjcw-gj2y5",scope="global",type="deleted"} 0
syncthing_model_folder_summary{folder="erjcw-gj2y5",scope="global",type="directories"} 0
syncthing_model_folder_summary{folder="erjcw-gj2y5",scope="global",type="files"} 1097
syncthing_model_folder_summary{folder="erjcw-gj2y5",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="erjcw-gj2y5",scope="local",type="bytes"} 3.92215399e+08
syncthing_model_folder_summary{folder="erjcw-gj2y5",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="erjcw-gj2y5",scope="local",type="directories"} 0
syncthing_model_folder_summary{folder="erjcw-gj2y5",scope="local",type="files"} 1097
syncthing_model_folder_summary{folder="erjcw-gj2y5",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="erjcw-gj2y5",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="erjcw-gj2y5",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="erjcw-gj2y5",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="erjcw-gj2y5",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="erjcw-gj2y5",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="goaly-xse32",scope="global",type="bytes"} 652694
syncthing_model_folder_summary{folder="goaly-xse32",scope="global",type="deleted"} 1
syncthing_model_folder_summary{folder="goaly-xse32",scope="global",type="directories"} 0
syncthing_model_folder_summary{folder="goaly-xse32",scope="global",type="files"} 6
syncthing_model_folder_summary{folder="goaly-xse32",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="goaly-xse32",scope="local",type="bytes"} 652694
syncthing_model_folder_summary{folder="goaly-xse32",scope="local",type="deleted"} 1
syncthing_model_folder_summary{folder="goaly-xse32",scope="local",type="directories"} 0
syncthing_model_folder_summary{folder="goaly-xse32",scope="local",type="files"} 6
syncthing_model_folder_summary{folder="goaly-xse32",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="goaly-xse32",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="goaly-xse32",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="goaly-xse32",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="goaly-xse32",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="goaly-xse32",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="mlpws-nq23a",scope="global",type="bytes"} 3.45662967e+08
syncthing_model_folder_summary{folder="mlpws-nq23a",scope="global",type="deleted"} 0
syncthing_model_folder_summary{folder="mlpws-nq23a",scope="global",type="directories"} 0
syncthing_model_folder_summary{folder="mlpws-nq23a",scope="global",type="files"} 716
syncthing_model_folder_summary{folder="mlpws-nq23a",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="mlpws-nq23a",scope="local",type="bytes"} 3.45662967e+08
syncthing_model_folder_summary{folder="mlpws-nq23a",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="mlpws-nq23a",scope="local",type="directories"} 0
syncthing_model_folder_summary{folder="mlpws-nq23a",scope="local",type="files"} 716
syncthing_model_folder_summary{folder="mlpws-nq23a",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="mlpws-nq23a",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="mlpws-nq23a",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="mlpws-nq23a",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="mlpws-nq23a",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="mlpws-nq23a",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="U7UO45I-AXGBABZ-LM2GOFV-OGODBCF-TAURWQR-IRJXB5F-IM3OWLH-QWA4AQT"} 7.217093e+06
# 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="U7UO45I-AXGBABZ-LM2GOFV-OGODBCF-TAURWQR-IRJXB5F-IM3OWLH-QWA4AQT"} 8.764887e+06
# 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="U7UO45I-AXGBABZ-LM2GOFV-OGODBCF-TAURWQR-IRJXB5F-IM3OWLH-QWA4AQT"} 13542
# 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="U7UO45I-AXGBABZ-LM2GOFV-OGODBCF-TAURWQR-IRJXB5F-IM3OWLH-QWA4AQT"} 1.272635e+07
# 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="U7UO45I-AXGBABZ-LM2GOFV-OGODBCF-TAURWQR-IRJXB5F-IM3OWLH-QWA4AQT"} 13785
# 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="U7UO45I-AXGBABZ-LM2GOFV-OGODBCF-TAURWQR-IRJXB5F-IM3OWLH-QWA4AQT"} 1.4270703e+07
# 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="7g9pj-5snut"} 1.785314e+06
syncthing_scanner_hashed_bytes_total{folder="erjcw-gj2y5"} 3.82056107e+08
syncthing_scanner_hashed_bytes_total{folder="goaly-xse32"} 0
syncthing_scanner_hashed_bytes_total{folder="mlpws-nq23a"} 3.45662967e+08
# 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="7g9pj-5snut"} 3.256533e+06
syncthing_scanner_scanned_items_total{folder="erjcw-gj2y5"} 316239
syncthing_scanner_scanned_items_total{folder="goaly-xse32"} 2280
syncthing_scanner_scanned_items_total{folder="mlpws-nq23a"} 207549
