# 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"} 2.8363e-05
go_gc_duration_seconds{quantile="0.25"} 4.505e-05
go_gc_duration_seconds{quantile="0.5"} 5.5171e-05
go_gc_duration_seconds{quantile="0.75"} 7.4087e-05
go_gc_duration_seconds{quantile="1"} 0.010065022
go_gc_duration_seconds_sum 0.764885735
go_gc_duration_seconds_count 4723
# 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 108
# HELP go_info Information about the Go environment.
# TYPE go_info gauge
go_info{version="go1.24.9"} 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 6.94524e+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 1.5527323472e+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.004382e+06
# HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects.
# TYPE go_memstats_frees_total counter
go_memstats_frees_total 2.88040796e+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 3.654488e+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 6.94524e+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 1.056768e+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.2009472e+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 36471
# 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 9.191424e+06
# HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes.
# TYPE go_memstats_heap_sys_bytes gauge
go_memstats_heap_sys_bytes 2.2577152e+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.7614274749310799e+09
# HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects.
# TYPE go_memstats_mallocs_total counter
go_memstats_mallocs_total 2.88077267e+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 14496
# 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 274720
# 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 375360
# 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.4105098e+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 2.688122e+06
# HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes.
# TYPE go_memstats_stack_inuse_bytes gauge
go_memstats_stack_inuse_bytes 2.588672e+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 2.588672e+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 3.390388e+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 12
# HELP go_threads Number of OS threads created.
# TYPE go_threads gauge
go_threads 19
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 661.72
# HELP process_max_fds Maximum number of open file descriptors.
# TYPE process_max_fds gauge
process_max_fds 1.073741816e+09
# HELP process_network_receive_bytes_total Number of bytes received by the process over the network.
# TYPE process_network_receive_bytes_total counter
process_network_receive_bytes_total 2.9061503e+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.155874e+06
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 50
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 3.9677952e+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.76096286942e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 1.299791872e+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"} 0
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="EMCOKZU-GCQECE2-I22JTTC-IVRBD7N-YQCRUW2-77DYFVM-EIH7GUM-6V6SUAB",introducer="false",name="skynet",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="GEBZ2DM-VJHKADD-2H2COYW-6BAVXBC-7YWRV7U-2WMVOTI-4ZSQIKR-J2XO7AJ",introducer="false",name="Pixel 9",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="4xwy4-fjqaa",label="phone_camera",path="/fred_phone/camera",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="kzlxe-o12qr",label="phone_backups",path="/fred_phone/backups",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="lo0i2-ia9c9",label="phone_documents",path="/fred_phone/documents",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="qqqk5-ejrrn",label="phone_downloads",path="/fred_phone/downloads",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="zlpcj-ceodc",label="phone_pictures",path="/fred_phone/pictures",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="EMCOKZU-GCQECE2-I22JTTC-IVRBD7N-YQCRUW2-77DYFVM-EIH7GUM-6V6SUAB"} 0
syncthing_connections_active{device="GEBZ2DM-VJHKADD-2H2COYW-6BAVXBC-7YWRV7U-2WMVOTI-4ZSQIKR-J2XO7AJ"} 3
# HELP syncthing_db_files_updated_total Total number of files updated
# TYPE syncthing_db_files_updated_total counter
syncthing_db_files_updated_total{folder="4xwy4-fjqaa"} 16
syncthing_db_files_updated_total{folder="kzlxe-o12qr"} 60
syncthing_db_files_updated_total{folder="lo0i2-ia9c9"} 32
syncthing_db_files_updated_total{folder="qqqk5-ejrrn"} 4
syncthing_db_files_updated_total{folder="zlpcj-ceodc"} 18
# 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.22597960700000008
syncthing_db_operation_seconds_total{folder="-",operation="GetKV"} 3.914522631000017
syncthing_db_operation_seconds_total{folder="-",operation="ListFolders"} 6.344e-05
syncthing_db_operation_seconds_total{folder="-",operation="PrefixKV"} 0.045990568000000016
syncthing_db_operation_seconds_total{folder="-",operation="PutKV"} 42.1842909400001
syncthing_db_operation_seconds_total{folder="4xwy4-fjqaa",operation="AllLocalFilesBySequence"} 0.051175713999999976
syncthing_db_operation_seconds_total{folder="4xwy4-fjqaa",operation="AllLocalFilesPrefix"} 0.011990879000000006
syncthing_db_operation_seconds_total{folder="4xwy4-fjqaa",operation="AllNeededGlobalFiles"} 0.008503679
syncthing_db_operation_seconds_total{folder="4xwy4-fjqaa",operation="CountGlobal"} 0.05890468199999991
syncthing_db_operation_seconds_total{folder="4xwy4-fjqaa",operation="CountLocal"} 0.033959496000000006
syncthing_db_operation_seconds_total{folder="4xwy4-fjqaa",operation="CountNeed"} 0.2835171560000001
syncthing_db_operation_seconds_total{folder="4xwy4-fjqaa",operation="CountReceiveOnlyChanged"} 0.008059329999999996
syncthing_db_operation_seconds_total{folder="4xwy4-fjqaa",operation="GetDeviceFile"} 2.8765746549999975
syncthing_db_operation_seconds_total{folder="4xwy4-fjqaa",operation="GetDeviceSequence"} 1.7584062039999977
syncthing_db_operation_seconds_total{folder="4xwy4-fjqaa",operation="GetGlobalAvailability"} 0.027082089999999993
syncthing_db_operation_seconds_total{folder="4xwy4-fjqaa",operation="GetGlobalFile"} 0.003389018
syncthing_db_operation_seconds_total{folder="4xwy4-fjqaa",operation="IndexIDGet"} 0.06790973900000002
syncthing_db_operation_seconds_total{folder="4xwy4-fjqaa",operation="ListDevicesForFolder"} 0.000142581
syncthing_db_operation_seconds_total{folder="4xwy4-fjqaa",operation="RemoteSequences"} 0.02484881499999997
syncthing_db_operation_seconds_total{folder="4xwy4-fjqaa",operation="Update"} 0.10957915100000001
syncthing_db_operation_seconds_total{folder="kzlxe-o12qr",operation="AllLocalFilesBySequence"} 0.07657629200000005
syncthing_db_operation_seconds_total{folder="kzlxe-o12qr",operation="AllLocalFilesPrefix"} 0.017391605000000004
syncthing_db_operation_seconds_total{folder="kzlxe-o12qr",operation="AllNeededGlobalFiles"} 0.18141027
syncthing_db_operation_seconds_total{folder="kzlxe-o12qr",operation="CountGlobal"} 0.06714080199999996
syncthing_db_operation_seconds_total{folder="kzlxe-o12qr",operation="CountLocal"} 0.02730894700000001
syncthing_db_operation_seconds_total{folder="kzlxe-o12qr",operation="CountNeed"} 0.8843679620000001
syncthing_db_operation_seconds_total{folder="kzlxe-o12qr",operation="CountReceiveOnlyChanged"} 0.009181063000000003
syncthing_db_operation_seconds_total{folder="kzlxe-o12qr",operation="GetDeviceFile"} 0.809942009000002
syncthing_db_operation_seconds_total{folder="kzlxe-o12qr",operation="GetDeviceSequence"} 1.628604271000002
syncthing_db_operation_seconds_total{folder="kzlxe-o12qr",operation="GetGlobalAvailability"} 0.021917416000000012
syncthing_db_operation_seconds_total{folder="kzlxe-o12qr",operation="GetGlobalFile"} 0.003317456
syncthing_db_operation_seconds_total{folder="kzlxe-o12qr",operation="IndexIDGet"} 0.037645261000000006
syncthing_db_operation_seconds_total{folder="kzlxe-o12qr",operation="ListDevicesForFolder"} 9.9804e-05
syncthing_db_operation_seconds_total{folder="kzlxe-o12qr",operation="RemoteSequences"} 0.040644344999999985
syncthing_db_operation_seconds_total{folder="kzlxe-o12qr",operation="Update"} 0.24878637400000006
syncthing_db_operation_seconds_total{folder="lo0i2-ia9c9",operation="AllLocalFilesBySequence"} 0.04486696499999999
syncthing_db_operation_seconds_total{folder="lo0i2-ia9c9",operation="AllLocalFilesPrefix"} 1.494219970999989
syncthing_db_operation_seconds_total{folder="lo0i2-ia9c9",operation="AllNeededGlobalFiles"} 0.005422424999999999
syncthing_db_operation_seconds_total{folder="lo0i2-ia9c9",operation="CountGlobal"} 0.042539585000000026
syncthing_db_operation_seconds_total{folder="lo0i2-ia9c9",operation="CountLocal"} 0.03662645799999999
syncthing_db_operation_seconds_total{folder="lo0i2-ia9c9",operation="CountNeed"} 0.1769197770000002
syncthing_db_operation_seconds_total{folder="lo0i2-ia9c9",operation="CountReceiveOnlyChanged"} 0.007652542000000003
syncthing_db_operation_seconds_total{folder="lo0i2-ia9c9",operation="GetDeviceFile"} 158.0036932010039
syncthing_db_operation_seconds_total{folder="lo0i2-ia9c9",operation="GetDeviceSequence"} 1.639710692999997
syncthing_db_operation_seconds_total{folder="lo0i2-ia9c9",operation="GetGlobalAvailability"} 0.002987283
syncthing_db_operation_seconds_total{folder="lo0i2-ia9c9",operation="GetGlobalFile"} 0.001153805
syncthing_db_operation_seconds_total{folder="lo0i2-ia9c9",operation="IndexIDGet"} 0.04343043800000002
syncthing_db_operation_seconds_total{folder="lo0i2-ia9c9",operation="ListDevicesForFolder"} 0.000172297
syncthing_db_operation_seconds_total{folder="lo0i2-ia9c9",operation="RemoteSequences"} 0.02199624
syncthing_db_operation_seconds_total{folder="lo0i2-ia9c9",operation="Update"} 0.09566100800000002
syncthing_db_operation_seconds_total{folder="qqqk5-ejrrn",operation="AllLocalFilesBySequence"} 0.03631353199999999
syncthing_db_operation_seconds_total{folder="qqqk5-ejrrn",operation="AllLocalFilesPrefix"} 0.014261201000000001
syncthing_db_operation_seconds_total{folder="qqqk5-ejrrn",operation="AllNeededGlobalFiles"} 0.001529353
syncthing_db_operation_seconds_total{folder="qqqk5-ejrrn",operation="CountGlobal"} 0.029340079000000012
syncthing_db_operation_seconds_total{folder="qqqk5-ejrrn",operation="CountLocal"} 0.035480400999999974
syncthing_db_operation_seconds_total{folder="qqqk5-ejrrn",operation="CountNeed"} 0.31945315
syncthing_db_operation_seconds_total{folder="qqqk5-ejrrn",operation="CountReceiveOnlyChanged"} 0.011485407999999992
syncthing_db_operation_seconds_total{folder="qqqk5-ejrrn",operation="GetDeviceFile"} 1.6866552370000065
syncthing_db_operation_seconds_total{folder="qqqk5-ejrrn",operation="GetDeviceSequence"} 1.5319671779999984
syncthing_db_operation_seconds_total{folder="qqqk5-ejrrn",operation="GetGlobalAvailability"} 0.002184315
syncthing_db_operation_seconds_total{folder="qqqk5-ejrrn",operation="GetGlobalFile"} 0.000980756
syncthing_db_operation_seconds_total{folder="qqqk5-ejrrn",operation="IndexIDGet"} 0.04685405800000001
syncthing_db_operation_seconds_total{folder="qqqk5-ejrrn",operation="ListDevicesForFolder"} 0.0001822
syncthing_db_operation_seconds_total{folder="qqqk5-ejrrn",operation="RemoteSequences"} 0.030875629
syncthing_db_operation_seconds_total{folder="qqqk5-ejrrn",operation="Update"} 0.018182072
syncthing_db_operation_seconds_total{folder="zlpcj-ceodc",operation="AllLocalFilesBySequence"} 0.09754583399999997
syncthing_db_operation_seconds_total{folder="zlpcj-ceodc",operation="AllLocalFilesPrefix"} 0.009515242000000004
syncthing_db_operation_seconds_total{folder="zlpcj-ceodc",operation="AllNeededGlobalFiles"} 0.032921953000000004
syncthing_db_operation_seconds_total{folder="zlpcj-ceodc",operation="CountGlobal"} 0.03847950000000001
syncthing_db_operation_seconds_total{folder="zlpcj-ceodc",operation="CountLocal"} 0.03217426400000001
syncthing_db_operation_seconds_total{folder="zlpcj-ceodc",operation="CountNeed"} 0.6743455300000007
syncthing_db_operation_seconds_total{folder="zlpcj-ceodc",operation="CountReceiveOnlyChanged"} 0.008200408999999997
syncthing_db_operation_seconds_total{folder="zlpcj-ceodc",operation="GetDeviceFile"} 7.578409750999969
syncthing_db_operation_seconds_total{folder="zlpcj-ceodc",operation="GetDeviceSequence"} 1.4495080459999914
syncthing_db_operation_seconds_total{folder="zlpcj-ceodc",operation="GetGlobalAvailability"} 0.010103118
syncthing_db_operation_seconds_total{folder="zlpcj-ceodc",operation="GetGlobalFile"} 0.003148981
syncthing_db_operation_seconds_total{folder="zlpcj-ceodc",operation="IndexIDGet"} 0.04091922399999999
syncthing_db_operation_seconds_total{folder="zlpcj-ceodc",operation="ListDevicesForFolder"} 0.00011047
syncthing_db_operation_seconds_total{folder="zlpcj-ceodc",operation="RemoteSequences"} 0.013788976000000001
syncthing_db_operation_seconds_total{folder="zlpcj-ceodc",operation="Update"} 0.12811148200000003
# 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="4xwy4-fjqaa",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="4xwy4-fjqaa",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="4xwy4-fjqaa",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="4xwy4-fjqaa",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="4xwy4-fjqaa",operation="CountLocal"} 0
syncthing_db_operations_current{folder="4xwy4-fjqaa",operation="CountNeed"} 0
syncthing_db_operations_current{folder="4xwy4-fjqaa",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="4xwy4-fjqaa",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="4xwy4-fjqaa",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="4xwy4-fjqaa",operation="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="4xwy4-fjqaa",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="4xwy4-fjqaa",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="4xwy4-fjqaa",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="4xwy4-fjqaa",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="4xwy4-fjqaa",operation="Update"} 0
syncthing_db_operations_current{folder="kzlxe-o12qr",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="kzlxe-o12qr",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="kzlxe-o12qr",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="kzlxe-o12qr",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="kzlxe-o12qr",operation="CountLocal"} 0
syncthing_db_operations_current{folder="kzlxe-o12qr",operation="CountNeed"} 0
syncthing_db_operations_current{folder="kzlxe-o12qr",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="kzlxe-o12qr",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="kzlxe-o12qr",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="kzlxe-o12qr",operation="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="kzlxe-o12qr",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="kzlxe-o12qr",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="kzlxe-o12qr",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="kzlxe-o12qr",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="kzlxe-o12qr",operation="Update"} 0
syncthing_db_operations_current{folder="lo0i2-ia9c9",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="lo0i2-ia9c9",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="lo0i2-ia9c9",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="lo0i2-ia9c9",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="lo0i2-ia9c9",operation="CountLocal"} 0
syncthing_db_operations_current{folder="lo0i2-ia9c9",operation="CountNeed"} 0
syncthing_db_operations_current{folder="lo0i2-ia9c9",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="lo0i2-ia9c9",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="lo0i2-ia9c9",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="lo0i2-ia9c9",operation="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="lo0i2-ia9c9",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="lo0i2-ia9c9",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="lo0i2-ia9c9",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="lo0i2-ia9c9",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="lo0i2-ia9c9",operation="Update"} 0
syncthing_db_operations_current{folder="qqqk5-ejrrn",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="qqqk5-ejrrn",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="qqqk5-ejrrn",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="qqqk5-ejrrn",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="qqqk5-ejrrn",operation="CountLocal"} 0
syncthing_db_operations_current{folder="qqqk5-ejrrn",operation="CountNeed"} 0
syncthing_db_operations_current{folder="qqqk5-ejrrn",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="qqqk5-ejrrn",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="qqqk5-ejrrn",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="qqqk5-ejrrn",operation="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="qqqk5-ejrrn",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="qqqk5-ejrrn",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="qqqk5-ejrrn",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="qqqk5-ejrrn",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="qqqk5-ejrrn",operation="Update"} 0
syncthing_db_operations_current{folder="zlpcj-ceodc",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="zlpcj-ceodc",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="zlpcj-ceodc",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="zlpcj-ceodc",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="zlpcj-ceodc",operation="CountLocal"} 0
syncthing_db_operations_current{folder="zlpcj-ceodc",operation="CountNeed"} 0
syncthing_db_operations_current{folder="zlpcj-ceodc",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="zlpcj-ceodc",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="zlpcj-ceodc",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="zlpcj-ceodc",operation="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="zlpcj-ceodc",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="zlpcj-ceodc",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="zlpcj-ceodc",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="zlpcj-ceodc",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="zlpcj-ceodc",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"} 1057
syncthing_db_operations_total{folder="-",operation="GetKV"} 31351
syncthing_db_operations_total{folder="-",operation="ListFolders"} 1
syncthing_db_operations_total{folder="-",operation="PrefixKV"} 75
syncthing_db_operations_total{folder="-",operation="PutKV"} 16463
syncthing_db_operations_total{folder="4xwy4-fjqaa",operation="AllLocalFilesBySequence"} 66
syncthing_db_operations_total{folder="4xwy4-fjqaa",operation="AllLocalFilesPrefix"} 131
syncthing_db_operations_total{folder="4xwy4-fjqaa",operation="AllNeededGlobalFiles"} 10
syncthing_db_operations_total{folder="4xwy4-fjqaa",operation="CountGlobal"} 334
syncthing_db_operations_total{folder="4xwy4-fjqaa",operation="CountLocal"} 166
syncthing_db_operations_total{folder="4xwy4-fjqaa",operation="CountNeed"} 462
syncthing_db_operations_total{folder="4xwy4-fjqaa",operation="CountReceiveOnlyChanged"} 166
syncthing_db_operations_total{folder="4xwy4-fjqaa",operation="GetDeviceFile"} 8436
syncthing_db_operations_total{folder="4xwy4-fjqaa",operation="GetDeviceSequence"} 6375
syncthing_db_operations_total{folder="4xwy4-fjqaa",operation="GetGlobalAvailability"} 137
syncthing_db_operations_total{folder="4xwy4-fjqaa",operation="GetGlobalFile"} 6
syncthing_db_operations_total{folder="4xwy4-fjqaa",operation="IndexIDGet"} 376
syncthing_db_operations_total{folder="4xwy4-fjqaa",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="4xwy4-fjqaa",operation="RemoteSequences"} 166
syncthing_db_operations_total{folder="4xwy4-fjqaa",operation="Update"} 10
syncthing_db_operations_total{folder="kzlxe-o12qr",operation="AllLocalFilesBySequence"} 76
syncthing_db_operations_total{folder="kzlxe-o12qr",operation="AllLocalFilesPrefix"} 128
syncthing_db_operations_total{folder="kzlxe-o12qr",operation="AllNeededGlobalFiles"} 30
syncthing_db_operations_total{folder="kzlxe-o12qr",operation="CountGlobal"} 364
syncthing_db_operations_total{folder="kzlxe-o12qr",operation="CountLocal"} 181
syncthing_db_operations_total{folder="kzlxe-o12qr",operation="CountNeed"} 522
syncthing_db_operations_total{folder="kzlxe-o12qr",operation="CountReceiveOnlyChanged"} 181
syncthing_db_operations_total{folder="kzlxe-o12qr",operation="GetDeviceFile"} 2456
syncthing_db_operations_total{folder="kzlxe-o12qr",operation="GetDeviceSequence"} 6469
syncthing_db_operations_total{folder="kzlxe-o12qr",operation="GetGlobalAvailability"} 76
syncthing_db_operations_total{folder="kzlxe-o12qr",operation="GetGlobalFile"} 15
syncthing_db_operations_total{folder="kzlxe-o12qr",operation="IndexIDGet"} 376
syncthing_db_operations_total{folder="kzlxe-o12qr",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="kzlxe-o12qr",operation="RemoteSequences"} 181
syncthing_db_operations_total{folder="kzlxe-o12qr",operation="Update"} 42
syncthing_db_operations_total{folder="lo0i2-ia9c9",operation="AllLocalFilesBySequence"} 68
syncthing_db_operations_total{folder="lo0i2-ia9c9",operation="AllLocalFilesPrefix"} 15497
syncthing_db_operations_total{folder="lo0i2-ia9c9",operation="AllNeededGlobalFiles"} 14
syncthing_db_operations_total{folder="lo0i2-ia9c9",operation="CountGlobal"} 328
syncthing_db_operations_total{folder="lo0i2-ia9c9",operation="CountLocal"} 163
syncthing_db_operations_total{folder="lo0i2-ia9c9",operation="CountNeed"} 459
syncthing_db_operations_total{folder="lo0i2-ia9c9",operation="CountReceiveOnlyChanged"} 163
syncthing_db_operations_total{folder="lo0i2-ia9c9",operation="GetDeviceFile"} 898567
syncthing_db_operations_total{folder="lo0i2-ia9c9",operation="GetDeviceSequence"} 6377
syncthing_db_operations_total{folder="lo0i2-ia9c9",operation="GetGlobalAvailability"} 10
syncthing_db_operations_total{folder="lo0i2-ia9c9",operation="GetGlobalFile"} 5
syncthing_db_operations_total{folder="lo0i2-ia9c9",operation="IndexIDGet"} 376
syncthing_db_operations_total{folder="lo0i2-ia9c9",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="lo0i2-ia9c9",operation="RemoteSequences"} 163
syncthing_db_operations_total{folder="lo0i2-ia9c9",operation="Update"} 14
syncthing_db_operations_total{folder="qqqk5-ejrrn",operation="AllLocalFilesBySequence"} 63
syncthing_db_operations_total{folder="qqqk5-ejrrn",operation="AllLocalFilesPrefix"} 131
syncthing_db_operations_total{folder="qqqk5-ejrrn",operation="AllNeededGlobalFiles"} 4
syncthing_db_operations_total{folder="qqqk5-ejrrn",operation="CountGlobal"} 322
syncthing_db_operations_total{folder="qqqk5-ejrrn",operation="CountLocal"} 160
syncthing_db_operations_total{folder="qqqk5-ejrrn",operation="CountNeed"} 444
syncthing_db_operations_total{folder="qqqk5-ejrrn",operation="CountReceiveOnlyChanged"} 160
syncthing_db_operations_total{folder="qqqk5-ejrrn",operation="GetDeviceFile"} 6430
syncthing_db_operations_total{folder="qqqk5-ejrrn",operation="GetDeviceSequence"} 6351
syncthing_db_operations_total{folder="qqqk5-ejrrn",operation="GetGlobalAvailability"} 4
syncthing_db_operations_total{folder="qqqk5-ejrrn",operation="GetGlobalFile"} 2
syncthing_db_operations_total{folder="qqqk5-ejrrn",operation="IndexIDGet"} 376
syncthing_db_operations_total{folder="qqqk5-ejrrn",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="qqqk5-ejrrn",operation="RemoteSequences"} 160
syncthing_db_operations_total{folder="qqqk5-ejrrn",operation="Update"} 4
syncthing_db_operations_total{folder="zlpcj-ceodc",operation="AllLocalFilesBySequence"} 69
syncthing_db_operations_total{folder="zlpcj-ceodc",operation="AllLocalFilesPrefix"} 130
syncthing_db_operations_total{folder="zlpcj-ceodc",operation="AllNeededGlobalFiles"} 16
syncthing_db_operations_total{folder="zlpcj-ceodc",operation="CountGlobal"} 332
syncthing_db_operations_total{folder="zlpcj-ceodc",operation="CountLocal"} 165
syncthing_db_operations_total{folder="zlpcj-ceodc",operation="CountNeed"} 465
syncthing_db_operations_total{folder="zlpcj-ceodc",operation="CountReceiveOnlyChanged"} 165
syncthing_db_operations_total{folder="zlpcj-ceodc",operation="GetDeviceFile"} 62778
syncthing_db_operations_total{folder="zlpcj-ceodc",operation="GetDeviceSequence"} 6385
syncthing_db_operations_total{folder="zlpcj-ceodc",operation="GetGlobalAvailability"} 18
syncthing_db_operations_total{folder="zlpcj-ceodc",operation="GetGlobalFile"} 8
syncthing_db_operations_total{folder="zlpcj-ceodc",operation="IndexIDGet"} 376
syncthing_db_operations_total{folder="zlpcj-ceodc",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="zlpcj-ceodc",operation="RemoteSequences"} 165
syncthing_db_operations_total{folder="zlpcj-ceodc",operation="Update"} 16
# HELP syncthing_events_total Total number of created/forwarded/dropped events
# TYPE syncthing_events_total counter
syncthing_events_total{event="ClusterConfigReceived",state="created"} 61
syncthing_events_total{event="ClusterConfigReceived",state="delivered"} 122
syncthing_events_total{event="DeviceConnected",state="created"} 108
syncthing_events_total{event="DeviceConnected",state="delivered"} 216
syncthing_events_total{event="DeviceDisconnected",state="created"} 19
syncthing_events_total{event="DeviceDisconnected",state="delivered"} 19
syncthing_events_total{event="FolderCompletion",state="created"} 815
syncthing_events_total{event="FolderCompletion",state="delivered"} 815
syncthing_events_total{event="FolderSummary",state="created"} 815
syncthing_events_total{event="FolderSummary",state="delivered"} 815
syncthing_events_total{event="ItemFinished",state="created"} 65
syncthing_events_total{event="ItemFinished",state="delivered"} 390
syncthing_events_total{event="ItemStarted",state="created"} 65
syncthing_events_total{event="ItemStarted",state="delivered"} 390
syncthing_events_total{event="ListenAddressesChanged",state="created"} 2
syncthing_events_total{event="ListenAddressesChanged",state="delivered"} 2
syncthing_events_total{event="LocalIndexUpdated",state="created"} 37
syncthing_events_total{event="LocalIndexUpdated",state="delivered"} 259
syncthing_events_total{event="RemoteChangeDetected",state="created"} 65
syncthing_events_total{event="RemoteChangeDetected",state="delivered"} 65
syncthing_events_total{event="RemoteIndexUpdated",state="created"} 49
syncthing_events_total{event="RemoteIndexUpdated",state="delivered"} 98
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"} 50229
syncthing_events_total{event="StateChanged",state="delivered"} 100458
# 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="readat",root="/fred_phone/backups"} 102243
syncthing_fs_operation_bytes_total{operation="readat",root="/fred_phone/camera"} 7.436854e+06
syncthing_fs_operation_bytes_total{operation="readat",root="/fred_phone/pictures"} 0
syncthing_fs_operation_bytes_total{operation="writeat",root="/fred_phone/backups"} 7.819223e+06
syncthing_fs_operation_bytes_total{operation="writeat",root="/fred_phone/camera"} 2.4453228e+07
syncthing_fs_operation_bytes_total{operation="writeat",root="/fred_phone/documents"} 13279
syncthing_fs_operation_bytes_total{operation="writeat",root="/fred_phone/downloads"} 49828
syncthing_fs_operation_bytes_total{operation="writeat",root="/fred_phone/pictures"} 753811
# 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="/fred_phone/camera/.stversions"} 5.5281e-05
syncthing_fs_operation_seconds_total{operation="chtimes",root="/fred_phone/backups"} 0.0019271409999999996
syncthing_fs_operation_seconds_total{operation="chtimes",root="/fred_phone/backups/.stversions"} 0.00037379300000000003
syncthing_fs_operation_seconds_total{operation="chtimes",root="/fred_phone/camera"} 0.00096302
syncthing_fs_operation_seconds_total{operation="chtimes",root="/fred_phone/camera/.stversions"} 0.00013504400000000002
syncthing_fs_operation_seconds_total{operation="chtimes",root="/fred_phone/documents"} 0.0020969349999999994
syncthing_fs_operation_seconds_total{operation="chtimes",root="/fred_phone/documents/.stversions"} 0.000107447
syncthing_fs_operation_seconds_total{operation="chtimes",root="/fred_phone/downloads"} 0.00013344
syncthing_fs_operation_seconds_total{operation="chtimes",root="/fred_phone/pictures"} 0.001589442
syncthing_fs_operation_seconds_total{operation="chtimes",root="/fred_phone/pictures/.stversions"} 3.7438e-05
syncthing_fs_operation_seconds_total{operation="close",root="/fred_phone/backups"} 0.0005363929999999999
syncthing_fs_operation_seconds_total{operation="close",root="/fred_phone/camera"} 0.000212535
syncthing_fs_operation_seconds_total{operation="close",root="/fred_phone/documents"} 0.00019865899999999996
syncthing_fs_operation_seconds_total{operation="close",root="/fred_phone/downloads"} 5.3687e-05
syncthing_fs_operation_seconds_total{operation="close",root="/fred_phone/pictures"} 0.000353592
syncthing_fs_operation_seconds_total{operation="create",root="/fred_phone/backups"} 5.0723e-05
syncthing_fs_operation_seconds_total{operation="create",root="/fred_phone/camera"} 0.000190285
syncthing_fs_operation_seconds_total{operation="dirnames",root="/fred_phone/backups"} 0.1827390039999999
syncthing_fs_operation_seconds_total{operation="dirnames",root="/fred_phone/backups/.stversions"} 0.07921555600000006
syncthing_fs_operation_seconds_total{operation="dirnames",root="/fred_phone/camera"} 0.13124840900000012
syncthing_fs_operation_seconds_total{operation="dirnames",root="/fred_phone/camera/.stversions"} 0.06761589200000007
syncthing_fs_operation_seconds_total{operation="dirnames",root="/fred_phone/documents"} 24.809529829999285
syncthing_fs_operation_seconds_total{operation="dirnames",root="/fred_phone/documents/.stversions"} 0.07987778000000001
syncthing_fs_operation_seconds_total{operation="dirnames",root="/fred_phone/downloads"} 0.2542955640000005
syncthing_fs_operation_seconds_total{operation="dirnames",root="/fred_phone/downloads/.stversions"} 0.09469451300000001
syncthing_fs_operation_seconds_total{operation="dirnames",root="/fred_phone/pictures"} 0.6425791430000003
syncthing_fs_operation_seconds_total{operation="dirnames",root="/fred_phone/pictures/.stversions"} 0.21036910299999997
syncthing_fs_operation_seconds_total{operation="glob",root="/config"} 0.00012459599999999998
syncthing_fs_operation_seconds_total{operation="glob",root="/fred_phone/backups/.stversions"} 0.011346617
syncthing_fs_operation_seconds_total{operation="glob",root="/fred_phone/camera/.stversions"} 0.0005657679999999999
syncthing_fs_operation_seconds_total{operation="glob",root="/fred_phone/documents/.stversions"} 0.000637025
syncthing_fs_operation_seconds_total{operation="glob",root="/fred_phone/pictures/.stversions"} 0.000170489
syncthing_fs_operation_seconds_total{operation="hide",root="/fred_phone/backups"} 2.4173e-05
syncthing_fs_operation_seconds_total{operation="hide",root="/fred_phone/camera"} 1.1957000000000001e-05
syncthing_fs_operation_seconds_total{operation="hide",root="/fred_phone/documents"} 7.742e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/fred_phone/downloads"} 1.6958e-05
syncthing_fs_operation_seconds_total{operation="hide",root="/fred_phone/pictures"} 1.65e-05
syncthing_fs_operation_seconds_total{operation="lstat",root="/fred_phone/backups"} 0.5570084080000017
syncthing_fs_operation_seconds_total{operation="lstat",root="/fred_phone/backups/.stversions"} 0.04822556299999992
syncthing_fs_operation_seconds_total{operation="lstat",root="/fred_phone/camera"} 1.1849743800000003
syncthing_fs_operation_seconds_total{operation="lstat",root="/fred_phone/camera/.stversions"} 0.026932553999999956
syncthing_fs_operation_seconds_total{operation="lstat",root="/fred_phone/documents"} 141.15503354899627
syncthing_fs_operation_seconds_total{operation="lstat",root="/fred_phone/documents/.stversions"} 0.024357260999999946
syncthing_fs_operation_seconds_total{operation="lstat",root="/fred_phone/downloads"} 1.0287037300000044
syncthing_fs_operation_seconds_total{operation="lstat",root="/fred_phone/downloads/.stversions"} 0.013356289000000006
syncthing_fs_operation_seconds_total{operation="lstat",root="/fred_phone/pictures"} 5.397984194999961
syncthing_fs_operation_seconds_total{operation="lstat",root="/fred_phone/pictures/.stversions"} 0.027417670999999994
syncthing_fs_operation_seconds_total{operation="mdkir",root="/fred_phone/camera/.stversions"} 0.000136044
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/config"} 1.6429e-05
syncthing_fs_operation_seconds_total{operation="open",root="/fred_phone/backups"} 0.010763247000000002
syncthing_fs_operation_seconds_total{operation="open",root="/fred_phone/camera"} 0.0017800389999999995
syncthing_fs_operation_seconds_total{operation="open",root="/fred_phone/documents"} 0.14470679200000106
syncthing_fs_operation_seconds_total{operation="open",root="/fred_phone/downloads"} 0.0014039120000000004
syncthing_fs_operation_seconds_total{operation="open",root="/fred_phone/pictures"} 0.0019381840000000012
syncthing_fs_operation_seconds_total{operation="openfile",root="/fred_phone/backups"} 0.021198644
syncthing_fs_operation_seconds_total{operation="openfile",root="/fred_phone/camera"} 0.000837589
syncthing_fs_operation_seconds_total{operation="openfile",root="/fred_phone/documents"} 0.00038813599999999997
syncthing_fs_operation_seconds_total{operation="openfile",root="/fred_phone/downloads"} 0.000354793
syncthing_fs_operation_seconds_total{operation="openfile",root="/fred_phone/pictures"} 0.00124019
syncthing_fs_operation_seconds_total{operation="options",root="/config"} 9.62e-07
syncthing_fs_operation_seconds_total{operation="options",root="/config/index-v2"} 0.006981470999999986
syncthing_fs_operation_seconds_total{operation="options",root="/fred_phone/backups"} 0.0002631019999999998
syncthing_fs_operation_seconds_total{operation="options",root="/fred_phone/backups/.stversions"} 1.61e-07
syncthing_fs_operation_seconds_total{operation="options",root="/fred_phone/camera"} 0.0003108030000000001
syncthing_fs_operation_seconds_total{operation="options",root="/fred_phone/camera/.stversions"} 7.3e-08
syncthing_fs_operation_seconds_total{operation="options",root="/fred_phone/documents"} 0.0215444460000001
syncthing_fs_operation_seconds_total{operation="options",root="/fred_phone/documents/.stversions"} 6.4e-08
syncthing_fs_operation_seconds_total{operation="options",root="/fred_phone/downloads"} 0.0002835480000000001
syncthing_fs_operation_seconds_total{operation="options",root="/fred_phone/downloads/.stversions"} 1.01e-07
syncthing_fs_operation_seconds_total{operation="options",root="/fred_phone/pictures"} 0.0002734110000000002
syncthing_fs_operation_seconds_total{operation="options",root="/fred_phone/pictures/.stversions"} 1.3e-07
syncthing_fs_operation_seconds_total{operation="readat",root="/fred_phone/backups"} 5.6137e-05
syncthing_fs_operation_seconds_total{operation="readat",root="/fred_phone/camera"} 0.008169181
syncthing_fs_operation_seconds_total{operation="readat",root="/fred_phone/pictures"} 8.43e-07
syncthing_fs_operation_seconds_total{operation="remove",root="/fred_phone/backups"} 0.000563082
syncthing_fs_operation_seconds_total{operation="remove",root="/fred_phone/backups/.stversions"} 0.0020820960000000003
syncthing_fs_operation_seconds_total{operation="remove",root="/fred_phone/camera"} 7.2679e-05
syncthing_fs_operation_seconds_total{operation="remove",root="/fred_phone/documents"} 0.000322839
syncthing_fs_operation_seconds_total{operation="remove",root="/fred_phone/documents/.stversions"} 0.000584106
syncthing_fs_operation_seconds_total{operation="remove",root="/fred_phone/downloads"} 2.6311e-05
syncthing_fs_operation_seconds_total{operation="remove",root="/fred_phone/downloads/.stversions"} 0.00047966299999999996
syncthing_fs_operation_seconds_total{operation="remove",root="/fred_phone/pictures"} 0.00020161900000000002
syncthing_fs_operation_seconds_total{operation="rename",root="/fred_phone/backups"} 0.03687958699999999
syncthing_fs_operation_seconds_total{operation="rename",root="/fred_phone/camera"} 0.0016446969999999999
syncthing_fs_operation_seconds_total{operation="rename",root="/fred_phone/documents"} 0.0010704399999999998
syncthing_fs_operation_seconds_total{operation="rename",root="/fred_phone/downloads"} 0.000162328
syncthing_fs_operation_seconds_total{operation="rename",root="/fred_phone/pictures"} 0.0015912590000000002
syncthing_fs_operation_seconds_total{operation="stat",root="/config"} 9.437e-06
syncthing_fs_operation_seconds_total{operation="stat",root="/fred_phone/backups"} 0.012080838000000003
syncthing_fs_operation_seconds_total{operation="stat",root="/fred_phone/backups/.stversions"} 0.004139952000000001
syncthing_fs_operation_seconds_total{operation="stat",root="/fred_phone/camera"} 0.015423159000000006
syncthing_fs_operation_seconds_total{operation="stat",root="/fred_phone/camera/.stversions"} 0.004060260999999999
syncthing_fs_operation_seconds_total{operation="stat",root="/fred_phone/documents"} 0.6805084019999983
syncthing_fs_operation_seconds_total{operation="stat",root="/fred_phone/documents/.stversions"} 0.006943805000000001
syncthing_fs_operation_seconds_total{operation="stat",root="/fred_phone/downloads"} 0.007166929999999998
syncthing_fs_operation_seconds_total{operation="stat",root="/fred_phone/downloads/.stversions"} 0.0039623079999999995
syncthing_fs_operation_seconds_total{operation="stat",root="/fred_phone/pictures"} 0.009376245999999993
syncthing_fs_operation_seconds_total{operation="stat",root="/fred_phone/pictures/.stversions"} 0.003870241999999999
syncthing_fs_operation_seconds_total{operation="sync",root="/fred_phone/backups"} 0.9352725040000002
syncthing_fs_operation_seconds_total{operation="sync",root="/fred_phone/camera"} 0.361787013
syncthing_fs_operation_seconds_total{operation="sync",root="/fred_phone/documents"} 0.381331019
syncthing_fs_operation_seconds_total{operation="sync",root="/fred_phone/downloads"} 0.090501944
syncthing_fs_operation_seconds_total{operation="sync",root="/fred_phone/pictures"} 0.33102025099999993
syncthing_fs_operation_seconds_total{operation="truncate",root="/fred_phone/backups"} 0.0004931110000000001
syncthing_fs_operation_seconds_total{operation="truncate",root="/fred_phone/camera"} 0.000349225
syncthing_fs_operation_seconds_total{operation="truncate",root="/fred_phone/documents"} 0.000100855
syncthing_fs_operation_seconds_total{operation="truncate",root="/fred_phone/downloads"} 8.5214e-05
syncthing_fs_operation_seconds_total{operation="truncate",root="/fred_phone/pictures"} 0.00037668
syncthing_fs_operation_seconds_total{operation="type",root="/fred_phone/backups"} 0.00011885799999999986
syncthing_fs_operation_seconds_total{operation="type",root="/fred_phone/backups/.stversions"} 8.800000000000002e-06
syncthing_fs_operation_seconds_total{operation="type",root="/fred_phone/camera"} 0.00012355600000000003
syncthing_fs_operation_seconds_total{operation="type",root="/fred_phone/camera/.stversions"} 2.642e-06
syncthing_fs_operation_seconds_total{operation="type",root="/fred_phone/documents"} 0.006495046000000002
syncthing_fs_operation_seconds_total{operation="type",root="/fred_phone/documents/.stversions"} 3.764e-06
syncthing_fs_operation_seconds_total{operation="type",root="/fred_phone/downloads"} 0.00011826800000000004
syncthing_fs_operation_seconds_total{operation="type",root="/fred_phone/downloads/.stversions"} 1.26e-07
syncthing_fs_operation_seconds_total{operation="type",root="/fred_phone/pictures"} 0.00011521499999999996
syncthing_fs_operation_seconds_total{operation="type",root="/fred_phone/pictures/.stversions"} 7.53e-07
syncthing_fs_operation_seconds_total{operation="unhide",root="/fred_phone/backups"} 3.8072000000000004e-05
syncthing_fs_operation_seconds_total{operation="unhide",root="/fred_phone/camera"} 1.5495e-05
syncthing_fs_operation_seconds_total{operation="unhide",root="/fred_phone/documents"} 1.0216e-05
syncthing_fs_operation_seconds_total{operation="unhide",root="/fred_phone/downloads"} 2.346e-06
syncthing_fs_operation_seconds_total{operation="unhide",root="/fred_phone/pictures"} 2.7657999999999995e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/fred_phone/backups"} 0.0001141470000000001
syncthing_fs_operation_seconds_total{operation="uri",root="/fred_phone/backups/.stversions"} 1.2546999999999999e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/fred_phone/camera"} 0.00010727599999999997
syncthing_fs_operation_seconds_total{operation="uri",root="/fred_phone/camera/.stversions"} 4.002e-06
syncthing_fs_operation_seconds_total{operation="uri",root="/fred_phone/documents"} 0.006169714000000051
syncthing_fs_operation_seconds_total{operation="uri",root="/fred_phone/documents/.stversions"} 4.757999999999999e-06
syncthing_fs_operation_seconds_total{operation="uri",root="/fred_phone/downloads"} 9.9118e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/fred_phone/downloads/.stversions"} 1.13e-07
syncthing_fs_operation_seconds_total{operation="uri",root="/fred_phone/pictures"} 9.96399999999999e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/fred_phone/pictures/.stversions"} 1.0810000000000001e-06
syncthing_fs_operation_seconds_total{operation="usage",root="/config/index-v2"} 0.25889495199999885
syncthing_fs_operation_seconds_total{operation="usage",root="/fred_phone/backups"} 0.00019293800000000003
syncthing_fs_operation_seconds_total{operation="usage",root="/fred_phone/camera"} 0.000127802
syncthing_fs_operation_seconds_total{operation="usage",root="/fred_phone/documents"} 5.8486e-05
syncthing_fs_operation_seconds_total{operation="usage",root="/fred_phone/downloads"} 3.4705e-05
syncthing_fs_operation_seconds_total{operation="usage",root="/fred_phone/pictures"} 0.000169821
syncthing_fs_operation_seconds_total{operation="watch",root="/fred_phone/backups"} 0.000381908
syncthing_fs_operation_seconds_total{operation="watch",root="/fred_phone/camera"} 0.000550127
syncthing_fs_operation_seconds_total{operation="watch",root="/fred_phone/documents"} 0.000901648
syncthing_fs_operation_seconds_total{operation="watch",root="/fred_phone/downloads"} 0.00067857
syncthing_fs_operation_seconds_total{operation="watch",root="/fred_phone/pictures"} 0.004546819
syncthing_fs_operation_seconds_total{operation="writeat",root="/fred_phone/backups"} 0.0036020720000000013
syncthing_fs_operation_seconds_total{operation="writeat",root="/fred_phone/camera"} 0.020372348999999988
syncthing_fs_operation_seconds_total{operation="writeat",root="/fred_phone/documents"} 0.00034876600000000003
syncthing_fs_operation_seconds_total{operation="writeat",root="/fred_phone/downloads"} 8.628499999999999e-05
syncthing_fs_operation_seconds_total{operation="writeat",root="/fred_phone/pictures"} 0.0011178050000000001
# 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="/fred_phone/camera/.stversions"} 1
syncthing_fs_operations_total{operation="chtimes",root="/fred_phone/backups"} 15
syncthing_fs_operations_total{operation="chtimes",root="/fred_phone/backups/.stversions"} 15
syncthing_fs_operations_total{operation="chtimes",root="/fred_phone/camera"} 6
syncthing_fs_operations_total{operation="chtimes",root="/fred_phone/camera/.stversions"} 4
syncthing_fs_operations_total{operation="chtimes",root="/fred_phone/documents"} 16
syncthing_fs_operations_total{operation="chtimes",root="/fred_phone/documents/.stversions"} 5
syncthing_fs_operations_total{operation="chtimes",root="/fred_phone/downloads"} 2
syncthing_fs_operations_total{operation="chtimes",root="/fred_phone/pictures"} 8
syncthing_fs_operations_total{operation="chtimes",root="/fred_phone/pictures/.stversions"} 1
syncthing_fs_operations_total{operation="close",root="/fred_phone/backups"} 31
syncthing_fs_operations_total{operation="close",root="/fred_phone/camera"} 12
syncthing_fs_operations_total{operation="close",root="/fred_phone/documents"} 13
syncthing_fs_operations_total{operation="close",root="/fred_phone/downloads"} 4
syncthing_fs_operations_total{operation="close",root="/fred_phone/pictures"} 17
syncthing_fs_operations_total{operation="create",root="/fred_phone/backups"} 1
syncthing_fs_operations_total{operation="create",root="/fred_phone/camera"} 1
syncthing_fs_operations_total{operation="dirnames",root="/fred_phone/backups"} 1718
syncthing_fs_operations_total{operation="dirnames",root="/fred_phone/backups/.stversions"} 516
syncthing_fs_operations_total{operation="dirnames",root="/fred_phone/camera"} 960
syncthing_fs_operations_total{operation="dirnames",root="/fred_phone/camera/.stversions"} 379
syncthing_fs_operations_total{operation="dirnames",root="/fred_phone/documents"} 480346
syncthing_fs_operations_total{operation="dirnames",root="/fred_phone/documents/.stversions"} 516
syncthing_fs_operations_total{operation="dirnames",root="/fred_phone/downloads"} 928
syncthing_fs_operations_total{operation="dirnames",root="/fred_phone/downloads/.stversions"} 129
syncthing_fs_operations_total{operation="dirnames",root="/fred_phone/pictures"} 4692
syncthing_fs_operations_total{operation="dirnames",root="/fred_phone/pictures/.stversions"} 387
syncthing_fs_operations_total{operation="glob",root="/config"} 5
syncthing_fs_operations_total{operation="glob",root="/fred_phone/backups/.stversions"} 15
syncthing_fs_operations_total{operation="glob",root="/fred_phone/camera/.stversions"} 4
syncthing_fs_operations_total{operation="glob",root="/fred_phone/documents/.stversions"} 5
syncthing_fs_operations_total{operation="glob",root="/fred_phone/pictures/.stversions"} 1
syncthing_fs_operations_total{operation="hide",root="/fred_phone/backups"} 17
syncthing_fs_operations_total{operation="hide",root="/fred_phone/camera"} 8
syncthing_fs_operations_total{operation="hide",root="/fred_phone/documents"} 8
syncthing_fs_operations_total{operation="hide",root="/fred_phone/downloads"} 5
syncthing_fs_operations_total{operation="hide",root="/fred_phone/pictures"} 11
syncthing_fs_operations_total{operation="lstat",root="/fred_phone/backups"} 7451
syncthing_fs_operations_total{operation="lstat",root="/fred_phone/backups/.stversions"} 3217
syncthing_fs_operations_total{operation="lstat",root="/fred_phone/camera"} 26530
syncthing_fs_operations_total{operation="lstat",root="/fred_phone/camera/.stversions"} 2118
syncthing_fs_operations_total{operation="lstat",root="/fred_phone/documents"} 4.121035e+06
syncthing_fs_operations_total{operation="lstat",root="/fred_phone/documents/.stversions"} 1806
syncthing_fs_operations_total{operation="lstat",root="/fred_phone/downloads"} 20994
syncthing_fs_operations_total{operation="lstat",root="/fred_phone/downloads/.stversions"} 949
syncthing_fs_operations_total{operation="lstat",root="/fred_phone/pictures"} 204140
syncthing_fs_operations_total{operation="lstat",root="/fred_phone/pictures/.stversions"} 2314
syncthing_fs_operations_total{operation="mdkir",root="/fred_phone/camera/.stversions"} 1
syncthing_fs_operations_total{operation="mkdirall",root="/config"} 2
syncthing_fs_operations_total{operation="open",root="/fred_phone/backups"} 175
syncthing_fs_operations_total{operation="open",root="/fred_phone/camera"} 149
syncthing_fs_operations_total{operation="open",root="/fred_phone/documents"} 15517
syncthing_fs_operations_total{operation="open",root="/fred_phone/downloads"} 139
syncthing_fs_operations_total{operation="open",root="/fred_phone/pictures"} 157
syncthing_fs_operations_total{operation="openfile",root="/fred_phone/backups"} 14
syncthing_fs_operations_total{operation="openfile",root="/fred_phone/camera"} 5
syncthing_fs_operations_total{operation="openfile",root="/fred_phone/documents"} 5
syncthing_fs_operations_total{operation="openfile",root="/fred_phone/downloads"} 2
syncthing_fs_operations_total{operation="openfile",root="/fred_phone/pictures"} 8
syncthing_fs_operations_total{operation="options",root="/config"} 3
syncthing_fs_operations_total{operation="options",root="/config/index-v2"} 16094
syncthing_fs_operations_total{operation="options",root="/fred_phone/backups"} 551
syncthing_fs_operations_total{operation="options",root="/fred_phone/backups/.stversions"} 1
syncthing_fs_operations_total{operation="options",root="/fred_phone/camera"} 568
syncthing_fs_operations_total{operation="options",root="/fred_phone/camera/.stversions"} 1
syncthing_fs_operations_total{operation="options",root="/fred_phone/documents"} 31287
syncthing_fs_operations_total{operation="options",root="/fred_phone/documents/.stversions"} 1
syncthing_fs_operations_total{operation="options",root="/fred_phone/downloads"} 568
syncthing_fs_operations_total{operation="options",root="/fred_phone/downloads/.stversions"} 1
syncthing_fs_operations_total{operation="options",root="/fred_phone/pictures"} 555
syncthing_fs_operations_total{operation="options",root="/fred_phone/pictures/.stversions"} 1
syncthing_fs_operations_total{operation="readat",root="/fred_phone/backups"} 1
syncthing_fs_operations_total{operation="readat",root="/fred_phone/camera"} 2
syncthing_fs_operations_total{operation="readat",root="/fred_phone/pictures"} 1
syncthing_fs_operations_total{operation="remove",root="/fred_phone/backups"} 14
syncthing_fs_operations_total{operation="remove",root="/fred_phone/backups/.stversions"} 9
syncthing_fs_operations_total{operation="remove",root="/fred_phone/camera"} 5
syncthing_fs_operations_total{operation="remove",root="/fred_phone/documents"} 5
syncthing_fs_operations_total{operation="remove",root="/fred_phone/documents/.stversions"} 5
syncthing_fs_operations_total{operation="remove",root="/fred_phone/downloads"} 2
syncthing_fs_operations_total{operation="remove",root="/fred_phone/downloads/.stversions"} 3
syncthing_fs_operations_total{operation="remove",root="/fred_phone/pictures"} 8
syncthing_fs_operations_total{operation="rename",root="/fred_phone/backups"} 30
syncthing_fs_operations_total{operation="rename",root="/fred_phone/camera"} 10
syncthing_fs_operations_total{operation="rename",root="/fred_phone/documents"} 10
syncthing_fs_operations_total{operation="rename",root="/fred_phone/downloads"} 2
syncthing_fs_operations_total{operation="rename",root="/fred_phone/pictures"} 9
syncthing_fs_operations_total{operation="stat",root="/config"} 2
syncthing_fs_operations_total{operation="stat",root="/fred_phone/backups"} 378
syncthing_fs_operations_total{operation="stat",root="/fred_phone/backups/.stversions"} 174
syncthing_fs_operations_total{operation="stat",root="/fred_phone/camera"} 307
syncthing_fs_operations_total{operation="stat",root="/fred_phone/camera/.stversions"} 142
syncthing_fs_operations_total{operation="stat",root="/fred_phone/documents"} 31040
syncthing_fs_operations_total{operation="stat",root="/fred_phone/documents/.stversions"} 144
syncthing_fs_operations_total{operation="stat",root="/fred_phone/downloads"} 278
syncthing_fs_operations_total{operation="stat",root="/fred_phone/downloads/.stversions"} 129
syncthing_fs_operations_total{operation="stat",root="/fred_phone/pictures"} 319
syncthing_fs_operations_total{operation="stat",root="/fred_phone/pictures/.stversions"} 132
syncthing_fs_operations_total{operation="sync",root="/fred_phone/backups"} 29
syncthing_fs_operations_total{operation="sync",root="/fred_phone/camera"} 10
syncthing_fs_operations_total{operation="sync",root="/fred_phone/documents"} 13
syncthing_fs_operations_total{operation="sync",root="/fred_phone/downloads"} 4
syncthing_fs_operations_total{operation="sync",root="/fred_phone/pictures"} 16
syncthing_fs_operations_total{operation="truncate",root="/fred_phone/backups"} 14
syncthing_fs_operations_total{operation="truncate",root="/fred_phone/camera"} 5
syncthing_fs_operations_total{operation="truncate",root="/fred_phone/documents"} 5
syncthing_fs_operations_total{operation="truncate",root="/fred_phone/downloads"} 2
syncthing_fs_operations_total{operation="truncate",root="/fred_phone/pictures"} 8
syncthing_fs_operations_total{operation="type",root="/fred_phone/backups"} 346
syncthing_fs_operations_total{operation="type",root="/fred_phone/backups/.stversions"} 31
syncthing_fs_operations_total{operation="type",root="/fred_phone/camera"} 309
syncthing_fs_operations_total{operation="type",root="/fred_phone/camera/.stversions"} 9
syncthing_fs_operations_total{operation="type",root="/fred_phone/documents"} 15669
syncthing_fs_operations_total{operation="type",root="/fred_phone/documents/.stversions"} 11
syncthing_fs_operations_total{operation="type",root="/fred_phone/downloads"} 291
syncthing_fs_operations_total{operation="type",root="/fred_phone/downloads/.stversions"} 1
syncthing_fs_operations_total{operation="type",root="/fred_phone/pictures"} 299
syncthing_fs_operations_total{operation="type",root="/fred_phone/pictures/.stversions"} 3
syncthing_fs_operations_total{operation="unhide",root="/fred_phone/backups"} 14
syncthing_fs_operations_total{operation="unhide",root="/fred_phone/camera"} 5
syncthing_fs_operations_total{operation="unhide",root="/fred_phone/documents"} 5
syncthing_fs_operations_total{operation="unhide",root="/fred_phone/downloads"} 2
syncthing_fs_operations_total{operation="unhide",root="/fred_phone/pictures"} 8
syncthing_fs_operations_total{operation="uri",root="/fred_phone/backups"} 346
syncthing_fs_operations_total{operation="uri",root="/fred_phone/backups/.stversions"} 46
syncthing_fs_operations_total{operation="uri",root="/fred_phone/camera"} 309
syncthing_fs_operations_total{operation="uri",root="/fred_phone/camera/.stversions"} 13
syncthing_fs_operations_total{operation="uri",root="/fred_phone/documents"} 15669
syncthing_fs_operations_total{operation="uri",root="/fred_phone/documents/.stversions"} 16
syncthing_fs_operations_total{operation="uri",root="/fred_phone/downloads"} 291
syncthing_fs_operations_total{operation="uri",root="/fred_phone/downloads/.stversions"} 1
syncthing_fs_operations_total{operation="uri",root="/fred_phone/pictures"} 299
syncthing_fs_operations_total{operation="uri",root="/fred_phone/pictures/.stversions"} 4
syncthing_fs_operations_total{operation="usage",root="/config/index-v2"} 16094
syncthing_fs_operations_total{operation="usage",root="/fred_phone/backups"} 15
syncthing_fs_operations_total{operation="usage",root="/fred_phone/camera"} 6
syncthing_fs_operations_total{operation="usage",root="/fred_phone/documents"} 5
syncthing_fs_operations_total{operation="usage",root="/fred_phone/downloads"} 2
syncthing_fs_operations_total{operation="usage",root="/fred_phone/pictures"} 8
syncthing_fs_operations_total{operation="watch",root="/fred_phone/backups"} 1
syncthing_fs_operations_total{operation="watch",root="/fred_phone/camera"} 1
syncthing_fs_operations_total{operation="watch",root="/fred_phone/documents"} 1
syncthing_fs_operations_total{operation="watch",root="/fred_phone/downloads"} 1
syncthing_fs_operations_total{operation="watch",root="/fred_phone/pictures"} 1
syncthing_fs_operations_total{operation="writeat",root="/fred_phone/backups"} 63
syncthing_fs_operations_total{operation="writeat",root="/fred_phone/camera"} 135
syncthing_fs_operations_total{operation="writeat",root="/fred_phone/documents"} 5
syncthing_fs_operations_total{operation="writeat",root="/fred_phone/downloads"} 2
syncthing_fs_operations_total{operation="writeat",root="/fred_phone/pictures"} 10
# HELP syncthing_model_folder_conflicts_total Total number of conflicts
# TYPE syncthing_model_folder_conflicts_total counter
syncthing_model_folder_conflicts_total{folder="4xwy4-fjqaa"} 0
syncthing_model_folder_conflicts_total{folder="kzlxe-o12qr"} 0
syncthing_model_folder_conflicts_total{folder="lo0i2-ia9c9"} 0
syncthing_model_folder_conflicts_total{folder="qqqk5-ejrrn"} 0
syncthing_model_folder_conflicts_total{folder="zlpcj-ceodc"} 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="4xwy4-fjqaa",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="4xwy4-fjqaa",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="4xwy4-fjqaa",source="network"} 1.7016374e+07
syncthing_model_folder_processed_bytes_total{folder="4xwy4-fjqaa",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="kzlxe-o12qr",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="kzlxe-o12qr",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="kzlxe-o12qr",source="network"} 7.71698e+06
syncthing_model_folder_processed_bytes_total{folder="kzlxe-o12qr",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="lo0i2-ia9c9",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="lo0i2-ia9c9",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="lo0i2-ia9c9",source="network"} 13279
syncthing_model_folder_processed_bytes_total{folder="lo0i2-ia9c9",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="qqqk5-ejrrn",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="qqqk5-ejrrn",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="qqqk5-ejrrn",source="network"} 49828
syncthing_model_folder_processed_bytes_total{folder="qqqk5-ejrrn",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="zlpcj-ceodc",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="zlpcj-ceodc",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="zlpcj-ceodc",source="network"} 753811
syncthing_model_folder_processed_bytes_total{folder="zlpcj-ceodc",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="4xwy4-fjqaa"} 4.308936581
syncthing_model_folder_pull_seconds_total{folder="kzlxe-o12qr"} 3.631504824
syncthing_model_folder_pull_seconds_total{folder="lo0i2-ia9c9"} 1.6524719979999998
syncthing_model_folder_pull_seconds_total{folder="qqqk5-ejrrn"} 0.376224326
syncthing_model_folder_pull_seconds_total{folder="zlpcj-ceodc"} 1.906018252
# 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="4xwy4-fjqaa"} 5
syncthing_model_folder_pulls_total{folder="kzlxe-o12qr"} 15
syncthing_model_folder_pulls_total{folder="lo0i2-ia9c9"} 7
syncthing_model_folder_pulls_total{folder="qqqk5-ejrrn"} 2
syncthing_model_folder_pulls_total{folder="zlpcj-ceodc"} 8
# 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="4xwy4-fjqaa"} 5.490274225000001
syncthing_model_folder_scan_seconds_total{folder="kzlxe-o12qr"} 2.511212815
syncthing_model_folder_scan_seconds_total{folder="lo0i2-ia9c9"} 433.4514817519979
syncthing_model_folder_scan_seconds_total{folder="qqqk5-ejrrn"} 3.9149831409999973
syncthing_model_folder_scan_seconds_total{folder="zlpcj-ceodc"} 16.393220858
# 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="4xwy4-fjqaa"} 131
syncthing_model_folder_scans_total{folder="kzlxe-o12qr"} 128
syncthing_model_folder_scans_total{folder="lo0i2-ia9c9"} 15495
syncthing_model_folder_scans_total{folder="qqqk5-ejrrn"} 131
syncthing_model_folder_scans_total{folder="zlpcj-ceodc"} 130
# HELP syncthing_model_folder_state Current folder state
# TYPE syncthing_model_folder_state gauge
syncthing_model_folder_state{folder="4xwy4-fjqaa"} 0
syncthing_model_folder_state{folder="kzlxe-o12qr"} 0
syncthing_model_folder_state{folder="lo0i2-ia9c9"} 0
syncthing_model_folder_state{folder="qqqk5-ejrrn"} 0
syncthing_model_folder_state{folder="zlpcj-ceodc"} 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="4xwy4-fjqaa",scope="global",type="bytes"} 6.68173198e+08
syncthing_model_folder_summary{folder="4xwy4-fjqaa",scope="global",type="deleted"} 77
syncthing_model_folder_summary{folder="4xwy4-fjqaa",scope="global",type="directories"} 2
syncthing_model_folder_summary{folder="4xwy4-fjqaa",scope="global",type="files"} 63
syncthing_model_folder_summary{folder="4xwy4-fjqaa",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="4xwy4-fjqaa",scope="local",type="bytes"} 6.68173198e+08
syncthing_model_folder_summary{folder="4xwy4-fjqaa",scope="local",type="deleted"} 75
syncthing_model_folder_summary{folder="4xwy4-fjqaa",scope="local",type="directories"} 2
syncthing_model_folder_summary{folder="4xwy4-fjqaa",scope="local",type="files"} 63
syncthing_model_folder_summary{folder="4xwy4-fjqaa",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="4xwy4-fjqaa",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="4xwy4-fjqaa",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="4xwy4-fjqaa",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="4xwy4-fjqaa",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="4xwy4-fjqaa",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="kzlxe-o12qr",scope="global",type="bytes"} 7.2322e+06
syncthing_model_folder_summary{folder="kzlxe-o12qr",scope="global",type="deleted"} 879
syncthing_model_folder_summary{folder="kzlxe-o12qr",scope="global",type="directories"} 5
syncthing_model_folder_summary{folder="kzlxe-o12qr",scope="global",type="files"} 14
syncthing_model_folder_summary{folder="kzlxe-o12qr",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="kzlxe-o12qr",scope="local",type="bytes"} 7.2322e+06
syncthing_model_folder_summary{folder="kzlxe-o12qr",scope="local",type="deleted"} 858
syncthing_model_folder_summary{folder="kzlxe-o12qr",scope="local",type="directories"} 5
syncthing_model_folder_summary{folder="kzlxe-o12qr",scope="local",type="files"} 14
syncthing_model_folder_summary{folder="kzlxe-o12qr",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="kzlxe-o12qr",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="kzlxe-o12qr",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="kzlxe-o12qr",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="kzlxe-o12qr",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="kzlxe-o12qr",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="lo0i2-ia9c9",scope="global",type="bytes"} 391810
syncthing_model_folder_summary{folder="lo0i2-ia9c9",scope="global",type="deleted"} 4
syncthing_model_folder_summary{folder="lo0i2-ia9c9",scope="global",type="directories"} 14
syncthing_model_folder_summary{folder="lo0i2-ia9c9",scope="global",type="files"} 44
syncthing_model_folder_summary{folder="lo0i2-ia9c9",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="lo0i2-ia9c9",scope="local",type="bytes"} 391810
syncthing_model_folder_summary{folder="lo0i2-ia9c9",scope="local",type="deleted"} 4
syncthing_model_folder_summary{folder="lo0i2-ia9c9",scope="local",type="directories"} 14
syncthing_model_folder_summary{folder="lo0i2-ia9c9",scope="local",type="files"} 44
syncthing_model_folder_summary{folder="lo0i2-ia9c9",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="lo0i2-ia9c9",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="lo0i2-ia9c9",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="lo0i2-ia9c9",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="lo0i2-ia9c9",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="lo0i2-ia9c9",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="qqqk5-ejrrn",scope="global",type="bytes"} 8.9262101e+07
syncthing_model_folder_summary{folder="qqqk5-ejrrn",scope="global",type="deleted"} 220
syncthing_model_folder_summary{folder="qqqk5-ejrrn",scope="global",type="directories"} 2
syncthing_model_folder_summary{folder="qqqk5-ejrrn",scope="global",type="files"} 48
syncthing_model_folder_summary{folder="qqqk5-ejrrn",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="qqqk5-ejrrn",scope="local",type="bytes"} 8.9262101e+07
syncthing_model_folder_summary{folder="qqqk5-ejrrn",scope="local",type="deleted"} 220
syncthing_model_folder_summary{folder="qqqk5-ejrrn",scope="local",type="directories"} 2
syncthing_model_folder_summary{folder="qqqk5-ejrrn",scope="local",type="files"} 48
syncthing_model_folder_summary{folder="qqqk5-ejrrn",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="qqqk5-ejrrn",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="qqqk5-ejrrn",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="qqqk5-ejrrn",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="qqqk5-ejrrn",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="qqqk5-ejrrn",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="zlpcj-ceodc",scope="global",type="bytes"} 5.4053611e+07
syncthing_model_folder_summary{folder="zlpcj-ceodc",scope="global",type="deleted"} 158
syncthing_model_folder_summary{folder="zlpcj-ceodc",scope="global",type="directories"} 17
syncthing_model_folder_summary{folder="zlpcj-ceodc",scope="global",type="files"} 473
syncthing_model_folder_summary{folder="zlpcj-ceodc",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="zlpcj-ceodc",scope="local",type="bytes"} 5.4053611e+07
syncthing_model_folder_summary{folder="zlpcj-ceodc",scope="local",type="deleted"} 158
syncthing_model_folder_summary{folder="zlpcj-ceodc",scope="local",type="directories"} 17
syncthing_model_folder_summary{folder="zlpcj-ceodc",scope="local",type="files"} 473
syncthing_model_folder_summary{folder="zlpcj-ceodc",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="zlpcj-ceodc",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="zlpcj-ceodc",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="zlpcj-ceodc",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="zlpcj-ceodc",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="zlpcj-ceodc",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="GEBZ2DM-VJHKADD-2H2COYW-6BAVXBC-7YWRV7U-2WMVOTI-4ZSQIKR-J2XO7AJ"} 2.5652725e+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="GEBZ2DM-VJHKADD-2H2COYW-6BAVXBC-7YWRV7U-2WMVOTI-4ZSQIKR-J2XO7AJ"} 2.5690983e+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="GEBZ2DM-VJHKADD-2H2COYW-6BAVXBC-7YWRV7U-2WMVOTI-4ZSQIKR-J2XO7AJ"} 6572
# 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="GEBZ2DM-VJHKADD-2H2COYW-6BAVXBC-7YWRV7U-2WMVOTI-4ZSQIKR-J2XO7AJ"} 171129
# 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="GEBZ2DM-VJHKADD-2H2COYW-6BAVXBC-7YWRV7U-2WMVOTI-4ZSQIKR-J2XO7AJ"} 13174
# 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="GEBZ2DM-VJHKADD-2H2COYW-6BAVXBC-7YWRV7U-2WMVOTI-4ZSQIKR-J2XO7AJ"} 202801
# 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="4xwy4-fjqaa"} 0
syncthing_scanner_hashed_bytes_total{folder="kzlxe-o12qr"} 0
syncthing_scanner_hashed_bytes_total{folder="lo0i2-ia9c9"} 0
syncthing_scanner_hashed_bytes_total{folder="qqqk5-ejrrn"} 0
syncthing_scanner_hashed_bytes_total{folder="zlpcj-ceodc"} 0
# HELP syncthing_scanner_scanned_items_total Total number of items (files/directories) inspected, per folder
# TYPE syncthing_scanner_scanned_items_total counter
syncthing_scanner_scanned_items_total{folder="4xwy4-fjqaa"} 8814
syncthing_scanner_scanned_items_total{folder="kzlxe-o12qr"} 2774
syncthing_scanner_scanned_items_total{folder="lo0i2-ia9c9"} 945017
syncthing_scanner_scanned_items_total{folder="qqqk5-ejrrn"} 6819
syncthing_scanner_scanned_items_total{folder="zlpcj-ceodc"} 63146
