# 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"} 9.7543e-05
go_gc_duration_seconds{quantile="0.25"} 0.000138631
go_gc_duration_seconds{quantile="0.5"} 0.000169178
go_gc_duration_seconds{quantile="0.75"} 0.000202384
go_gc_duration_seconds{quantile="1"} 0.002106595
go_gc_duration_seconds_sum 19.158780794
go_gc_duration_seconds_count 85270
# 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.26.4"} 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 2.2574432e+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 1.555112363504e+12
# 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 5.282841e+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.869318759e+10
# HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes.
# TYPE go_memstats_gc_sys_bytes gauge
go_memstats_gc_sys_bytes 5.454592e+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 2.2574432e+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 5.6205312e+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 4.2622976e+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 180316
# 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 5.136384e+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 9.8828288e+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.7857496279857025e+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.8693367906e+10
# 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 4592
# 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 16072
# 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 722400
# 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 1.72992e+06
# HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes.
# TYPE go_memstats_next_gc_bytes gauge
go_memstats_next_gc_bytes 3.9856714e+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 839095
# 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 1.13985816e+08
# HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads.
# TYPE go_sched_gomaxprocs_threads gauge
go_sched_gomaxprocs_threads 2
# HELP go_threads Number of OS threads created.
# TYPE go_threads gauge
go_threads 18
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 27949.67
# HELP process_max_fds Maximum number of open file descriptors.
# TYPE process_max_fds gauge
process_max_fds 524288
# HELP process_network_receive_bytes_total Number of bytes received by the process over the network.
# TYPE process_network_receive_bytes_total counter
process_network_receive_bytes_total 1.44584227196e+11
# 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 6.1832489365e+10
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 74
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 1.16711424e+08
# HELP process_start_time_seconds Start time of the process since unix epoch in seconds.
# TYPE process_start_time_seconds gauge
process_start_time_seconds 1.78431954941e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 2.477121536e+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"} 11
promhttp_metric_handler_requests_total{code="500"} 0
promhttp_metric_handler_requests_total{code="503"} 0
# HELP syncthing_build_info A metric with a constant '1' value labeled by version information from when the binary was built.
# TYPE syncthing_build_info gauge
syncthing_build_info{builddate="1980-01-01 00:00:00 UTC",builduser="nix@nix",codename="Hafnium Hornet",goversion="go1.26.4",program="syncthing",tags="noupgrade,stnoupgrade",version="v2.1.1"} 1
# HELP syncthing_config_device_info Provides additional information labels on devices
# TYPE syncthing_config_device_info gauge
syncthing_config_device_info{device="75G5FQ2-4573B6V-CIAQYBB-AFBHADB-CAQVWCW-K3FMRP4-DAENIRD-B35BEQA",introducer="false",name="cobalt",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="7YCKNIE-345NVSB-PV7XBDE-SBACGZA-LTZGLXT-R44IRUF-4RFSJ7P-NRJZXQL",introducer="false",name="pixel",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="JEVLI3N-H6CCYER-7O7HQVO-IH34TVJ-ORC6ONB-QPF6T2O-5PYFOJK-B3UQPAF",introducer="false",name="carbon",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="VUAR7EC-VZ5ASBR-5A7ZLEP-A5ZF2XO-IOVPYO6-ICONR72-6GAZV4N-2F4VVAV",introducer="false",name="cloud",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="asqhs-gxzl4",label="code",path="/mnt/data/syncthing/code",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="hmrxy-xkgrb",label="videos",path="/mnt/data/syncthing/videos",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="jmdvx-nzh9p",label="notes",path="/mnt/data/syncthing/notes",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="meugk-eipcy",label="work",path="/mnt/data/syncthing/work",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="rg3sy-y9wvv",label="documents",path="/mnt/data/syncthing/documents",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="z6hjs-fj7jy",label="projects",path="/mnt/data/syncthing/projects",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="zuaps-ign9t",label="pictures",path="/mnt/data/syncthing/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="75G5FQ2-4573B6V-CIAQYBB-AFBHADB-CAQVWCW-K3FMRP4-DAENIRD-B35BEQA"} 0
syncthing_connections_active{device="7YCKNIE-345NVSB-PV7XBDE-SBACGZA-LTZGLXT-R44IRUF-4RFSJ7P-NRJZXQL"} 0
syncthing_connections_active{device="JEVLI3N-H6CCYER-7O7HQVO-IH34TVJ-ORC6ONB-QPF6T2O-5PYFOJK-B3UQPAF"} 0
syncthing_connections_active{device="VUAR7EC-VZ5ASBR-5A7ZLEP-A5ZF2XO-IOVPYO6-ICONR72-6GAZV4N-2F4VVAV"} 0
# HELP syncthing_db_files_updated_total Total number of files updated
# TYPE syncthing_db_files_updated_total counter
syncthing_db_files_updated_total{folder="asqhs-gxzl4"} 2320
syncthing_db_files_updated_total{folder="jmdvx-nzh9p"} 18
syncthing_db_files_updated_total{folder="meugk-eipcy"} 13868
syncthing_db_files_updated_total{folder="rg3sy-y9wvv"} 3
syncthing_db_files_updated_total{folder="zuaps-ign9t"} 3
# 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.5439799019999987
syncthing_db_operation_seconds_total{folder="-",operation="GetKV"} 16.75010039800018
syncthing_db_operation_seconds_total{folder="-",operation="ListFolders"} 0.000101303
syncthing_db_operation_seconds_total{folder="-",operation="PrefixKV"} 0.005847687000000001
syncthing_db_operation_seconds_total{folder="-",operation="PutKV"} 1.4026018200000039
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="AllLocalFilesBySequence"} 0.013288632000000003
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="AllLocalFilesPrefix"} 0.045032811
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="AllLocalFilesWithBlocksHash"} 0.000596424
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="AllNeededGlobalFiles"} 0.02600833000000001
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="CountGlobal"} 0.3425451239999997
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="CountLocal"} 0.07097519900000006
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="CountNeed"} 462.2686013969989
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="CountReceiveOnlyChanged"} 0.022486625999999996
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="GetDeviceFile"} 2005.9821582637164
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="GetDeviceSequence"} 1.834520567000005
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="GetGlobalAvailability"} 0.09014102700000008
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="GetGlobalFile"} 0.08033008500000001
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="IndexIDGet"} 0.12716405799999997
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="ListDevicesForFolder"} 0.000238175
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="RemoteSequences"} 0.041062007000000005
syncthing_db_operation_seconds_total{folder="asqhs-gxzl4",operation="Update"} 4.106286807000003
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="AllLocalFilesBySequence"} 0.003314869
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="AllLocalFilesPrefix"} 0.01612331599999999
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="CountGlobal"} 0.06814086399999998
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="CountLocal"} 0.015297242999999988
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="CountNeed"} 0.885241178
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="CountReceiveOnlyChanged"} 0.005918262000000005
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="GetDeviceFile"} 57.16064815999963
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="GetDeviceSequence"} 1.3225505780000006
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="IndexIDGet"} 0.08450035199999992
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="ListDevicesForFolder"} 0.003611612
syncthing_db_operation_seconds_total{folder="hmrxy-xkgrb",operation="RemoteSequences"} 0.015068942999999998
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="AllLocalFilesBySequence"} 0.006006566999999999
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="AllLocalFilesPrefix"} 0.013919084000000003
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="AllNeededGlobalFiles"} 0.002122796
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="CountGlobal"} 0.08750640500000018
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="CountLocal"} 0.017355914000000004
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="CountNeed"} 1.1707154080000006
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="CountReceiveOnlyChanged"} 0.006341115000000002
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="GetDeviceFile"} 7.718499792999948
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="GetDeviceSequence"} 1.2226890560000019
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="IndexIDGet"} 0.07143792600000008
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="ListDevicesForFolder"} 0.000236191
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="RemoteSequences"} 0.013817085999999994
syncthing_db_operation_seconds_total{folder="jmdvx-nzh9p",operation="Update"} 0.08150099
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="AllLocalFilesBySequence"} 0.029741108
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="AllLocalFilesPrefix"} 0.2316517479999996
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="AllNeededGlobalFiles"} 0.1031955069999998
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="CountGlobal"} 0.9334411580000004
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="CountLocal"} 0.22577242500000055
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="CountNeed"} 1055.2286557339985
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="CountReceiveOnlyChanged"} 0.07865341699999992
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="GetDeviceFile"} 1667.4463569678592
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="GetDeviceSequence"} 2.0679139669999906
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="GetGlobalAvailability"} 0.8414842989999977
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="GetGlobalFile"} 0.648570062999999
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="IndexIDGet"} 0.08891998900000007
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="ListDevicesForFolder"} 0.000224396
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="RemoteSequences"} 0.1387317520000003
syncthing_db_operation_seconds_total{folder="meugk-eipcy",operation="Update"} 24.543195318
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="AllLocalFilesBySequence"} 0.013186874
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="AllLocalFilesPrefix"} 0.016401932999999994
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="AllNeededGlobalFiles"} 0.003607838
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="CountGlobal"} 0.08325628800000001
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="CountLocal"} 0.014826234999999995
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="CountNeed"} 1.3004241610000007
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="CountReceiveOnlyChanged"} 0.005600241
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="GetDeviceFile"} 20.540626132000206
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="GetDeviceSequence"} 1.0988461079999996
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="GetGlobalAvailability"} 0.000498257
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="GetGlobalFile"} 0.00051053
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="IndexIDGet"} 0.07984560399999993
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="ListDevicesForFolder"} 0.000236699
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="RemoteSequences"} 0.017505654000000002
syncthing_db_operation_seconds_total{folder="rg3sy-y9wvv",operation="Update"} 0.039655657999999996
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="AllLocalFilesBySequence"} 0.005667693
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="AllLocalFilesPrefix"} 0.012817890000000012
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="CountGlobal"} 0.04412106899999996
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="CountLocal"} 0.012265461999999994
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="CountNeed"} 0.36676993800000035
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="CountReceiveOnlyChanged"} 0.005332242999999996
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="GetDeviceFile"} 12.236067362000055
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="GetDeviceSequence"} 1.1170628040000004
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="IndexIDGet"} 0.06373471100000007
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="ListDevicesForFolder"} 0.033773216
syncthing_db_operation_seconds_total{folder="z6hjs-fj7jy",operation="RemoteSequences"} 0.013303063000000002
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="AllLocalFilesBySequence"} 0.009018969999999998
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="AllLocalFilesPrefix"} 0.015098324999999992
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="CountGlobal"} 0.06769712399999997
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="CountLocal"} 0.01576201100000001
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="CountNeed"} 8.400068428000013
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="CountReceiveOnlyChanged"} 0.0059259399999999985
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="GetDeviceFile"} 151.6891359479944
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="GetDeviceSequence"} 1.2511671789999994
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="IndexIDGet"} 0.0613800840000001
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="ListDevicesForFolder"} 0.001941016
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="RemoteSequences"} 0.022677488000000003
syncthing_db_operation_seconds_total{folder="zuaps-ign9t",operation="Update"} 0.017571638
# 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="asqhs-gxzl4",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="asqhs-gxzl4",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="asqhs-gxzl4",operation="AllLocalFilesWithBlocksHash"} 0
syncthing_db_operations_current{folder="asqhs-gxzl4",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="asqhs-gxzl4",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="asqhs-gxzl4",operation="CountLocal"} 0
syncthing_db_operations_current{folder="asqhs-gxzl4",operation="CountNeed"} 0
syncthing_db_operations_current{folder="asqhs-gxzl4",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="asqhs-gxzl4",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="asqhs-gxzl4",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="asqhs-gxzl4",operation="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="asqhs-gxzl4",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="asqhs-gxzl4",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="asqhs-gxzl4",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="asqhs-gxzl4",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="asqhs-gxzl4",operation="Update"} 0
syncthing_db_operations_current{folder="hmrxy-xkgrb",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="hmrxy-xkgrb",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="hmrxy-xkgrb",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="hmrxy-xkgrb",operation="CountLocal"} 0
syncthing_db_operations_current{folder="hmrxy-xkgrb",operation="CountNeed"} 0
syncthing_db_operations_current{folder="hmrxy-xkgrb",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="hmrxy-xkgrb",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="hmrxy-xkgrb",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="hmrxy-xkgrb",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="hmrxy-xkgrb",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="hmrxy-xkgrb",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="jmdvx-nzh9p",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="jmdvx-nzh9p",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="jmdvx-nzh9p",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="jmdvx-nzh9p",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="jmdvx-nzh9p",operation="CountLocal"} 0
syncthing_db_operations_current{folder="jmdvx-nzh9p",operation="CountNeed"} 0
syncthing_db_operations_current{folder="jmdvx-nzh9p",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="jmdvx-nzh9p",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="jmdvx-nzh9p",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="jmdvx-nzh9p",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="jmdvx-nzh9p",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="jmdvx-nzh9p",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="jmdvx-nzh9p",operation="Update"} 0
syncthing_db_operations_current{folder="meugk-eipcy",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="meugk-eipcy",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="meugk-eipcy",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="meugk-eipcy",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="meugk-eipcy",operation="CountLocal"} 0
syncthing_db_operations_current{folder="meugk-eipcy",operation="CountNeed"} 0
syncthing_db_operations_current{folder="meugk-eipcy",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="meugk-eipcy",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="meugk-eipcy",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="meugk-eipcy",operation="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="meugk-eipcy",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="meugk-eipcy",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="meugk-eipcy",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="meugk-eipcy",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="meugk-eipcy",operation="Update"} 0
syncthing_db_operations_current{folder="rg3sy-y9wvv",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="rg3sy-y9wvv",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="rg3sy-y9wvv",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="rg3sy-y9wvv",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="rg3sy-y9wvv",operation="CountLocal"} 0
syncthing_db_operations_current{folder="rg3sy-y9wvv",operation="CountNeed"} 0
syncthing_db_operations_current{folder="rg3sy-y9wvv",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="rg3sy-y9wvv",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="rg3sy-y9wvv",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="rg3sy-y9wvv",operation="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="rg3sy-y9wvv",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="rg3sy-y9wvv",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="rg3sy-y9wvv",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="rg3sy-y9wvv",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="rg3sy-y9wvv",operation="Update"} 0
syncthing_db_operations_current{folder="z6hjs-fj7jy",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="z6hjs-fj7jy",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="z6hjs-fj7jy",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="z6hjs-fj7jy",operation="CountLocal"} 0
syncthing_db_operations_current{folder="z6hjs-fj7jy",operation="CountNeed"} 0
syncthing_db_operations_current{folder="z6hjs-fj7jy",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="z6hjs-fj7jy",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="z6hjs-fj7jy",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="z6hjs-fj7jy",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="z6hjs-fj7jy",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="z6hjs-fj7jy",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="zuaps-ign9t",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="zuaps-ign9t",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="zuaps-ign9t",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="zuaps-ign9t",operation="CountLocal"} 0
syncthing_db_operations_current{folder="zuaps-ign9t",operation="CountNeed"} 0
syncthing_db_operations_current{folder="zuaps-ign9t",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="zuaps-ign9t",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="zuaps-ign9t",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="zuaps-ign9t",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="zuaps-ign9t",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="zuaps-ign9t",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="zuaps-ign9t",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"} 19359
syncthing_db_operations_total{folder="-",operation="GetKV"} 239395
syncthing_db_operations_total{folder="-",operation="ListFolders"} 1
syncthing_db_operations_total{folder="-",operation="PrefixKV"} 69
syncthing_db_operations_total{folder="-",operation="PutKV"} 6175
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="AllLocalFilesBySequence"} 203
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="AllLocalFilesPrefix"} 535
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="AllLocalFilesWithBlocksHash"} 1
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="AllNeededGlobalFiles"} 298
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="CountGlobal"} 1509
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="CountLocal"} 499
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="CountNeed"} 1992
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="CountReceiveOnlyChanged"} 499
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="GetDeviceFile"} 4.0136517e+07
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="GetDeviceSequence"} 8860
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="GetGlobalAvailability"} 790
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="GetGlobalFile"} 553
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="IndexIDGet"} 1090
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="RemoteSequences"} 499
syncthing_db_operations_total{folder="asqhs-gxzl4",operation="Update"} 293
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="AllLocalFilesBySequence"} 53
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="AllLocalFilesPrefix"} 403
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="CountGlobal"} 621
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="CountLocal"} 203
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="CountNeed"} 716
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="CountReceiveOnlyChanged"} 203
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="GetDeviceFile"} 250263
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="GetDeviceSequence"} 7353
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="IndexIDGet"} 1090
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="hmrxy-xkgrb",operation="RemoteSequences"} 203
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="AllLocalFilesBySequence"} 54
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="AllLocalFilesPrefix"} 398
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="AllNeededGlobalFiles"} 2
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="CountGlobal"} 836
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="CountLocal"} 206
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="CountNeed"} 935
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="CountReceiveOnlyChanged"} 206
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="GetDeviceFile"} 180698
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="GetDeviceSequence"} 7902
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="IndexIDGet"} 1418
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="RemoteSequences"} 206
syncthing_db_operations_total{folder="jmdvx-nzh9p",operation="Update"} 3
syncthing_db_operations_total{folder="meugk-eipcy",operation="AllLocalFilesBySequence"} 560
syncthing_db_operations_total{folder="meugk-eipcy",operation="AllLocalFilesPrefix"} 1409
syncthing_db_operations_total{folder="meugk-eipcy",operation="AllNeededGlobalFiles"} 1350
syncthing_db_operations_total{folder="meugk-eipcy",operation="CountGlobal"} 4557
syncthing_db_operations_total{folder="meugk-eipcy",operation="CountLocal"} 1515
syncthing_db_operations_total{folder="meugk-eipcy",operation="CountNeed"} 6040
syncthing_db_operations_total{folder="meugk-eipcy",operation="CountReceiveOnlyChanged"} 1515
syncthing_db_operations_total{folder="meugk-eipcy",operation="GetDeviceFile"} 3.392491e+07
syncthing_db_operations_total{folder="meugk-eipcy",operation="GetDeviceSequence"} 13437
syncthing_db_operations_total{folder="meugk-eipcy",operation="GetGlobalAvailability"} 5119
syncthing_db_operations_total{folder="meugk-eipcy",operation="GetGlobalFile"} 2680
syncthing_db_operations_total{folder="meugk-eipcy",operation="IndexIDGet"} 1090
syncthing_db_operations_total{folder="meugk-eipcy",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="meugk-eipcy",operation="RemoteSequences"} 1515
syncthing_db_operations_total{folder="meugk-eipcy",operation="Update"} 1065
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="AllLocalFilesBySequence"} 54
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="AllLocalFilesPrefix"} 398
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="AllNeededGlobalFiles"} 2
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="CountGlobal"} 832
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="CountLocal"} 205
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="CountNeed"} 931
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="CountReceiveOnlyChanged"} 205
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="GetDeviceFile"} 264393
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="GetDeviceSequence"} 7898
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="GetGlobalAvailability"} 2
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="GetGlobalFile"} 1
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="IndexIDGet"} 1418
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="RemoteSequences"} 205
syncthing_db_operations_total{folder="rg3sy-y9wvv",operation="Update"} 3
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="AllLocalFilesBySequence"} 53
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="AllLocalFilesPrefix"} 401
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="CountGlobal"} 621
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="CountLocal"} 203
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="CountNeed"} 716
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="CountReceiveOnlyChanged"} 203
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="GetDeviceFile"} 97042
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="GetDeviceSequence"} 7353
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="IndexIDGet"} 1090
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="z6hjs-fj7jy",operation="RemoteSequences"} 203
syncthing_db_operations_total{folder="zuaps-ign9t",operation="AllLocalFilesBySequence"} 53
syncthing_db_operations_total{folder="zuaps-ign9t",operation="AllLocalFilesPrefix"} 400
syncthing_db_operations_total{folder="zuaps-ign9t",operation="CountGlobal"} 621
syncthing_db_operations_total{folder="zuaps-ign9t",operation="CountLocal"} 203
syncthing_db_operations_total{folder="zuaps-ign9t",operation="CountNeed"} 717
syncthing_db_operations_total{folder="zuaps-ign9t",operation="CountReceiveOnlyChanged"} 203
syncthing_db_operations_total{folder="zuaps-ign9t",operation="GetDeviceFile"} 1.9096e+06
syncthing_db_operations_total{folder="zuaps-ign9t",operation="GetDeviceSequence"} 7354
syncthing_db_operations_total{folder="zuaps-ign9t",operation="IndexIDGet"} 1090
syncthing_db_operations_total{folder="zuaps-ign9t",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="zuaps-ign9t",operation="RemoteSequences"} 203
syncthing_db_operations_total{folder="zuaps-ign9t",operation="Update"} 1
# HELP syncthing_events_total Total number of created/forwarded/dropped events
# TYPE syncthing_events_total counter
syncthing_events_total{event="ClusterConfigReceived",state="created"} 53
syncthing_events_total{event="ClusterConfigReceived",state="delivered"} 106
syncthing_events_total{event="ConfigSaved",state="created"} 15
syncthing_events_total{event="ConfigSaved",state="delivered"} 15
syncthing_events_total{event="DeviceConnected",state="created"} 194
syncthing_events_total{event="DeviceConnected",state="delivered"} 388
syncthing_events_total{event="DeviceDisconnected",state="created"} 87
syncthing_events_total{event="DeviceDisconnected",state="delivered"} 374
syncthing_events_total{event="DownloadProgress",state="created"} 20
syncthing_events_total{event="DownloadProgress",state="delivered"} 40
syncthing_events_total{event="Failure",state="created"} 38
syncthing_events_total{event="Failure",state="delivered"} 38
syncthing_events_total{event="FolderCompletion",state="created"} 6479
syncthing_events_total{event="FolderCompletion",state="delivered"} 6479
syncthing_events_total{event="FolderErrors",state="created"} 950
syncthing_events_total{event="FolderErrors",state="delivered"} 950
syncthing_events_total{event="FolderScanProgress",state="created"} 1
syncthing_events_total{event="FolderScanProgress",state="delivered"} 1
syncthing_events_total{event="FolderSummary",state="created"} 3034
syncthing_events_total{event="FolderSummary",state="delivered"} 3034
syncthing_events_total{event="ItemFinished",state="created"} 8329
syncthing_events_total{event="ItemFinished",state="delivered"} 66632
syncthing_events_total{event="ItemStarted",state="created"} 8329
syncthing_events_total{event="ItemStarted",state="delivered"} 66632
syncthing_events_total{event="ListenAddressesChanged",state="created"} 7
syncthing_events_total{event="ListenAddressesChanged",state="delivered"} 17
syncthing_events_total{event="LocalChangeDetected",state="created"} 2
syncthing_events_total{event="LocalChangeDetected",state="delivered"} 2
syncthing_events_total{event="LocalIndexUpdated",state="created"} 608
syncthing_events_total{event="LocalIndexUpdated",state="delivered"} 5829
syncthing_events_total{event="RemoteChangeDetected",state="created"} 6075
syncthing_events_total{event="RemoteChangeDetected",state="delivered"} 6075
syncthing_events_total{event="RemoteIndexUpdated",state="created"} 757
syncthing_events_total{event="RemoteIndexUpdated",state="delivered"} 1514
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"} 14967
syncthing_events_total{event="StateChanged",state="delivered"} 29926
# 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="/mnt/data/syncthing/code"} 15796
syncthing_fs_operation_bytes_total{operation="read",root="/mnt/data/syncthing/work"} 326661
syncthing_fs_operation_bytes_total{operation="readat",root="/mnt/data/syncthing/code"} 627425
syncthing_fs_operation_bytes_total{operation="readat",root="/mnt/data/syncthing/documents"} 33344
syncthing_fs_operation_bytes_total{operation="readat",root="/mnt/data/syncthing/work"} 1.8240652e+07
syncthing_fs_operation_bytes_total{operation="write",root="/mnt/data/syncthing/.config/syncthing"} 368460
syncthing_fs_operation_bytes_total{operation="writeat",root="/mnt/data/syncthing/code"} 1.902793e+06
syncthing_fs_operation_bytes_total{operation="writeat",root="/mnt/data/syncthing/documents"} 33344
syncthing_fs_operation_bytes_total{operation="writeat",root="/mnt/data/syncthing/work"} 3.1120038e+07
# HELP syncthing_fs_operation_seconds_total Total time spent in filesystem operations, per filesystem root and operation
# TYPE syncthing_fs_operation_seconds_total counter
syncthing_fs_operation_seconds_total{operation="chmod",root="/mnt/data/syncthing/.config/syncthing"} 0.000669997
syncthing_fs_operation_seconds_total{operation="chmod",root="/mnt/data/syncthing/code"} 0.029872770000000007
syncthing_fs_operation_seconds_total{operation="chmod",root="/mnt/data/syncthing/documents"} 7.9264e-05
syncthing_fs_operation_seconds_total{operation="chmod",root="/mnt/data/syncthing/work"} 0.22061430300000034
syncthing_fs_operation_seconds_total{operation="chtimes",root="/mnt/data/syncthing/code"} 0.04438425000000001
syncthing_fs_operation_seconds_total{operation="chtimes",root="/mnt/data/syncthing/documents"} 0.000323179
syncthing_fs_operation_seconds_total{operation="chtimes",root="/mnt/data/syncthing/notes"} 0.009358132
syncthing_fs_operation_seconds_total{operation="chtimes",root="/mnt/data/syncthing/work"} 0.3730558520000004
syncthing_fs_operation_seconds_total{operation="close",root="/mnt/data/syncthing/.config/syncthing"} 0.00037636700000000006
syncthing_fs_operation_seconds_total{operation="close",root="/mnt/data/syncthing/code"} 0.01979896299999999
syncthing_fs_operation_seconds_total{operation="close",root="/mnt/data/syncthing/documents"} 0.00032352199999999997
syncthing_fs_operation_seconds_total{operation="close",root="/mnt/data/syncthing/notes"} 3.9857e-05
syncthing_fs_operation_seconds_total{operation="close",root="/mnt/data/syncthing/work"} 0.12365226699999939
syncthing_fs_operation_seconds_total{operation="createsymlink",root="/mnt/data/syncthing/work"} 0.0004653
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/code"} 566.5384259721596
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/documents"} 1.814434398999995
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/notes"} 2.763267305999996
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/pictures"} 7.406071630000038
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/projects"} 1.1575458250000004
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/videos"} 1.2883924080000015
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/work"} 496.47844439308113
syncthing_fs_operation_seconds_total{operation="glob",root="/mnt/data/syncthing/.config/syncthing"} 0.002071158
syncthing_fs_operation_seconds_total{operation="glob",root="/mnt/data/syncthing/code"} 0.000562228
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/code"} 0.0006428549999999998
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/documents"} 3.278e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/notes"} 1.6230000000000002e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/pictures"} 1.922e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/projects"} 3.2589999999999996e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/videos"} 1.604e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/work"} 0.012168812000000003
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/.config/syncthing"} 0.12309479699999999
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/code"} 4217.435858943117
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/documents"} 23.401092387001025
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/notes"} 21.643849245000403
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/pictures"} 136.62630235299875
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/projects"} 7.922609228000069
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/videos"} 20.200409349999497
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/work"} 4108.6611229782175
syncthing_fs_operation_seconds_total{operation="mdkir",root="/mnt/data/syncthing/code"} 0.007767897999999999
syncthing_fs_operation_seconds_total{operation="mdkir",root="/mnt/data/syncthing/work"} 0.07607276599999997
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/mnt/data/syncthing/.config/syncthing"} 4.2661000000000004e-05
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/mnt/data/syncthing/code"} 6.9244e-05
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/mnt/data/syncthing/work"} 0.0019016519999999998
syncthing_fs_operation_seconds_total{operation="name",root="/mnt/data/syncthing/.config/syncthing"} 2.1336e-05
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/.config/syncthing"} 0.00038319699999999994
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/code"} 0.03255651999999998
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/documents"} 0.007266940999999998
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/notes"} 0.007615469000000005
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/pictures"} 0.007563073
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/projects"} 0.030408110999999977
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/videos"} 0.007253603999999995
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/work"} 0.29336804000000094
syncthing_fs_operation_seconds_total{operation="openfile",root="/mnt/data/syncthing/.config/syncthing"} 0.006046929
syncthing_fs_operation_seconds_total{operation="openfile",root="/mnt/data/syncthing/code"} 0.07277932500000002
syncthing_fs_operation_seconds_total{operation="openfile",root="/mnt/data/syncthing/documents"} 0.000235783
syncthing_fs_operation_seconds_total{operation="openfile",root="/mnt/data/syncthing/work"} 1.437360572999998
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/.config/syncthing"} 1.5622e-05
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/.config/syncthing/index-v2"} 0.0031214919999999996
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/code"} 0.006619887999999988
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/documents"} 0.007041651999999998
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/notes"} 0.0056410910000000095
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/pictures"} 0.005360317999999985
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/projects"} 0.006066688000000007
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/videos"} 0.006078631000000019
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/work"} 0.012306904999999967
syncthing_fs_operation_seconds_total{operation="read",root="/mnt/data/syncthing/code"} 0.000189577
syncthing_fs_operation_seconds_total{operation="read",root="/mnt/data/syncthing/work"} 0.0012115459999999998
syncthing_fs_operation_seconds_total{operation="readat",root="/mnt/data/syncthing/code"} 0.184427159
syncthing_fs_operation_seconds_total{operation="readat",root="/mnt/data/syncthing/documents"} 0.002760173
syncthing_fs_operation_seconds_total{operation="readat",root="/mnt/data/syncthing/work"} 1.7856090360000003
syncthing_fs_operation_seconds_total{operation="readsymlink",root="/mnt/data/syncthing/code"} 0.19713253799999952
syncthing_fs_operation_seconds_total{operation="readsymlink",root="/mnt/data/syncthing/work"} 0.2611900580000011
syncthing_fs_operation_seconds_total{operation="remove",root="/mnt/data/syncthing/.config/syncthing"} 0.00044849699999999996
syncthing_fs_operation_seconds_total{operation="remove",root="/mnt/data/syncthing/code"} 0.16684278700000005
syncthing_fs_operation_seconds_total{operation="remove",root="/mnt/data/syncthing/documents"} 1.9945e-05
syncthing_fs_operation_seconds_total{operation="remove",root="/mnt/data/syncthing/work"} 0.7442663010000005
syncthing_fs_operation_seconds_total{operation="rename",root="/mnt/data/syncthing/.config/syncthing"} 0.0017261120000000001
syncthing_fs_operation_seconds_total{operation="rename",root="/mnt/data/syncthing/code"} 0.023733302000000005
syncthing_fs_operation_seconds_total{operation="rename",root="/mnt/data/syncthing/documents"} 7.3372e-05
syncthing_fs_operation_seconds_total{operation="rename",root="/mnt/data/syncthing/work"} 0.26224888500000043
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/.config/syncthing"} 1.1657e-05
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/code"} 0.13183146599999998
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/documents"} 0.045753085000000034
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/notes"} 0.041359488000000014
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/pictures"} 0.036443068999999995
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/projects"} 0.048062786000000066
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/videos"} 0.042688372999999974
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/work"} 0.932503101999999
syncthing_fs_operation_seconds_total{operation="sync",root="/mnt/data/syncthing/.config/syncthing"} 0.32383387100000005
syncthing_fs_operation_seconds_total{operation="sync",root="/mnt/data/syncthing/code"} 2.9197103260000006
syncthing_fs_operation_seconds_total{operation="sync",root="/mnt/data/syncthing/documents"} 0.022445617
syncthing_fs_operation_seconds_total{operation="sync",root="/mnt/data/syncthing/notes"} 0.006462813
syncthing_fs_operation_seconds_total{operation="sync",root="/mnt/data/syncthing/work"} 29.66909886599997
syncthing_fs_operation_seconds_total{operation="truncate",root="/mnt/data/syncthing/code"} 0.021228316000000004
syncthing_fs_operation_seconds_total{operation="truncate",root="/mnt/data/syncthing/documents"} 4.3217e-05
syncthing_fs_operation_seconds_total{operation="truncate",root="/mnt/data/syncthing/work"} 0.20951821500000034
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/code"} 0.002583917999999992
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/documents"} 0.0033251390000000247
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/notes"} 0.002039078999999999
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/pictures"} 0.002045899000000006
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/projects"} 0.0027560250000000174
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/videos"} 0.003024093000000007
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/work"} 0.009433780000000027
syncthing_fs_operation_seconds_total{operation="unhide",root="/mnt/data/syncthing/code"} 0.000663764
syncthing_fs_operation_seconds_total{operation="unhide",root="/mnt/data/syncthing/documents"} 1.601e-06
syncthing_fs_operation_seconds_total{operation="unhide",root="/mnt/data/syncthing/work"} 0.007826670999999978
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/code"} 0.0031348290000000035
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/documents"} 0.002250669000000006
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/notes"} 0.002058576
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/pictures"} 0.001738506000000009
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/projects"} 0.0018788599999999972
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/videos"} 0.0015563419999999968
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/work"} 0.006235894999999961
syncthing_fs_operation_seconds_total{operation="usage",root="/mnt/data/syncthing/.config/syncthing/index-v2"} 0.18203694100000004
syncthing_fs_operation_seconds_total{operation="usage",root="/mnt/data/syncthing/code"} 0.004084597000000002
syncthing_fs_operation_seconds_total{operation="usage",root="/mnt/data/syncthing/documents"} 1.7924e-05
syncthing_fs_operation_seconds_total{operation="usage",root="/mnt/data/syncthing/work"} 0.055424538999999905
syncthing_fs_operation_seconds_total{operation="watch",root="/mnt/data/syncthing/code"} 27.569410263
syncthing_fs_operation_seconds_total{operation="watch",root="/mnt/data/syncthing/documents"} 39.135816011
syncthing_fs_operation_seconds_total{operation="watch",root="/mnt/data/syncthing/notes"} 27.436638391
syncthing_fs_operation_seconds_total{operation="watch",root="/mnt/data/syncthing/pictures"} 39.058315971
syncthing_fs_operation_seconds_total{operation="watch",root="/mnt/data/syncthing/projects"} 39.048420747
syncthing_fs_operation_seconds_total{operation="watch",root="/mnt/data/syncthing/videos"} 27.558678096
syncthing_fs_operation_seconds_total{operation="watch",root="/mnt/data/syncthing/work"} 39.141212199
syncthing_fs_operation_seconds_total{operation="write",root="/mnt/data/syncthing/.config/syncthing"} 0.047886401999999995
syncthing_fs_operation_seconds_total{operation="writeat",root="/mnt/data/syncthing/code"} 0.09928665400000006
syncthing_fs_operation_seconds_total{operation="writeat",root="/mnt/data/syncthing/documents"} 0.000185647
syncthing_fs_operation_seconds_total{operation="writeat",root="/mnt/data/syncthing/work"} 1.6861604290000016
# 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="/mnt/data/syncthing/.config/syncthing"} 15
syncthing_fs_operations_total{operation="chmod",root="/mnt/data/syncthing/code"} 291
syncthing_fs_operations_total{operation="chmod",root="/mnt/data/syncthing/documents"} 1
syncthing_fs_operations_total{operation="chmod",root="/mnt/data/syncthing/work"} 3607
syncthing_fs_operations_total{operation="chtimes",root="/mnt/data/syncthing/code"} 254
syncthing_fs_operations_total{operation="chtimes",root="/mnt/data/syncthing/documents"} 1
syncthing_fs_operations_total{operation="chtimes",root="/mnt/data/syncthing/notes"} 6
syncthing_fs_operations_total{operation="chtimes",root="/mnt/data/syncthing/work"} 3094
syncthing_fs_operations_total{operation="close",root="/mnt/data/syncthing/.config/syncthing"} 30
syncthing_fs_operations_total{operation="close",root="/mnt/data/syncthing/code"} 554
syncthing_fs_operations_total{operation="close",root="/mnt/data/syncthing/documents"} 3
syncthing_fs_operations_total{operation="close",root="/mnt/data/syncthing/notes"} 2
syncthing_fs_operations_total{operation="close",root="/mnt/data/syncthing/work"} 6243
syncthing_fs_operations_total{operation="createsymlink",root="/mnt/data/syncthing/work"} 6
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/code"} 1.2324501e+07
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/documents"} 22693
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/notes"} 46571
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/pictures"} 73638
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/projects"} 15639
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/videos"} 10885
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/work"} 1.0479135e+07
syncthing_fs_operations_total{operation="glob",root="/mnt/data/syncthing/.config/syncthing"} 5
syncthing_fs_operations_total{operation="glob",root="/mnt/data/syncthing/code"} 1
syncthing_fs_operations_total{operation="hide",root="/mnt/data/syncthing/code"} 242
syncthing_fs_operations_total{operation="hide",root="/mnt/data/syncthing/documents"} 4
syncthing_fs_operations_total{operation="hide",root="/mnt/data/syncthing/notes"} 3
syncthing_fs_operations_total{operation="hide",root="/mnt/data/syncthing/pictures"} 3
syncthing_fs_operations_total{operation="hide",root="/mnt/data/syncthing/projects"} 3
syncthing_fs_operations_total{operation="hide",root="/mnt/data/syncthing/videos"} 3
syncthing_fs_operations_total{operation="hide",root="/mnt/data/syncthing/work"} 2631
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/.config/syncthing"} 28
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/code"} 2.80224001e+08
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/documents"} 1.217862e+06
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/notes"} 1.383065e+06
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/pictures"} 7.542806e+06
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/projects"} 386169
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/videos"} 846709
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/work"} 2.77089335e+08
syncthing_fs_operations_total{operation="mdkir",root="/mnt/data/syncthing/code"} 36
syncthing_fs_operations_total{operation="mdkir",root="/mnt/data/syncthing/work"} 503
syncthing_fs_operations_total{operation="mkdirall",root="/mnt/data/syncthing/.config/syncthing"} 2
syncthing_fs_operations_total{operation="mkdirall",root="/mnt/data/syncthing/code"} 1
syncthing_fs_operations_total{operation="mkdirall",root="/mnt/data/syncthing/work"} 10
syncthing_fs_operations_total{operation="name",root="/mnt/data/syncthing/.config/syncthing"} 45
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/.config/syncthing"} 15
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/code"} 1183
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/documents"} 404
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/notes"} 403
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/pictures"} 402
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/projects"} 403
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/videos"} 405
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/work"} 7798
syncthing_fs_operations_total{operation="openfile",root="/mnt/data/syncthing/.config/syncthing"} 15
syncthing_fs_operations_total{operation="openfile",root="/mnt/data/syncthing/code"} 239
syncthing_fs_operations_total{operation="openfile",root="/mnt/data/syncthing/documents"} 1
syncthing_fs_operations_total{operation="openfile",root="/mnt/data/syncthing/work"} 2628
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/.config/syncthing"} 18
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/.config/syncthing/index-v2"} 5273
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/code"} 7674
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/documents"} 7414
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/notes"} 7410
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/pictures"} 7418
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/projects"} 7420
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/videos"} 7424
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/work"} 13110
syncthing_fs_operations_total{operation="read",root="/mnt/data/syncthing/code"} 2
syncthing_fs_operations_total{operation="read",root="/mnt/data/syncthing/work"} 28
syncthing_fs_operations_total{operation="readat",root="/mnt/data/syncthing/code"} 77
syncthing_fs_operations_total{operation="readat",root="/mnt/data/syncthing/documents"} 1
syncthing_fs_operations_total{operation="readat",root="/mnt/data/syncthing/work"} 1106
syncthing_fs_operations_total{operation="readsymlink",root="/mnt/data/syncthing/code"} 28008
syncthing_fs_operations_total{operation="readsymlink",root="/mnt/data/syncthing/work"} 39429
syncthing_fs_operations_total{operation="remove",root="/mnt/data/syncthing/.config/syncthing"} 15
syncthing_fs_operations_total{operation="remove",root="/mnt/data/syncthing/code"} 856
syncthing_fs_operations_total{operation="remove",root="/mnt/data/syncthing/documents"} 1
syncthing_fs_operations_total{operation="remove",root="/mnt/data/syncthing/work"} 5810
syncthing_fs_operations_total{operation="rename",root="/mnt/data/syncthing/.config/syncthing"} 15
syncthing_fs_operations_total{operation="rename",root="/mnt/data/syncthing/code"} 235
syncthing_fs_operations_total{operation="rename",root="/mnt/data/syncthing/documents"} 1
syncthing_fs_operations_total{operation="rename",root="/mnt/data/syncthing/work"} 2712
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/.config/syncthing"} 2
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/code"} 2992
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/documents"} 805
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/notes"} 802
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/pictures"} 802
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/projects"} 804
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/videos"} 808
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/work"} 16599
syncthing_fs_operations_total{operation="sync",root="/mnt/data/syncthing/.config/syncthing"} 30
syncthing_fs_operations_total{operation="sync",root="/mnt/data/syncthing/code"} 475
syncthing_fs_operations_total{operation="sync",root="/mnt/data/syncthing/documents"} 2
syncthing_fs_operations_total{operation="sync",root="/mnt/data/syncthing/notes"} 2
syncthing_fs_operations_total{operation="sync",root="/mnt/data/syncthing/work"} 5117
syncthing_fs_operations_total{operation="truncate",root="/mnt/data/syncthing/code"} 239
syncthing_fs_operations_total{operation="truncate",root="/mnt/data/syncthing/documents"} 1
syncthing_fs_operations_total{operation="truncate",root="/mnt/data/syncthing/work"} 2628
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/code"} 4306
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/documents"} 3710
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/notes"} 3706
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/pictures"} 3710
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/projects"} 3711
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/videos"} 3713
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/work"} 11980
syncthing_fs_operations_total{operation="unhide",root="/mnt/data/syncthing/code"} 239
syncthing_fs_operations_total{operation="unhide",root="/mnt/data/syncthing/documents"} 1
syncthing_fs_operations_total{operation="unhide",root="/mnt/data/syncthing/work"} 2628
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/code"} 4306
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/documents"} 3710
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/notes"} 3706
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/pictures"} 3710
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/projects"} 3711
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/videos"} 3713
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/work"} 11980
syncthing_fs_operations_total{operation="usage",root="/mnt/data/syncthing/.config/syncthing/index-v2"} 5273
syncthing_fs_operations_total{operation="usage",root="/mnt/data/syncthing/code"} 239
syncthing_fs_operations_total{operation="usage",root="/mnt/data/syncthing/documents"} 1
syncthing_fs_operations_total{operation="usage",root="/mnt/data/syncthing/work"} 2628
syncthing_fs_operations_total{operation="watch",root="/mnt/data/syncthing/code"} 1
syncthing_fs_operations_total{operation="watch",root="/mnt/data/syncthing/documents"} 1
syncthing_fs_operations_total{operation="watch",root="/mnt/data/syncthing/notes"} 1
syncthing_fs_operations_total{operation="watch",root="/mnt/data/syncthing/pictures"} 1
syncthing_fs_operations_total{operation="watch",root="/mnt/data/syncthing/projects"} 1
syncthing_fs_operations_total{operation="watch",root="/mnt/data/syncthing/videos"} 1
syncthing_fs_operations_total{operation="watch",root="/mnt/data/syncthing/work"} 1
syncthing_fs_operations_total{operation="write",root="/mnt/data/syncthing/.config/syncthing"} 165
syncthing_fs_operations_total{operation="writeat",root="/mnt/data/syncthing/code"} 237
syncthing_fs_operations_total{operation="writeat",root="/mnt/data/syncthing/documents"} 1
syncthing_fs_operations_total{operation="writeat",root="/mnt/data/syncthing/work"} 2704
# HELP syncthing_model_folder_conflicts_total Total number of conflicts
# TYPE syncthing_model_folder_conflicts_total counter
syncthing_model_folder_conflicts_total{folder="asqhs-gxzl4"} 1
syncthing_model_folder_conflicts_total{folder="hmrxy-xkgrb"} 0
syncthing_model_folder_conflicts_total{folder="jmdvx-nzh9p"} 0
syncthing_model_folder_conflicts_total{folder="meugk-eipcy"} 0
syncthing_model_folder_conflicts_total{folder="rg3sy-y9wvv"} 0
syncthing_model_folder_conflicts_total{folder="z6hjs-fj7jy"} 0
syncthing_model_folder_conflicts_total{folder="zuaps-ign9t"} 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="asqhs-gxzl4",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="asqhs-gxzl4",source="local_other"} 15849
syncthing_model_folder_processed_bytes_total{folder="asqhs-gxzl4",source="network"} 1.886944e+06
syncthing_model_folder_processed_bytes_total{folder="asqhs-gxzl4",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="hmrxy-xkgrb",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="hmrxy-xkgrb",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="hmrxy-xkgrb",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="hmrxy-xkgrb",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="jmdvx-nzh9p",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="jmdvx-nzh9p",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="jmdvx-nzh9p",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="jmdvx-nzh9p",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="meugk-eipcy",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="meugk-eipcy",source="local_other"} 365710
syncthing_model_folder_processed_bytes_total{folder="meugk-eipcy",source="network"} 3.0754328e+07
syncthing_model_folder_processed_bytes_total{folder="meugk-eipcy",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="rg3sy-y9wvv",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="rg3sy-y9wvv",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="rg3sy-y9wvv",source="network"} 33344
syncthing_model_folder_processed_bytes_total{folder="rg3sy-y9wvv",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="z6hjs-fj7jy",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="z6hjs-fj7jy",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="z6hjs-fj7jy",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="z6hjs-fj7jy",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="zuaps-ign9t",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="zuaps-ign9t",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="zuaps-ign9t",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="zuaps-ign9t",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="asqhs-gxzl4"} 611.8665144040006
syncthing_model_folder_pull_seconds_total{folder="hmrxy-xkgrb"} 0
syncthing_model_folder_pull_seconds_total{folder="jmdvx-nzh9p"} 0.069265727
syncthing_model_folder_pull_seconds_total{folder="meugk-eipcy"} 1118.4896977780002
syncthing_model_folder_pull_seconds_total{folder="rg3sy-y9wvv"} 0.109811544
syncthing_model_folder_pull_seconds_total{folder="z6hjs-fj7jy"} 0
syncthing_model_folder_pull_seconds_total{folder="zuaps-ign9t"} 0
# HELP syncthing_model_folder_pulls_total Total number of folder pull iterations, per folder ID
# TYPE syncthing_model_folder_pulls_total counter
syncthing_model_folder_pulls_total{folder="asqhs-gxzl4"} 183
syncthing_model_folder_pulls_total{folder="hmrxy-xkgrb"} 0
syncthing_model_folder_pulls_total{folder="jmdvx-nzh9p"} 1
syncthing_model_folder_pulls_total{folder="meugk-eipcy"} 876
syncthing_model_folder_pulls_total{folder="rg3sy-y9wvv"} 1
syncthing_model_folder_pulls_total{folder="z6hjs-fj7jy"} 0
syncthing_model_folder_pulls_total{folder="zuaps-ign9t"} 0
# HELP syncthing_model_folder_scan_seconds_total Total time spent in folder scan iterations, per folder ID
# TYPE syncthing_model_folder_scan_seconds_total counter
syncthing_model_folder_scan_seconds_total{folder="asqhs-gxzl4"} 10571.99993094196
syncthing_model_folder_scan_seconds_total{folder="hmrxy-xkgrb"} 136.50537605400018
syncthing_model_folder_scan_seconds_total{folder="jmdvx-nzh9p"} 49.24963603399998
syncthing_model_folder_scan_seconds_total{folder="meugk-eipcy"} 9777.672094295971
syncthing_model_folder_scan_seconds_total{folder="rg3sy-y9wvv"} 74.61947577199999
syncthing_model_folder_scan_seconds_total{folder="z6hjs-fj7jy"} 35.091771926000014
syncthing_model_folder_scan_seconds_total{folder="zuaps-ign9t"} 483.39251746800016
# 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="asqhs-gxzl4"} 445
syncthing_model_folder_scans_total{folder="hmrxy-xkgrb"} 403
syncthing_model_folder_scans_total{folder="jmdvx-nzh9p"} 398
syncthing_model_folder_scans_total{folder="meugk-eipcy"} 697
syncthing_model_folder_scans_total{folder="rg3sy-y9wvv"} 398
syncthing_model_folder_scans_total{folder="z6hjs-fj7jy"} 401
syncthing_model_folder_scans_total{folder="zuaps-ign9t"} 400
# HELP syncthing_model_folder_state Current folder state
# TYPE syncthing_model_folder_state gauge
syncthing_model_folder_state{folder="asqhs-gxzl4"} 0
syncthing_model_folder_state{folder="hmrxy-xkgrb"} 0
syncthing_model_folder_state{folder="jmdvx-nzh9p"} 0
syncthing_model_folder_state{folder="meugk-eipcy"} 0
syncthing_model_folder_state{folder="rg3sy-y9wvv"} 0
syncthing_model_folder_state{folder="z6hjs-fj7jy"} 0
syncthing_model_folder_state{folder="zuaps-ign9t"} 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="asqhs-gxzl4",scope="global",type="bytes"} 4.720293211e+09
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="global",type="deleted"} 22417
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="global",type="directories"} 15090
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="global",type="files"} 87679
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="global",type="symlinks"} 72
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="local",type="bytes"} 4.720293211e+09
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="local",type="deleted"} 17255
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="local",type="directories"} 15090
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="local",type="files"} 87679
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="local",type="symlinks"} 72
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="asqhs-gxzl4",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="global",type="bytes"} 1.687303624e+10
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="global",type="deleted"} 13
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="global",type="directories"} 13
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="global",type="files"} 608
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="local",type="bytes"} 1.687303624e+10
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="local",type="deleted"} 12
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="local",type="directories"} 13
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="local",type="files"} 608
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="hmrxy-xkgrb",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="global",type="bytes"} 3.8675765e+07
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="global",type="deleted"} 307
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="global",type="directories"} 57
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="global",type="files"} 397
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="local",type="bytes"} 3.8675765e+07
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="local",type="deleted"} 288
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="local",type="directories"} 57
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="local",type="files"} 397
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="jmdvx-nzh9p",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="meugk-eipcy",scope="global",type="bytes"} 1.416929991e+09
syncthing_model_folder_summary{folder="meugk-eipcy",scope="global",type="deleted"} 22655
syncthing_model_folder_summary{folder="meugk-eipcy",scope="global",type="directories"} 9857
syncthing_model_folder_summary{folder="meugk-eipcy",scope="global",type="files"} 76511
syncthing_model_folder_summary{folder="meugk-eipcy",scope="global",type="symlinks"} 100
syncthing_model_folder_summary{folder="meugk-eipcy",scope="local",type="bytes"} 1.416930375e+09
syncthing_model_folder_summary{folder="meugk-eipcy",scope="local",type="deleted"} 22027
syncthing_model_folder_summary{folder="meugk-eipcy",scope="local",type="directories"} 9860
syncthing_model_folder_summary{folder="meugk-eipcy",scope="local",type="files"} 76511
syncthing_model_folder_summary{folder="meugk-eipcy",scope="local",type="symlinks"} 100
syncthing_model_folder_summary{folder="meugk-eipcy",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="meugk-eipcy",scope="need",type="deleted"} 3
syncthing_model_folder_summary{folder="meugk-eipcy",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="meugk-eipcy",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="meugk-eipcy",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="global",type="bytes"} 2.004719226e+09
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="global",type="deleted"} 80
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="global",type="directories"} 27
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="global",type="files"} 638
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="local",type="bytes"} 2.004719226e+09
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="local",type="deleted"} 80
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="local",type="directories"} 27
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="local",type="files"} 638
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="rg3sy-y9wvv",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="global",type="bytes"} 2.010758865e+09
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="global",type="deleted"} 0
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="global",type="directories"} 18
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="global",type="files"} 224
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="local",type="bytes"} 2.010758865e+09
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="local",type="directories"} 18
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="local",type="files"} 224
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="z6hjs-fj7jy",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="global",type="bytes"} 1.4470227316e+10
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="global",type="deleted"} 107
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="global",type="directories"} 90
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="global",type="files"} 4684
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="local",type="bytes"} 1.4470227316e+10
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="local",type="deleted"} 107
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="local",type="directories"} 90
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="local",type="files"} 4684
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="zuaps-ign9t",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="zuaps-ign9t",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="75G5FQ2-4573B6V-CIAQYBB-AFBHADB-CAQVWCW-K3FMRP4-DAENIRD-B35BEQA"} 1.8740608e+07
syncthing_protocol_recv_bytes_total{device="JEVLI3N-H6CCYER-7O7HQVO-IH34TVJ-ORC6ONB-QPF6T2O-5PYFOJK-B3UQPAF"} 1.5358357e+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="75G5FQ2-4573B6V-CIAQYBB-AFBHADB-CAQVWCW-K3FMRP4-DAENIRD-B35BEQA"} 1.9258832e+07
syncthing_protocol_recv_decompressed_bytes_total{device="JEVLI3N-H6CCYER-7O7HQVO-IH34TVJ-ORC6ONB-QPF6T2O-5PYFOJK-B3UQPAF"} 1.5784114e+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="75G5FQ2-4573B6V-CIAQYBB-AFBHADB-CAQVWCW-K3FMRP4-DAENIRD-B35BEQA"} 10528
syncthing_protocol_recv_messages_total{device="JEVLI3N-H6CCYER-7O7HQVO-IH34TVJ-ORC6ONB-QPF6T2O-5PYFOJK-B3UQPAF"} 4919
# 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="75G5FQ2-4573B6V-CIAQYBB-AFBHADB-CAQVWCW-K3FMRP4-DAENIRD-B35BEQA"} 1.116988e+07
syncthing_protocol_sent_bytes_total{device="JEVLI3N-H6CCYER-7O7HQVO-IH34TVJ-ORC6ONB-QPF6T2O-5PYFOJK-B3UQPAF"} 8.898926e+06
# 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="75G5FQ2-4573B6V-CIAQYBB-AFBHADB-CAQVWCW-K3FMRP4-DAENIRD-B35BEQA"} 10413
syncthing_protocol_sent_messages_total{device="JEVLI3N-H6CCYER-7O7HQVO-IH34TVJ-ORC6ONB-QPF6T2O-5PYFOJK-B3UQPAF"} 5243
# 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="75G5FQ2-4573B6V-CIAQYBB-AFBHADB-CAQVWCW-K3FMRP4-DAENIRD-B35BEQA"} 1.1706929e+07
syncthing_protocol_sent_uncompressed_bytes_total{device="JEVLI3N-H6CCYER-7O7HQVO-IH34TVJ-ORC6ONB-QPF6T2O-5PYFOJK-B3UQPAF"} 9.431212e+06
# 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="asqhs-gxzl4"} 15796
syncthing_scanner_hashed_bytes_total{folder="hmrxy-xkgrb"} 0
syncthing_scanner_hashed_bytes_total{folder="jmdvx-nzh9p"} 0
syncthing_scanner_hashed_bytes_total{folder="meugk-eipcy"} 326661
syncthing_scanner_hashed_bytes_total{folder="rg3sy-y9wvv"} 0
syncthing_scanner_hashed_bytes_total{folder="z6hjs-fj7jy"} 0
syncthing_scanner_hashed_bytes_total{folder="zuaps-ign9t"} 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="asqhs-gxzl4"} 4.013579e+07
syncthing_scanner_scanned_items_total{folder="hmrxy-xkgrb"} 251069
syncthing_scanner_scanned_items_total{folder="jmdvx-nzh9p"} 181488
syncthing_scanner_scanned_items_total{folder="meugk-eipcy"} 3.391184e+07
syncthing_scanner_scanned_items_total{folder="rg3sy-y9wvv"} 265187
syncthing_scanner_scanned_items_total{folder="z6hjs-fj7jy"} 97844
syncthing_scanner_scanned_items_total{folder="zuaps-ign9t"} 1.9104e+06
