# 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.5117e-05
go_gc_duration_seconds{quantile="0.25"} 4.2257e-05
go_gc_duration_seconds{quantile="0.5"} 4.6185e-05
go_gc_duration_seconds{quantile="0.75"} 5.0007e-05
go_gc_duration_seconds{quantile="1"} 0.000128201
go_gc_duration_seconds_sum 2.669858438
go_gc_duration_seconds_count 55577
# 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 123
# HELP go_info Information about the Go environment.
# TYPE go_info gauge
go_info{version="go1.25.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 1.4245512e+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 5.02923133032e+11
# HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes.
# TYPE go_memstats_buck_hash_sys_bytes gauge
go_memstats_buck_hash_sys_bytes 5.450521e+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 4.269527319e+09
# HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes.
# TYPE go_memstats_gc_sys_bytes gauge
go_memstats_gc_sys_bytes 5.930816e+06
# HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes.
# TYPE go_memstats_heap_alloc_bytes gauge
go_memstats_heap_alloc_bytes 1.4245512e+07
# HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes.
# TYPE go_memstats_heap_idle_bytes gauge
go_memstats_heap_idle_bytes 2.01023488e+08
# HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes
# TYPE go_memstats_heap_inuse_bytes gauge
go_memstats_heap_inuse_bytes 2.7009024e+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 85924
# 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 1.90636032e+08
# HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes.
# TYPE go_memstats_heap_sys_bytes gauge
go_memstats_heap_sys_bytes 2.28032512e+08
# HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection.
# TYPE go_memstats_last_gc_time_seconds gauge
go_memstats_last_gc_time_seconds 1.7806971911329646e+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 4.269613243e+09
# HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes.
# TYPE go_memstats_mcache_inuse_bytes gauge
go_memstats_mcache_inuse_bytes 4832
# 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 439840
# 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.76256e+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 2.1134018e+07
# HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations. Equals to /memory/classes/other:bytes.
# TYPE go_memstats_other_sys_bytes gauge
go_memstats_other_sys_bytes 1.195143e+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.654208e+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.654208e+06
# HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte.
# TYPE go_memstats_sys_bytes gauge
go_memstats_sys_bytes 2.45041464e+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 4
# HELP go_threads Number of OS threads created.
# TYPE go_threads gauge
go_threads 33
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 5840.6
# 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 3.42175650749e+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 2.71134019438e+11
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 133
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 2.0248576e+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.77670599055e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 3.83903744e+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"} 14
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="GFURJAE-ZDWGEYD-NR3ISXD-A3GXNO3-MIQH5Y2-PL4COUK-2JGVE3S-US52SAB",introducer="false",name="jans-schlepptop",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="MJL76P2-MQ4QWUQ-LRBLJ5V-R4PWWI2-3CGGYP4-QRTSQV4-SSANPCP-NRSUZAW",introducer="false",name="public-pi",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="NMB6HO2-XZKQRNE-S4757EB-WPMH5C3-COQIEMN-CMITEOQ-J4272RU-F4IWVQN",introducer="false",name="sync-janf",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="UGAUAG7-23TGR3R-PALMWF5-6OWB6GV-R3VGBXI-BBTB5TG-SV6BXQ2-GTUGCA7",introducer="false",name="Jans-FP4",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="UOGWUFG-73UKYDY-HNDNIR5-PBQ52UU-MTVKXZJ-GI6QH7D-44TFFHH-GEQURQ4",introducer="false",name="raspberrypi",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="777nd-czaxy",label="SignalBackups",path="/var/lib/syncthing/SignalBackups",paused="false",type="receiveencrypted"} 1
syncthing_config_folder_info{folder="95agh-9p2qq",label="Obsidian",path="/var/lib/syncthing/Obsidian",paused="false",type="receiveencrypted"} 1
syncthing_config_folder_info{folder="bwrfc-rm3io",label="mitNORM",path="/var/lib/syncthing/mitNORM",paused="false",type="receiveencrypted"} 1
syncthing_config_folder_info{folder="gmhdh-krtkn",label="CosiMeasureSoftwarebyJan",path="/var/lib/syncthing/CosiMeasureSoftwarebyJan",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="hmqb6-c4xgw",label="Music",path="/var/lib/syncthing/Music",paused="false",type="receiveencrypted"} 1
syncthing_config_folder_info{folder="hnei7-qyqfx",label="Overleaf",path="/var/lib/syncthing/Overleaf",paused="false",type="receiveencrypted"} 1
syncthing_config_folder_info{folder="hswyc-v4yxw",label="public-pi-data",path="~/public-pi-data",paused="false",type="receiveencrypted"} 1
syncthing_config_folder_info{folder="iilrc-56mig",label="_shared_Mischa",path="/var/lib/syncthing/_shared_Mischa",paused="false",type="receiveencrypted"} 1
syncthing_config_folder_info{folder="janf-exports",label="Exports",path="/var/lib/syncthing/Exports",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="kjfeh-fcnbm",label="docs_sync",path="/var/lib/syncthing/docs_sync",paused="false",type="receiveencrypted"} 1
syncthing_config_folder_info{folder="kmw2d-u7np9",label="Paperless-Backup_old",path="~/paperless-backup",paused="false",type="receiveencrypted"} 1
syncthing_config_folder_info{folder="lhbpb-kmcbm",label="pictures_sync",path="/var/lib/syncthing/pictures_sync",paused="false",type="receiveencrypted"} 1
syncthing_config_folder_info{folder="o6fkd-igcmu",label="PaperlessConsume",path="~/PaperlessConsume",paused="false",type="receiveencrypted"} 1
syncthing_config_folder_info{folder="rtkyz-phcs4",label="Gitarre",path="/var/lib/syncthing/Gitarre",paused="false",type="receiveencrypted"} 1
syncthing_config_folder_info{folder="tga9w-t5cam",label="ALTIUM",path="/var/lib/syncthing/ALTIUM",paused="false",type="receiveencrypted"} 1
syncthing_config_folder_info{folder="vznmw-vnk6x",label="paperless",path="~/paperless-backup2",paused="false",type="receiveencrypted"} 1
syncthing_config_folder_info{folder="x9qlv-cvc2h",label="Tickets",path="/var/lib/syncthing/Tickets",paused="false",type="receiveencrypted"} 1
syncthing_config_folder_info{folder="zdbwl-eqmcj",label="CellPicturesSync",path="/var/lib/syncthing/CellPicturesSync",paused="false",type="receiveencrypted"} 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="GFURJAE-ZDWGEYD-NR3ISXD-A3GXNO3-MIQH5Y2-PL4COUK-2JGVE3S-US52SAB"} 0
syncthing_connections_active{device="MJL76P2-MQ4QWUQ-LRBLJ5V-R4PWWI2-3CGGYP4-QRTSQV4-SSANPCP-NRSUZAW"} 0
syncthing_connections_active{device="NMB6HO2-XZKQRNE-S4757EB-WPMH5C3-COQIEMN-CMITEOQ-J4272RU-F4IWVQN"} 0
syncthing_connections_active{device="UGAUAG7-23TGR3R-PALMWF5-6OWB6GV-R3VGBXI-BBTB5TG-SV6BXQ2-GTUGCA7"} 0
syncthing_connections_active{device="UOGWUFG-73UKYDY-HNDNIR5-PBQ52UU-MTVKXZJ-GI6QH7D-44TFFHH-GEQURQ4"} 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="777nd-czaxy"} 132
syncthing_db_files_updated_total{folder="95agh-9p2qq"} 551
syncthing_db_files_updated_total{folder="hswyc-v4yxw"} 343
syncthing_db_files_updated_total{folder="janf-exports"} 6
syncthing_db_files_updated_total{folder="kjfeh-fcnbm"} 4
syncthing_db_files_updated_total{folder="o6fkd-igcmu"} 88
syncthing_db_files_updated_total{folder="vznmw-vnk6x"} 30818
syncthing_db_files_updated_total{folder="zdbwl-eqmcj"} 1228
# 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"} 9.168130846000683
syncthing_db_operation_seconds_total{folder="-",operation="GetKV"} 19.204868958000645
syncthing_db_operation_seconds_total{folder="-",operation="ListFolders"} 4.1344e-05
syncthing_db_operation_seconds_total{folder="-",operation="PrefixKV"} 0.020898718
syncthing_db_operation_seconds_total{folder="-",operation="PutKV"} 10.947473345000045
syncthing_db_operation_seconds_total{folder="777nd-czaxy",operation="AllLocalFilesBySequence"} 0.1414682930000004
syncthing_db_operation_seconds_total{folder="777nd-czaxy",operation="AllLocalFilesPrefix"} 0.0007103629999999998
syncthing_db_operation_seconds_total{folder="777nd-czaxy",operation="AllNeededGlobalFiles"} 0.004615652000000001
syncthing_db_operation_seconds_total{folder="777nd-czaxy",operation="CountGlobal"} 0.19350355899999983
syncthing_db_operation_seconds_total{folder="777nd-czaxy",operation="CountLocal"} 0.05740021299999997
syncthing_db_operation_seconds_total{folder="777nd-czaxy",operation="CountNeed"} 0.24374075799999917
syncthing_db_operation_seconds_total{folder="777nd-czaxy",operation="CountReceiveOnlyChanged"} 0.021043769000000018
syncthing_db_operation_seconds_total{folder="777nd-czaxy",operation="GetDeviceFile"} 0.2754647150000007
syncthing_db_operation_seconds_total{folder="777nd-czaxy",operation="GetDeviceSequence"} 1.3249807709999954
syncthing_db_operation_seconds_total{folder="777nd-czaxy",operation="GetGlobalAvailability"} 3.437655984
syncthing_db_operation_seconds_total{folder="777nd-czaxy",operation="GetGlobalFile"} 0.3254179100000004
syncthing_db_operation_seconds_total{folder="777nd-czaxy",operation="IndexIDGet"} 0.18928121500000025
syncthing_db_operation_seconds_total{folder="777nd-czaxy",operation="ListDevicesForFolder"} 8.3839e-05
syncthing_db_operation_seconds_total{folder="777nd-czaxy",operation="RemoteSequences"} 0.04411240600000005
syncthing_db_operation_seconds_total{folder="777nd-czaxy",operation="Update"} 0.53638155
syncthing_db_operation_seconds_total{folder="95agh-9p2qq",operation="AllLocalFilesBySequence"} 0.02222457700000004
syncthing_db_operation_seconds_total{folder="95agh-9p2qq",operation="AllLocalFilesPrefix"} 0.0009265060000000001
syncthing_db_operation_seconds_total{folder="95agh-9p2qq",operation="AllNeededGlobalFiles"} 0.007446288999999996
syncthing_db_operation_seconds_total{folder="95agh-9p2qq",operation="CountGlobal"} 0.3213847000000012
syncthing_db_operation_seconds_total{folder="95agh-9p2qq",operation="CountLocal"} 0.08308087600000004
syncthing_db_operation_seconds_total{folder="95agh-9p2qq",operation="CountNeed"} 2.2830587619999982
syncthing_db_operation_seconds_total{folder="95agh-9p2qq",operation="CountReceiveOnlyChanged"} 0.025280543000000027
syncthing_db_operation_seconds_total{folder="95agh-9p2qq",operation="GetDeviceFile"} 0.9837589550000029
syncthing_db_operation_seconds_total{folder="95agh-9p2qq",operation="GetDeviceSequence"} 1.0310343439999925
syncthing_db_operation_seconds_total{folder="95agh-9p2qq",operation="GetGlobalAvailability"} 0.013595995999999987
syncthing_db_operation_seconds_total{folder="95agh-9p2qq",operation="GetGlobalFile"} 0.007329474999999994
syncthing_db_operation_seconds_total{folder="95agh-9p2qq",operation="IndexIDGet"} 0.11395332000000048
syncthing_db_operation_seconds_total{folder="95agh-9p2qq",operation="ListDevicesForFolder"} 0.000107409
syncthing_db_operation_seconds_total{folder="95agh-9p2qq",operation="RemoteSequences"} 0.049619150999999986
syncthing_db_operation_seconds_total{folder="95agh-9p2qq",operation="Update"} 0.5132276630000002
syncthing_db_operation_seconds_total{folder="bwrfc-rm3io",operation="AllLocalFilesBySequence"} 0.008188189000000005
syncthing_db_operation_seconds_total{folder="bwrfc-rm3io",operation="AllLocalFilesPrefix"} 0.0005403370000000002
syncthing_db_operation_seconds_total{folder="bwrfc-rm3io",operation="CountGlobal"} 0.06297275700000003
syncthing_db_operation_seconds_total{folder="bwrfc-rm3io",operation="CountLocal"} 0.033803066999999985
syncthing_db_operation_seconds_total{folder="bwrfc-rm3io",operation="CountNeed"} 0.0806167939999998
syncthing_db_operation_seconds_total{folder="bwrfc-rm3io",operation="CountReceiveOnlyChanged"} 0.011327033000000002
syncthing_db_operation_seconds_total{folder="bwrfc-rm3io",operation="GetDeviceFile"} 0.027805549000000002
syncthing_db_operation_seconds_total{folder="bwrfc-rm3io",operation="GetDeviceSequence"} 0.40406730500000104
syncthing_db_operation_seconds_total{folder="bwrfc-rm3io",operation="IndexIDGet"} 0.06256594599999994
syncthing_db_operation_seconds_total{folder="bwrfc-rm3io",operation="ListDevicesForFolder"} 9.7256e-05
syncthing_db_operation_seconds_total{folder="bwrfc-rm3io",operation="RemoteSequences"} 0.020030986999999993
syncthing_db_operation_seconds_total{folder="gmhdh-krtkn",operation="AllLocalFilesBySequence"} 0.0052714509999999964
syncthing_db_operation_seconds_total{folder="gmhdh-krtkn",operation="AllLocalFilesPrefix"} 0.008437031
syncthing_db_operation_seconds_total{folder="gmhdh-krtkn",operation="CountGlobal"} 0.0747144990000001
syncthing_db_operation_seconds_total{folder="gmhdh-krtkn",operation="CountLocal"} 0.04381946299999995
syncthing_db_operation_seconds_total{folder="gmhdh-krtkn",operation="CountNeed"} 0.8345511220000013
syncthing_db_operation_seconds_total{folder="gmhdh-krtkn",operation="CountReceiveOnlyChanged"} 0.012009974999999982
syncthing_db_operation_seconds_total{folder="gmhdh-krtkn",operation="GetDeviceFile"} 7.055721484000081
syncthing_db_operation_seconds_total{folder="gmhdh-krtkn",operation="GetDeviceSequence"} 0.39311250699999967
syncthing_db_operation_seconds_total{folder="gmhdh-krtkn",operation="IndexIDGet"} 0.059665315
syncthing_db_operation_seconds_total{folder="gmhdh-krtkn",operation="ListDevicesForFolder"} 8.6245e-05
syncthing_db_operation_seconds_total{folder="gmhdh-krtkn",operation="RemoteSequences"} 0.02056572000000004
syncthing_db_operation_seconds_total{folder="hmqb6-c4xgw",operation="AllLocalFilesBySequence"} 0.004166716000000003
syncthing_db_operation_seconds_total{folder="hmqb6-c4xgw",operation="AllLocalFilesPrefix"} 0.0005301970000000002
syncthing_db_operation_seconds_total{folder="hmqb6-c4xgw",operation="CountGlobal"} 0.05993461599999996
syncthing_db_operation_seconds_total{folder="hmqb6-c4xgw",operation="CountLocal"} 0.03256881599999996
syncthing_db_operation_seconds_total{folder="hmqb6-c4xgw",operation="CountNeed"} 0.12688371599999979
syncthing_db_operation_seconds_total{folder="hmqb6-c4xgw",operation="CountReceiveOnlyChanged"} 0.011702306000000027
syncthing_db_operation_seconds_total{folder="hmqb6-c4xgw",operation="GetDeviceFile"} 0.4993325349999996
syncthing_db_operation_seconds_total{folder="hmqb6-c4xgw",operation="GetDeviceSequence"} 0.36552914399999986
syncthing_db_operation_seconds_total{folder="hmqb6-c4xgw",operation="IndexIDGet"} 0.05598102199999995
syncthing_db_operation_seconds_total{folder="hmqb6-c4xgw",operation="ListDevicesForFolder"} 0.000313489
syncthing_db_operation_seconds_total{folder="hmqb6-c4xgw",operation="RemoteSequences"} 0.020600497999999974
syncthing_db_operation_seconds_total{folder="hnei7-qyqfx",operation="AllLocalFilesBySequence"} 0.004175047000000003
syncthing_db_operation_seconds_total{folder="hnei7-qyqfx",operation="AllLocalFilesPrefix"} 0.0005405489999999999
syncthing_db_operation_seconds_total{folder="hnei7-qyqfx",operation="CountGlobal"} 0.06759479300000022
syncthing_db_operation_seconds_total{folder="hnei7-qyqfx",operation="CountLocal"} 0.03354991999999998
syncthing_db_operation_seconds_total{folder="hnei7-qyqfx",operation="CountNeed"} 0.2170072730000001
syncthing_db_operation_seconds_total{folder="hnei7-qyqfx",operation="CountReceiveOnlyChanged"} 0.011846221000000007
syncthing_db_operation_seconds_total{folder="hnei7-qyqfx",operation="GetDeviceFile"} 0.21649894700000033
syncthing_db_operation_seconds_total{folder="hnei7-qyqfx",operation="GetDeviceSequence"} 0.39090201100000127
syncthing_db_operation_seconds_total{folder="hnei7-qyqfx",operation="IndexIDGet"} 0.04875636299999995
syncthing_db_operation_seconds_total{folder="hnei7-qyqfx",operation="ListDevicesForFolder"} 0.000109211
syncthing_db_operation_seconds_total{folder="hnei7-qyqfx",operation="RemoteSequences"} 0.02054787399999998
syncthing_db_operation_seconds_total{folder="hswyc-v4yxw",operation="AllLocalFilesBySequence"} 0.0020017769999999997
syncthing_db_operation_seconds_total{folder="hswyc-v4yxw",operation="AllLocalFilesPrefix"} 0.0007498879999999999
syncthing_db_operation_seconds_total{folder="hswyc-v4yxw",operation="AllNeededGlobalFiles"} 0.0024691859999999995
syncthing_db_operation_seconds_total{folder="hswyc-v4yxw",operation="CountGlobal"} 0.021267231
syncthing_db_operation_seconds_total{folder="hswyc-v4yxw",operation="CountLocal"} 0.007780411000000002
syncthing_db_operation_seconds_total{folder="hswyc-v4yxw",operation="CountNeed"} 0.034067453000000004
syncthing_db_operation_seconds_total{folder="hswyc-v4yxw",operation="CountReceiveOnlyChanged"} 0.0020087550000000005
syncthing_db_operation_seconds_total{folder="hswyc-v4yxw",operation="DropAllFiles"} 0.007748446
syncthing_db_operation_seconds_total{folder="hswyc-v4yxw",operation="GetDeviceFile"} 0.13402854400000047
syncthing_db_operation_seconds_total{folder="hswyc-v4yxw",operation="GetDeviceSequence"} 4.828237024999971
syncthing_db_operation_seconds_total{folder="hswyc-v4yxw",operation="GetGlobalAvailability"} 0.006865859000000003
syncthing_db_operation_seconds_total{folder="hswyc-v4yxw",operation="GetGlobalFile"} 0.0032349960000000017
syncthing_db_operation_seconds_total{folder="hswyc-v4yxw",operation="IndexIDGet"} 0.11769143699999997
syncthing_db_operation_seconds_total{folder="hswyc-v4yxw",operation="IndexIDSet"} 0.000315866
syncthing_db_operation_seconds_total{folder="hswyc-v4yxw",operation="ListDevicesForFolder"} 0.000487129
syncthing_db_operation_seconds_total{folder="hswyc-v4yxw",operation="RemoteSequences"} 0.005436569000000001
syncthing_db_operation_seconds_total{folder="hswyc-v4yxw",operation="Update"} 0.13250291200000003
syncthing_db_operation_seconds_total{folder="iilrc-56mig",operation="AllLocalFilesBySequence"} 0.003909017999999998
syncthing_db_operation_seconds_total{folder="iilrc-56mig",operation="AllLocalFilesPrefix"} 0.0004819869999999998
syncthing_db_operation_seconds_total{folder="iilrc-56mig",operation="CountGlobal"} 0.059300526000000096
syncthing_db_operation_seconds_total{folder="iilrc-56mig",operation="CountLocal"} 0.02710551899999995
syncthing_db_operation_seconds_total{folder="iilrc-56mig",operation="CountNeed"} 0.06779409699999998
syncthing_db_operation_seconds_total{folder="iilrc-56mig",operation="CountReceiveOnlyChanged"} 0.012041800999999982
syncthing_db_operation_seconds_total{folder="iilrc-56mig",operation="GetDeviceFile"} 0.006432544
syncthing_db_operation_seconds_total{folder="iilrc-56mig",operation="GetDeviceSequence"} 0.36881102099999746
syncthing_db_operation_seconds_total{folder="iilrc-56mig",operation="IndexIDGet"} 0.048509145999999934
syncthing_db_operation_seconds_total{folder="iilrc-56mig",operation="ListDevicesForFolder"} 7.4334e-05
syncthing_db_operation_seconds_total{folder="iilrc-56mig",operation="RemoteSequences"} 0.02059900099999999
syncthing_db_operation_seconds_total{folder="janf-exports",operation="AllLocalFilesBySequence"} 0.008548169000000001
syncthing_db_operation_seconds_total{folder="janf-exports",operation="AllLocalFilesPrefix"} 0.008197118000000005
syncthing_db_operation_seconds_total{folder="janf-exports",operation="AllNeededGlobalFiles"} 0.000252069
syncthing_db_operation_seconds_total{folder="janf-exports",operation="CountGlobal"} 0.1880291780000006
syncthing_db_operation_seconds_total{folder="janf-exports",operation="CountLocal"} 0.06516803100000004
syncthing_db_operation_seconds_total{folder="janf-exports",operation="CountNeed"} 0.9549587090000026
syncthing_db_operation_seconds_total{folder="janf-exports",operation="CountReceiveOnlyChanged"} 0.018992630000000045
syncthing_db_operation_seconds_total{folder="janf-exports",operation="GetDeviceFile"} 6.4643970570000855
syncthing_db_operation_seconds_total{folder="janf-exports",operation="GetDeviceSequence"} 0.9057448170000021
syncthing_db_operation_seconds_total{folder="janf-exports",operation="GetGlobalAvailability"} 0.0004911640000000001
syncthing_db_operation_seconds_total{folder="janf-exports",operation="GetGlobalFile"} 0.000215391
syncthing_db_operation_seconds_total{folder="janf-exports",operation="IndexIDGet"} 0.09368659100000044
syncthing_db_operation_seconds_total{folder="janf-exports",operation="ListDevicesForFolder"} 5.2404e-05
syncthing_db_operation_seconds_total{folder="janf-exports",operation="RemoteSequences"} 0.03790000299999995
syncthing_db_operation_seconds_total{folder="janf-exports",operation="Update"} 0.011986436000000001
syncthing_db_operation_seconds_total{folder="kjfeh-fcnbm",operation="AllLocalFilesBySequence"} 0.010813753000000006
syncthing_db_operation_seconds_total{folder="kjfeh-fcnbm",operation="AllLocalFilesPrefix"} 0.0026231819999999995
syncthing_db_operation_seconds_total{folder="kjfeh-fcnbm",operation="AllNeededGlobalFiles"} 0.000404572
syncthing_db_operation_seconds_total{folder="kjfeh-fcnbm",operation="CountGlobal"} 0.124163415
syncthing_db_operation_seconds_total{folder="kjfeh-fcnbm",operation="CountLocal"} 0.04096715100000002
syncthing_db_operation_seconds_total{folder="kjfeh-fcnbm",operation="CountNeed"} 217.56356933800032
syncthing_db_operation_seconds_total{folder="kjfeh-fcnbm",operation="CountReceiveOnlyChanged"} 0.013059997
syncthing_db_operation_seconds_total{folder="kjfeh-fcnbm",operation="GetDeviceFile"} 319.1218028889213
syncthing_db_operation_seconds_total{folder="kjfeh-fcnbm",operation="GetDeviceSequence"} 0.45313976899999947
syncthing_db_operation_seconds_total{folder="kjfeh-fcnbm",operation="GetGlobalAvailability"} 0.00017495500000000002
syncthing_db_operation_seconds_total{folder="kjfeh-fcnbm",operation="GetGlobalFile"} 0.000173675
syncthing_db_operation_seconds_total{folder="kjfeh-fcnbm",operation="IndexIDGet"} 0.052884609999999964
syncthing_db_operation_seconds_total{folder="kjfeh-fcnbm",operation="ListDevicesForFolder"} 4.0851e-05
syncthing_db_operation_seconds_total{folder="kjfeh-fcnbm",operation="RemoteSequences"} 0.08277531999999994
syncthing_db_operation_seconds_total{folder="kjfeh-fcnbm",operation="Update"} 0.005700758
syncthing_db_operation_seconds_total{folder="kmw2d-u7np9",operation="AllLocalFilesPrefix"} 0.0005214490000000001
syncthing_db_operation_seconds_total{folder="kmw2d-u7np9",operation="CountGlobal"} 0.003811392000000001
syncthing_db_operation_seconds_total{folder="kmw2d-u7np9",operation="CountLocal"} 0.0012026570000000006
syncthing_db_operation_seconds_total{folder="kmw2d-u7np9",operation="CountNeed"} 0.0015133669999999998
syncthing_db_operation_seconds_total{folder="kmw2d-u7np9",operation="CountReceiveOnlyChanged"} 0.00038596900000000006
syncthing_db_operation_seconds_total{folder="kmw2d-u7np9",operation="GetDeviceFile"} 5.124956886000037
syncthing_db_operation_seconds_total{folder="kmw2d-u7np9",operation="GetDeviceSequence"} 0.000637114
syncthing_db_operation_seconds_total{folder="kmw2d-u7np9",operation="ListDevicesForFolder"} 5.5735e-05
syncthing_db_operation_seconds_total{folder="kmw2d-u7np9",operation="RemoteSequences"} 0.0003730160000000001
syncthing_db_operation_seconds_total{folder="lhbpb-kmcbm",operation="AllLocalFilesBySequence"} 0.003990603000000001
syncthing_db_operation_seconds_total{folder="lhbpb-kmcbm",operation="AllLocalFilesPrefix"} 0.0005104829999999999
syncthing_db_operation_seconds_total{folder="lhbpb-kmcbm",operation="CountGlobal"} 0.08042003699999997
syncthing_db_operation_seconds_total{folder="lhbpb-kmcbm",operation="CountLocal"} 0.040684883
syncthing_db_operation_seconds_total{folder="lhbpb-kmcbm",operation="CountNeed"} 19.083446631999994
syncthing_db_operation_seconds_total{folder="lhbpb-kmcbm",operation="CountReceiveOnlyChanged"} 0.01177717199999998
syncthing_db_operation_seconds_total{folder="lhbpb-kmcbm",operation="GetDeviceFile"} 44.73822860600042
syncthing_db_operation_seconds_total{folder="lhbpb-kmcbm",operation="GetDeviceSequence"} 0.4253736569999992
syncthing_db_operation_seconds_total{folder="lhbpb-kmcbm",operation="IndexIDGet"} 0.05189397999999997
syncthing_db_operation_seconds_total{folder="lhbpb-kmcbm",operation="ListDevicesForFolder"} 5.6789e-05
syncthing_db_operation_seconds_total{folder="lhbpb-kmcbm",operation="RemoteSequences"} 0.027957302999999975
syncthing_db_operation_seconds_total{folder="o6fkd-igcmu",operation="AllLocalFilesBySequence"} 1.6701114609999992
syncthing_db_operation_seconds_total{folder="o6fkd-igcmu",operation="AllLocalFilesPrefix"} 0.000388915
syncthing_db_operation_seconds_total{folder="o6fkd-igcmu",operation="AllNeededGlobalFiles"} 0.0008653139999999997
syncthing_db_operation_seconds_total{folder="o6fkd-igcmu",operation="CountGlobal"} 0.14044307699999983
syncthing_db_operation_seconds_total{folder="o6fkd-igcmu",operation="CountLocal"} 0.03777155399999998
syncthing_db_operation_seconds_total{folder="o6fkd-igcmu",operation="CountNeed"} 0.1365663499999998
syncthing_db_operation_seconds_total{folder="o6fkd-igcmu",operation="CountReceiveOnlyChanged"} 0.014414095999999977
syncthing_db_operation_seconds_total{folder="o6fkd-igcmu",operation="GetDeviceFile"} 0.021348847999999997
syncthing_db_operation_seconds_total{folder="o6fkd-igcmu",operation="GetDeviceSequence"} 9.852664272000068
syncthing_db_operation_seconds_total{folder="o6fkd-igcmu",operation="GetGlobalAvailability"} 0.019367957000000026
syncthing_db_operation_seconds_total{folder="o6fkd-igcmu",operation="GetGlobalFile"} 0.0011999119999999998
syncthing_db_operation_seconds_total{folder="o6fkd-igcmu",operation="IndexIDGet"} 0.08656845700000002
syncthing_db_operation_seconds_total{folder="o6fkd-igcmu",operation="ListDevicesForFolder"} 0.000168708
syncthing_db_operation_seconds_total{folder="o6fkd-igcmu",operation="RemoteSequences"} 0.03964548400000008
syncthing_db_operation_seconds_total{folder="o6fkd-igcmu",operation="Update"} 0.11306137900000003
syncthing_db_operation_seconds_total{folder="rtkyz-phcs4",operation="AllLocalFilesBySequence"} 0.007278357
syncthing_db_operation_seconds_total{folder="rtkyz-phcs4",operation="AllLocalFilesPrefix"} 0.00047187399999999995
syncthing_db_operation_seconds_total{folder="rtkyz-phcs4",operation="CountGlobal"} 0.17808343500000065
syncthing_db_operation_seconds_total{folder="rtkyz-phcs4",operation="CountLocal"} 0.05821238800000005
syncthing_db_operation_seconds_total{folder="rtkyz-phcs4",operation="CountNeed"} 3.079452711000002
syncthing_db_operation_seconds_total{folder="rtkyz-phcs4",operation="CountReceiveOnlyChanged"} 0.01868572999999997
syncthing_db_operation_seconds_total{folder="rtkyz-phcs4",operation="GetDeviceFile"} 2.154800844000018
syncthing_db_operation_seconds_total{folder="rtkyz-phcs4",operation="GetDeviceSequence"} 1.000333368999997
syncthing_db_operation_seconds_total{folder="rtkyz-phcs4",operation="IndexIDGet"} 0.09298566399999987
syncthing_db_operation_seconds_total{folder="rtkyz-phcs4",operation="ListDevicesForFolder"} 7.7633e-05
syncthing_db_operation_seconds_total{folder="rtkyz-phcs4",operation="RemoteSequences"} 0.043063653000000056
syncthing_db_operation_seconds_total{folder="tga9w-t5cam",operation="AllLocalFilesBySequence"} 0.003626130000000004
syncthing_db_operation_seconds_total{folder="tga9w-t5cam",operation="AllLocalFilesPrefix"} 0.0006018079999999998
syncthing_db_operation_seconds_total{folder="tga9w-t5cam",operation="CountGlobal"} 0.05926010599999994
syncthing_db_operation_seconds_total{folder="tga9w-t5cam",operation="CountLocal"} 0.03362553999999999
syncthing_db_operation_seconds_total{folder="tga9w-t5cam",operation="CountNeed"} 0.825238887000002
syncthing_db_operation_seconds_total{folder="tga9w-t5cam",operation="CountReceiveOnlyChanged"} 0.011931419000000018
syncthing_db_operation_seconds_total{folder="tga9w-t5cam",operation="GetDeviceFile"} 1.2326768430000148
syncthing_db_operation_seconds_total{folder="tga9w-t5cam",operation="GetDeviceSequence"} 0.51781367
syncthing_db_operation_seconds_total{folder="tga9w-t5cam",operation="IndexIDGet"} 0.04673417899999997
syncthing_db_operation_seconds_total{folder="tga9w-t5cam",operation="ListDevicesForFolder"} 4.9219e-05
syncthing_db_operation_seconds_total{folder="tga9w-t5cam",operation="RemoteSequences"} 0.020563725999999977
syncthing_db_operation_seconds_total{folder="vznmw-vnk6x",operation="AllLocalFilesBySequence"} 0.15394959199999997
syncthing_db_operation_seconds_total{folder="vznmw-vnk6x",operation="AllLocalFilesPrefix"} 0.0027873049999999995
syncthing_db_operation_seconds_total{folder="vznmw-vnk6x",operation="AllNeededGlobalFiles"} 0.18356817299999975
syncthing_db_operation_seconds_total{folder="vznmw-vnk6x",operation="CountGlobal"} 0.48237936099999884
syncthing_db_operation_seconds_total{folder="vznmw-vnk6x",operation="CountLocal"} 0.21067641800000006
syncthing_db_operation_seconds_total{folder="vznmw-vnk6x",operation="CountNeed"} 12.302877505000026
syncthing_db_operation_seconds_total{folder="vznmw-vnk6x",operation="CountReceiveOnlyChanged"} 0.06232444300000014
syncthing_db_operation_seconds_total{folder="vznmw-vnk6x",operation="GetDeviceFile"} 9.761093294999766
syncthing_db_operation_seconds_total{folder="vznmw-vnk6x",operation="GetDeviceSequence"} 1.436732939000003
syncthing_db_operation_seconds_total{folder="vznmw-vnk6x",operation="GetGlobalAvailability"} 2.349430818000013
syncthing_db_operation_seconds_total{folder="vznmw-vnk6x",operation="GetGlobalFile"} 1.3879052249999948
syncthing_db_operation_seconds_total{folder="vznmw-vnk6x",operation="IndexIDGet"} 0.030848202999999984
syncthing_db_operation_seconds_total{folder="vznmw-vnk6x",operation="ListDevicesForFolder"} 4.9178e-05
syncthing_db_operation_seconds_total{folder="vznmw-vnk6x",operation="RemoteSequences"} 0.12335581500000019
syncthing_db_operation_seconds_total{folder="vznmw-vnk6x",operation="Update"} 17.277421432000047
syncthing_db_operation_seconds_total{folder="x9qlv-cvc2h",operation="AllLocalFilesBySequence"} 0.006852482000000007
syncthing_db_operation_seconds_total{folder="x9qlv-cvc2h",operation="AllLocalFilesPrefix"} 0.000538412
syncthing_db_operation_seconds_total{folder="x9qlv-cvc2h",operation="CountGlobal"} 0.11994751299999988
syncthing_db_operation_seconds_total{folder="x9qlv-cvc2h",operation="CountLocal"} 0.051199992000000125
syncthing_db_operation_seconds_total{folder="x9qlv-cvc2h",operation="CountNeed"} 0.19257091899999929
syncthing_db_operation_seconds_total{folder="x9qlv-cvc2h",operation="CountReceiveOnlyChanged"} 0.017597575999999993
syncthing_db_operation_seconds_total{folder="x9qlv-cvc2h",operation="GetDeviceFile"} 0.03121849299999999
syncthing_db_operation_seconds_total{folder="x9qlv-cvc2h",operation="GetDeviceSequence"} 1.0972612030000026
syncthing_db_operation_seconds_total{folder="x9qlv-cvc2h",operation="IndexIDGet"} 0.08680565899999995
syncthing_db_operation_seconds_total{folder="x9qlv-cvc2h",operation="ListDevicesForFolder"} 4.8511e-05
syncthing_db_operation_seconds_total{folder="x9qlv-cvc2h",operation="RemoteSequences"} 0.03895971099999993
syncthing_db_operation_seconds_total{folder="zdbwl-eqmcj",operation="AllLocalFilesBySequence"} 0.012576297000000002
syncthing_db_operation_seconds_total{folder="zdbwl-eqmcj",operation="AllLocalFilesPrefix"} 0.027433605999999996
syncthing_db_operation_seconds_total{folder="zdbwl-eqmcj",operation="AllNeededGlobalFiles"} 0.005015944999999998
syncthing_db_operation_seconds_total{folder="zdbwl-eqmcj",operation="CountGlobal"} 0.28555356700000034
syncthing_db_operation_seconds_total{folder="zdbwl-eqmcj",operation="CountLocal"} 0.07952964899999986
syncthing_db_operation_seconds_total{folder="zdbwl-eqmcj",operation="CountNeed"} 11.013143219000005
syncthing_db_operation_seconds_total{folder="zdbwl-eqmcj",operation="CountReceiveOnlyChanged"} 0.023814383999999956
syncthing_db_operation_seconds_total{folder="zdbwl-eqmcj",operation="GetDeviceFile"} 9.961714666999793
syncthing_db_operation_seconds_total{folder="zdbwl-eqmcj",operation="GetDeviceSequence"} 1.277569954999976
syncthing_db_operation_seconds_total{folder="zdbwl-eqmcj",operation="GetGlobalAvailability"} 1.550886669000002
syncthing_db_operation_seconds_total{folder="zdbwl-eqmcj",operation="GetGlobalFile"} 0.13668967300000004
syncthing_db_operation_seconds_total{folder="zdbwl-eqmcj",operation="IndexIDGet"} 0.09835053799999972
syncthing_db_operation_seconds_total{folder="zdbwl-eqmcj",operation="ListDevicesForFolder"} 8.174e-05
syncthing_db_operation_seconds_total{folder="zdbwl-eqmcj",operation="RemoteSequences"} 0.05488648699999998
syncthing_db_operation_seconds_total{folder="zdbwl-eqmcj",operation="Update"} 1.3368375960000003
# 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="777nd-czaxy",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="777nd-czaxy",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="777nd-czaxy",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="777nd-czaxy",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="777nd-czaxy",operation="CountLocal"} 0
syncthing_db_operations_current{folder="777nd-czaxy",operation="CountNeed"} 0
syncthing_db_operations_current{folder="777nd-czaxy",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="777nd-czaxy",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="777nd-czaxy",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="777nd-czaxy",operation="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="777nd-czaxy",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="777nd-czaxy",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="777nd-czaxy",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="777nd-czaxy",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="777nd-czaxy",operation="Update"} 0
syncthing_db_operations_current{folder="95agh-9p2qq",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="95agh-9p2qq",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="95agh-9p2qq",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="95agh-9p2qq",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="95agh-9p2qq",operation="CountLocal"} 0
syncthing_db_operations_current{folder="95agh-9p2qq",operation="CountNeed"} 0
syncthing_db_operations_current{folder="95agh-9p2qq",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="95agh-9p2qq",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="95agh-9p2qq",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="95agh-9p2qq",operation="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="95agh-9p2qq",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="95agh-9p2qq",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="95agh-9p2qq",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="95agh-9p2qq",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="95agh-9p2qq",operation="Update"} 0
syncthing_db_operations_current{folder="bwrfc-rm3io",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="bwrfc-rm3io",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="bwrfc-rm3io",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="bwrfc-rm3io",operation="CountLocal"} 0
syncthing_db_operations_current{folder="bwrfc-rm3io",operation="CountNeed"} 0
syncthing_db_operations_current{folder="bwrfc-rm3io",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="bwrfc-rm3io",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="bwrfc-rm3io",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="bwrfc-rm3io",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="bwrfc-rm3io",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="bwrfc-rm3io",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="gmhdh-krtkn",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="gmhdh-krtkn",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="gmhdh-krtkn",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="gmhdh-krtkn",operation="CountLocal"} 0
syncthing_db_operations_current{folder="gmhdh-krtkn",operation="CountNeed"} 0
syncthing_db_operations_current{folder="gmhdh-krtkn",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="gmhdh-krtkn",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="gmhdh-krtkn",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="gmhdh-krtkn",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="gmhdh-krtkn",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="gmhdh-krtkn",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="hmqb6-c4xgw",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="hmqb6-c4xgw",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="hmqb6-c4xgw",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="hmqb6-c4xgw",operation="CountLocal"} 0
syncthing_db_operations_current{folder="hmqb6-c4xgw",operation="CountNeed"} 0
syncthing_db_operations_current{folder="hmqb6-c4xgw",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="hmqb6-c4xgw",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="hmqb6-c4xgw",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="hmqb6-c4xgw",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="hmqb6-c4xgw",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="hmqb6-c4xgw",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="hnei7-qyqfx",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="hnei7-qyqfx",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="hnei7-qyqfx",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="hnei7-qyqfx",operation="CountLocal"} 0
syncthing_db_operations_current{folder="hnei7-qyqfx",operation="CountNeed"} 0
syncthing_db_operations_current{folder="hnei7-qyqfx",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="hnei7-qyqfx",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="hnei7-qyqfx",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="hnei7-qyqfx",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="hnei7-qyqfx",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="hnei7-qyqfx",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="hswyc-v4yxw",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="hswyc-v4yxw",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="hswyc-v4yxw",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="hswyc-v4yxw",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="hswyc-v4yxw",operation="CountLocal"} 0
syncthing_db_operations_current{folder="hswyc-v4yxw",operation="CountNeed"} 0
syncthing_db_operations_current{folder="hswyc-v4yxw",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="hswyc-v4yxw",operation="DropAllFiles"} 0
syncthing_db_operations_current{folder="hswyc-v4yxw",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="hswyc-v4yxw",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="hswyc-v4yxw",operation="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="hswyc-v4yxw",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="hswyc-v4yxw",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="hswyc-v4yxw",operation="IndexIDSet"} 0
syncthing_db_operations_current{folder="hswyc-v4yxw",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="hswyc-v4yxw",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="hswyc-v4yxw",operation="Update"} 0
syncthing_db_operations_current{folder="iilrc-56mig",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="iilrc-56mig",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="iilrc-56mig",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="iilrc-56mig",operation="CountLocal"} 0
syncthing_db_operations_current{folder="iilrc-56mig",operation="CountNeed"} 0
syncthing_db_operations_current{folder="iilrc-56mig",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="iilrc-56mig",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="iilrc-56mig",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="iilrc-56mig",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="iilrc-56mig",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="iilrc-56mig",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="janf-exports",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="janf-exports",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="janf-exports",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="janf-exports",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="janf-exports",operation="CountLocal"} 0
syncthing_db_operations_current{folder="janf-exports",operation="CountNeed"} 0
syncthing_db_operations_current{folder="janf-exports",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="janf-exports",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="janf-exports",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="janf-exports",operation="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="janf-exports",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="janf-exports",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="janf-exports",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="janf-exports",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="janf-exports",operation="Update"} 0
syncthing_db_operations_current{folder="kjfeh-fcnbm",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="kjfeh-fcnbm",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="kjfeh-fcnbm",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="kjfeh-fcnbm",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="kjfeh-fcnbm",operation="CountLocal"} 0
syncthing_db_operations_current{folder="kjfeh-fcnbm",operation="CountNeed"} 0
syncthing_db_operations_current{folder="kjfeh-fcnbm",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="kjfeh-fcnbm",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="kjfeh-fcnbm",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="kjfeh-fcnbm",operation="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="kjfeh-fcnbm",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="kjfeh-fcnbm",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="kjfeh-fcnbm",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="kjfeh-fcnbm",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="kjfeh-fcnbm",operation="Update"} 0
syncthing_db_operations_current{folder="kmw2d-u7np9",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="kmw2d-u7np9",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="kmw2d-u7np9",operation="CountLocal"} 0
syncthing_db_operations_current{folder="kmw2d-u7np9",operation="CountNeed"} 0
syncthing_db_operations_current{folder="kmw2d-u7np9",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="kmw2d-u7np9",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="kmw2d-u7np9",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="kmw2d-u7np9",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="kmw2d-u7np9",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="lhbpb-kmcbm",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="lhbpb-kmcbm",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="lhbpb-kmcbm",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="lhbpb-kmcbm",operation="CountLocal"} 0
syncthing_db_operations_current{folder="lhbpb-kmcbm",operation="CountNeed"} 0
syncthing_db_operations_current{folder="lhbpb-kmcbm",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="lhbpb-kmcbm",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="lhbpb-kmcbm",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="lhbpb-kmcbm",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="lhbpb-kmcbm",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="lhbpb-kmcbm",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="o6fkd-igcmu",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="o6fkd-igcmu",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="o6fkd-igcmu",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="o6fkd-igcmu",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="o6fkd-igcmu",operation="CountLocal"} 0
syncthing_db_operations_current{folder="o6fkd-igcmu",operation="CountNeed"} 0
syncthing_db_operations_current{folder="o6fkd-igcmu",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="o6fkd-igcmu",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="o6fkd-igcmu",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="o6fkd-igcmu",operation="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="o6fkd-igcmu",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="o6fkd-igcmu",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="o6fkd-igcmu",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="o6fkd-igcmu",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="o6fkd-igcmu",operation="Update"} 0
syncthing_db_operations_current{folder="rtkyz-phcs4",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="rtkyz-phcs4",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="rtkyz-phcs4",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="rtkyz-phcs4",operation="CountLocal"} 0
syncthing_db_operations_current{folder="rtkyz-phcs4",operation="CountNeed"} 0
syncthing_db_operations_current{folder="rtkyz-phcs4",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="rtkyz-phcs4",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="rtkyz-phcs4",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="rtkyz-phcs4",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="rtkyz-phcs4",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="rtkyz-phcs4",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="tga9w-t5cam",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="tga9w-t5cam",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="tga9w-t5cam",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="tga9w-t5cam",operation="CountLocal"} 0
syncthing_db_operations_current{folder="tga9w-t5cam",operation="CountNeed"} 0
syncthing_db_operations_current{folder="tga9w-t5cam",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="tga9w-t5cam",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="tga9w-t5cam",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="tga9w-t5cam",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="tga9w-t5cam",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="tga9w-t5cam",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="vznmw-vnk6x",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="vznmw-vnk6x",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="vznmw-vnk6x",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="vznmw-vnk6x",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="vznmw-vnk6x",operation="CountLocal"} 0
syncthing_db_operations_current{folder="vznmw-vnk6x",operation="CountNeed"} 0
syncthing_db_operations_current{folder="vznmw-vnk6x",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="vznmw-vnk6x",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="vznmw-vnk6x",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="vznmw-vnk6x",operation="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="vznmw-vnk6x",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="vznmw-vnk6x",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="vznmw-vnk6x",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="vznmw-vnk6x",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="vznmw-vnk6x",operation="Update"} 0
syncthing_db_operations_current{folder="x9qlv-cvc2h",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="x9qlv-cvc2h",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="x9qlv-cvc2h",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="x9qlv-cvc2h",operation="CountLocal"} 0
syncthing_db_operations_current{folder="x9qlv-cvc2h",operation="CountNeed"} 0
syncthing_db_operations_current{folder="x9qlv-cvc2h",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="x9qlv-cvc2h",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="x9qlv-cvc2h",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="x9qlv-cvc2h",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="x9qlv-cvc2h",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="x9qlv-cvc2h",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="zdbwl-eqmcj",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="zdbwl-eqmcj",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="zdbwl-eqmcj",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="zdbwl-eqmcj",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="zdbwl-eqmcj",operation="CountLocal"} 0
syncthing_db_operations_current{folder="zdbwl-eqmcj",operation="CountNeed"} 0
syncthing_db_operations_current{folder="zdbwl-eqmcj",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="zdbwl-eqmcj",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="zdbwl-eqmcj",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="zdbwl-eqmcj",operation="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="zdbwl-eqmcj",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="zdbwl-eqmcj",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="zdbwl-eqmcj",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="zdbwl-eqmcj",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="zdbwl-eqmcj",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"} 1.790859e+06
syncthing_db_operations_total{folder="-",operation="GetKV"} 1.387523e+06
syncthing_db_operations_total{folder="-",operation="ListFolders"} 1
syncthing_db_operations_total{folder="-",operation="PrefixKV"} 1114
syncthing_db_operations_total{folder="-",operation="PutKV"} 91304
syncthing_db_operations_total{folder="777nd-czaxy",operation="AllLocalFilesBySequence"} 8257
syncthing_db_operations_total{folder="777nd-czaxy",operation="AllLocalFilesPrefix"} 53
syncthing_db_operations_total{folder="777nd-czaxy",operation="AllNeededGlobalFiles"} 488
syncthing_db_operations_total{folder="777nd-czaxy",operation="CountGlobal"} 8360
syncthing_db_operations_total{folder="777nd-czaxy",operation="CountLocal"} 2778
syncthing_db_operations_total{folder="777nd-czaxy",operation="CountNeed"} 9416
syncthing_db_operations_total{folder="777nd-czaxy",operation="CountReceiveOnlyChanged"} 2778
syncthing_db_operations_total{folder="777nd-czaxy",operation="GetDeviceFile"} 1183
syncthing_db_operations_total{folder="777nd-czaxy",operation="GetDeviceSequence"} 33931
syncthing_db_operations_total{folder="777nd-czaxy",operation="GetGlobalAvailability"} 43280
syncthing_db_operations_total{folder="777nd-czaxy",operation="GetGlobalFile"} 600
syncthing_db_operations_total{folder="777nd-czaxy",operation="IndexIDGet"} 8713
syncthing_db_operations_total{folder="777nd-czaxy",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="777nd-czaxy",operation="RemoteSequences"} 2778
syncthing_db_operations_total{folder="777nd-czaxy",operation="Update"} 82
syncthing_db_operations_total{folder="95agh-9p2qq",operation="AllLocalFilesBySequence"} 1247
syncthing_db_operations_total{folder="95agh-9p2qq",operation="AllLocalFilesPrefix"} 50
syncthing_db_operations_total{folder="95agh-9p2qq",operation="AllNeededGlobalFiles"} 388
syncthing_db_operations_total{folder="95agh-9p2qq",operation="CountGlobal"} 8873
syncthing_db_operations_total{folder="95agh-9p2qq",operation="CountLocal"} 2949
syncthing_db_operations_total{folder="95agh-9p2qq",operation="CountNeed"} 11344
syncthing_db_operations_total{folder="95agh-9p2qq",operation="CountReceiveOnlyChanged"} 2949
syncthing_db_operations_total{folder="95agh-9p2qq",operation="GetDeviceFile"} 48140
syncthing_db_operations_total{folder="95agh-9p2qq",operation="GetDeviceSequence"} 37978
syncthing_db_operations_total{folder="95agh-9p2qq",operation="GetGlobalAvailability"} 441
syncthing_db_operations_total{folder="95agh-9p2qq",operation="GetGlobalFile"} 219
syncthing_db_operations_total{folder="95agh-9p2qq",operation="IndexIDGet"} 9767
syncthing_db_operations_total{folder="95agh-9p2qq",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="95agh-9p2qq",operation="RemoteSequences"} 2949
syncthing_db_operations_total{folder="95agh-9p2qq",operation="Update"} 467
syncthing_db_operations_total{folder="bwrfc-rm3io",operation="AllLocalFilesBySequence"} 529
syncthing_db_operations_total{folder="bwrfc-rm3io",operation="AllLocalFilesPrefix"} 52
syncthing_db_operations_total{folder="bwrfc-rm3io",operation="CountGlobal"} 3627
syncthing_db_operations_total{folder="bwrfc-rm3io",operation="CountLocal"} 1802
syncthing_db_operations_total{folder="bwrfc-rm3io",operation="CountNeed"} 4671
syncthing_db_operations_total{folder="bwrfc-rm3io",operation="CountReceiveOnlyChanged"} 1802
syncthing_db_operations_total{folder="bwrfc-rm3io",operation="GetDeviceFile"} 1768
syncthing_db_operations_total{folder="bwrfc-rm3io",operation="GetDeviceSequence"} 17902
syncthing_db_operations_total{folder="bwrfc-rm3io",operation="IndexIDGet"} 4852
syncthing_db_operations_total{folder="bwrfc-rm3io",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="bwrfc-rm3io",operation="RemoteSequences"} 1802
syncthing_db_operations_total{folder="gmhdh-krtkn",operation="AllLocalFilesBySequence"} 529
syncthing_db_operations_total{folder="gmhdh-krtkn",operation="AllLocalFilesPrefix"} 1120
syncthing_db_operations_total{folder="gmhdh-krtkn",operation="CountGlobal"} 3627
syncthing_db_operations_total{folder="gmhdh-krtkn",operation="CountLocal"} 1802
syncthing_db_operations_total{folder="gmhdh-krtkn",operation="CountNeed"} 4671
syncthing_db_operations_total{folder="gmhdh-krtkn",operation="CountReceiveOnlyChanged"} 1802
syncthing_db_operations_total{folder="gmhdh-krtkn",operation="GetDeviceFile"} 540960
syncthing_db_operations_total{folder="gmhdh-krtkn",operation="GetDeviceSequence"} 17902
syncthing_db_operations_total{folder="gmhdh-krtkn",operation="IndexIDGet"} 4852
syncthing_db_operations_total{folder="gmhdh-krtkn",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="gmhdh-krtkn",operation="RemoteSequences"} 1802
syncthing_db_operations_total{folder="hmqb6-c4xgw",operation="AllLocalFilesBySequence"} 529
syncthing_db_operations_total{folder="hmqb6-c4xgw",operation="AllLocalFilesPrefix"} 49
syncthing_db_operations_total{folder="hmqb6-c4xgw",operation="CountGlobal"} 3627
syncthing_db_operations_total{folder="hmqb6-c4xgw",operation="CountLocal"} 1802
syncthing_db_operations_total{folder="hmqb6-c4xgw",operation="CountNeed"} 4671
syncthing_db_operations_total{folder="hmqb6-c4xgw",operation="CountReceiveOnlyChanged"} 1802
syncthing_db_operations_total{folder="hmqb6-c4xgw",operation="GetDeviceFile"} 6958
syncthing_db_operations_total{folder="hmqb6-c4xgw",operation="GetDeviceSequence"} 17902
syncthing_db_operations_total{folder="hmqb6-c4xgw",operation="IndexIDGet"} 4852
syncthing_db_operations_total{folder="hmqb6-c4xgw",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="hmqb6-c4xgw",operation="RemoteSequences"} 1802
syncthing_db_operations_total{folder="hnei7-qyqfx",operation="AllLocalFilesBySequence"} 529
syncthing_db_operations_total{folder="hnei7-qyqfx",operation="AllLocalFilesPrefix"} 50
syncthing_db_operations_total{folder="hnei7-qyqfx",operation="CountGlobal"} 3627
syncthing_db_operations_total{folder="hnei7-qyqfx",operation="CountLocal"} 1802
syncthing_db_operations_total{folder="hnei7-qyqfx",operation="CountNeed"} 4671
syncthing_db_operations_total{folder="hnei7-qyqfx",operation="CountReceiveOnlyChanged"} 1802
syncthing_db_operations_total{folder="hnei7-qyqfx",operation="GetDeviceFile"} 15050
syncthing_db_operations_total{folder="hnei7-qyqfx",operation="GetDeviceSequence"} 17902
syncthing_db_operations_total{folder="hnei7-qyqfx",operation="IndexIDGet"} 4852
syncthing_db_operations_total{folder="hnei7-qyqfx",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="hnei7-qyqfx",operation="RemoteSequences"} 1802
syncthing_db_operations_total{folder="hswyc-v4yxw",operation="AllLocalFilesBySequence"} 99
syncthing_db_operations_total{folder="hswyc-v4yxw",operation="AllLocalFilesPrefix"} 57
syncthing_db_operations_total{folder="hswyc-v4yxw",operation="AllNeededGlobalFiles"} 115
syncthing_db_operations_total{folder="hswyc-v4yxw",operation="CountGlobal"} 399
syncthing_db_operations_total{folder="hswyc-v4yxw",operation="CountLocal"} 197
syncthing_db_operations_total{folder="hswyc-v4yxw",operation="CountNeed"} 578
syncthing_db_operations_total{folder="hswyc-v4yxw",operation="CountReceiveOnlyChanged"} 197
syncthing_db_operations_total{folder="hswyc-v4yxw",operation="DropAllFiles"} 10
syncthing_db_operations_total{folder="hswyc-v4yxw",operation="GetDeviceFile"} 8837
syncthing_db_operations_total{folder="hswyc-v4yxw",operation="GetDeviceSequence"} 60967
syncthing_db_operations_total{folder="hswyc-v4yxw",operation="GetGlobalAvailability"} 218
syncthing_db_operations_total{folder="hswyc-v4yxw",operation="GetGlobalFile"} 105
syncthing_db_operations_total{folder="hswyc-v4yxw",operation="IndexIDGet"} 3864
syncthing_db_operations_total{folder="hswyc-v4yxw",operation="IndexIDSet"} 3
syncthing_db_operations_total{folder="hswyc-v4yxw",operation="ListDevicesForFolder"} 7
syncthing_db_operations_total{folder="hswyc-v4yxw",operation="RemoteSequences"} 197
syncthing_db_operations_total{folder="hswyc-v4yxw",operation="Update"} 120
syncthing_db_operations_total{folder="iilrc-56mig",operation="AllLocalFilesBySequence"} 529
syncthing_db_operations_total{folder="iilrc-56mig",operation="AllLocalFilesPrefix"} 53
syncthing_db_operations_total{folder="iilrc-56mig",operation="CountGlobal"} 3627
syncthing_db_operations_total{folder="iilrc-56mig",operation="CountLocal"} 1802
syncthing_db_operations_total{folder="iilrc-56mig",operation="CountNeed"} 4671
syncthing_db_operations_total{folder="iilrc-56mig",operation="CountReceiveOnlyChanged"} 1802
syncthing_db_operations_total{folder="iilrc-56mig",operation="GetDeviceFile"} 318
syncthing_db_operations_total{folder="iilrc-56mig",operation="GetDeviceSequence"} 17902
syncthing_db_operations_total{folder="iilrc-56mig",operation="IndexIDGet"} 4852
syncthing_db_operations_total{folder="iilrc-56mig",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="iilrc-56mig",operation="RemoteSequences"} 1802
syncthing_db_operations_total{folder="janf-exports",operation="AllLocalFilesBySequence"} 981
syncthing_db_operations_total{folder="janf-exports",operation="AllLocalFilesPrefix"} 1116
syncthing_db_operations_total{folder="janf-exports",operation="AllNeededGlobalFiles"} 4
syncthing_db_operations_total{folder="janf-exports",operation="CountGlobal"} 7793
syncthing_db_operations_total{folder="janf-exports",operation="CountLocal"} 2589
syncthing_db_operations_total{folder="janf-exports",operation="CountNeed"} 9741
syncthing_db_operations_total{folder="janf-exports",operation="CountReceiveOnlyChanged"} 2589
syncthing_db_operations_total{folder="janf-exports",operation="GetDeviceFile"} 229510
syncthing_db_operations_total{folder="janf-exports",operation="GetDeviceSequence"} 35891
syncthing_db_operations_total{folder="janf-exports",operation="GetGlobalAvailability"} 9
syncthing_db_operations_total{folder="janf-exports",operation="GetGlobalFile"} 2
syncthing_db_operations_total{folder="janf-exports",operation="IndexIDGet"} 9767
syncthing_db_operations_total{folder="janf-exports",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="janf-exports",operation="RemoteSequences"} 2589
syncthing_db_operations_total{folder="janf-exports",operation="Update"} 6
syncthing_db_operations_total{folder="kjfeh-fcnbm",operation="AllLocalFilesBySequence"} 530
syncthing_db_operations_total{folder="kjfeh-fcnbm",operation="AllLocalFilesPrefix"} 51
syncthing_db_operations_total{folder="kjfeh-fcnbm",operation="AllNeededGlobalFiles"} 2
syncthing_db_operations_total{folder="kjfeh-fcnbm",operation="CountGlobal"} 3631
syncthing_db_operations_total{folder="kjfeh-fcnbm",operation="CountLocal"} 1804
syncthing_db_operations_total{folder="kjfeh-fcnbm",operation="CountNeed"} 4677
syncthing_db_operations_total{folder="kjfeh-fcnbm",operation="CountReceiveOnlyChanged"} 1804
syncthing_db_operations_total{folder="kjfeh-fcnbm",operation="GetDeviceFile"} 1.0152166e+07
syncthing_db_operations_total{folder="kjfeh-fcnbm",operation="GetDeviceSequence"} 17910
syncthing_db_operations_total{folder="kjfeh-fcnbm",operation="GetGlobalAvailability"} 4
syncthing_db_operations_total{folder="kjfeh-fcnbm",operation="GetGlobalFile"} 2
syncthing_db_operations_total{folder="kjfeh-fcnbm",operation="IndexIDGet"} 4852
syncthing_db_operations_total{folder="kjfeh-fcnbm",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="kjfeh-fcnbm",operation="RemoteSequences"} 1804
syncthing_db_operations_total{folder="kjfeh-fcnbm",operation="Update"} 2
syncthing_db_operations_total{folder="kmw2d-u7np9",operation="AllLocalFilesPrefix"} 51
syncthing_db_operations_total{folder="kmw2d-u7np9",operation="CountGlobal"} 71
syncthing_db_operations_total{folder="kmw2d-u7np9",operation="CountLocal"} 51
syncthing_db_operations_total{folder="kmw2d-u7np9",operation="CountNeed"} 57
syncthing_db_operations_total{folder="kmw2d-u7np9",operation="CountReceiveOnlyChanged"} 51
syncthing_db_operations_total{folder="kmw2d-u7np9",operation="GetDeviceFile"} 215220
syncthing_db_operations_total{folder="kmw2d-u7np9",operation="GetDeviceSequence"} 57
syncthing_db_operations_total{folder="kmw2d-u7np9",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="kmw2d-u7np9",operation="RemoteSequences"} 51
syncthing_db_operations_total{folder="lhbpb-kmcbm",operation="AllLocalFilesBySequence"} 529
syncthing_db_operations_total{folder="lhbpb-kmcbm",operation="AllLocalFilesPrefix"} 52
syncthing_db_operations_total{folder="lhbpb-kmcbm",operation="CountGlobal"} 3627
syncthing_db_operations_total{folder="lhbpb-kmcbm",operation="CountLocal"} 1802
syncthing_db_operations_total{folder="lhbpb-kmcbm",operation="CountNeed"} 4671
syncthing_db_operations_total{folder="lhbpb-kmcbm",operation="CountReceiveOnlyChanged"} 1802
syncthing_db_operations_total{folder="lhbpb-kmcbm",operation="GetDeviceFile"} 1.262092e+06
syncthing_db_operations_total{folder="lhbpb-kmcbm",operation="GetDeviceSequence"} 17902
syncthing_db_operations_total{folder="lhbpb-kmcbm",operation="IndexIDGet"} 4852
syncthing_db_operations_total{folder="lhbpb-kmcbm",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="lhbpb-kmcbm",operation="RemoteSequences"} 1802
syncthing_db_operations_total{folder="o6fkd-igcmu",operation="AllLocalFilesBySequence"} 111104
syncthing_db_operations_total{folder="o6fkd-igcmu",operation="AllLocalFilesPrefix"} 50
syncthing_db_operations_total{folder="o6fkd-igcmu",operation="AllNeededGlobalFiles"} 70
syncthing_db_operations_total{folder="o6fkd-igcmu",operation="CountGlobal"} 5765
syncthing_db_operations_total{folder="o6fkd-igcmu",operation="CountLocal"} 1913
syncthing_db_operations_total{folder="o6fkd-igcmu",operation="CountNeed"} 6954
syncthing_db_operations_total{folder="o6fkd-igcmu",operation="CountReceiveOnlyChanged"} 1913
syncthing_db_operations_total{folder="o6fkd-igcmu",operation="GetDeviceFile"} 284
syncthing_db_operations_total{folder="o6fkd-igcmu",operation="GetDeviceSequence"} 142447
syncthing_db_operations_total{folder="o6fkd-igcmu",operation="GetGlobalAvailability"} 555
syncthing_db_operations_total{folder="o6fkd-igcmu",operation="GetGlobalFile"} 19
syncthing_db_operations_total{folder="o6fkd-igcmu",operation="IndexIDGet"} 8130
syncthing_db_operations_total{folder="o6fkd-igcmu",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="o6fkd-igcmu",operation="RemoteSequences"} 1913
syncthing_db_operations_total{folder="o6fkd-igcmu",operation="Update"} 84
syncthing_db_operations_total{folder="rtkyz-phcs4",operation="AllLocalFilesBySequence"} 979
syncthing_db_operations_total{folder="rtkyz-phcs4",operation="AllLocalFilesPrefix"} 51
syncthing_db_operations_total{folder="rtkyz-phcs4",operation="CountGlobal"} 7784
syncthing_db_operations_total{folder="rtkyz-phcs4",operation="CountLocal"} 2586
syncthing_db_operations_total{folder="rtkyz-phcs4",operation="CountNeed"} 9726
syncthing_db_operations_total{folder="rtkyz-phcs4",operation="CountReceiveOnlyChanged"} 2586
syncthing_db_operations_total{folder="rtkyz-phcs4",operation="GetDeviceFile"} 79509
syncthing_db_operations_total{folder="rtkyz-phcs4",operation="GetDeviceSequence"} 35870
syncthing_db_operations_total{folder="rtkyz-phcs4",operation="IndexIDGet"} 9767
syncthing_db_operations_total{folder="rtkyz-phcs4",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="rtkyz-phcs4",operation="RemoteSequences"} 2586
syncthing_db_operations_total{folder="tga9w-t5cam",operation="AllLocalFilesBySequence"} 529
syncthing_db_operations_total{folder="tga9w-t5cam",operation="AllLocalFilesPrefix"} 50
syncthing_db_operations_total{folder="tga9w-t5cam",operation="CountGlobal"} 3627
syncthing_db_operations_total{folder="tga9w-t5cam",operation="CountLocal"} 1802
syncthing_db_operations_total{folder="tga9w-t5cam",operation="CountNeed"} 4671
syncthing_db_operations_total{folder="tga9w-t5cam",operation="CountReceiveOnlyChanged"} 1802
syncthing_db_operations_total{folder="tga9w-t5cam",operation="GetDeviceFile"} 66000
syncthing_db_operations_total{folder="tga9w-t5cam",operation="GetDeviceSequence"} 17902
syncthing_db_operations_total{folder="tga9w-t5cam",operation="IndexIDGet"} 4852
syncthing_db_operations_total{folder="tga9w-t5cam",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="tga9w-t5cam",operation="RemoteSequences"} 1802
syncthing_db_operations_total{folder="vznmw-vnk6x",operation="AllLocalFilesBySequence"} 3191
syncthing_db_operations_total{folder="vznmw-vnk6x",operation="AllLocalFilesPrefix"} 52
syncthing_db_operations_total{folder="vznmw-vnk6x",operation="AllNeededGlobalFiles"} 5694
syncthing_db_operations_total{folder="vznmw-vnk6x",operation="CountGlobal"} 10143
syncthing_db_operations_total{folder="vznmw-vnk6x",operation="CountLocal"} 5060
syncthing_db_operations_total{folder="vznmw-vnk6x",operation="CountNeed"} 16004
syncthing_db_operations_total{folder="vznmw-vnk6x",operation="CountReceiveOnlyChanged"} 5060
syncthing_db_operations_total{folder="vznmw-vnk6x",operation="GetDeviceFile"} 369956
syncthing_db_operations_total{folder="vznmw-vnk6x",operation="GetDeviceSequence"} 32276
syncthing_db_operations_total{folder="vznmw-vnk6x",operation="GetGlobalAvailability"} 33834
syncthing_db_operations_total{folder="vznmw-vnk6x",operation="GetGlobalFile"} 14688
syncthing_db_operations_total{folder="vznmw-vnk6x",operation="IndexIDGet"} 940
syncthing_db_operations_total{folder="vznmw-vnk6x",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="vznmw-vnk6x",operation="RemoteSequences"} 5060
syncthing_db_operations_total{folder="vznmw-vnk6x",operation="Update"} 6124
syncthing_db_operations_total{folder="x9qlv-cvc2h",operation="AllLocalFilesBySequence"} 979
syncthing_db_operations_total{folder="x9qlv-cvc2h",operation="AllLocalFilesPrefix"} 51
syncthing_db_operations_total{folder="x9qlv-cvc2h",operation="CountGlobal"} 7784
syncthing_db_operations_total{folder="x9qlv-cvc2h",operation="CountLocal"} 2586
syncthing_db_operations_total{folder="x9qlv-cvc2h",operation="CountNeed"} 9726
syncthing_db_operations_total{folder="x9qlv-cvc2h",operation="CountReceiveOnlyChanged"} 2586
syncthing_db_operations_total{folder="x9qlv-cvc2h",operation="GetDeviceFile"} 2142
syncthing_db_operations_total{folder="x9qlv-cvc2h",operation="GetDeviceSequence"} 35869
syncthing_db_operations_total{folder="x9qlv-cvc2h",operation="IndexIDGet"} 9767
syncthing_db_operations_total{folder="x9qlv-cvc2h",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="x9qlv-cvc2h",operation="RemoteSequences"} 2586
syncthing_db_operations_total{folder="zdbwl-eqmcj",operation="AllLocalFilesBySequence"} 1293
syncthing_db_operations_total{folder="zdbwl-eqmcj",operation="AllLocalFilesPrefix"} 415
syncthing_db_operations_total{folder="zdbwl-eqmcj",operation="AllNeededGlobalFiles"} 180
syncthing_db_operations_total{folder="zdbwl-eqmcj",operation="CountGlobal"} 9038
syncthing_db_operations_total{folder="zdbwl-eqmcj",operation="CountLocal"} 3004
syncthing_db_operations_total{folder="zdbwl-eqmcj",operation="CountNeed"} 11274
syncthing_db_operations_total{folder="zdbwl-eqmcj",operation="CountReceiveOnlyChanged"} 3004
syncthing_db_operations_total{folder="zdbwl-eqmcj",operation="GetDeviceFile"} 290678
syncthing_db_operations_total{folder="zdbwl-eqmcj",operation="GetDeviceSequence"} 38071
syncthing_db_operations_total{folder="zdbwl-eqmcj",operation="GetGlobalAvailability"} 25305
syncthing_db_operations_total{folder="zdbwl-eqmcj",operation="GetGlobalFile"} 860
syncthing_db_operations_total{folder="zdbwl-eqmcj",operation="IndexIDGet"} 9767
syncthing_db_operations_total{folder="zdbwl-eqmcj",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="zdbwl-eqmcj",operation="RemoteSequences"} 3004
syncthing_db_operations_total{folder="zdbwl-eqmcj",operation="Update"} 471
# HELP syncthing_events_total Total number of created/forwarded/dropped events
# TYPE syncthing_events_total counter
syncthing_events_total{event="ClusterConfigReceived",state="created"} 1046
syncthing_events_total{event="ClusterConfigReceived",state="delivered"} 2092
syncthing_events_total{event="ConfigSaved",state="created"} 23
syncthing_events_total{event="ConfigSaved",state="delivered"} 23
syncthing_events_total{event="DeviceConnected",state="created"} 1970
syncthing_events_total{event="DeviceConnected",state="delivered"} 3940
syncthing_events_total{event="DeviceDisconnected",state="created"} 1196
syncthing_events_total{event="DeviceDisconnected",state="delivered"} 4520
syncthing_events_total{event="Failure",state="created"} 4
syncthing_events_total{event="Failure",state="delivered"} 4
syncthing_events_total{event="FolderCompletion",state="created"} 55261
syncthing_events_total{event="FolderCompletion",state="delivered"} 55261
syncthing_events_total{event="FolderErrors",state="created"} 179
syncthing_events_total{event="FolderErrors",state="delivered"} 179
syncthing_events_total{event="FolderSummary",state="created"} 37213
syncthing_events_total{event="FolderSummary",state="delivered"} 37213
syncthing_events_total{event="ItemFinished",state="created"} 16617
syncthing_events_total{event="ItemFinished",state="delivered"} 66468
syncthing_events_total{event="ItemStarted",state="created"} 16617
syncthing_events_total{event="ItemStarted",state="delivered"} 66468
syncthing_events_total{event="ListenAddressesChanged",state="created"} 35
syncthing_events_total{event="ListenAddressesChanged",state="delivered"} 105
syncthing_events_total{event="LocalIndexUpdated",state="created"} 3786
syncthing_events_total{event="LocalIndexUpdated",state="delivered"} 38654
syncthing_events_total{event="RemoteChangeDetected",state="created"} 16218
syncthing_events_total{event="RemoteChangeDetected",state="delivered"} 16218
syncthing_events_total{event="RemoteIndexUpdated",state="created"} 3570
syncthing_events_total{event="RemoteIndexUpdated",state="delivered"} 7140
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"} 32373
syncthing_events_total{event="StateChanged",state="delivered"} 64746
# HELP syncthing_fs_operation_bytes_total Total number of filesystem bytes transferred, per filesystem root and operation
# TYPE syncthing_fs_operation_bytes_total counter
syncthing_fs_operation_bytes_total{operation="read",root="/var/lib/syncthing/ALTIUM"} 86
syncthing_fs_operation_bytes_total{operation="read",root="/var/lib/syncthing/CellPicturesSync"} 86
syncthing_fs_operation_bytes_total{operation="read",root="/var/lib/syncthing/Gitarre"} 86
syncthing_fs_operation_bytes_total{operation="read",root="/var/lib/syncthing/Music"} 86
syncthing_fs_operation_bytes_total{operation="read",root="/var/lib/syncthing/Obsidian"} 86
syncthing_fs_operation_bytes_total{operation="read",root="/var/lib/syncthing/Overleaf"} 86
syncthing_fs_operation_bytes_total{operation="read",root="/var/lib/syncthing/PaperlessConsume"} 86
syncthing_fs_operation_bytes_total{operation="read",root="/var/lib/syncthing/SignalBackups"} 86
syncthing_fs_operation_bytes_total{operation="read",root="/var/lib/syncthing/Tickets"} 86
syncthing_fs_operation_bytes_total{operation="read",root="/var/lib/syncthing/_shared_Mischa"} 86
syncthing_fs_operation_bytes_total{operation="read",root="/var/lib/syncthing/docs_sync"} 86
syncthing_fs_operation_bytes_total{operation="read",root="/var/lib/syncthing/mitNORM"} 86
syncthing_fs_operation_bytes_total{operation="read",root="/var/lib/syncthing/paperless-backup"} 86
syncthing_fs_operation_bytes_total{operation="read",root="/var/lib/syncthing/paperless-backup2"} 86
syncthing_fs_operation_bytes_total{operation="read",root="/var/lib/syncthing/pictures_sync"} 86
syncthing_fs_operation_bytes_total{operation="read",root="/var/lib/syncthing/public-pi-data"} 516
syncthing_fs_operation_bytes_total{operation="readat",root="/var/lib/syncthing/CellPicturesSync"} 2.261594016e+09
syncthing_fs_operation_bytes_total{operation="readat",root="/var/lib/syncthing/Exports"} 779565
syncthing_fs_operation_bytes_total{operation="readat",root="/var/lib/syncthing/Obsidian"} 430082
syncthing_fs_operation_bytes_total{operation="readat",root="/var/lib/syncthing/PaperlessConsume"} 1.8151692e+07
syncthing_fs_operation_bytes_total{operation="readat",root="/var/lib/syncthing/SignalBackups"} 4.878022272e+09
syncthing_fs_operation_bytes_total{operation="readat",root="/var/lib/syncthing/paperless-backup2"} 2.8713056424e+10
syncthing_fs_operation_bytes_total{operation="readat",root="/var/lib/syncthing/public-pi-data"} 3.278984e+06
syncthing_fs_operation_bytes_total{operation="write",root="/var/lib/syncthing/.config/syncthing"} 1.083284e+06
syncthing_fs_operation_bytes_total{operation="write",root="/var/lib/syncthing/public-pi-data"} 86
syncthing_fs_operation_bytes_total{operation="writeat",root="/var/lib/syncthing/CellPicturesSync"} 2.66193297e+09
syncthing_fs_operation_bytes_total{operation="writeat",root="/var/lib/syncthing/Exports"} 779565
syncthing_fs_operation_bytes_total{operation="writeat",root="/var/lib/syncthing/Obsidian"} 1.540581e+06
syncthing_fs_operation_bytes_total{operation="writeat",root="/var/lib/syncthing/PaperlessConsume"} 6.9101385e+07
syncthing_fs_operation_bytes_total{operation="writeat",root="/var/lib/syncthing/SignalBackups"} 8.659875267e+10
syncthing_fs_operation_bytes_total{operation="writeat",root="/var/lib/syncthing/docs_sync"} 41919
syncthing_fs_operation_bytes_total{operation="writeat",root="/var/lib/syncthing/paperless-backup2"} 3.0577328214e+10
syncthing_fs_operation_bytes_total{operation="writeat",root="/var/lib/syncthing/public-pi-data"} 5.668425e+06
# HELP syncthing_fs_operation_seconds_total Total time spent in filesystem operations, per filesystem root and operation
# TYPE syncthing_fs_operation_seconds_total counter
syncthing_fs_operation_seconds_total{operation="chmod",root="/var/lib/syncthing/.config/syncthing"} 0.0003366639999999999
syncthing_fs_operation_seconds_total{operation="chmod",root="/var/lib/syncthing/Exports"} 4.25e-05
syncthing_fs_operation_seconds_total{operation="chtimes",root="/var/lib/syncthing/CellPicturesSync"} 0.013118963999999988
syncthing_fs_operation_seconds_total{operation="chtimes",root="/var/lib/syncthing/Exports"} 8.3815e-05
syncthing_fs_operation_seconds_total{operation="chtimes",root="/var/lib/syncthing/Obsidian"} 0.006613435
syncthing_fs_operation_seconds_total{operation="chtimes",root="/var/lib/syncthing/PaperlessConsume"} 0.0010429909999999998
syncthing_fs_operation_seconds_total{operation="chtimes",root="/var/lib/syncthing/SignalBackups"} 0.003719704
syncthing_fs_operation_seconds_total{operation="chtimes",root="/var/lib/syncthing/docs_sync"} 0.000411324
syncthing_fs_operation_seconds_total{operation="chtimes",root="/var/lib/syncthing/paperless-backup2"} 0.462604338000001
syncthing_fs_operation_seconds_total{operation="chtimes",root="/var/lib/syncthing/public-pi-data"} 0.0031796749999999986
syncthing_fs_operation_seconds_total{operation="close",root="/var/lib/syncthing/.config/syncthing"} 0.00019098799999999998
syncthing_fs_operation_seconds_total{operation="close",root="/var/lib/syncthing/ALTIUM"} 1.098e-06
syncthing_fs_operation_seconds_total{operation="close",root="/var/lib/syncthing/CellPicturesSync"} 0.08978354999999967
syncthing_fs_operation_seconds_total{operation="close",root="/var/lib/syncthing/Exports"} 3.5889e-05
syncthing_fs_operation_seconds_total{operation="close",root="/var/lib/syncthing/Gitarre"} 2.735e-06
syncthing_fs_operation_seconds_total{operation="close",root="/var/lib/syncthing/Music"} 3.248e-06
syncthing_fs_operation_seconds_total{operation="close",root="/var/lib/syncthing/Obsidian"} 0.003199597
syncthing_fs_operation_seconds_total{operation="close",root="/var/lib/syncthing/Overleaf"} 4.39e-06
syncthing_fs_operation_seconds_total{operation="close",root="/var/lib/syncthing/PaperlessConsume"} 0.0006221940000000004
syncthing_fs_operation_seconds_total{operation="close",root="/var/lib/syncthing/SignalBackups"} 0.05345715699999997
syncthing_fs_operation_seconds_total{operation="close",root="/var/lib/syncthing/Tickets"} 1.281e-06
syncthing_fs_operation_seconds_total{operation="close",root="/var/lib/syncthing/_shared_Mischa"} 1.294e-06
syncthing_fs_operation_seconds_total{operation="close",root="/var/lib/syncthing/docs_sync"} 2.2373e-05
syncthing_fs_operation_seconds_total{operation="close",root="/var/lib/syncthing/mitNORM"} 4.543e-06
syncthing_fs_operation_seconds_total{operation="close",root="/var/lib/syncthing/paperless-backup"} 1.327e-06
syncthing_fs_operation_seconds_total{operation="close",root="/var/lib/syncthing/paperless-backup2"} 0.5259474190000099
syncthing_fs_operation_seconds_total{operation="close",root="/var/lib/syncthing/pictures_sync"} 3.98e-06
syncthing_fs_operation_seconds_total{operation="close",root="/var/lib/syncthing/public-pi-data"} 0.0011759799999999996
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/lib/syncthing"} 0.000251598
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/lib/syncthing/ALTIUM"} 5.899869791000035
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/lib/syncthing/CellPicturesSync"} 21.777851770000378
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/lib/syncthing/CosiMeasureSoftwarebyJan"} 5.20776596700009
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/lib/syncthing/Exports"} 0.8079951019999996
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/lib/syncthing/Gitarre"} 7.26555374699995
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/lib/syncthing/Music"} 0.660492968000002
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/lib/syncthing/Obsidian"} 4.071236027000028
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/lib/syncthing/Overleaf"} 1.443396280999999
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/lib/syncthing/PaperlessConsume"} 0.042167869999999996
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/lib/syncthing/SignalBackups"} 0.19981203400000036
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/lib/syncthing/Tickets"} 0.19378868400000035
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/lib/syncthing/_shared_Mischa"} 0.08594835200000002
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/lib/syncthing/docs_sync"} 868.8274515335931
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/lib/syncthing/mitNORM"} 0.1668487729999991
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/lib/syncthing/paperless-backup"} 19.042798595999248
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/lib/syncthing/paperless-backup2"} 34.558474802000674
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/lib/syncthing/pictures_sync"} 101.5280559469984
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/lib/syncthing/public-pi-data"} 0.7713602849999976
syncthing_fs_operation_seconds_total{operation="glob",root="/var/lib/syncthing/.config/syncthing"} 0.00010382700000000001
syncthing_fs_operation_seconds_total{operation="hide",root="/var/lib/syncthing/ALTIUM"} 7.98e-07
syncthing_fs_operation_seconds_total{operation="hide",root="/var/lib/syncthing/CellPicturesSync"} 0.00036823
syncthing_fs_operation_seconds_total{operation="hide",root="/var/lib/syncthing/CosiMeasureSoftwarebyJan"} 1.2670000000000001e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/var/lib/syncthing/Exports"} 1.848e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/var/lib/syncthing/Gitarre"} 2.027e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/var/lib/syncthing/Music"} 7.079999999999999e-07
syncthing_fs_operation_seconds_total{operation="hide",root="/var/lib/syncthing/Obsidian"} 0.00016456599999999991
syncthing_fs_operation_seconds_total{operation="hide",root="/var/lib/syncthing/Overleaf"} 1.364e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/var/lib/syncthing/PaperlessConsume"} 2.0831e-05
syncthing_fs_operation_seconds_total{operation="hide",root="/var/lib/syncthing/SignalBackups"} 8.547700000000004e-05
syncthing_fs_operation_seconds_total{operation="hide",root="/var/lib/syncthing/Tickets"} 5.54e-07
syncthing_fs_operation_seconds_total{operation="hide",root="/var/lib/syncthing/_shared_Mischa"} 1.204e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/var/lib/syncthing/docs_sync"} 2.368e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/var/lib/syncthing/mitNORM"} 1.242e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/var/lib/syncthing/paperless-backup"} 1.452e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/var/lib/syncthing/paperless-backup2"} 0.020998812000000026
syncthing_fs_operation_seconds_total{operation="hide",root="/var/lib/syncthing/pictures_sync"} 1.207e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/var/lib/syncthing/public-pi-data"} 0.00010101200000000004
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/lib/syncthing/.config/syncthing"} 0.00026533899999999996
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/lib/syncthing/ALTIUM"} 2.297603204999975
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/lib/syncthing/CellPicturesSync"} 10.382539212000353
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/lib/syncthing/CosiMeasureSoftwarebyJan"} 18.48551516000088
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/lib/syncthing/Exports"} 7.888840176999723
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/lib/syncthing/Gitarre"} 3.075871688999979
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/lib/syncthing/Music"} 0.27951660899999753
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/lib/syncthing/Obsidian"} 1.7801007040000154
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/lib/syncthing/Overleaf"} 0.5709738600000017
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/lib/syncthing/PaperlessConsume"} 0.035281125999999975
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/lib/syncthing/SignalBackups"} 0.15294042500000002
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/lib/syncthing/Tickets"} 0.0874558179999998
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/lib/syncthing/_shared_Mischa"} 0.01873457200000002
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/lib/syncthing/docs_sync"} 404.726458022945
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/lib/syncthing/mitNORM"} 0.07236409899999997
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/lib/syncthing/paperless-backup"} 7.357827938000013
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/lib/syncthing/paperless-backup2"} 20.95963341700041
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/lib/syncthing/pictures_sync"} 42.529302698001835
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/lib/syncthing/public-pi-data"} 0.3525108510000007
syncthing_fs_operation_seconds_total{operation="mdkir",root="/var/lib/syncthing/Obsidian"} 7.0487e-05
syncthing_fs_operation_seconds_total{operation="mdkir",root="/var/lib/syncthing/public-pi-data"} 0.000793859
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/var/lib/syncthing/.config/syncthing"} 1.3607e-05
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/var/lib/syncthing/CellPicturesSync"} 0.02140566700000001
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/var/lib/syncthing/Obsidian"} 0.000931251
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/var/lib/syncthing/PaperlessConsume"} 0.001990373
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/var/lib/syncthing/SignalBackups"} 0.0032616000000000003
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/var/lib/syncthing/paperless-backup2"} 0.006255599000000004
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/var/lib/syncthing/public-pi-data"} 0.0038140580000000004
syncthing_fs_operation_seconds_total{operation="name",root="/var/lib/syncthing/.config/syncthing"} 1.6552999999999996e-05
syncthing_fs_operation_seconds_total{operation="open",root="/var/lib/syncthing/.config/syncthing"} 0.00019230699999999996
syncthing_fs_operation_seconds_total{operation="open",root="/var/lib/syncthing/ALTIUM"} 2.821e-06
syncthing_fs_operation_seconds_total{operation="open",root="/var/lib/syncthing/CellPicturesSync"} 0.29702579399999995
syncthing_fs_operation_seconds_total{operation="open",root="/var/lib/syncthing/CosiMeasureSoftwarebyJan"} 0.004401507000000003
syncthing_fs_operation_seconds_total{operation="open",root="/var/lib/syncthing/Exports"} 0.0043543520000000075
syncthing_fs_operation_seconds_total{operation="open",root="/var/lib/syncthing/Gitarre"} 5.986e-06
syncthing_fs_operation_seconds_total{operation="open",root="/var/lib/syncthing/Music"} 5.714e-06
syncthing_fs_operation_seconds_total{operation="open",root="/var/lib/syncthing/Obsidian"} 0.003042268
syncthing_fs_operation_seconds_total{operation="open",root="/var/lib/syncthing/Overleaf"} 6.937e-06
syncthing_fs_operation_seconds_total{operation="open",root="/var/lib/syncthing/PaperlessConsume"} 0.0016995570000000004
syncthing_fs_operation_seconds_total{operation="open",root="/var/lib/syncthing/SignalBackups"} 0.03152348799999996
syncthing_fs_operation_seconds_total{operation="open",root="/var/lib/syncthing/Tickets"} 6.798e-06
syncthing_fs_operation_seconds_total{operation="open",root="/var/lib/syncthing/_shared_Mischa"} 6.214e-06
syncthing_fs_operation_seconds_total{operation="open",root="/var/lib/syncthing/docs_sync"} 3.1012e-05
syncthing_fs_operation_seconds_total{operation="open",root="/var/lib/syncthing/mitNORM"} 6.174e-06
syncthing_fs_operation_seconds_total{operation="open",root="/var/lib/syncthing/paperless-backup"} 7.943e-06
syncthing_fs_operation_seconds_total{operation="open",root="/var/lib/syncthing/paperless-backup2"} 1.5237463200000247
syncthing_fs_operation_seconds_total{operation="open",root="/var/lib/syncthing/pictures_sync"} 3.035e-06
syncthing_fs_operation_seconds_total{operation="open",root="/var/lib/syncthing/public-pi-data"} 0.0011455750000000002
syncthing_fs_operation_seconds_total{operation="openfile",root="/var/lib/syncthing/.config/syncthing"} 0.001726496
syncthing_fs_operation_seconds_total{operation="openfile",root="/var/lib/syncthing/CellPicturesSync"} 0.028500434000000005
syncthing_fs_operation_seconds_total{operation="openfile",root="/var/lib/syncthing/Exports"} 0.000138688
syncthing_fs_operation_seconds_total{operation="openfile",root="/var/lib/syncthing/Obsidian"} 0.01306550900000001
syncthing_fs_operation_seconds_total{operation="openfile",root="/var/lib/syncthing/PaperlessConsume"} 0.001579095
syncthing_fs_operation_seconds_total{operation="openfile",root="/var/lib/syncthing/SignalBackups"} 0.006109116000000001
syncthing_fs_operation_seconds_total{operation="openfile",root="/var/lib/syncthing/docs_sync"} 0.000107953
syncthing_fs_operation_seconds_total{operation="openfile",root="/var/lib/syncthing/paperless-backup2"} 0.6921628909999992
syncthing_fs_operation_seconds_total{operation="openfile",root="/var/lib/syncthing/public-pi-data"} 0.0055934290000000005
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing"} 1.309e-06
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/.config/syncthing"} 9.139e-06
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/.config/syncthing/index-v2"} 0.0012904429999999925
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/ALTIUM"} 0.002143179999999977
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/CellPicturesSync"} 0.01860050399999942
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/CosiMeasureSoftwarebyJan"} 0.004820717000000284
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/Exports"} 0.004297074000000193
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/Gitarre"} 0.0021154949999999703
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/Music"} 0.0023542920000000113
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/Obsidian"} 0.00267544200000001
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/Overleaf"} 0.0021519949999999847
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/PaperlessConsume"} 0.002385601999999996
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/SignalBackups"} 0.003950163000000191
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/Tickets"} 0.002156953999999989
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/_shared_Mischa"} 0.0023213980000000053
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/docs_sync"} 0.0021803089999999827
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/mitNORM"} 0.002619513000000061
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/paperless-backup"} 0.002507743000000003
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/paperless-backup2"} 0.00792584100000028
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/pictures_sync"} 0.002201200999999998
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/public-pi-data"} 0.0022151969999999847
syncthing_fs_operation_seconds_total{operation="read",root="/var/lib/syncthing/ALTIUM"} 0.000257383
syncthing_fs_operation_seconds_total{operation="read",root="/var/lib/syncthing/CellPicturesSync"} 0.000256516
syncthing_fs_operation_seconds_total{operation="read",root="/var/lib/syncthing/Gitarre"} 0.000244249
syncthing_fs_operation_seconds_total{operation="read",root="/var/lib/syncthing/Music"} 0.00193518
syncthing_fs_operation_seconds_total{operation="read",root="/var/lib/syncthing/Obsidian"} 0.00026239
syncthing_fs_operation_seconds_total{operation="read",root="/var/lib/syncthing/Overleaf"} 0.00033878
syncthing_fs_operation_seconds_total{operation="read",root="/var/lib/syncthing/PaperlessConsume"} 0.000229527
syncthing_fs_operation_seconds_total{operation="read",root="/var/lib/syncthing/SignalBackups"} 0.000920905
syncthing_fs_operation_seconds_total{operation="read",root="/var/lib/syncthing/Tickets"} 0.00025196
syncthing_fs_operation_seconds_total{operation="read",root="/var/lib/syncthing/_shared_Mischa"} 0.001676838
syncthing_fs_operation_seconds_total{operation="read",root="/var/lib/syncthing/docs_sync"} 0.000712638
syncthing_fs_operation_seconds_total{operation="read",root="/var/lib/syncthing/mitNORM"} 0.000437595
syncthing_fs_operation_seconds_total{operation="read",root="/var/lib/syncthing/paperless-backup"} 0.000282913
syncthing_fs_operation_seconds_total{operation="read",root="/var/lib/syncthing/paperless-backup2"} 0.000257558
syncthing_fs_operation_seconds_total{operation="read",root="/var/lib/syncthing/pictures_sync"} 0.000911107
syncthing_fs_operation_seconds_total{operation="read",root="/var/lib/syncthing/public-pi-data"} 3.5121e-05
syncthing_fs_operation_seconds_total{operation="readat",root="/var/lib/syncthing/CellPicturesSync"} 6.7398001149999525
syncthing_fs_operation_seconds_total{operation="readat",root="/var/lib/syncthing/Exports"} 0.0007530439999999999
syncthing_fs_operation_seconds_total{operation="readat",root="/var/lib/syncthing/Obsidian"} 0.0011392920000000003
syncthing_fs_operation_seconds_total{operation="readat",root="/var/lib/syncthing/PaperlessConsume"} 0.005369712999999999
syncthing_fs_operation_seconds_total{operation="readat",root="/var/lib/syncthing/SignalBackups"} 11.673730765999993
syncthing_fs_operation_seconds_total{operation="readat",root="/var/lib/syncthing/paperless-backup2"} 4.700668147000021
syncthing_fs_operation_seconds_total{operation="readat",root="/var/lib/syncthing/public-pi-data"} 0.005831042999999998
syncthing_fs_operation_seconds_total{operation="remove",root="/var/lib/syncthing/.config/syncthing"} 0.00019765600000000002
syncthing_fs_operation_seconds_total{operation="remove",root="/var/lib/syncthing/CellPicturesSync"} 0.020398067000000016
syncthing_fs_operation_seconds_total{operation="remove",root="/var/lib/syncthing/Exports"} 8.312000000000001e-06
syncthing_fs_operation_seconds_total{operation="remove",root="/var/lib/syncthing/Obsidian"} 0.014006531999999999
syncthing_fs_operation_seconds_total{operation="remove",root="/var/lib/syncthing/PaperlessConsume"} 0.0042511170000000004
syncthing_fs_operation_seconds_total{operation="remove",root="/var/lib/syncthing/SignalBackups"} 0.12292237300000002
syncthing_fs_operation_seconds_total{operation="remove",root="/var/lib/syncthing/docs_sync"} 9.3617e-05
syncthing_fs_operation_seconds_total{operation="remove",root="/var/lib/syncthing/paperless-backup2"} 1.0866674830000007
syncthing_fs_operation_seconds_total{operation="remove",root="/var/lib/syncthing/public-pi-data"} 0.003321177
syncthing_fs_operation_seconds_total{operation="removeall",root="/var/lib/syncthing/.config/syncthing"} 0.020315946999999997
syncthing_fs_operation_seconds_total{operation="rename",root="/var/lib/syncthing/.config/syncthing"} 0.001269094
syncthing_fs_operation_seconds_total{operation="rename",root="/var/lib/syncthing/CellPicturesSync"} 0.01515577199999999
syncthing_fs_operation_seconds_total{operation="rename",root="/var/lib/syncthing/Exports"} 5.554e-05
syncthing_fs_operation_seconds_total{operation="rename",root="/var/lib/syncthing/Obsidian"} 0.0054057049999999985
syncthing_fs_operation_seconds_total{operation="rename",root="/var/lib/syncthing/PaperlessConsume"} 0.00077357
syncthing_fs_operation_seconds_total{operation="rename",root="/var/lib/syncthing/SignalBackups"} 0.001286195
syncthing_fs_operation_seconds_total{operation="rename",root="/var/lib/syncthing/docs_sync"} 4.7601e-05
syncthing_fs_operation_seconds_total{operation="rename",root="/var/lib/syncthing/paperless-backup2"} 0.37999281100000215
syncthing_fs_operation_seconds_total{operation="rename",root="/var/lib/syncthing/public-pi-data"} 0.002961468999999999
syncthing_fs_operation_seconds_total{operation="stat",root="/var/lib/syncthing"} 0.0005689210000000001
syncthing_fs_operation_seconds_total{operation="stat",root="/var/lib/syncthing/.config/syncthing"} 5.576999999999999e-06
syncthing_fs_operation_seconds_total{operation="stat",root="/var/lib/syncthing/ALTIUM"} 0.0025769889999999996
syncthing_fs_operation_seconds_total{operation="stat",root="/var/lib/syncthing/CellPicturesSync"} 0.06039782299999992
syncthing_fs_operation_seconds_total{operation="stat",root="/var/lib/syncthing/CosiMeasureSoftwarebyJan"} 0.035275259
syncthing_fs_operation_seconds_total{operation="stat",root="/var/lib/syncthing/Exports"} 0.02957350399999998
syncthing_fs_operation_seconds_total{operation="stat",root="/var/lib/syncthing/Gitarre"} 0.0030176190000000005
syncthing_fs_operation_seconds_total{operation="stat",root="/var/lib/syncthing/Music"} 0.01611508399999999
syncthing_fs_operation_seconds_total{operation="stat",root="/var/lib/syncthing/Obsidian"} 0.02450680399999994
syncthing_fs_operation_seconds_total{operation="stat",root="/var/lib/syncthing/Overleaf"} 0.008779275000000003
syncthing_fs_operation_seconds_total{operation="stat",root="/var/lib/syncthing/PaperlessConsume"} 0.014979129000000008
syncthing_fs_operation_seconds_total{operation="stat",root="/var/lib/syncthing/SignalBackups"} 0.014946088000000017
syncthing_fs_operation_seconds_total{operation="stat",root="/var/lib/syncthing/Tickets"} 0.0022603709999999997
syncthing_fs_operation_seconds_total{operation="stat",root="/var/lib/syncthing/_shared_Mischa"} 0.003293389
syncthing_fs_operation_seconds_total{operation="stat",root="/var/lib/syncthing/docs_sync"} 0.012994385999999995
syncthing_fs_operation_seconds_total{operation="stat",root="/var/lib/syncthing/mitNORM"} 0.008683835999999997
syncthing_fs_operation_seconds_total{operation="stat",root="/var/lib/syncthing/paperless-backup"} 0.013096714999999997
syncthing_fs_operation_seconds_total{operation="stat",root="/var/lib/syncthing/paperless-backup2"} 1.8721757379999806
syncthing_fs_operation_seconds_total{operation="stat",root="/var/lib/syncthing/pictures_sync"} 0.012318220999999992
syncthing_fs_operation_seconds_total{operation="stat",root="/var/lib/syncthing/public-pi-data"} 0.015437071000000005
syncthing_fs_operation_seconds_total{operation="sync",root="/var/lib/syncthing/.config/syncthing"} 0.076400265
syncthing_fs_operation_seconds_total{operation="sync",root="/var/lib/syncthing/CellPicturesSync"} 2.603151767
syncthing_fs_operation_seconds_total{operation="sync",root="/var/lib/syncthing/Exports"} 0.004949736000000001
syncthing_fs_operation_seconds_total{operation="sync",root="/var/lib/syncthing/Obsidian"} 0.6877582399999995
syncthing_fs_operation_seconds_total{operation="sync",root="/var/lib/syncthing/PaperlessConsume"} 0.101943216
syncthing_fs_operation_seconds_total{operation="sync",root="/var/lib/syncthing/SignalBackups"} 0.6643823590000002
syncthing_fs_operation_seconds_total{operation="sync",root="/var/lib/syncthing/docs_sync"} 0.004030776
syncthing_fs_operation_seconds_total{operation="sync",root="/var/lib/syncthing/paperless-backup2"} 46.36312821400011
syncthing_fs_operation_seconds_total{operation="sync",root="/var/lib/syncthing/public-pi-data"} 0.20661138399999995
syncthing_fs_operation_seconds_total{operation="truncate",root="/var/lib/syncthing/CellPicturesSync"} 0.008903165000000001
syncthing_fs_operation_seconds_total{operation="truncate",root="/var/lib/syncthing/Exports"} 3.5144e-05
syncthing_fs_operation_seconds_total{operation="truncate",root="/var/lib/syncthing/Obsidian"} 0.003804609999999999
syncthing_fs_operation_seconds_total{operation="truncate",root="/var/lib/syncthing/PaperlessConsume"} 0.00040476500000000007
syncthing_fs_operation_seconds_total{operation="truncate",root="/var/lib/syncthing/SignalBackups"} 0.0019073369999999998
syncthing_fs_operation_seconds_total{operation="truncate",root="/var/lib/syncthing/docs_sync"} 3.2128e-05
syncthing_fs_operation_seconds_total{operation="truncate",root="/var/lib/syncthing/paperless-backup2"} 0.22753342399999907
syncthing_fs_operation_seconds_total{operation="truncate",root="/var/lib/syncthing/public-pi-data"} 0.0018486120000000001
syncthing_fs_operation_seconds_total{operation="type",root="/var/lib/syncthing/ALTIUM"} 0.0009128439999999112
syncthing_fs_operation_seconds_total{operation="type",root="/var/lib/syncthing/CellPicturesSync"} 0.00456156100000044
syncthing_fs_operation_seconds_total{operation="type",root="/var/lib/syncthing/CosiMeasureSoftwarebyJan"} 0.0011836849999999665
syncthing_fs_operation_seconds_total{operation="type",root="/var/lib/syncthing/Exports"} 0.0011726359999999698
syncthing_fs_operation_seconds_total{operation="type",root="/var/lib/syncthing/Gitarre"} 0.0008816759999999091
syncthing_fs_operation_seconds_total{operation="type",root="/var/lib/syncthing/Music"} 0.0010170249999999282
syncthing_fs_operation_seconds_total{operation="type",root="/var/lib/syncthing/Obsidian"} 0.0012900249999999401
syncthing_fs_operation_seconds_total{operation="type",root="/var/lib/syncthing/Overleaf"} 0.0009304759999999148
syncthing_fs_operation_seconds_total{operation="type",root="/var/lib/syncthing/PaperlessConsume"} 0.0009631959999999056
syncthing_fs_operation_seconds_total{operation="type",root="/var/lib/syncthing/SignalBackups"} 0.0014913200000000165
syncthing_fs_operation_seconds_total{operation="type",root="/var/lib/syncthing/Tickets"} 0.0009615079999999066
syncthing_fs_operation_seconds_total{operation="type",root="/var/lib/syncthing/_shared_Mischa"} 0.000921109999999922
syncthing_fs_operation_seconds_total{operation="type",root="/var/lib/syncthing/docs_sync"} 0.0018454609999999177
syncthing_fs_operation_seconds_total{operation="type",root="/var/lib/syncthing/mitNORM"} 0.0011817179999999482
syncthing_fs_operation_seconds_total{operation="type",root="/var/lib/syncthing/paperless-backup"} 0.0010399369999999192
syncthing_fs_operation_seconds_total{operation="type",root="/var/lib/syncthing/paperless-backup2"} 0.008791408000000113
syncthing_fs_operation_seconds_total{operation="type",root="/var/lib/syncthing/pictures_sync"} 0.0009036819999999101
syncthing_fs_operation_seconds_total{operation="type",root="/var/lib/syncthing/public-pi-data"} 0.0009871629999999134
syncthing_fs_operation_seconds_total{operation="unhide",root="/var/lib/syncthing/CellPicturesSync"} 0.0003749509999999999
syncthing_fs_operation_seconds_total{operation="unhide",root="/var/lib/syncthing/Exports"} 1.0639999999999999e-06
syncthing_fs_operation_seconds_total{operation="unhide",root="/var/lib/syncthing/Obsidian"} 0.00021919899999999995
syncthing_fs_operation_seconds_total{operation="unhide",root="/var/lib/syncthing/PaperlessConsume"} 1.9622e-05
syncthing_fs_operation_seconds_total{operation="unhide",root="/var/lib/syncthing/SignalBackups"} 8.7552e-05
syncthing_fs_operation_seconds_total{operation="unhide",root="/var/lib/syncthing/docs_sync"} 1.641e-06
syncthing_fs_operation_seconds_total{operation="unhide",root="/var/lib/syncthing/paperless-backup2"} 0.012377436999999934
syncthing_fs_operation_seconds_total{operation="unhide",root="/var/lib/syncthing/public-pi-data"} 9.288899999999997e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/var/lib/syncthing/ALTIUM"} 0.001356171999999969
syncthing_fs_operation_seconds_total{operation="uri",root="/var/lib/syncthing/CellPicturesSync"} 0.003727896000000169
syncthing_fs_operation_seconds_total{operation="uri",root="/var/lib/syncthing/CosiMeasureSoftwarebyJan"} 0.001091643999999916
syncthing_fs_operation_seconds_total{operation="uri",root="/var/lib/syncthing/Exports"} 0.0010355529999998916
syncthing_fs_operation_seconds_total{operation="uri",root="/var/lib/syncthing/Gitarre"} 0.0009800259999998924
syncthing_fs_operation_seconds_total{operation="uri",root="/var/lib/syncthing/Music"} 0.0008698329999998954
syncthing_fs_operation_seconds_total{operation="uri",root="/var/lib/syncthing/Obsidian"} 0.0010653679999999086
syncthing_fs_operation_seconds_total{operation="uri",root="/var/lib/syncthing/Overleaf"} 0.0008788639999998879
syncthing_fs_operation_seconds_total{operation="uri",root="/var/lib/syncthing/PaperlessConsume"} 0.0009282249999998885
syncthing_fs_operation_seconds_total{operation="uri",root="/var/lib/syncthing/SignalBackups"} 0.0011808289999999365
syncthing_fs_operation_seconds_total{operation="uri",root="/var/lib/syncthing/Tickets"} 0.000926112999999875
syncthing_fs_operation_seconds_total{operation="uri",root="/var/lib/syncthing/_shared_Mischa"} 0.0008582379999998962
syncthing_fs_operation_seconds_total{operation="uri",root="/var/lib/syncthing/docs_sync"} 0.0009344939999998809
syncthing_fs_operation_seconds_total{operation="uri",root="/var/lib/syncthing/mitNORM"} 0.0009547579999998752
syncthing_fs_operation_seconds_total{operation="uri",root="/var/lib/syncthing/paperless-backup"} 0.0008427549999999092
syncthing_fs_operation_seconds_total{operation="uri",root="/var/lib/syncthing/paperless-backup2"} 0.0045590299999998425
syncthing_fs_operation_seconds_total{operation="uri",root="/var/lib/syncthing/pictures_sync"} 0.0009987029999998537
syncthing_fs_operation_seconds_total{operation="uri",root="/var/lib/syncthing/public-pi-data"} 0.000957568999999899
syncthing_fs_operation_seconds_total{operation="usage",root="/var/lib/syncthing/.config/syncthing/index-v2"} 0.09513418200000037
syncthing_fs_operation_seconds_total{operation="usage",root="/var/lib/syncthing/CellPicturesSync"} 0.003525883000000002
syncthing_fs_operation_seconds_total{operation="usage",root="/var/lib/syncthing/Exports"} 1.3301e-05
syncthing_fs_operation_seconds_total{operation="usage",root="/var/lib/syncthing/Obsidian"} 0.0012631539999999994
syncthing_fs_operation_seconds_total{operation="usage",root="/var/lib/syncthing/PaperlessConsume"} 0.00010213600000000003
syncthing_fs_operation_seconds_total{operation="usage",root="/var/lib/syncthing/SignalBackups"} 0.000607782
syncthing_fs_operation_seconds_total{operation="usage",root="/var/lib/syncthing/docs_sync"} 1.5045e-05
syncthing_fs_operation_seconds_total{operation="usage",root="/var/lib/syncthing/paperless-backup2"} 0.07606248999999995
syncthing_fs_operation_seconds_total{operation="usage",root="/var/lib/syncthing/public-pi-data"} 0.0004929200000000001
syncthing_fs_operation_seconds_total{operation="watch",root="/var/lib/syncthing/CellPicturesSync"} 0.15277379
syncthing_fs_operation_seconds_total{operation="watch",root="/var/lib/syncthing/CosiMeasureSoftwarebyJan"} 0.00479765
syncthing_fs_operation_seconds_total{operation="watch",root="/var/lib/syncthing/Exports"} 0.001119732
syncthing_fs_operation_seconds_total{operation="write",root="/var/lib/syncthing/.config/syncthing"} 0.0036202479999999987
syncthing_fs_operation_seconds_total{operation="write",root="/var/lib/syncthing/public-pi-data"} 8.737e-06
syncthing_fs_operation_seconds_total{operation="writeat",root="/var/lib/syncthing/CellPicturesSync"} 1.26471124500001
syncthing_fs_operation_seconds_total{operation="writeat",root="/var/lib/syncthing/Exports"} 0.000300997
syncthing_fs_operation_seconds_total{operation="writeat",root="/var/lib/syncthing/Obsidian"} 0.018369744000000004
syncthing_fs_operation_seconds_total{operation="writeat",root="/var/lib/syncthing/PaperlessConsume"} 0.03469023699999996
syncthing_fs_operation_seconds_total{operation="writeat",root="/var/lib/syncthing/SignalBackups"} 10.942631264000104
syncthing_fs_operation_seconds_total{operation="writeat",root="/var/lib/syncthing/docs_sync"} 8.836900000000001e-05
syncthing_fs_operation_seconds_total{operation="writeat",root="/var/lib/syncthing/paperless-backup2"} 6.197980253000094
syncthing_fs_operation_seconds_total{operation="writeat",root="/var/lib/syncthing/public-pi-data"} 0.020613651000000007
# HELP syncthing_fs_operations_total Total number of filesystem operations, per filesystem root and operation
# TYPE syncthing_fs_operations_total counter
syncthing_fs_operations_total{operation="chmod",root="/var/lib/syncthing/.config/syncthing"} 23
syncthing_fs_operations_total{operation="chmod",root="/var/lib/syncthing/Exports"} 2
syncthing_fs_operations_total{operation="chtimes",root="/var/lib/syncthing/CellPicturesSync"} 389
syncthing_fs_operations_total{operation="chtimes",root="/var/lib/syncthing/Exports"} 2
syncthing_fs_operations_total{operation="chtimes",root="/var/lib/syncthing/Obsidian"} 202
syncthing_fs_operations_total{operation="chtimes",root="/var/lib/syncthing/PaperlessConsume"} 19
syncthing_fs_operations_total{operation="chtimes",root="/var/lib/syncthing/SignalBackups"} 27
syncthing_fs_operations_total{operation="chtimes",root="/var/lib/syncthing/docs_sync"} 2
syncthing_fs_operations_total{operation="chtimes",root="/var/lib/syncthing/paperless-backup2"} 15222
syncthing_fs_operations_total{operation="chtimes",root="/var/lib/syncthing/public-pi-data"} 125
syncthing_fs_operations_total{operation="close",root="/var/lib/syncthing/.config/syncthing"} 46
syncthing_fs_operations_total{operation="close",root="/var/lib/syncthing/ALTIUM"} 1
syncthing_fs_operations_total{operation="close",root="/var/lib/syncthing/CellPicturesSync"} 18299
syncthing_fs_operations_total{operation="close",root="/var/lib/syncthing/Exports"} 11
syncthing_fs_operations_total{operation="close",root="/var/lib/syncthing/Gitarre"} 1
syncthing_fs_operations_total{operation="close",root="/var/lib/syncthing/Music"} 1
syncthing_fs_operations_total{operation="close",root="/var/lib/syncthing/Obsidian"} 525
syncthing_fs_operations_total{operation="close",root="/var/lib/syncthing/Overleaf"} 1
syncthing_fs_operations_total{operation="close",root="/var/lib/syncthing/PaperlessConsume"} 182
syncthing_fs_operations_total{operation="close",root="/var/lib/syncthing/SignalBackups"} 2454
syncthing_fs_operations_total{operation="close",root="/var/lib/syncthing/Tickets"} 1
syncthing_fs_operations_total{operation="close",root="/var/lib/syncthing/_shared_Mischa"} 1
syncthing_fs_operations_total{operation="close",root="/var/lib/syncthing/docs_sync"} 5
syncthing_fs_operations_total{operation="close",root="/var/lib/syncthing/mitNORM"} 1
syncthing_fs_operations_total{operation="close",root="/var/lib/syncthing/paperless-backup"} 1
syncthing_fs_operations_total{operation="close",root="/var/lib/syncthing/paperless-backup2"} 249740
syncthing_fs_operations_total{operation="close",root="/var/lib/syncthing/pictures_sync"} 1
syncthing_fs_operations_total{operation="close",root="/var/lib/syncthing/public-pi-data"} 315
syncthing_fs_operations_total{operation="dirnames",root="/var/lib/syncthing"} 3
syncthing_fs_operations_total{operation="dirnames",root="/var/lib/syncthing/ALTIUM"} 104652
syncthing_fs_operations_total{operation="dirnames",root="/var/lib/syncthing/CellPicturesSync"} 437526
syncthing_fs_operations_total{operation="dirnames",root="/var/lib/syncthing/CosiMeasureSoftwarebyJan"} 283375
syncthing_fs_operations_total{operation="dirnames",root="/var/lib/syncthing/Exports"} 32372
syncthing_fs_operations_total{operation="dirnames",root="/var/lib/syncthing/Gitarre"} 124323
syncthing_fs_operations_total{operation="dirnames",root="/var/lib/syncthing/Music"} 12740
syncthing_fs_operations_total{operation="dirnames",root="/var/lib/syncthing/Obsidian"} 81795
syncthing_fs_operations_total{operation="dirnames",root="/var/lib/syncthing/Overleaf"} 26750
syncthing_fs_operations_total{operation="dirnames",root="/var/lib/syncthing/PaperlessConsume"} 933
syncthing_fs_operations_total{operation="dirnames",root="/var/lib/syncthing/SignalBackups"} 5617
syncthing_fs_operations_total{operation="dirnames",root="/var/lib/syncthing/Tickets"} 4386
syncthing_fs_operations_total{operation="dirnames",root="/var/lib/syncthing/_shared_Mischa"} 795
syncthing_fs_operations_total{operation="dirnames",root="/var/lib/syncthing/docs_sync"} 2.120997e+07
syncthing_fs_operations_total{operation="dirnames",root="/var/lib/syncthing/mitNORM"} 3484
syncthing_fs_operations_total{operation="dirnames",root="/var/lib/syncthing/paperless-backup"} 321717
syncthing_fs_operations_total{operation="dirnames",root="/var/lib/syncthing/paperless-backup2"} 709475
syncthing_fs_operations_total{operation="dirnames",root="/var/lib/syncthing/pictures_sync"} 1.7809e+06
syncthing_fs_operations_total{operation="dirnames",root="/var/lib/syncthing/public-pi-data"} 17439
syncthing_fs_operations_total{operation="glob",root="/var/lib/syncthing/.config/syncthing"} 5
syncthing_fs_operations_total{operation="hide",root="/var/lib/syncthing/ALTIUM"} 3
syncthing_fs_operations_total{operation="hide",root="/var/lib/syncthing/CellPicturesSync"} 459
syncthing_fs_operations_total{operation="hide",root="/var/lib/syncthing/CosiMeasureSoftwarebyJan"} 3
syncthing_fs_operations_total{operation="hide",root="/var/lib/syncthing/Exports"} 5
syncthing_fs_operations_total{operation="hide",root="/var/lib/syncthing/Gitarre"} 3
syncthing_fs_operations_total{operation="hide",root="/var/lib/syncthing/Music"} 3
syncthing_fs_operations_total{operation="hide",root="/var/lib/syncthing/Obsidian"} 222
syncthing_fs_operations_total{operation="hide",root="/var/lib/syncthing/Overleaf"} 3
syncthing_fs_operations_total{operation="hide",root="/var/lib/syncthing/PaperlessConsume"} 22
syncthing_fs_operations_total{operation="hide",root="/var/lib/syncthing/SignalBackups"} 102
syncthing_fs_operations_total{operation="hide",root="/var/lib/syncthing/Tickets"} 3
syncthing_fs_operations_total{operation="hide",root="/var/lib/syncthing/_shared_Mischa"} 3
syncthing_fs_operations_total{operation="hide",root="/var/lib/syncthing/docs_sync"} 5
syncthing_fs_operations_total{operation="hide",root="/var/lib/syncthing/mitNORM"} 3
syncthing_fs_operations_total{operation="hide",root="/var/lib/syncthing/paperless-backup"} 3
syncthing_fs_operations_total{operation="hide",root="/var/lib/syncthing/paperless-backup2"} 14681
syncthing_fs_operations_total{operation="hide",root="/var/lib/syncthing/pictures_sync"} 3
syncthing_fs_operations_total{operation="hide",root="/var/lib/syncthing/public-pi-data"} 126
syncthing_fs_operations_total{operation="lstat",root="/var/lib/syncthing/.config/syncthing"} 25
syncthing_fs_operations_total{operation="lstat",root="/var/lib/syncthing/ALTIUM"} 196904
syncthing_fs_operations_total{operation="lstat",root="/var/lib/syncthing/CellPicturesSync"} 947237
syncthing_fs_operations_total{operation="lstat",root="/var/lib/syncthing/CosiMeasureSoftwarebyJan"} 2.336326e+06
syncthing_fs_operations_total{operation="lstat",root="/var/lib/syncthing/Exports"} 948984
syncthing_fs_operations_total{operation="lstat",root="/var/lib/syncthing/Gitarre"} 237256
syncthing_fs_operations_total{operation="lstat",root="/var/lib/syncthing/Music"} 19751
syncthing_fs_operations_total{operation="lstat",root="/var/lib/syncthing/Obsidian"} 144978
syncthing_fs_operations_total{operation="lstat",root="/var/lib/syncthing/Overleaf"} 43754
syncthing_fs_operations_total{operation="lstat",root="/var/lib/syncthing/PaperlessConsume"} 1761
syncthing_fs_operations_total{operation="lstat",root="/var/lib/syncthing/SignalBackups"} 13619
syncthing_fs_operations_total{operation="lstat",root="/var/lib/syncthing/Tickets"} 5971
syncthing_fs_operations_total{operation="lstat",root="/var/lib/syncthing/_shared_Mischa"} 1011
syncthing_fs_operations_total{operation="lstat",root="/var/lib/syncthing/docs_sync"} 3.3837614e+07
syncthing_fs_operations_total{operation="lstat",root="/var/lib/syncthing/mitNORM"} 5048
syncthing_fs_operations_total{operation="lstat",root="/var/lib/syncthing/paperless-backup"} 648061
syncthing_fs_operations_total{operation="lstat",root="/var/lib/syncthing/paperless-backup2"} 1.451977e+06
syncthing_fs_operations_total{operation="lstat",root="/var/lib/syncthing/pictures_sync"} 3.906244e+06
syncthing_fs_operations_total{operation="lstat",root="/var/lib/syncthing/public-pi-data"} 26336
syncthing_fs_operations_total{operation="mdkir",root="/var/lib/syncthing/Obsidian"} 2
syncthing_fs_operations_total{operation="mdkir",root="/var/lib/syncthing/public-pi-data"} 23
syncthing_fs_operations_total{operation="mkdirall",root="/var/lib/syncthing/.config/syncthing"} 2
syncthing_fs_operations_total{operation="mkdirall",root="/var/lib/syncthing/CellPicturesSync"} 423
syncthing_fs_operations_total{operation="mkdirall",root="/var/lib/syncthing/Obsidian"} 13
syncthing_fs_operations_total{operation="mkdirall",root="/var/lib/syncthing/PaperlessConsume"} 19
syncthing_fs_operations_total{operation="mkdirall",root="/var/lib/syncthing/SignalBackups"} 35
syncthing_fs_operations_total{operation="mkdirall",root="/var/lib/syncthing/paperless-backup2"} 136
syncthing_fs_operations_total{operation="mkdirall",root="/var/lib/syncthing/public-pi-data"} 93
syncthing_fs_operations_total{operation="name",root="/var/lib/syncthing/.config/syncthing"} 69
syncthing_fs_operations_total{operation="open",root="/var/lib/syncthing/.config/syncthing"} 23
syncthing_fs_operations_total{operation="open",root="/var/lib/syncthing/ALTIUM"} 1
syncthing_fs_operations_total{operation="open",root="/var/lib/syncthing/CellPicturesSync"} 17826
syncthing_fs_operations_total{operation="open",root="/var/lib/syncthing/CosiMeasureSoftwarebyJan"} 1122
syncthing_fs_operations_total{operation="open",root="/var/lib/syncthing/Exports"} 1131
syncthing_fs_operations_total{operation="open",root="/var/lib/syncthing/Gitarre"} 1
syncthing_fs_operations_total{operation="open",root="/var/lib/syncthing/Music"} 1
syncthing_fs_operations_total{operation="open",root="/var/lib/syncthing/Obsidian"} 292
syncthing_fs_operations_total{operation="open",root="/var/lib/syncthing/Overleaf"} 1
syncthing_fs_operations_total{operation="open",root="/var/lib/syncthing/PaperlessConsume"} 163
syncthing_fs_operations_total{operation="open",root="/var/lib/syncthing/SignalBackups"} 2355
syncthing_fs_operations_total{operation="open",root="/var/lib/syncthing/Tickets"} 1
syncthing_fs_operations_total{operation="open",root="/var/lib/syncthing/_shared_Mischa"} 1
syncthing_fs_operations_total{operation="open",root="/var/lib/syncthing/docs_sync"} 3
syncthing_fs_operations_total{operation="open",root="/var/lib/syncthing/mitNORM"} 1
syncthing_fs_operations_total{operation="open",root="/var/lib/syncthing/paperless-backup"} 1
syncthing_fs_operations_total{operation="open",root="/var/lib/syncthing/paperless-backup2"} 234312
syncthing_fs_operations_total{operation="open",root="/var/lib/syncthing/pictures_sync"} 1
syncthing_fs_operations_total{operation="open",root="/var/lib/syncthing/public-pi-data"} 185
syncthing_fs_operations_total{operation="openfile",root="/var/lib/syncthing/.config/syncthing"} 23
syncthing_fs_operations_total{operation="openfile",root="/var/lib/syncthing/CellPicturesSync"} 473
syncthing_fs_operations_total{operation="openfile",root="/var/lib/syncthing/Exports"} 2
syncthing_fs_operations_total{operation="openfile",root="/var/lib/syncthing/Obsidian"} 233
syncthing_fs_operations_total{operation="openfile",root="/var/lib/syncthing/PaperlessConsume"} 19
syncthing_fs_operations_total{operation="openfile",root="/var/lib/syncthing/SignalBackups"} 99
syncthing_fs_operations_total{operation="openfile",root="/var/lib/syncthing/docs_sync"} 2
syncthing_fs_operations_total{operation="openfile",root="/var/lib/syncthing/paperless-backup2"} 15428
syncthing_fs_operations_total{operation="openfile",root="/var/lib/syncthing/public-pi-data"} 132
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing"} 3
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/.config/syncthing"} 26
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/.config/syncthing/index-v2"} 9748
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/ALTIUM"} 27846
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/CellPicturesSync"} 63378
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/CosiMeasureSoftwarebyJan"} 29986
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/Exports"} 29988
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/Gitarre"} 27848
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/Music"} 27844
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/Obsidian"} 27662
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/Overleaf"} 27846
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/PaperlessConsume"} 28134
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/SignalBackups"} 31958
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/Tickets"} 27848
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/_shared_Mischa"} 27852
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/docs_sync"} 27848
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/mitNORM"} 27850
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/paperless-backup"} 27848
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/paperless-backup2"} 45552
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/pictures_sync"} 27850
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/public-pi-data"} 27908
syncthing_fs_operations_total{operation="read",root="/var/lib/syncthing/ALTIUM"} 1
syncthing_fs_operations_total{operation="read",root="/var/lib/syncthing/CellPicturesSync"} 1
syncthing_fs_operations_total{operation="read",root="/var/lib/syncthing/Gitarre"} 1
syncthing_fs_operations_total{operation="read",root="/var/lib/syncthing/Music"} 1
syncthing_fs_operations_total{operation="read",root="/var/lib/syncthing/Obsidian"} 1
syncthing_fs_operations_total{operation="read",root="/var/lib/syncthing/Overleaf"} 1
syncthing_fs_operations_total{operation="read",root="/var/lib/syncthing/PaperlessConsume"} 1
syncthing_fs_operations_total{operation="read",root="/var/lib/syncthing/SignalBackups"} 1
syncthing_fs_operations_total{operation="read",root="/var/lib/syncthing/Tickets"} 1
syncthing_fs_operations_total{operation="read",root="/var/lib/syncthing/_shared_Mischa"} 1
syncthing_fs_operations_total{operation="read",root="/var/lib/syncthing/docs_sync"} 1
syncthing_fs_operations_total{operation="read",root="/var/lib/syncthing/mitNORM"} 1
syncthing_fs_operations_total{operation="read",root="/var/lib/syncthing/paperless-backup"} 1
syncthing_fs_operations_total{operation="read",root="/var/lib/syncthing/paperless-backup2"} 1
syncthing_fs_operations_total{operation="read",root="/var/lib/syncthing/pictures_sync"} 1
syncthing_fs_operations_total{operation="read",root="/var/lib/syncthing/public-pi-data"} 6
syncthing_fs_operations_total{operation="readat",root="/var/lib/syncthing/CellPicturesSync"} 17436
syncthing_fs_operations_total{operation="readat",root="/var/lib/syncthing/Exports"} 7
syncthing_fs_operations_total{operation="readat",root="/var/lib/syncthing/Obsidian"} 87
syncthing_fs_operations_total{operation="readat",root="/var/lib/syncthing/PaperlessConsume"} 143
syncthing_fs_operations_total{operation="readat",root="/var/lib/syncthing/SignalBackups"} 2327
syncthing_fs_operations_total{operation="readat",root="/var/lib/syncthing/paperless-backup2"} 219089
syncthing_fs_operations_total{operation="readat",root="/var/lib/syncthing/public-pi-data"} 29
syncthing_fs_operations_total{operation="remove",root="/var/lib/syncthing/.config/syncthing"} 23
syncthing_fs_operations_total{operation="remove",root="/var/lib/syncthing/CellPicturesSync"} 623
syncthing_fs_operations_total{operation="remove",root="/var/lib/syncthing/Exports"} 2
syncthing_fs_operations_total{operation="remove",root="/var/lib/syncthing/Obsidian"} 415
syncthing_fs_operations_total{operation="remove",root="/var/lib/syncthing/PaperlessConsume"} 75
syncthing_fs_operations_total{operation="remove",root="/var/lib/syncthing/SignalBackups"} 199
syncthing_fs_operations_total{operation="remove",root="/var/lib/syncthing/docs_sync"} 4
syncthing_fs_operations_total{operation="remove",root="/var/lib/syncthing/paperless-backup2"} 29185
syncthing_fs_operations_total{operation="remove",root="/var/lib/syncthing/public-pi-data"} 148
syncthing_fs_operations_total{operation="removeall",root="/var/lib/syncthing/.config/syncthing"} 2
syncthing_fs_operations_total{operation="rename",root="/var/lib/syncthing/.config/syncthing"} 23
syncthing_fs_operations_total{operation="rename",root="/var/lib/syncthing/CellPicturesSync"} 372
syncthing_fs_operations_total{operation="rename",root="/var/lib/syncthing/Exports"} 2
syncthing_fs_operations_total{operation="rename",root="/var/lib/syncthing/Obsidian"} 188
syncthing_fs_operations_total{operation="rename",root="/var/lib/syncthing/PaperlessConsume"} 19
syncthing_fs_operations_total{operation="rename",root="/var/lib/syncthing/SignalBackups"} 27
syncthing_fs_operations_total{operation="rename",root="/var/lib/syncthing/docs_sync"} 2
syncthing_fs_operations_total{operation="rename",root="/var/lib/syncthing/paperless-backup2"} 14472
syncthing_fs_operations_total{operation="rename",root="/var/lib/syncthing/public-pi-data"} 99
syncthing_fs_operations_total{operation="stat",root="/var/lib/syncthing"} 84
syncthing_fs_operations_total{operation="stat",root="/var/lib/syncthing/.config/syncthing"} 2
syncthing_fs_operations_total{operation="stat",root="/var/lib/syncthing/ALTIUM"} 100
syncthing_fs_operations_total{operation="stat",root="/var/lib/syncthing/CellPicturesSync"} 1912
syncthing_fs_operations_total{operation="stat",root="/var/lib/syncthing/CosiMeasureSoftwarebyJan"} 2242
syncthing_fs_operations_total{operation="stat",root="/var/lib/syncthing/Exports"} 2248
syncthing_fs_operations_total{operation="stat",root="/var/lib/syncthing/Gitarre"} 102
syncthing_fs_operations_total{operation="stat",root="/var/lib/syncthing/Music"} 98
syncthing_fs_operations_total{operation="stat",root="/var/lib/syncthing/Obsidian"} 1667
syncthing_fs_operations_total{operation="stat",root="/var/lib/syncthing/Overleaf"} 100
syncthing_fs_operations_total{operation="stat",root="/var/lib/syncthing/PaperlessConsume"} 316
syncthing_fs_operations_total{operation="stat",root="/var/lib/syncthing/SignalBackups"} 1034
syncthing_fs_operations_total{operation="stat",root="/var/lib/syncthing/Tickets"} 102
syncthing_fs_operations_total{operation="stat",root="/var/lib/syncthing/_shared_Mischa"} 106
syncthing_fs_operations_total{operation="stat",root="/var/lib/syncthing/docs_sync"} 114
syncthing_fs_operations_total{operation="stat",root="/var/lib/syncthing/mitNORM"} 104
syncthing_fs_operations_total{operation="stat",root="/var/lib/syncthing/paperless-backup"} 102
syncthing_fs_operations_total{operation="stat",root="/var/lib/syncthing/paperless-backup2"} 70219
syncthing_fs_operations_total{operation="stat",root="/var/lib/syncthing/pictures_sync"} 104
syncthing_fs_operations_total{operation="stat",root="/var/lib/syncthing/public-pi-data"} 730
syncthing_fs_operations_total{operation="sync",root="/var/lib/syncthing/.config/syncthing"} 46
syncthing_fs_operations_total{operation="sync",root="/var/lib/syncthing/CellPicturesSync"} 845
syncthing_fs_operations_total{operation="sync",root="/var/lib/syncthing/Exports"} 4
syncthing_fs_operations_total{operation="sync",root="/var/lib/syncthing/Obsidian"} 423
syncthing_fs_operations_total{operation="sync",root="/var/lib/syncthing/PaperlessConsume"} 38
syncthing_fs_operations_total{operation="sync",root="/var/lib/syncthing/SignalBackups"} 126
syncthing_fs_operations_total{operation="sync",root="/var/lib/syncthing/docs_sync"} 4
syncthing_fs_operations_total{operation="sync",root="/var/lib/syncthing/paperless-backup2"} 29900
syncthing_fs_operations_total{operation="sync",root="/var/lib/syncthing/public-pi-data"} 253
syncthing_fs_operations_total{operation="truncate",root="/var/lib/syncthing/CellPicturesSync"} 473
syncthing_fs_operations_total{operation="truncate",root="/var/lib/syncthing/Exports"} 2
syncthing_fs_operations_total{operation="truncate",root="/var/lib/syncthing/Obsidian"} 233
syncthing_fs_operations_total{operation="truncate",root="/var/lib/syncthing/PaperlessConsume"} 19
syncthing_fs_operations_total{operation="truncate",root="/var/lib/syncthing/SignalBackups"} 99
syncthing_fs_operations_total{operation="truncate",root="/var/lib/syncthing/docs_sync"} 2
syncthing_fs_operations_total{operation="truncate",root="/var/lib/syncthing/paperless-backup2"} 15428
syncthing_fs_operations_total{operation="truncate",root="/var/lib/syncthing/public-pi-data"} 131
syncthing_fs_operations_total{operation="type",root="/var/lib/syncthing/ALTIUM"} 13924
syncthing_fs_operations_total{operation="type",root="/var/lib/syncthing/CellPicturesSync"} 32434
syncthing_fs_operations_total{operation="type",root="/var/lib/syncthing/CosiMeasureSoftwarebyJan"} 14994
syncthing_fs_operations_total{operation="type",root="/var/lib/syncthing/Exports"} 14999
syncthing_fs_operations_total{operation="type",root="/var/lib/syncthing/Gitarre"} 13925
syncthing_fs_operations_total{operation="type",root="/var/lib/syncthing/Music"} 13923
syncthing_fs_operations_total{operation="type",root="/var/lib/syncthing/Obsidian"} 14208
syncthing_fs_operations_total{operation="type",root="/var/lib/syncthing/Overleaf"} 13924
syncthing_fs_operations_total{operation="type",root="/var/lib/syncthing/PaperlessConsume"} 14106
syncthing_fs_operations_total{operation="type",root="/var/lib/syncthing/SignalBackups"} 16034
syncthing_fs_operations_total{operation="type",root="/var/lib/syncthing/Tickets"} 13925
syncthing_fs_operations_total{operation="type",root="/var/lib/syncthing/_shared_Mischa"} 13927
syncthing_fs_operations_total{operation="type",root="/var/lib/syncthing/docs_sync"} 13929
syncthing_fs_operations_total{operation="type",root="/var/lib/syncthing/mitNORM"} 13926
syncthing_fs_operations_total{operation="type",root="/var/lib/syncthing/paperless-backup"} 13925
syncthing_fs_operations_total{operation="type",root="/var/lib/syncthing/paperless-backup2"} 51721
syncthing_fs_operations_total{operation="type",root="/var/lib/syncthing/pictures_sync"} 13926
syncthing_fs_operations_total{operation="type",root="/var/lib/syncthing/public-pi-data"} 14159
syncthing_fs_operations_total{operation="unhide",root="/var/lib/syncthing/CellPicturesSync"} 456
syncthing_fs_operations_total{operation="unhide",root="/var/lib/syncthing/Exports"} 2
syncthing_fs_operations_total{operation="unhide",root="/var/lib/syncthing/Obsidian"} 219
syncthing_fs_operations_total{operation="unhide",root="/var/lib/syncthing/PaperlessConsume"} 19
syncthing_fs_operations_total{operation="unhide",root="/var/lib/syncthing/SignalBackups"} 99
syncthing_fs_operations_total{operation="unhide",root="/var/lib/syncthing/docs_sync"} 2
syncthing_fs_operations_total{operation="unhide",root="/var/lib/syncthing/paperless-backup2"} 14678
syncthing_fs_operations_total{operation="unhide",root="/var/lib/syncthing/public-pi-data"} 105
syncthing_fs_operations_total{operation="uri",root="/var/lib/syncthing/ALTIUM"} 13924
syncthing_fs_operations_total{operation="uri",root="/var/lib/syncthing/CellPicturesSync"} 32434
syncthing_fs_operations_total{operation="uri",root="/var/lib/syncthing/CosiMeasureSoftwarebyJan"} 14994
syncthing_fs_operations_total{operation="uri",root="/var/lib/syncthing/Exports"} 14999
syncthing_fs_operations_total{operation="uri",root="/var/lib/syncthing/Gitarre"} 13925
syncthing_fs_operations_total{operation="uri",root="/var/lib/syncthing/Music"} 13923
syncthing_fs_operations_total{operation="uri",root="/var/lib/syncthing/Obsidian"} 14208
syncthing_fs_operations_total{operation="uri",root="/var/lib/syncthing/Overleaf"} 13924
syncthing_fs_operations_total{operation="uri",root="/var/lib/syncthing/PaperlessConsume"} 14106
syncthing_fs_operations_total{operation="uri",root="/var/lib/syncthing/SignalBackups"} 16034
syncthing_fs_operations_total{operation="uri",root="/var/lib/syncthing/Tickets"} 13925
syncthing_fs_operations_total{operation="uri",root="/var/lib/syncthing/_shared_Mischa"} 13927
syncthing_fs_operations_total{operation="uri",root="/var/lib/syncthing/docs_sync"} 13929
syncthing_fs_operations_total{operation="uri",root="/var/lib/syncthing/mitNORM"} 13926
syncthing_fs_operations_total{operation="uri",root="/var/lib/syncthing/paperless-backup"} 13925
syncthing_fs_operations_total{operation="uri",root="/var/lib/syncthing/paperless-backup2"} 51721
syncthing_fs_operations_total{operation="uri",root="/var/lib/syncthing/pictures_sync"} 13926
syncthing_fs_operations_total{operation="uri",root="/var/lib/syncthing/public-pi-data"} 14159
syncthing_fs_operations_total{operation="usage",root="/var/lib/syncthing/.config/syncthing/index-v2"} 9748
syncthing_fs_operations_total{operation="usage",root="/var/lib/syncthing/CellPicturesSync"} 456
syncthing_fs_operations_total{operation="usage",root="/var/lib/syncthing/Exports"} 2
syncthing_fs_operations_total{operation="usage",root="/var/lib/syncthing/Obsidian"} 219
syncthing_fs_operations_total{operation="usage",root="/var/lib/syncthing/PaperlessConsume"} 19
syncthing_fs_operations_total{operation="usage",root="/var/lib/syncthing/SignalBackups"} 99
syncthing_fs_operations_total{operation="usage",root="/var/lib/syncthing/docs_sync"} 2
syncthing_fs_operations_total{operation="usage",root="/var/lib/syncthing/paperless-backup2"} 14678
syncthing_fs_operations_total{operation="usage",root="/var/lib/syncthing/public-pi-data"} 105
syncthing_fs_operations_total{operation="watch",root="/var/lib/syncthing/CellPicturesSync"} 1
syncthing_fs_operations_total{operation="watch",root="/var/lib/syncthing/CosiMeasureSoftwarebyJan"} 1
syncthing_fs_operations_total{operation="watch",root="/var/lib/syncthing/Exports"} 1
syncthing_fs_operations_total{operation="write",root="/var/lib/syncthing/.config/syncthing"} 523
syncthing_fs_operations_total{operation="write",root="/var/lib/syncthing/public-pi-data"} 1
syncthing_fs_operations_total{operation="writeat",root="/var/lib/syncthing/CellPicturesSync"} 20968
syncthing_fs_operations_total{operation="writeat",root="/var/lib/syncthing/Exports"} 7
syncthing_fs_operations_total{operation="writeat",root="/var/lib/syncthing/Obsidian"} 424
syncthing_fs_operations_total{operation="writeat",root="/var/lib/syncthing/PaperlessConsume"} 555
syncthing_fs_operations_total{operation="writeat",root="/var/lib/syncthing/SignalBackups"} 41803
syncthing_fs_operations_total{operation="writeat",root="/var/lib/syncthing/docs_sync"} 4
syncthing_fs_operations_total{operation="writeat",root="/var/lib/syncthing/paperless-backup2"} 253455
syncthing_fs_operations_total{operation="writeat",root="/var/lib/syncthing/public-pi-data"} 266
# HELP syncthing_model_folder_conflicts_total Total number of conflicts
# TYPE syncthing_model_folder_conflicts_total counter
syncthing_model_folder_conflicts_total{folder="777nd-czaxy"} 0
syncthing_model_folder_conflicts_total{folder="95agh-9p2qq"} 0
syncthing_model_folder_conflicts_total{folder="bwrfc-rm3io"} 0
syncthing_model_folder_conflicts_total{folder="gmhdh-krtkn"} 0
syncthing_model_folder_conflicts_total{folder="hmqb6-c4xgw"} 0
syncthing_model_folder_conflicts_total{folder="hnei7-qyqfx"} 0
syncthing_model_folder_conflicts_total{folder="hswyc-v4yxw"} 0
syncthing_model_folder_conflicts_total{folder="iilrc-56mig"} 0
syncthing_model_folder_conflicts_total{folder="janf-exports"} 0
syncthing_model_folder_conflicts_total{folder="kjfeh-fcnbm"} 0
syncthing_model_folder_conflicts_total{folder="kmw2d-u7np9"} 0
syncthing_model_folder_conflicts_total{folder="lhbpb-kmcbm"} 0
syncthing_model_folder_conflicts_total{folder="o6fkd-igcmu"} 0
syncthing_model_folder_conflicts_total{folder="rtkyz-phcs4"} 0
syncthing_model_folder_conflicts_total{folder="tga9w-t5cam"} 0
syncthing_model_folder_conflicts_total{folder="vznmw-vnk6x"} 0
syncthing_model_folder_conflicts_total{folder="x9qlv-cvc2h"} 0
syncthing_model_folder_conflicts_total{folder="zdbwl-eqmcj"} 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="777nd-czaxy",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="777nd-czaxy",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="777nd-czaxy",source="network"} 8.6584755875e+10
syncthing_model_folder_processed_bytes_total{folder="777nd-czaxy",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="95agh-9p2qq",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="95agh-9p2qq",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="95agh-9p2qq",source="network"} 1.430546e+06
syncthing_model_folder_processed_bytes_total{folder="95agh-9p2qq",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="bwrfc-rm3io",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="bwrfc-rm3io",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="bwrfc-rm3io",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="bwrfc-rm3io",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="gmhdh-krtkn",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="gmhdh-krtkn",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="gmhdh-krtkn",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="gmhdh-krtkn",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="hmqb6-c4xgw",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="hmqb6-c4xgw",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="hmqb6-c4xgw",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="hmqb6-c4xgw",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="hnei7-qyqfx",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="hnei7-qyqfx",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="hnei7-qyqfx",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="hnei7-qyqfx",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="hswyc-v4yxw",source="local_origin"} 3.27792e+06
syncthing_model_folder_processed_bytes_total{folder="hswyc-v4yxw",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="hswyc-v4yxw",source="network"} 2.326594e+06
syncthing_model_folder_processed_bytes_total{folder="hswyc-v4yxw",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="iilrc-56mig",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="iilrc-56mig",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="iilrc-56mig",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="iilrc-56mig",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="janf-exports",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="janf-exports",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="janf-exports",source="network"} 779565
syncthing_model_folder_processed_bytes_total{folder="janf-exports",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="kjfeh-fcnbm",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="kjfeh-fcnbm",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="kjfeh-fcnbm",source="network"} 41048
syncthing_model_folder_processed_bytes_total{folder="kjfeh-fcnbm",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="kmw2d-u7np9",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="kmw2d-u7np9",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="kmw2d-u7np9",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="kmw2d-u7np9",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="lhbpb-kmcbm",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="lhbpb-kmcbm",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="lhbpb-kmcbm",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="lhbpb-kmcbm",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="o6fkd-igcmu",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="o6fkd-igcmu",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="o6fkd-igcmu",source="network"} 6.9034269e+07
syncthing_model_folder_processed_bytes_total{folder="o6fkd-igcmu",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="rtkyz-phcs4",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="rtkyz-phcs4",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="rtkyz-phcs4",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="rtkyz-phcs4",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="tga9w-t5cam",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="tga9w-t5cam",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="tga9w-t5cam",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="tga9w-t5cam",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="vznmw-vnk6x",source="local_origin"} 2.8713048192e+10
syncthing_model_folder_processed_bytes_total{folder="vznmw-vnk6x",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="vznmw-vnk6x",source="network"} 1.83237825e+09
syncthing_model_folder_processed_bytes_total{folder="vznmw-vnk6x",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="x9qlv-cvc2h",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="x9qlv-cvc2h",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="x9qlv-cvc2h",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="x9qlv-cvc2h",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="zdbwl-eqmcj",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="zdbwl-eqmcj",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="zdbwl-eqmcj",source="network"} 2.658653316e+09
syncthing_model_folder_processed_bytes_total{folder="zdbwl-eqmcj",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="777nd-czaxy"} 46529.3048868765
syncthing_model_folder_pull_seconds_total{folder="95agh-9p2qq"} 151.2503997220001
syncthing_model_folder_pull_seconds_total{folder="bwrfc-rm3io"} 0
syncthing_model_folder_pull_seconds_total{folder="gmhdh-krtkn"} 0
syncthing_model_folder_pull_seconds_total{folder="hmqb6-c4xgw"} 0
syncthing_model_folder_pull_seconds_total{folder="hnei7-qyqfx"} 0
syncthing_model_folder_pull_seconds_total{folder="hswyc-v4yxw"} 10.777157291999998
syncthing_model_folder_pull_seconds_total{folder="iilrc-56mig"} 0
syncthing_model_folder_pull_seconds_total{folder="janf-exports"} 0.559914245
syncthing_model_folder_pull_seconds_total{folder="kjfeh-fcnbm"} 3.75447927
syncthing_model_folder_pull_seconds_total{folder="kmw2d-u7np9"} 0
syncthing_model_folder_pull_seconds_total{folder="lhbpb-kmcbm"} 0
syncthing_model_folder_pull_seconds_total{folder="o6fkd-igcmu"} 116.33787794800007
syncthing_model_folder_pull_seconds_total{folder="rtkyz-phcs4"} 0
syncthing_model_folder_pull_seconds_total{folder="tga9w-t5cam"} 0
syncthing_model_folder_pull_seconds_total{folder="vznmw-vnk6x"} 2817.739631553998
syncthing_model_folder_pull_seconds_total{folder="x9qlv-cvc2h"} 0
syncthing_model_folder_pull_seconds_total{folder="zdbwl-eqmcj"} 5566.316865566989
# 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="777nd-czaxy"} 169
syncthing_model_folder_pulls_total{folder="95agh-9p2qq"} 185
syncthing_model_folder_pulls_total{folder="bwrfc-rm3io"} 0
syncthing_model_folder_pulls_total{folder="gmhdh-krtkn"} 0
syncthing_model_folder_pulls_total{folder="hmqb6-c4xgw"} 0
syncthing_model_folder_pulls_total{folder="hnei7-qyqfx"} 0
syncthing_model_folder_pulls_total{folder="hswyc-v4yxw"} 55
syncthing_model_folder_pulls_total{folder="iilrc-56mig"} 0
syncthing_model_folder_pulls_total{folder="janf-exports"} 2
syncthing_model_folder_pulls_total{folder="kjfeh-fcnbm"} 1
syncthing_model_folder_pulls_total{folder="kmw2d-u7np9"} 0
syncthing_model_folder_pulls_total{folder="lhbpb-kmcbm"} 0
syncthing_model_folder_pulls_total{folder="o6fkd-igcmu"} 35
syncthing_model_folder_pulls_total{folder="rtkyz-phcs4"} 0
syncthing_model_folder_pulls_total{folder="tga9w-t5cam"} 0
syncthing_model_folder_pulls_total{folder="vznmw-vnk6x"} 2780
syncthing_model_folder_pulls_total{folder="x9qlv-cvc2h"} 0
syncthing_model_folder_pulls_total{folder="zdbwl-eqmcj"} 80
# 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="777nd-czaxy"} 0.3561159679999999
syncthing_model_folder_scan_seconds_total{folder="95agh-9p2qq"} 6.478386804000001
syncthing_model_folder_scan_seconds_total{folder="bwrfc-rm3io"} 0.247328446
syncthing_model_folder_scan_seconds_total{folder="gmhdh-krtkn"} 46.170212768999974
syncthing_model_folder_scan_seconds_total{folder="hmqb6-c4xgw"} 1.6386210339999998
syncthing_model_folder_scan_seconds_total{folder="hnei7-qyqfx"} 2.1237367680000006
syncthing_model_folder_scan_seconds_total{folder="hswyc-v4yxw"} 1.1023581550000001
syncthing_model_folder_scan_seconds_total{folder="iilrc-56mig"} 0.088541733
syncthing_model_folder_scan_seconds_total{folder="janf-exports"} 24.52469102900001
syncthing_model_folder_scan_seconds_total{folder="kjfeh-fcnbm"} 1698.6910368550018
syncthing_model_folder_scan_seconds_total{folder="kmw2d-u7np9"} 30.229544853
syncthing_model_folder_scan_seconds_total{folder="lhbpb-kmcbm"} 195.47738087699994
syncthing_model_folder_scan_seconds_total{folder="o6fkd-igcmu"} 0.07661736
syncthing_model_folder_scan_seconds_total{folder="rtkyz-phcs4"} 12.274468072000001
syncthing_model_folder_scan_seconds_total{folder="tga9w-t5cam"} 8.802868862999999
syncthing_model_folder_scan_seconds_total{folder="vznmw-vnk6x"} 46.313539043000006
syncthing_model_folder_scan_seconds_total{folder="x9qlv-cvc2h"} 0.304064783
syncthing_model_folder_scan_seconds_total{folder="zdbwl-eqmcj"} 43.898914346000005
# 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="777nd-czaxy"} 53
syncthing_model_folder_scans_total{folder="95agh-9p2qq"} 50
syncthing_model_folder_scans_total{folder="bwrfc-rm3io"} 52
syncthing_model_folder_scans_total{folder="gmhdh-krtkn"} 1120
syncthing_model_folder_scans_total{folder="hmqb6-c4xgw"} 49
syncthing_model_folder_scans_total{folder="hnei7-qyqfx"} 50
syncthing_model_folder_scans_total{folder="hswyc-v4yxw"} 57
syncthing_model_folder_scans_total{folder="iilrc-56mig"} 53
syncthing_model_folder_scans_total{folder="janf-exports"} 1116
syncthing_model_folder_scans_total{folder="kjfeh-fcnbm"} 51
syncthing_model_folder_scans_total{folder="kmw2d-u7np9"} 51
syncthing_model_folder_scans_total{folder="lhbpb-kmcbm"} 52
syncthing_model_folder_scans_total{folder="o6fkd-igcmu"} 50
syncthing_model_folder_scans_total{folder="rtkyz-phcs4"} 51
syncthing_model_folder_scans_total{folder="tga9w-t5cam"} 50
syncthing_model_folder_scans_total{folder="vznmw-vnk6x"} 52
syncthing_model_folder_scans_total{folder="x9qlv-cvc2h"} 51
syncthing_model_folder_scans_total{folder="zdbwl-eqmcj"} 123
# HELP syncthing_model_folder_state Current folder state
# TYPE syncthing_model_folder_state gauge
syncthing_model_folder_state{folder="777nd-czaxy"} 0
syncthing_model_folder_state{folder="95agh-9p2qq"} 0
syncthing_model_folder_state{folder="bwrfc-rm3io"} 0
syncthing_model_folder_state{folder="gmhdh-krtkn"} 0
syncthing_model_folder_state{folder="hmqb6-c4xgw"} 0
syncthing_model_folder_state{folder="hnei7-qyqfx"} 0
syncthing_model_folder_state{folder="hswyc-v4yxw"} 0
syncthing_model_folder_state{folder="iilrc-56mig"} 0
syncthing_model_folder_state{folder="janf-exports"} 0
syncthing_model_folder_state{folder="kjfeh-fcnbm"} 0
syncthing_model_folder_state{folder="kmw2d-u7np9"} 0
syncthing_model_folder_state{folder="lhbpb-kmcbm"} 0
syncthing_model_folder_state{folder="o6fkd-igcmu"} 0
syncthing_model_folder_state{folder="rtkyz-phcs4"} 0
syncthing_model_folder_state{folder="tga9w-t5cam"} 0
syncthing_model_folder_state{folder="vznmw-vnk6x"} 0
syncthing_model_folder_state{folder="x9qlv-cvc2h"} 0
syncthing_model_folder_state{folder="zdbwl-eqmcj"} 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="777nd-czaxy",scope="global",type="bytes"} 5.062619652e+09
syncthing_model_folder_summary{folder="777nd-czaxy",scope="global",type="deleted"} 0
syncthing_model_folder_summary{folder="777nd-czaxy",scope="global",type="directories"} 0
syncthing_model_folder_summary{folder="777nd-czaxy",scope="global",type="files"} 2
syncthing_model_folder_summary{folder="777nd-czaxy",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="777nd-czaxy",scope="local",type="bytes"} 5.062619652e+09
syncthing_model_folder_summary{folder="777nd-czaxy",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="777nd-czaxy",scope="local",type="directories"} 0
syncthing_model_folder_summary{folder="777nd-czaxy",scope="local",type="files"} 2
syncthing_model_folder_summary{folder="777nd-czaxy",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="777nd-czaxy",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="777nd-czaxy",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="777nd-czaxy",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="777nd-czaxy",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="777nd-czaxy",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="95agh-9p2qq",scope="global",type="bytes"} 3.78910153e+08
syncthing_model_folder_summary{folder="95agh-9p2qq",scope="global",type="deleted"} 0
syncthing_model_folder_summary{folder="95agh-9p2qq",scope="global",type="directories"} 89
syncthing_model_folder_summary{folder="95agh-9p2qq",scope="global",type="files"} 371
syncthing_model_folder_summary{folder="95agh-9p2qq",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="95agh-9p2qq",scope="local",type="bytes"} 3.78910153e+08
syncthing_model_folder_summary{folder="95agh-9p2qq",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="95agh-9p2qq",scope="local",type="directories"} 89
syncthing_model_folder_summary{folder="95agh-9p2qq",scope="local",type="files"} 371
syncthing_model_folder_summary{folder="95agh-9p2qq",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="95agh-9p2qq",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="95agh-9p2qq",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="95agh-9p2qq",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="95agh-9p2qq",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="95agh-9p2qq",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="bwrfc-rm3io",scope="global",type="bytes"} 4.628212e+06
syncthing_model_folder_summary{folder="bwrfc-rm3io",scope="global",type="deleted"} 0
syncthing_model_folder_summary{folder="bwrfc-rm3io",scope="global",type="directories"} 1
syncthing_model_folder_summary{folder="bwrfc-rm3io",scope="global",type="files"} 12
syncthing_model_folder_summary{folder="bwrfc-rm3io",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="bwrfc-rm3io",scope="local",type="bytes"} 4.628212e+06
syncthing_model_folder_summary{folder="bwrfc-rm3io",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="bwrfc-rm3io",scope="local",type="directories"} 1
syncthing_model_folder_summary{folder="bwrfc-rm3io",scope="local",type="files"} 12
syncthing_model_folder_summary{folder="bwrfc-rm3io",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="bwrfc-rm3io",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="bwrfc-rm3io",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="bwrfc-rm3io",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="bwrfc-rm3io",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="bwrfc-rm3io",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="gmhdh-krtkn",scope="global",type="bytes"} 1.8210158e+07
syncthing_model_folder_summary{folder="gmhdh-krtkn",scope="global",type="deleted"} 261
syncthing_model_folder_summary{folder="gmhdh-krtkn",scope="global",type="directories"} 127
syncthing_model_folder_summary{folder="gmhdh-krtkn",scope="global",type="files"} 356
syncthing_model_folder_summary{folder="gmhdh-krtkn",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="gmhdh-krtkn",scope="local",type="bytes"} 1.8210158e+07
syncthing_model_folder_summary{folder="gmhdh-krtkn",scope="local",type="deleted"} 261
syncthing_model_folder_summary{folder="gmhdh-krtkn",scope="local",type="directories"} 127
syncthing_model_folder_summary{folder="gmhdh-krtkn",scope="local",type="files"} 356
syncthing_model_folder_summary{folder="gmhdh-krtkn",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="gmhdh-krtkn",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="gmhdh-krtkn",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="gmhdh-krtkn",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="gmhdh-krtkn",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="gmhdh-krtkn",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="hmqb6-c4xgw",scope="global",type="bytes"} 1.658483477e+09
syncthing_model_folder_summary{folder="hmqb6-c4xgw",scope="global",type="deleted"} 0
syncthing_model_folder_summary{folder="hmqb6-c4xgw",scope="global",type="directories"} 5
syncthing_model_folder_summary{folder="hmqb6-c4xgw",scope="global",type="files"} 53
syncthing_model_folder_summary{folder="hmqb6-c4xgw",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="hmqb6-c4xgw",scope="local",type="bytes"} 1.658483477e+09
syncthing_model_folder_summary{folder="hmqb6-c4xgw",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="hmqb6-c4xgw",scope="local",type="directories"} 5
syncthing_model_folder_summary{folder="hmqb6-c4xgw",scope="local",type="files"} 53
syncthing_model_folder_summary{folder="hmqb6-c4xgw",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="hmqb6-c4xgw",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="hmqb6-c4xgw",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="hmqb6-c4xgw",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="hmqb6-c4xgw",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="hmqb6-c4xgw",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="hnei7-qyqfx",scope="global",type="bytes"} 1.606395e+06
syncthing_model_folder_summary{folder="hnei7-qyqfx",scope="global",type="deleted"} 0
syncthing_model_folder_summary{folder="hnei7-qyqfx",scope="global",type="directories"} 34
syncthing_model_folder_summary{folder="hnei7-qyqfx",scope="global",type="files"} 101
syncthing_model_folder_summary{folder="hnei7-qyqfx",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="hnei7-qyqfx",scope="local",type="bytes"} 1.606395e+06
syncthing_model_folder_summary{folder="hnei7-qyqfx",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="hnei7-qyqfx",scope="local",type="directories"} 34
syncthing_model_folder_summary{folder="hnei7-qyqfx",scope="local",type="files"} 101
syncthing_model_folder_summary{folder="hnei7-qyqfx",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="hnei7-qyqfx",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="hnei7-qyqfx",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="hnei7-qyqfx",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="hnei7-qyqfx",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="hnei7-qyqfx",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="hswyc-v4yxw",scope="global",type="bytes"} 1.080371e+06
syncthing_model_folder_summary{folder="hswyc-v4yxw",scope="global",type="deleted"} 0
syncthing_model_folder_summary{folder="hswyc-v4yxw",scope="global",type="directories"} 20
syncthing_model_folder_summary{folder="hswyc-v4yxw",scope="global",type="files"} 67
syncthing_model_folder_summary{folder="hswyc-v4yxw",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="hswyc-v4yxw",scope="local",type="bytes"} 1.080371e+06
syncthing_model_folder_summary{folder="hswyc-v4yxw",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="hswyc-v4yxw",scope="local",type="directories"} 20
syncthing_model_folder_summary{folder="hswyc-v4yxw",scope="local",type="files"} 67
syncthing_model_folder_summary{folder="hswyc-v4yxw",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="hswyc-v4yxw",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="hswyc-v4yxw",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="hswyc-v4yxw",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="hswyc-v4yxw",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="hswyc-v4yxw",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="iilrc-56mig",scope="global",type="bytes"} 2905
syncthing_model_folder_summary{folder="iilrc-56mig",scope="global",type="deleted"} 1
syncthing_model_folder_summary{folder="iilrc-56mig",scope="global",type="directories"} 0
syncthing_model_folder_summary{folder="iilrc-56mig",scope="global",type="files"} 2
syncthing_model_folder_summary{folder="iilrc-56mig",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="iilrc-56mig",scope="local",type="bytes"} 2905
syncthing_model_folder_summary{folder="iilrc-56mig",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="iilrc-56mig",scope="local",type="directories"} 0
syncthing_model_folder_summary{folder="iilrc-56mig",scope="local",type="files"} 2
syncthing_model_folder_summary{folder="iilrc-56mig",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="iilrc-56mig",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="iilrc-56mig",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="iilrc-56mig",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="iilrc-56mig",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="iilrc-56mig",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="janf-exports",scope="global",type="bytes"} 7.49316107e+08
syncthing_model_folder_summary{folder="janf-exports",scope="global",type="deleted"} 7
syncthing_model_folder_summary{folder="janf-exports",scope="global",type="directories"} 13
syncthing_model_folder_summary{folder="janf-exports",scope="global",type="files"} 193
syncthing_model_folder_summary{folder="janf-exports",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="janf-exports",scope="local",type="bytes"} 7.49316107e+08
syncthing_model_folder_summary{folder="janf-exports",scope="local",type="deleted"} 7
syncthing_model_folder_summary{folder="janf-exports",scope="local",type="directories"} 13
syncthing_model_folder_summary{folder="janf-exports",scope="local",type="files"} 193
syncthing_model_folder_summary{folder="janf-exports",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="janf-exports",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="janf-exports",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="janf-exports",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="janf-exports",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="janf-exports",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="kjfeh-fcnbm",scope="global",type="bytes"} 4.9823388699e+10
syncthing_model_folder_summary{folder="kjfeh-fcnbm",scope="global",type="deleted"} 0
syncthing_model_folder_summary{folder="kjfeh-fcnbm",scope="global",type="directories"} 26329
syncthing_model_folder_summary{folder="kjfeh-fcnbm",scope="global",type="files"} 71103
syncthing_model_folder_summary{folder="kjfeh-fcnbm",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="kjfeh-fcnbm",scope="local",type="bytes"} 4.9823388699e+10
syncthing_model_folder_summary{folder="kjfeh-fcnbm",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="kjfeh-fcnbm",scope="local",type="directories"} 26329
syncthing_model_folder_summary{folder="kjfeh-fcnbm",scope="local",type="files"} 71103
syncthing_model_folder_summary{folder="kjfeh-fcnbm",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="kjfeh-fcnbm",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="kjfeh-fcnbm",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="kjfeh-fcnbm",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="kjfeh-fcnbm",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="kjfeh-fcnbm",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="lhbpb-kmcbm",scope="global",type="bytes"} 7.4808308839e+10
syncthing_model_folder_summary{folder="lhbpb-kmcbm",scope="global",type="deleted"} 0
syncthing_model_folder_summary{folder="lhbpb-kmcbm",scope="global",type="directories"} 241
syncthing_model_folder_summary{folder="lhbpb-kmcbm",scope="global",type="files"} 13045
syncthing_model_folder_summary{folder="lhbpb-kmcbm",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="lhbpb-kmcbm",scope="local",type="bytes"} 7.4808308839e+10
syncthing_model_folder_summary{folder="lhbpb-kmcbm",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="lhbpb-kmcbm",scope="local",type="directories"} 241
syncthing_model_folder_summary{folder="lhbpb-kmcbm",scope="local",type="files"} 13045
syncthing_model_folder_summary{folder="lhbpb-kmcbm",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="lhbpb-kmcbm",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="lhbpb-kmcbm",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="lhbpb-kmcbm",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="lhbpb-kmcbm",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="lhbpb-kmcbm",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="o6fkd-igcmu",scope="global",type="bytes"} 6567
syncthing_model_folder_summary{folder="o6fkd-igcmu",scope="global",type="deleted"} 0
syncthing_model_folder_summary{folder="o6fkd-igcmu",scope="global",type="directories"} 0
syncthing_model_folder_summary{folder="o6fkd-igcmu",scope="global",type="files"} 1
syncthing_model_folder_summary{folder="o6fkd-igcmu",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="o6fkd-igcmu",scope="local",type="bytes"} 6567
syncthing_model_folder_summary{folder="o6fkd-igcmu",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="o6fkd-igcmu",scope="local",type="directories"} 0
syncthing_model_folder_summary{folder="o6fkd-igcmu",scope="local",type="files"} 1
syncthing_model_folder_summary{folder="o6fkd-igcmu",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="o6fkd-igcmu",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="o6fkd-igcmu",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="o6fkd-igcmu",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="o6fkd-igcmu",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="o6fkd-igcmu",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="rtkyz-phcs4",scope="global",type="bytes"} 1.886913685e+09
syncthing_model_folder_summary{folder="rtkyz-phcs4",scope="global",type="deleted"} 0
syncthing_model_folder_summary{folder="rtkyz-phcs4",scope="global",type="directories"} 16
syncthing_model_folder_summary{folder="rtkyz-phcs4",scope="global",type="files"} 737
syncthing_model_folder_summary{folder="rtkyz-phcs4",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="rtkyz-phcs4",scope="local",type="bytes"} 1.886913685e+09
syncthing_model_folder_summary{folder="rtkyz-phcs4",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="rtkyz-phcs4",scope="local",type="directories"} 16
syncthing_model_folder_summary{folder="rtkyz-phcs4",scope="local",type="files"} 737
syncthing_model_folder_summary{folder="rtkyz-phcs4",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="rtkyz-phcs4",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="rtkyz-phcs4",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="rtkyz-phcs4",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="rtkyz-phcs4",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="rtkyz-phcs4",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="tga9w-t5cam",scope="global",type="bytes"} 3.91437513e+08
syncthing_model_folder_summary{folder="tga9w-t5cam",scope="global",type="deleted"} 0
syncthing_model_folder_summary{folder="tga9w-t5cam",scope="global",type="directories"} 68
syncthing_model_folder_summary{folder="tga9w-t5cam",scope="global",type="files"} 578
syncthing_model_folder_summary{folder="tga9w-t5cam",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="tga9w-t5cam",scope="local",type="bytes"} 3.91437513e+08
syncthing_model_folder_summary{folder="tga9w-t5cam",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="tga9w-t5cam",scope="local",type="directories"} 68
syncthing_model_folder_summary{folder="tga9w-t5cam",scope="local",type="files"} 578
syncthing_model_folder_summary{folder="tga9w-t5cam",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="tga9w-t5cam",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="tga9w-t5cam",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="tga9w-t5cam",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="tga9w-t5cam",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="tga9w-t5cam",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="vznmw-vnk6x",scope="global",type="bytes"} 3.688392175e+09
syncthing_model_folder_summary{folder="vznmw-vnk6x",scope="global",type="deleted"} 1
syncthing_model_folder_summary{folder="vznmw-vnk6x",scope="global",type="directories"} 40
syncthing_model_folder_summary{folder="vznmw-vnk6x",scope="global",type="files"} 3317
syncthing_model_folder_summary{folder="vznmw-vnk6x",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="vznmw-vnk6x",scope="local",type="bytes"} 3.688392175e+09
syncthing_model_folder_summary{folder="vznmw-vnk6x",scope="local",type="deleted"} 1
syncthing_model_folder_summary{folder="vznmw-vnk6x",scope="local",type="directories"} 40
syncthing_model_folder_summary{folder="vznmw-vnk6x",scope="local",type="files"} 3317
syncthing_model_folder_summary{folder="vznmw-vnk6x",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="vznmw-vnk6x",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="vznmw-vnk6x",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="vznmw-vnk6x",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="vznmw-vnk6x",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="vznmw-vnk6x",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="x9qlv-cvc2h",scope="global",type="bytes"} 8.502037e+06
syncthing_model_folder_summary{folder="x9qlv-cvc2h",scope="global",type="deleted"} 0
syncthing_model_folder_summary{folder="x9qlv-cvc2h",scope="global",type="directories"} 2
syncthing_model_folder_summary{folder="x9qlv-cvc2h",scope="global",type="files"} 13
syncthing_model_folder_summary{folder="x9qlv-cvc2h",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="x9qlv-cvc2h",scope="local",type="bytes"} 8.502037e+06
syncthing_model_folder_summary{folder="x9qlv-cvc2h",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="x9qlv-cvc2h",scope="local",type="directories"} 2
syncthing_model_folder_summary{folder="x9qlv-cvc2h",scope="local",type="files"} 13
syncthing_model_folder_summary{folder="x9qlv-cvc2h",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="x9qlv-cvc2h",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="x9qlv-cvc2h",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="x9qlv-cvc2h",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="x9qlv-cvc2h",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="x9qlv-cvc2h",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="zdbwl-eqmcj",scope="global",type="bytes"} 1.0404389011e+10
syncthing_model_folder_summary{folder="zdbwl-eqmcj",scope="global",type="deleted"} 0
syncthing_model_folder_summary{folder="zdbwl-eqmcj",scope="global",type="directories"} 2
syncthing_model_folder_summary{folder="zdbwl-eqmcj",scope="global",type="files"} 2492
syncthing_model_folder_summary{folder="zdbwl-eqmcj",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="zdbwl-eqmcj",scope="local",type="bytes"} 1.0404389011e+10
syncthing_model_folder_summary{folder="zdbwl-eqmcj",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="zdbwl-eqmcj",scope="local",type="directories"} 2
syncthing_model_folder_summary{folder="zdbwl-eqmcj",scope="local",type="files"} 2492
syncthing_model_folder_summary{folder="zdbwl-eqmcj",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="zdbwl-eqmcj",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="zdbwl-eqmcj",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="zdbwl-eqmcj",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="zdbwl-eqmcj",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="zdbwl-eqmcj",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="D2VWG7S-2VZDGLY-2VUVIEO-P5HKIA3-7MNXPMK-ZUQRJEN-PL2LORY-3FVAJQZ"} 2446
syncthing_protocol_recv_bytes_total{device="GFURJAE-ZDWGEYD-NR3ISXD-A3GXNO3-MIQH5Y2-PL4COUK-2JGVE3S-US52SAB"} 2.5049151e+07
syncthing_protocol_recv_bytes_total{device="MJL76P2-MQ4QWUQ-LRBLJ5V-R4PWWI2-3CGGYP4-QRTSQV4-SSANPCP-NRSUZAW"} 2.715302e+06
syncthing_protocol_recv_bytes_total{device="OBX6M4T-UP2CLD4-YBGZTGQ-TCTZMZE-EW7UMWW-OTR2BIC-QD3MEKN-RQGJNQA"} 19581
syncthing_protocol_recv_bytes_total{device="UGAUAG7-23TGR3R-PALMWF5-6OWB6GV-R3VGBXI-BBTB5TG-SV6BXQ2-GTUGCA7"} 8.9282063088e+10
syncthing_protocol_recv_bytes_total{device="UOGWUFG-73UKYDY-HNDNIR5-PBQ52UU-MTVKXZJ-GI6QH7D-44TFFHH-GEQURQ4"} 1.933933392e+09
syncthing_protocol_recv_bytes_total{device="VYP4TBN-I7IZNMS-CEBG6XL-UJGJKQG-XGTJI2C-CRLHWBZ-WQSMSVB-FIBFQAH"} 2408
# 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="D2VWG7S-2VZDGLY-2VUVIEO-P5HKIA3-7MNXPMK-ZUQRJEN-PL2LORY-3FVAJQZ"} 2500
syncthing_protocol_recv_decompressed_bytes_total{device="GFURJAE-ZDWGEYD-NR3ISXD-A3GXNO3-MIQH5Y2-PL4COUK-2JGVE3S-US52SAB"} 2.5882296e+07
syncthing_protocol_recv_decompressed_bytes_total{device="MJL76P2-MQ4QWUQ-LRBLJ5V-R4PWWI2-3CGGYP4-QRTSQV4-SSANPCP-NRSUZAW"} 2.723047e+06
syncthing_protocol_recv_decompressed_bytes_total{device="OBX6M4T-UP2CLD4-YBGZTGQ-TCTZMZE-EW7UMWW-OTR2BIC-QD3MEKN-RQGJNQA"} 19849
syncthing_protocol_recv_decompressed_bytes_total{device="UGAUAG7-23TGR3R-PALMWF5-6OWB6GV-R3VGBXI-BBTB5TG-SV6BXQ2-GTUGCA7"} 8.9241967973e+10
syncthing_protocol_recv_decompressed_bytes_total{device="UOGWUFG-73UKYDY-HNDNIR5-PBQ52UU-MTVKXZJ-GI6QH7D-44TFFHH-GEQURQ4"} 1.934551251e+09
syncthing_protocol_recv_decompressed_bytes_total{device="VYP4TBN-I7IZNMS-CEBG6XL-UJGJKQG-XGTJI2C-CRLHWBZ-WQSMSVB-FIBFQAH"} 2408
# 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="D2VWG7S-2VZDGLY-2VUVIEO-P5HKIA3-7MNXPMK-ZUQRJEN-PL2LORY-3FVAJQZ"} 60
syncthing_protocol_recv_messages_total{device="GFURJAE-ZDWGEYD-NR3ISXD-A3GXNO3-MIQH5Y2-PL4COUK-2JGVE3S-US52SAB"} 40195
syncthing_protocol_recv_messages_total{device="MJL76P2-MQ4QWUQ-LRBLJ5V-R4PWWI2-3CGGYP4-QRTSQV4-SSANPCP-NRSUZAW"} 41228
syncthing_protocol_recv_messages_total{device="OBX6M4T-UP2CLD4-YBGZTGQ-TCTZMZE-EW7UMWW-OTR2BIC-QD3MEKN-RQGJNQA"} 82
syncthing_protocol_recv_messages_total{device="UGAUAG7-23TGR3R-PALMWF5-6OWB6GV-R3VGBXI-BBTB5TG-SV6BXQ2-GTUGCA7"} 66772
syncthing_protocol_recv_messages_total{device="UOGWUFG-73UKYDY-HNDNIR5-PBQ52UU-MTVKXZJ-GI6QH7D-44TFFHH-GEQURQ4"} 26401
syncthing_protocol_recv_messages_total{device="VYP4TBN-I7IZNMS-CEBG6XL-UJGJKQG-XGTJI2C-CRLHWBZ-WQSMSVB-FIBFQAH"} 72
# 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="D2VWG7S-2VZDGLY-2VUVIEO-P5HKIA3-7MNXPMK-ZUQRJEN-PL2LORY-3FVAJQZ"} 3657
syncthing_protocol_sent_bytes_total{device="GFURJAE-ZDWGEYD-NR3ISXD-A3GXNO3-MIQH5Y2-PL4COUK-2JGVE3S-US52SAB"} 7.151030827e+09
syncthing_protocol_sent_bytes_total{device="MJL76P2-MQ4QWUQ-LRBLJ5V-R4PWWI2-3CGGYP4-QRTSQV4-SSANPCP-NRSUZAW"} 411562
syncthing_protocol_sent_bytes_total{device="OBX6M4T-UP2CLD4-YBGZTGQ-TCTZMZE-EW7UMWW-OTR2BIC-QD3MEKN-RQGJNQA"} 10892
syncthing_protocol_sent_bytes_total{device="UGAUAG7-23TGR3R-PALMWF5-6OWB6GV-R3VGBXI-BBTB5TG-SV6BXQ2-GTUGCA7"} 1.9396427e+07
syncthing_protocol_sent_bytes_total{device="UOGWUFG-73UKYDY-HNDNIR5-PBQ52UU-MTVKXZJ-GI6QH7D-44TFFHH-GEQURQ4"} 3.588024e+07
syncthing_protocol_sent_bytes_total{device="VYP4TBN-I7IZNMS-CEBG6XL-UJGJKQG-XGTJI2C-CRLHWBZ-WQSMSVB-FIBFQAH"} 1515
# 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="D2VWG7S-2VZDGLY-2VUVIEO-P5HKIA3-7MNXPMK-ZUQRJEN-PL2LORY-3FVAJQZ"} 61
syncthing_protocol_sent_messages_total{device="GFURJAE-ZDWGEYD-NR3ISXD-A3GXNO3-MIQH5Y2-PL4COUK-2JGVE3S-US52SAB"} 40858
syncthing_protocol_sent_messages_total{device="MJL76P2-MQ4QWUQ-LRBLJ5V-R4PWWI2-3CGGYP4-QRTSQV4-SSANPCP-NRSUZAW"} 40900
syncthing_protocol_sent_messages_total{device="OBX6M4T-UP2CLD4-YBGZTGQ-TCTZMZE-EW7UMWW-OTR2BIC-QD3MEKN-RQGJNQA"} 83
syncthing_protocol_sent_messages_total{device="UGAUAG7-23TGR3R-PALMWF5-6OWB6GV-R3VGBXI-BBTB5TG-SV6BXQ2-GTUGCA7"} 73983
syncthing_protocol_sent_messages_total{device="UOGWUFG-73UKYDY-HNDNIR5-PBQ52UU-MTVKXZJ-GI6QH7D-44TFFHH-GEQURQ4"} 26533
syncthing_protocol_sent_messages_total{device="VYP4TBN-I7IZNMS-CEBG6XL-UJGJKQG-XGTJI2C-CRLHWBZ-WQSMSVB-FIBFQAH"} 75
# 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="D2VWG7S-2VZDGLY-2VUVIEO-P5HKIA3-7MNXPMK-ZUQRJEN-PL2LORY-3FVAJQZ"} 5202
syncthing_protocol_sent_uncompressed_bytes_total{device="GFURJAE-ZDWGEYD-NR3ISXD-A3GXNO3-MIQH5Y2-PL4COUK-2JGVE3S-US52SAB"} 7.153890947e+09
syncthing_protocol_sent_uncompressed_bytes_total{device="MJL76P2-MQ4QWUQ-LRBLJ5V-R4PWWI2-3CGGYP4-QRTSQV4-SSANPCP-NRSUZAW"} 458890
syncthing_protocol_sent_uncompressed_bytes_total{device="OBX6M4T-UP2CLD4-YBGZTGQ-TCTZMZE-EW7UMWW-OTR2BIC-QD3MEKN-RQGJNQA"} 18669
syncthing_protocol_sent_uncompressed_bytes_total{device="UGAUAG7-23TGR3R-PALMWF5-6OWB6GV-R3VGBXI-BBTB5TG-SV6BXQ2-GTUGCA7"} 3.3880862e+07
syncthing_protocol_sent_uncompressed_bytes_total{device="UOGWUFG-73UKYDY-HNDNIR5-PBQ52UU-MTVKXZJ-GI6QH7D-44TFFHH-GEQURQ4"} 5.9362736e+07
syncthing_protocol_sent_uncompressed_bytes_total{device="VYP4TBN-I7IZNMS-CEBG6XL-UJGJKQG-XGTJI2C-CRLHWBZ-WQSMSVB-FIBFQAH"} 2339
# 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="777nd-czaxy"} 0
syncthing_scanner_hashed_bytes_total{folder="95agh-9p2qq"} 0
syncthing_scanner_hashed_bytes_total{folder="bwrfc-rm3io"} 0
syncthing_scanner_hashed_bytes_total{folder="gmhdh-krtkn"} 0
syncthing_scanner_hashed_bytes_total{folder="hmqb6-c4xgw"} 0
syncthing_scanner_hashed_bytes_total{folder="hnei7-qyqfx"} 0
syncthing_scanner_hashed_bytes_total{folder="hswyc-v4yxw"} 0
syncthing_scanner_hashed_bytes_total{folder="iilrc-56mig"} 0
syncthing_scanner_hashed_bytes_total{folder="janf-exports"} 0
syncthing_scanner_hashed_bytes_total{folder="kjfeh-fcnbm"} 0
syncthing_scanner_hashed_bytes_total{folder="kmw2d-u7np9"} 0
syncthing_scanner_hashed_bytes_total{folder="lhbpb-kmcbm"} 0
syncthing_scanner_hashed_bytes_total{folder="o6fkd-igcmu"} 0
syncthing_scanner_hashed_bytes_total{folder="rtkyz-phcs4"} 0
syncthing_scanner_hashed_bytes_total{folder="tga9w-t5cam"} 0
syncthing_scanner_hashed_bytes_total{folder="vznmw-vnk6x"} 0
syncthing_scanner_hashed_bytes_total{folder="x9qlv-cvc2h"} 0
syncthing_scanner_hashed_bytes_total{folder="zdbwl-eqmcj"} 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="777nd-czaxy"} 562
syncthing_scanner_scanned_items_total{folder="95agh-9p2qq"} 47774
syncthing_scanner_scanned_items_total{folder="bwrfc-rm3io"} 1872
syncthing_scanner_scanned_items_total{folder="gmhdh-krtkn"} 543200
syncthing_scanner_scanned_items_total{folder="hmqb6-c4xgw"} 7056
syncthing_scanner_scanned_items_total{folder="hnei7-qyqfx"} 15150
syncthing_scanner_scanned_items_total{folder="hswyc-v4yxw"} 8688
syncthing_scanner_scanned_items_total{folder="iilrc-56mig"} 424
syncthing_scanner_scanned_items_total{folder="janf-exports"} 231738
syncthing_scanner_scanned_items_total{folder="kjfeh-fcnbm"} 1.0152264e+07
syncthing_scanner_scanned_items_total{folder="kmw2d-u7np9"} 215322
syncthing_scanner_scanned_items_total{folder="lhbpb-kmcbm"} 1.262196e+06
syncthing_scanner_scanned_items_total{folder="o6fkd-igcmu"} 311
syncthing_scanner_scanned_items_total{folder="rtkyz-phcs4"} 79611
syncthing_scanner_scanned_items_total{folder="tga9w-t5cam"} 66100
syncthing_scanner_scanned_items_total{folder="vznmw-vnk6x"} 339762
syncthing_scanner_scanned_items_total{folder="x9qlv-cvc2h"} 2244
syncthing_scanner_scanned_items_total{folder="zdbwl-eqmcj"} 289038
