# 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.698e-05
go_gc_duration_seconds{quantile="0.25"} 5.9466e-05
go_gc_duration_seconds{quantile="0.5"} 6.959e-05
go_gc_duration_seconds{quantile="0.75"} 8.4449e-05
go_gc_duration_seconds{quantile="1"} 0.000492737
go_gc_duration_seconds_sum 2.31097529
go_gc_duration_seconds_count 18747
# 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 113
# 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 1.0161024e+07
# 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 7.3624587584e+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.891834e+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 1.216777104e+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 4.273936e+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 1.0161024e+07
# 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.6836992e+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.7465344e+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 53513
# 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.6099712e+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 4.4302336e+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.7617325576318045e+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 1.216830617e+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 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 291520
# 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 620160
# 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.4325794e+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 871910
# 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 5.4810888e+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 15
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 1391.9
# HELP process_max_fds Maximum number of open file descriptors.
# TYPE process_max_fds gauge
process_max_fds 1.048576e+06
# 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 8.8399933e+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 1.1536018e+08
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 52
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 6.9894144e+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.76060403999e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 1.41033472e+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"} 1
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"} 353595
syncthing_db_files_updated_total{folder="erjcw-gj2y5"} 33456
syncthing_db_files_updated_total{folder="mlpws-nq23a"} 25296
# 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.02146937000000001
syncthing_db_operation_seconds_total{folder="-",operation="GetKV"} 2.9950296349999994
syncthing_db_operation_seconds_total{folder="-",operation="ListFolders"} 0.009286744
syncthing_db_operation_seconds_total{folder="-",operation="PrefixKV"} 0.006618337
syncthing_db_operation_seconds_total{folder="-",operation="PutKV"} 0.476032634
syncthing_db_operation_seconds_total{folder="7g9pj-5snut",operation="AllLocalFilesBySequence"} 0.045744227000000005
syncthing_db_operation_seconds_total{folder="7g9pj-5snut",operation="AllLocalFilesPrefix"} 0.06121597400000005
syncthing_db_operation_seconds_total{folder="7g9pj-5snut",operation="AllLocalFilesWithBlocksHash"} 0.4714463310000044
syncthing_db_operation_seconds_total{folder="7g9pj-5snut",operation="AllNeededGlobalFiles"} 0.03049101399999999
syncthing_db_operation_seconds_total{folder="7g9pj-5snut",operation="CountGlobal"} 0.274334329
syncthing_db_operation_seconds_total{folder="7g9pj-5snut",operation="CountLocal"} 0.04056460000000001
syncthing_db_operation_seconds_total{folder="7g9pj-5snut",operation="CountNeed"} 28.79883493000002
syncthing_db_operation_seconds_total{folder="7g9pj-5snut",operation="CountReceiveOnlyChanged"} 0.015327796999999989
syncthing_db_operation_seconds_total{folder="7g9pj-5snut",operation="GetDeviceFile"} 140.48042920998932
syncthing_db_operation_seconds_total{folder="7g9pj-5snut",operation="GetDeviceSequence"} 4.358850720999986
syncthing_db_operation_seconds_total{folder="7g9pj-5snut",operation="GetGlobalAvailability"} 0.02965035499999999
syncthing_db_operation_seconds_total{folder="7g9pj-5snut",operation="GetGlobalFile"} 9.17433387299999
syncthing_db_operation_seconds_total{folder="7g9pj-5snut",operation="IndexIDGet"} 0.0004767620000000001
syncthing_db_operation_seconds_total{folder="7g9pj-5snut",operation="ListDevicesForFolder"} 0.067043784
syncthing_db_operation_seconds_total{folder="7g9pj-5snut",operation="RemoteSequences"} 0.025261393999999996
syncthing_db_operation_seconds_total{folder="7g9pj-5snut",operation="Update"} 681.5939133249996
syncthing_db_operation_seconds_total{folder="erjcw-gj2y5",operation="AllLocalFilesBySequence"} 0.008569051000000001
syncthing_db_operation_seconds_total{folder="erjcw-gj2y5",operation="AllLocalFilesPrefix"} 0.032365909000000026
syncthing_db_operation_seconds_total{folder="erjcw-gj2y5",operation="AllLocalFilesWithBlocksHash"} 0.08205648100000017
syncthing_db_operation_seconds_total{folder="erjcw-gj2y5",operation="AllNeededGlobalFiles"} 0.025599684999999994
syncthing_db_operation_seconds_total{folder="erjcw-gj2y5",operation="CountGlobal"} 0.043254025000000015
syncthing_db_operation_seconds_total{folder="erjcw-gj2y5",operation="CountLocal"} 0.00958662
syncthing_db_operation_seconds_total{folder="erjcw-gj2y5",operation="CountNeed"} 0.800405599
syncthing_db_operation_seconds_total{folder="erjcw-gj2y5",operation="CountReceiveOnlyChanged"} 0.0028077910000000005
syncthing_db_operation_seconds_total{folder="erjcw-gj2y5",operation="GetDeviceFile"} 13.732750748999798
syncthing_db_operation_seconds_total{folder="erjcw-gj2y5",operation="GetDeviceSequence"} 3.7198871090000267
syncthing_db_operation_seconds_total{folder="erjcw-gj2y5",operation="GetGlobalAvailability"} 0.009626309999999999
syncthing_db_operation_seconds_total{folder="erjcw-gj2y5",operation="GetGlobalFile"} 1.3685707690000029
syncthing_db_operation_seconds_total{folder="erjcw-gj2y5",operation="IndexIDGet"} 0.000264969
syncthing_db_operation_seconds_total{folder="erjcw-gj2y5",operation="ListDevicesForFolder"} 0.059253914
syncthing_db_operation_seconds_total{folder="erjcw-gj2y5",operation="RemoteSequences"} 0.016603843
syncthing_db_operation_seconds_total{folder="erjcw-gj2y5",operation="Update"} 36.02828218899999
syncthing_db_operation_seconds_total{folder="goaly-xse32",operation="AllLocalFilesBySequence"} 0.000190877
syncthing_db_operation_seconds_total{folder="goaly-xse32",operation="AllLocalFilesPrefix"} 0.0039409
syncthing_db_operation_seconds_total{folder="goaly-xse32",operation="CountGlobal"} 0.010365158000000001
syncthing_db_operation_seconds_total{folder="goaly-xse32",operation="CountLocal"} 0.0021785019999999997
syncthing_db_operation_seconds_total{folder="goaly-xse32",operation="CountNeed"} 0.011698816
syncthing_db_operation_seconds_total{folder="goaly-xse32",operation="CountReceiveOnlyChanged"} 0.0007373889999999998
syncthing_db_operation_seconds_total{folder="goaly-xse32",operation="GetDeviceFile"} 0.11035099200000005
syncthing_db_operation_seconds_total{folder="goaly-xse32",operation="GetDeviceSequence"} 3.3739794000000187
syncthing_db_operation_seconds_total{folder="goaly-xse32",operation="IndexIDGet"} 0.00021665400000000002
syncthing_db_operation_seconds_total{folder="goaly-xse32",operation="ListDevicesForFolder"} 0.106684152
syncthing_db_operation_seconds_total{folder="goaly-xse32",operation="RemoteSequences"} 0.018708209000000003
syncthing_db_operation_seconds_total{folder="mlpws-nq23a",operation="AllLocalFilesBySequence"} 0.010136771999999995
syncthing_db_operation_seconds_total{folder="mlpws-nq23a",operation="AllLocalFilesPrefix"} 0.006840104999999998
syncthing_db_operation_seconds_total{folder="mlpws-nq23a",operation="AllLocalFilesWithBlocksHash"} 0.050852392999999864
syncthing_db_operation_seconds_total{folder="mlpws-nq23a",operation="AllNeededGlobalFiles"} 0.011326772
syncthing_db_operation_seconds_total{folder="mlpws-nq23a",operation="CountGlobal"} 0.06298750399999999
syncthing_db_operation_seconds_total{folder="mlpws-nq23a",operation="CountLocal"} 0.008960281
syncthing_db_operation_seconds_total{folder="mlpws-nq23a",operation="CountNeed"} 0.5038838600000002
syncthing_db_operation_seconds_total{folder="mlpws-nq23a",operation="CountReceiveOnlyChanged"} 0.012311678999999999
syncthing_db_operation_seconds_total{folder="mlpws-nq23a",operation="GetDeviceFile"} 10.251984043000032
syncthing_db_operation_seconds_total{folder="mlpws-nq23a",operation="GetDeviceSequence"} 2.9192643310000164
syncthing_db_operation_seconds_total{folder="mlpws-nq23a",operation="GetGlobalAvailability"} 0.006575292000000001
syncthing_db_operation_seconds_total{folder="mlpws-nq23a",operation="GetGlobalFile"} 1.436590661000001
syncthing_db_operation_seconds_total{folder="mlpws-nq23a",operation="IndexIDGet"} 0.00020441300000000002
syncthing_db_operation_seconds_total{folder="mlpws-nq23a",operation="ListDevicesForFolder"} 0.073702818
syncthing_db_operation_seconds_total{folder="mlpws-nq23a",operation="RemoteSequences"} 0.01387475
syncthing_db_operation_seconds_total{folder="mlpws-nq23a",operation="Update"} 31.816638821999998
# 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="GetGlobalAvailability"} 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="AllNeededGlobalFiles"} 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="GetGlobalAvailability"} 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"} 460
syncthing_db_operations_total{folder="-",operation="GetKV"} 78673
syncthing_db_operations_total{folder="-",operation="ListFolders"} 1
syncthing_db_operations_total{folder="-",operation="PrefixKV"} 48
syncthing_db_operations_total{folder="-",operation="PutKV"} 1918
syncthing_db_operations_total{folder="7g9pj-5snut",operation="AllLocalFilesBySequence"} 309
syncthing_db_operations_total{folder="7g9pj-5snut",operation="AllLocalFilesPrefix"} 832
syncthing_db_operations_total{folder="7g9pj-5snut",operation="AllLocalFilesWithBlocksHash"} 51931
syncthing_db_operations_total{folder="7g9pj-5snut",operation="AllNeededGlobalFiles"} 76
syncthing_db_operations_total{folder="7g9pj-5snut",operation="CountGlobal"} 586
syncthing_db_operations_total{folder="7g9pj-5snut",operation="CountLocal"} 280
syncthing_db_operations_total{folder="7g9pj-5snut",operation="CountNeed"} 765
syncthing_db_operations_total{folder="7g9pj-5snut",operation="CountReceiveOnlyChanged"} 280
syncthing_db_operations_total{folder="7g9pj-5snut",operation="GetDeviceFile"} 3.728713e+06
syncthing_db_operations_total{folder="7g9pj-5snut",operation="GetDeviceSequence"} 20837
syncthing_db_operations_total{folder="7g9pj-5snut",operation="GetGlobalAvailability"} 196
syncthing_db_operations_total{folder="7g9pj-5snut",operation="GetGlobalFile"} 54473
syncthing_db_operations_total{folder="7g9pj-5snut",operation="IndexIDGet"} 8
syncthing_db_operations_total{folder="7g9pj-5snut",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="7g9pj-5snut",operation="RemoteSequences"} 280
syncthing_db_operations_total{folder="7g9pj-5snut",operation="Update"} 540
syncthing_db_operations_total{folder="erjcw-gj2y5",operation="AllLocalFilesBySequence"} 56
syncthing_db_operations_total{folder="erjcw-gj2y5",operation="AllLocalFilesPrefix"} 860
syncthing_db_operations_total{folder="erjcw-gj2y5",operation="AllLocalFilesWithBlocksHash"} 5587
syncthing_db_operations_total{folder="erjcw-gj2y5",operation="AllNeededGlobalFiles"} 44
syncthing_db_operations_total{folder="erjcw-gj2y5",operation="CountGlobal"} 212
syncthing_db_operations_total{folder="erjcw-gj2y5",operation="CountLocal"} 93
syncthing_db_operations_total{folder="erjcw-gj2y5",operation="CountNeed"} 317
syncthing_db_operations_total{folder="erjcw-gj2y5",operation="CountReceiveOnlyChanged"} 93
syncthing_db_operations_total{folder="erjcw-gj2y5",operation="GetDeviceFile"} 315862
syncthing_db_operations_total{folder="erjcw-gj2y5",operation="GetDeviceSequence"} 19589
syncthing_db_operations_total{folder="erjcw-gj2y5",operation="GetGlobalAvailability"} 19
syncthing_db_operations_total{folder="erjcw-gj2y5",operation="GetGlobalFile"} 5594
syncthing_db_operations_total{folder="erjcw-gj2y5",operation="IndexIDGet"} 8
syncthing_db_operations_total{folder="erjcw-gj2y5",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="erjcw-gj2y5",operation="RemoteSequences"} 93
syncthing_db_operations_total{folder="erjcw-gj2y5",operation="Update"} 99
syncthing_db_operations_total{folder="goaly-xse32",operation="AllLocalFilesBySequence"} 2
syncthing_db_operations_total{folder="goaly-xse32",operation="AllLocalFilesPrefix"} 315
syncthing_db_operations_total{folder="goaly-xse32",operation="CountGlobal"} 72
syncthing_db_operations_total{folder="goaly-xse32",operation="CountLocal"} 23
syncthing_db_operations_total{folder="goaly-xse32",operation="CountNeed"} 53
syncthing_db_operations_total{folder="goaly-xse32",operation="CountReceiveOnlyChanged"} 23
syncthing_db_operations_total{folder="goaly-xse32",operation="GetDeviceFile"} 1260
syncthing_db_operations_total{folder="goaly-xse32",operation="GetDeviceSequence"} 19243
syncthing_db_operations_total{folder="goaly-xse32",operation="IndexIDGet"} 8
syncthing_db_operations_total{folder="goaly-xse32",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="goaly-xse32",operation="RemoteSequences"} 23
syncthing_db_operations_total{folder="mlpws-nq23a",operation="AllLocalFilesBySequence"} 26
syncthing_db_operations_total{folder="mlpws-nq23a",operation="AllLocalFilesPrefix"} 332
syncthing_db_operations_total{folder="mlpws-nq23a",operation="AllLocalFilesWithBlocksHash"} 4215
syncthing_db_operations_total{folder="mlpws-nq23a",operation="AllNeededGlobalFiles"} 30
syncthing_db_operations_total{folder="mlpws-nq23a",operation="CountGlobal"} 150
syncthing_db_operations_total{folder="mlpws-nq23a",operation="CountLocal"} 62
syncthing_db_operations_total{folder="mlpws-nq23a",operation="CountNeed"} 185
syncthing_db_operations_total{folder="mlpws-nq23a",operation="CountReceiveOnlyChanged"} 62
syncthing_db_operations_total{folder="mlpws-nq23a",operation="GetDeviceFile"} 240731
syncthing_db_operations_total{folder="mlpws-nq23a",operation="GetDeviceSequence"} 19411
syncthing_db_operations_total{folder="mlpws-nq23a",operation="GetGlobalAvailability"} 5
syncthing_db_operations_total{folder="mlpws-nq23a",operation="GetGlobalFile"} 4218
syncthing_db_operations_total{folder="mlpws-nq23a",operation="IndexIDGet"} 8
syncthing_db_operations_total{folder="mlpws-nq23a",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="mlpws-nq23a",operation="RemoteSequences"} 62
syncthing_db_operations_total{folder="mlpws-nq23a",operation="Update"} 45
# HELP syncthing_events_total Total number of created/forwarded/dropped events
# TYPE syncthing_events_total counter
syncthing_events_total{event="ClusterConfigReceived",state="created"} 2
syncthing_events_total{event="ClusterConfigReceived",state="delivered"} 4
syncthing_events_total{event="DeviceConnected",state="created"} 2
syncthing_events_total{event="DeviceConnected",state="delivered"} 4
syncthing_events_total{event="DeviceDisconnected",state="created"} 1
syncthing_events_total{event="DeviceDisconnected",state="delivered"} 1
syncthing_events_total{event="FolderCompletion",state="created"} 374
syncthing_events_total{event="FolderCompletion",state="delivered"} 374
syncthing_events_total{event="FolderScanProgress",state="created"} 136
syncthing_events_total{event="FolderScanProgress",state="delivered"} 136
syncthing_events_total{event="FolderSummary",state="created"} 374
syncthing_events_total{event="FolderSummary",state="delivered"} 374
syncthing_events_total{event="ItemFinished",state="created"} 138598
syncthing_events_total{event="ItemFinished",state="delivered"} 692990
syncthing_events_total{event="ItemStarted",state="created"} 138598
syncthing_events_total{event="ItemStarted",state="delivered"} 692985
syncthing_events_total{event="ItemStarted",state="dropped"} 5
syncthing_events_total{event="ListenAddressesChanged",state="created"} 4
syncthing_events_total{event="ListenAddressesChanged",state="delivered"} 12
syncthing_events_total{event="LocalChangeDetected",state="created"} 64156
syncthing_events_total{event="LocalChangeDetected",state="delivered"} 64151
syncthing_events_total{event="LocalChangeDetected",state="dropped"} 5
syncthing_events_total{event="LocalIndexUpdated",state="created"} 377
syncthing_events_total{event="LocalIndexUpdated",state="delivered"} 2262
syncthing_events_total{event="RemoteChangeDetected",state="created"} 138598
syncthing_events_total{event="RemoteChangeDetected",state="delivered"} 138597
syncthing_events_total{event="RemoteChangeDetected",state="dropped"} 1
syncthing_events_total{event="RemoteIndexUpdated",state="created"} 307
syncthing_events_total{event="RemoteIndexUpdated",state="delivered"} 614
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"} 4514
syncthing_events_total{event="StateChanged",state="delivered"} 9028
# 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"} 1.812134161e+09
syncthing_fs_operation_bytes_total{operation="read",root="/var/syncthing/data/test_case"} 8.793228e+06
syncthing_fs_operation_bytes_total{operation="read",root="/var/syncthing/data/upload"} 2.042971203e+09
syncthing_fs_operation_bytes_total{operation="readat",root="/var/syncthing/data/avatar"} 6.132846e+06
syncthing_fs_operation_bytes_total{operation="readat",root="/var/syncthing/data/test_case"} 24486
syncthing_fs_operation_bytes_total{operation="readat",root="/var/syncthing/data/upload"} 2.677434e+06
syncthing_fs_operation_bytes_total{operation="writeat",root="/var/syncthing/data/avatar"} 4.065105e+06
syncthing_fs_operation_bytes_total{operation="writeat",root="/var/syncthing/data/test_case"} 18400
syncthing_fs_operation_bytes_total{operation="writeat",root="/var/syncthing/data/upload"} 1.165403e+06
# 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.458733717999999
syncthing_fs_operation_seconds_total{operation="chmod",root="/var/syncthing/data/test_case"} 2.9773533720000582
syncthing_fs_operation_seconds_total{operation="chmod",root="/var/syncthing/data/upload"} 0.4016065139999997
syncthing_fs_operation_seconds_total{operation="chtimes",root="/var/syncthing/data/avatar"} 2.1124794220000105
syncthing_fs_operation_seconds_total{operation="chtimes",root="/var/syncthing/data/test_case"} 196.66086957399867
syncthing_fs_operation_seconds_total{operation="chtimes",root="/var/syncthing/data/upload"} 2.874707802999983
syncthing_fs_operation_seconds_total{operation="close",root="/var/syncthing/data/avatar"} 0.048057420999999934
syncthing_fs_operation_seconds_total{operation="close",root="/var/syncthing/data/test_case"} 0.3473392170000021
syncthing_fs_operation_seconds_total{operation="close",root="/var/syncthing/data/upload"} 0.026950420999999992
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/syncthing/data/avatar"} 1.089277527000002
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/syncthing/data/media"} 0.05935065399999999
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/syncthing/data/test_case"} 28.44568197100003
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/syncthing/data/upload"} 0.6788503809999995
syncthing_fs_operation_seconds_total{operation="glob",root="/var/syncthing/config"} 0.00028873
syncthing_fs_operation_seconds_total{operation="hide",root="/var/syncthing/data/avatar"} 1.5028999999999998e-05
syncthing_fs_operation_seconds_total{operation="hide",root="/var/syncthing/data/media"} 2.3809999999999997e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/var/syncthing/data/test_case"} 0.00013961899999999998
syncthing_fs_operation_seconds_total{operation="hide",root="/var/syncthing/data/upload"} 8.03e-06
syncthing_fs_operation_seconds_total{operation="lchmod",root="/var/syncthing/data/avatar"} 0.20160679800000028
syncthing_fs_operation_seconds_total{operation="lchmod",root="/var/syncthing/data/test_case"} 1.7052857359999805
syncthing_fs_operation_seconds_total{operation="lchmod",root="/var/syncthing/data/upload"} 0.213414411999999
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/syncthing/config"} 1.8252e-05
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/syncthing/data/avatar"} 13.931575500000058
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/syncthing/data/media"} 0.27362529400000013
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/syncthing/data/test_case"} 181.75146608978935
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/syncthing/data/upload"} 9.752593537999934
syncthing_fs_operation_seconds_total{operation="mdkir",root="/var/syncthing/data/test_case"} 0.006728659
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/var/syncthing/config"} 1.9980000000000002e-05
syncthing_fs_operation_seconds_total{operation="open",root="/var/syncthing/data/avatar"} 0.1719505609999999
syncthing_fs_operation_seconds_total{operation="open",root="/var/syncthing/data/media"} 0.0013573879999999997
syncthing_fs_operation_seconds_total{operation="open",root="/var/syncthing/data/test_case"} 1.4978307339999914
syncthing_fs_operation_seconds_total{operation="open",root="/var/syncthing/data/upload"} 0.117331497
syncthing_fs_operation_seconds_total{operation="openfile",root="/var/syncthing/data/avatar"} 0.0009380829999999999
syncthing_fs_operation_seconds_total{operation="openfile",root="/var/syncthing/data/test_case"} 0.04256406100000001
syncthing_fs_operation_seconds_total{operation="openfile",root="/var/syncthing/data/upload"} 0.0007855319999999999
syncthing_fs_operation_seconds_total{operation="options",root="/var/syncthing/config"} 5.730999999999999e-06
syncthing_fs_operation_seconds_total{operation="options",root="/var/syncthing/config/index-v2"} 0.000528885
syncthing_fs_operation_seconds_total{operation="options",root="/var/syncthing/data/avatar"} 0.0006826880000000001
syncthing_fs_operation_seconds_total{operation="options",root="/var/syncthing/data/media"} 0.000518841
syncthing_fs_operation_seconds_total{operation="options",root="/var/syncthing/data/test_case"} 0.0008125950000000024
syncthing_fs_operation_seconds_total{operation="options",root="/var/syncthing/data/upload"} 0.0005444450000000005
syncthing_fs_operation_seconds_total{operation="platformdata",root="/var/syncthing/data/avatar"} 1.9245346430000279
syncthing_fs_operation_seconds_total{operation="platformdata",root="/var/syncthing/data/media"} 0.06626438799999998
syncthing_fs_operation_seconds_total{operation="platformdata",root="/var/syncthing/data/test_case"} 24.216256409009084
syncthing_fs_operation_seconds_total{operation="platformdata",root="/var/syncthing/data/upload"} 1.5441701990000212
syncthing_fs_operation_seconds_total{operation="read",root="/var/syncthing/data/avatar"} 31.492408463999748
syncthing_fs_operation_seconds_total{operation="read",root="/var/syncthing/data/test_case"} 48.82652795599963
syncthing_fs_operation_seconds_total{operation="read",root="/var/syncthing/data/upload"} 25.91266464300011
syncthing_fs_operation_seconds_total{operation="readat",root="/var/syncthing/data/avatar"} 0.01366736
syncthing_fs_operation_seconds_total{operation="readat",root="/var/syncthing/data/test_case"} 0.02148395199999999
syncthing_fs_operation_seconds_total{operation="readat",root="/var/syncthing/data/upload"} 0.009780308
syncthing_fs_operation_seconds_total{operation="remove",root="/var/syncthing/data/avatar"} 4.6776e-05
syncthing_fs_operation_seconds_total{operation="remove",root="/var/syncthing/data/test_case"} 0.0008397119999999993
syncthing_fs_operation_seconds_total{operation="remove",root="/var/syncthing/data/upload"} 1.6873e-05
syncthing_fs_operation_seconds_total{operation="rename",root="/var/syncthing/data/avatar"} 0.000341378
syncthing_fs_operation_seconds_total{operation="rename",root="/var/syncthing/data/test_case"} 0.0036933630000000007
syncthing_fs_operation_seconds_total{operation="rename",root="/var/syncthing/data/upload"} 0.00013359800000000002
syncthing_fs_operation_seconds_total{operation="stat",root="/var/syncthing/config"} 8.683e-06
syncthing_fs_operation_seconds_total{operation="stat",root="/var/syncthing/data/avatar"} 0.6834259069999993
syncthing_fs_operation_seconds_total{operation="stat",root="/var/syncthing/data/media"} 0.04869333100000003
syncthing_fs_operation_seconds_total{operation="stat",root="/var/syncthing/data/test_case"} 3.625387621000019
syncthing_fs_operation_seconds_total{operation="stat",root="/var/syncthing/data/upload"} 0.6432941150000003
syncthing_fs_operation_seconds_total{operation="sync",root="/var/syncthing/data/avatar"} 0.24915593800000002
syncthing_fs_operation_seconds_total{operation="sync",root="/var/syncthing/data/test_case"} 3.26513201400001
syncthing_fs_operation_seconds_total{operation="sync",root="/var/syncthing/data/upload"} 0.20590476000000002
syncthing_fs_operation_seconds_total{operation="truncate",root="/var/syncthing/data/avatar"} 0.00015719600000000002
syncthing_fs_operation_seconds_total{operation="truncate",root="/var/syncthing/data/test_case"} 0.0070982929999999994
syncthing_fs_operation_seconds_total{operation="truncate",root="/var/syncthing/data/upload"} 4.9063e-05
syncthing_fs_operation_seconds_total{operation="type",root="/var/syncthing/data/avatar"} 0.00016338699999999986
syncthing_fs_operation_seconds_total{operation="type",root="/var/syncthing/data/media"} 0.000151626
syncthing_fs_operation_seconds_total{operation="type",root="/var/syncthing/data/test_case"} 0.0004324440000000003
syncthing_fs_operation_seconds_total{operation="type",root="/var/syncthing/data/upload"} 0.00019616300000000007
syncthing_fs_operation_seconds_total{operation="unhide",root="/var/syncthing/data/avatar"} 1.1894999999999999e-05
syncthing_fs_operation_seconds_total{operation="unhide",root="/var/syncthing/data/test_case"} 0.00019191799999999996
syncthing_fs_operation_seconds_total{operation="unhide",root="/var/syncthing/data/upload"} 3.505e-06
syncthing_fs_operation_seconds_total{operation="uri",root="/var/syncthing/data/avatar"} 0.00014735899999999993
syncthing_fs_operation_seconds_total{operation="uri",root="/var/syncthing/data/media"} 0.00014396700000000003
syncthing_fs_operation_seconds_total{operation="uri",root="/var/syncthing/data/test_case"} 0.0008053830000000022
syncthing_fs_operation_seconds_total{operation="uri",root="/var/syncthing/data/upload"} 0.00012117199999999992
syncthing_fs_operation_seconds_total{operation="usage",root="/var/syncthing/config/index-v2"} 0.056957848000000075
syncthing_fs_operation_seconds_total{operation="usage",root="/var/syncthing/data/avatar"} 5.557e-05
syncthing_fs_operation_seconds_total{operation="usage",root="/var/syncthing/data/test_case"} 0.001066768
syncthing_fs_operation_seconds_total{operation="usage",root="/var/syncthing/data/upload"} 2.2471e-05
syncthing_fs_operation_seconds_total{operation="watch",root="/var/syncthing/data/avatar"} 3.937050239
syncthing_fs_operation_seconds_total{operation="watch",root="/var/syncthing/data/media"} 3.798082855
syncthing_fs_operation_seconds_total{operation="watch",root="/var/syncthing/data/test_case"} 3.9532380419999997
syncthing_fs_operation_seconds_total{operation="watch",root="/var/syncthing/data/upload"} 3.755006925
syncthing_fs_operation_seconds_total{operation="writeat",root="/var/syncthing/data/avatar"} 0.004313841999999999
syncthing_fs_operation_seconds_total{operation="writeat",root="/var/syncthing/data/test_case"} 0.019360287000000007
syncthing_fs_operation_seconds_total{operation="writeat",root="/var/syncthing/data/upload"} 0.000940778
# 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"} 11141
syncthing_fs_operations_total{operation="chmod",root="/var/syncthing/data/test_case"} 119024
syncthing_fs_operations_total{operation="chmod",root="/var/syncthing/data/upload"} 8433
syncthing_fs_operations_total{operation="chtimes",root="/var/syncthing/data/avatar"} 11141
syncthing_fs_operations_total{operation="chtimes",root="/var/syncthing/data/test_case"} 114403
syncthing_fs_operations_total{operation="chtimes",root="/var/syncthing/data/upload"} 8433
syncthing_fs_operations_total{operation="close",root="/var/syncthing/data/avatar"} 5674
syncthing_fs_operations_total{operation="close",root="/var/syncthing/data/test_case"} 82388
syncthing_fs_operations_total{operation="close",root="/var/syncthing/data/upload"} 4258
syncthing_fs_operations_total{operation="dirnames",root="/var/syncthing/data/avatar"} 1626
syncthing_fs_operations_total{operation="dirnames",root="/var/syncthing/data/media"} 945
syncthing_fs_operations_total{operation="dirnames",root="/var/syncthing/data/test_case"} 311000
syncthing_fs_operations_total{operation="dirnames",root="/var/syncthing/data/upload"} 1068
syncthing_fs_operations_total{operation="glob",root="/var/syncthing/config"} 12
syncthing_fs_operations_total{operation="hide",root="/var/syncthing/data/avatar"} 10
syncthing_fs_operations_total{operation="hide",root="/var/syncthing/data/media"} 3
syncthing_fs_operations_total{operation="hide",root="/var/syncthing/data/test_case"} 122
syncthing_fs_operations_total{operation="hide",root="/var/syncthing/data/upload"} 6
syncthing_fs_operations_total{operation="lchmod",root="/var/syncthing/data/avatar"} 11141
syncthing_fs_operations_total{operation="lchmod",root="/var/syncthing/data/test_case"} 119024
syncthing_fs_operations_total{operation="lchmod",root="/var/syncthing/data/upload"} 8433
syncthing_fs_operations_total{operation="lstat",root="/var/syncthing/config"} 1
syncthing_fs_operations_total{operation="lstat",root="/var/syncthing/data/avatar"} 663986
syncthing_fs_operations_total{operation="lstat",root="/var/syncthing/data/media"} 3786
syncthing_fs_operations_total{operation="lstat",root="/var/syncthing/data/test_case"} 1.1312262e+07
syncthing_fs_operations_total{operation="lstat",root="/var/syncthing/data/upload"} 504746
syncthing_fs_operations_total{operation="mdkir",root="/var/syncthing/data/test_case"} 8
syncthing_fs_operations_total{operation="mkdirall",root="/var/syncthing/config"} 2
syncthing_fs_operations_total{operation="open",root="/var/syncthing/data/avatar"} 6041
syncthing_fs_operations_total{operation="open",root="/var/syncthing/data/media"} 317
syncthing_fs_operations_total{operation="open",root="/var/syncthing/data/test_case"} 82809
syncthing_fs_operations_total{operation="open",root="/var/syncthing/data/upload"} 4607
syncthing_fs_operations_total{operation="openfile",root="/var/syncthing/data/avatar"} 7
syncthing_fs_operations_total{operation="openfile",root="/var/syncthing/data/test_case"} 119
syncthing_fs_operations_total{operation="openfile",root="/var/syncthing/data/upload"} 3
syncthing_fs_operations_total{operation="options",root="/var/syncthing/config"} 14
syncthing_fs_operations_total{operation="options",root="/var/syncthing/config/index-v2"} 1628
syncthing_fs_operations_total{operation="options",root="/var/syncthing/data/avatar"} 1352
syncthing_fs_operations_total{operation="options",root="/var/syncthing/data/media"} 1240
syncthing_fs_operations_total{operation="options",root="/var/syncthing/data/test_case"} 1852
syncthing_fs_operations_total{operation="options",root="/var/syncthing/data/upload"} 1232
syncthing_fs_operations_total{operation="platformdata",root="/var/syncthing/data/avatar"} 304714
syncthing_fs_operations_total{operation="platformdata",root="/var/syncthing/data/media"} 1260
syncthing_fs_operations_total{operation="platformdata",root="/var/syncthing/data/test_case"} 3.613755e+06
syncthing_fs_operations_total{operation="platformdata",root="/var/syncthing/data/upload"} 232295
syncthing_fs_operations_total{operation="read",root="/var/syncthing/data/avatar"} 58084
syncthing_fs_operations_total{operation="read",root="/var/syncthing/data/test_case"} 52001
syncthing_fs_operations_total{operation="read",root="/var/syncthing/data/upload"} 64536
syncthing_fs_operations_total{operation="readat",root="/var/syncthing/data/avatar"} 54
syncthing_fs_operations_total{operation="readat",root="/var/syncthing/data/test_case"} 161
syncthing_fs_operations_total{operation="readat",root="/var/syncthing/data/upload"} 22
syncthing_fs_operations_total{operation="remove",root="/var/syncthing/data/avatar"} 7
syncthing_fs_operations_total{operation="remove",root="/var/syncthing/data/test_case"} 119
syncthing_fs_operations_total{operation="remove",root="/var/syncthing/data/upload"} 3
syncthing_fs_operations_total{operation="rename",root="/var/syncthing/data/avatar"} 7
syncthing_fs_operations_total{operation="rename",root="/var/syncthing/data/test_case"} 119
syncthing_fs_operations_total{operation="rename",root="/var/syncthing/data/upload"} 3
syncthing_fs_operations_total{operation="stat",root="/var/syncthing/config"} 2
syncthing_fs_operations_total{operation="stat",root="/var/syncthing/data/avatar"} 12009
syncthing_fs_operations_total{operation="stat",root="/var/syncthing/data/media"} 632
syncthing_fs_operations_total{operation="stat",root="/var/syncthing/data/test_case"} 105629
syncthing_fs_operations_total{operation="stat",root="/var/syncthing/data/upload"} 9177
syncthing_fs_operations_total{operation="sync",root="/var/syncthing/data/avatar"} 33
syncthing_fs_operations_total{operation="sync",root="/var/syncthing/data/test_case"} 30131
syncthing_fs_operations_total{operation="sync",root="/var/syncthing/data/upload"} 21
syncthing_fs_operations_total{operation="truncate",root="/var/syncthing/data/avatar"} 7
syncthing_fs_operations_total{operation="truncate",root="/var/syncthing/data/test_case"} 119
syncthing_fs_operations_total{operation="truncate",root="/var/syncthing/data/upload"} 3
syncthing_fs_operations_total{operation="type",root="/var/syncthing/data/avatar"} 691
syncthing_fs_operations_total{operation="type",root="/var/syncthing/data/media"} 621
syncthing_fs_operations_total{operation="type",root="/var/syncthing/data/test_case"} 1165
syncthing_fs_operations_total{operation="type",root="/var/syncthing/data/upload"} 623
syncthing_fs_operations_total{operation="unhide",root="/var/syncthing/data/avatar"} 7
syncthing_fs_operations_total{operation="unhide",root="/var/syncthing/data/test_case"} 119
syncthing_fs_operations_total{operation="unhide",root="/var/syncthing/data/upload"} 3
syncthing_fs_operations_total{operation="uri",root="/var/syncthing/data/avatar"} 691
syncthing_fs_operations_total{operation="uri",root="/var/syncthing/data/media"} 621
syncthing_fs_operations_total{operation="uri",root="/var/syncthing/data/test_case"} 1165
syncthing_fs_operations_total{operation="uri",root="/var/syncthing/data/upload"} 623
syncthing_fs_operations_total{operation="usage",root="/var/syncthing/config/index-v2"} 1628
syncthing_fs_operations_total{operation="usage",root="/var/syncthing/data/avatar"} 7
syncthing_fs_operations_total{operation="usage",root="/var/syncthing/data/test_case"} 119
syncthing_fs_operations_total{operation="usage",root="/var/syncthing/data/upload"} 3
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"} 34
syncthing_fs_operations_total{operation="writeat",root="/var/syncthing/data/test_case"} 119
syncthing_fs_operations_total{operation="writeat",root="/var/syncthing/data/upload"} 10
# 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"} 1031
syncthing_model_folder_processed_bytes_total{folder="7g9pj-5snut",source="network"} 17369
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"} 2.677434e+06
syncthing_model_folder_processed_bytes_total{folder="erjcw-gj2y5",source="network"} 1.387671e+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"} 979161
syncthing_model_folder_processed_bytes_total{folder="mlpws-nq23a",source="network"} 186242
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"} 534.284050171
syncthing_model_folder_pull_seconds_total{folder="erjcw-gj2y5"} 27.767503438
syncthing_model_folder_pull_seconds_total{folder="goaly-xse32"} 0
syncthing_model_folder_pull_seconds_total{folder="mlpws-nq23a"} 25.128403784000003
# 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"} 33
syncthing_model_folder_pulls_total{folder="erjcw-gj2y5"} 21
syncthing_model_folder_pulls_total{folder="goaly-xse32"} 0
syncthing_model_folder_pulls_total{folder="mlpws-nq23a"} 15
# 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"} 626.1793663390002
syncthing_model_folder_scan_seconds_total{folder="erjcw-gj2y5"} 95.30144163500003
syncthing_model_folder_scan_seconds_total{folder="goaly-xse32"} 0.8003073840000001
syncthing_model_folder_scan_seconds_total{folder="mlpws-nq23a"} 78.86262509800004
# 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"} 386
syncthing_model_folder_scans_total{folder="erjcw-gj2y5"} 344
syncthing_model_folder_scans_total{folder="goaly-xse32"} 315
syncthing_model_folder_scans_total{folder="mlpws-nq23a"} 332
# 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.811125e+06
syncthing_model_folder_summary{folder="7g9pj-5snut",scope="global",type="deleted"} 425
syncthing_model_folder_summary{folder="7g9pj-5snut",scope="global",type="directories"} 424
syncthing_model_folder_summary{folder="7g9pj-5snut",scope="global",type="files"} 10427
syncthing_model_folder_summary{folder="7g9pj-5snut",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="7g9pj-5snut",scope="local",type="bytes"} 1.811125e+06
syncthing_model_folder_summary{folder="7g9pj-5snut",scope="local",type="deleted"} 425
syncthing_model_folder_summary{folder="7g9pj-5snut",scope="local",type="directories"} 424
syncthing_model_folder_summary{folder="7g9pj-5snut",scope="local",type="files"} 10427
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.05299127e+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"} 937
syncthing_model_folder_summary{folder="erjcw-gj2y5",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="erjcw-gj2y5",scope="local",type="bytes"} 3.05299127e+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"} 937
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"} 569162
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"} 4
syncthing_model_folder_summary{folder="goaly-xse32",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="goaly-xse32",scope="local",type="bytes"} 569162
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"} 4
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.41077902e+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"} 704
syncthing_model_folder_summary{folder="mlpws-nq23a",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="mlpws-nq23a",scope="local",type="bytes"} 3.41077902e+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"} 704
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"} 2.1911505e+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="U7UO45I-AXGBABZ-LM2GOFV-OGODBCF-TAURWQR-IRJXB5F-IM3OWLH-QWA4AQT"} 4.7204101e+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="U7UO45I-AXGBABZ-LM2GOFV-OGODBCF-TAURWQR-IRJXB5F-IM3OWLH-QWA4AQT"} 15079
# 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"} 2.629668e+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"} 15389
# 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"} 4.8548242e+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"} 8.793228e+06
syncthing_scanner_hashed_bytes_total{folder="erjcw-gj2y5"} 1.812134161e+09
syncthing_scanner_hashed_bytes_total{folder="goaly-xse32"} 0
syncthing_scanner_hashed_bytes_total{folder="mlpws-nq23a"} 2.042971203e+09
# 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.614436e+06
syncthing_scanner_scanned_items_total{folder="erjcw-gj2y5"} 305370
syncthing_scanner_scanned_items_total{folder="goaly-xse32"} 1890
syncthing_scanner_scanned_items_total{folder="mlpws-nq23a"} 232957
