# 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.5921e-05
go_gc_duration_seconds{quantile="0.25"} 4.1815e-05
go_gc_duration_seconds{quantile="0.5"} 4.8103e-05
go_gc_duration_seconds{quantile="0.75"} 5.5092e-05
go_gc_duration_seconds{quantile="1"} 0.000134412
go_gc_duration_seconds_sum 5.748104628
go_gc_duration_seconds_count 119776
# 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 150
# 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 2.5112856e+07
# HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes.
# TYPE go_memstats_alloc_bytes_total counter
go_memstats_alloc_bytes_total 1.073424212984e+12
# HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes.
# TYPE go_memstats_buck_hash_sys_bytes gauge
go_memstats_buck_hash_sys_bytes 6.974129e+06
# HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects.
# TYPE go_memstats_frees_total counter
go_memstats_frees_total 9.790687462e+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 2.5112856e+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 1.90513152e+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 3.6995072e+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 143291
# 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.83230464e+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.27508224e+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.785535970599418e+09
# HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects.
# TYPE go_memstats_mallocs_total counter
go_memstats_mallocs_total 9.790830753e+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 523520
# 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 3.0513866e+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.244399e+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 3.178496e+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 3.178496e+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.46614328e+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 12858.62
# 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 4.0902319488e+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 3.12274918954e+11
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 143
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 2.56688128e+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.840708608e+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"} 52
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"} 1
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"} 1
# HELP syncthing_db_files_updated_total Total number of files updated
# TYPE syncthing_db_files_updated_total counter
syncthing_db_files_updated_total{folder="777nd-czaxy"} 176
syncthing_db_files_updated_total{folder="95agh-9p2qq"} 1044
syncthing_db_files_updated_total{folder="hswyc-v4yxw"} 105307
syncthing_db_files_updated_total{folder="janf-exports"} 14
syncthing_db_files_updated_total{folder="kjfeh-fcnbm"} 1205
syncthing_db_files_updated_total{folder="lhbpb-kmcbm"} 28
syncthing_db_files_updated_total{folder="o6fkd-igcmu"} 455
syncthing_db_files_updated_total{folder="vznmw-vnk6x"} 183586
syncthing_db_files_updated_total{folder="x9qlv-cvc2h"} 3
syncthing_db_files_updated_total{folder="zdbwl-eqmcj"} 1506
# 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"} 29.10084205799852
syncthing_db_operation_seconds_total{folder="-",operation="GetKV"} 44.13378091999042
syncthing_db_operation_seconds_total{folder="-",operation="ListFolders"} 4.1344e-05
syncthing_db_operation_seconds_total{folder="-",operation="PrefixKV"} 0.04467502699999993
syncthing_db_operation_seconds_total{folder="-",operation="PutKV"} 24.675888674000085
syncthing_db_operation_seconds_total{folder="777nd-czaxy",operation="AllLocalFilesBySequence"} 0.5790074650000039
syncthing_db_operation_seconds_total{folder="777nd-czaxy",operation="AllLocalFilesPrefix"} 0.0013325899999999996
syncthing_db_operation_seconds_total{folder="777nd-czaxy",operation="AllNeededGlobalFiles"} 0.005566732999999995
syncthing_db_operation_seconds_total{folder="777nd-czaxy",operation="CountGlobal"} 0.4520288239999976
syncthing_db_operation_seconds_total{folder="777nd-czaxy",operation="CountLocal"} 0.13339469900000056
syncthing_db_operation_seconds_total{folder="777nd-czaxy",operation="CountNeed"} 0.48334238899999904
syncthing_db_operation_seconds_total{folder="777nd-czaxy",operation="CountReceiveOnlyChanged"} 0.050265896999999816
syncthing_db_operation_seconds_total{folder="777nd-czaxy",operation="GetDeviceFile"} 0.5573160350000013
syncthing_db_operation_seconds_total{folder="777nd-czaxy",operation="GetDeviceSequence"} 3.84137039199999
syncthing_db_operation_seconds_total{folder="777nd-czaxy",operation="GetGlobalAvailability"} 5.205146975000003
syncthing_db_operation_seconds_total{folder="777nd-czaxy",operation="GetGlobalFile"} 0.4143557540000001
syncthing_db_operation_seconds_total{folder="777nd-czaxy",operation="IndexIDGet"} 0.44865630900000103
syncthing_db_operation_seconds_total{folder="777nd-czaxy",operation="ListDevicesForFolder"} 8.3839e-05
syncthing_db_operation_seconds_total{folder="777nd-czaxy",operation="RemoteSequences"} 0.10233199300000048
syncthing_db_operation_seconds_total{folder="777nd-czaxy",operation="Update"} 0.7668174460000001
syncthing_db_operation_seconds_total{folder="95agh-9p2qq",operation="AllLocalFilesBySequence"} 0.047942954
syncthing_db_operation_seconds_total{folder="95agh-9p2qq",operation="AllLocalFilesPrefix"} 0.0022756880000000005
syncthing_db_operation_seconds_total{folder="95agh-9p2qq",operation="AllNeededGlobalFiles"} 0.011822921999999984
syncthing_db_operation_seconds_total{folder="95agh-9p2qq",operation="CountGlobal"} 0.7491751190000069
syncthing_db_operation_seconds_total{folder="95agh-9p2qq",operation="CountLocal"} 0.19546269599999982
syncthing_db_operation_seconds_total{folder="95agh-9p2qq",operation="CountNeed"} 5.446191859999972
syncthing_db_operation_seconds_total{folder="95agh-9p2qq",operation="CountReceiveOnlyChanged"} 0.05915078099999992
syncthing_db_operation_seconds_total{folder="95agh-9p2qq",operation="GetDeviceFile"} 2.169308811999997
syncthing_db_operation_seconds_total{folder="95agh-9p2qq",operation="GetDeviceSequence"} 2.167910811999995
syncthing_db_operation_seconds_total{folder="95agh-9p2qq",operation="GetGlobalAvailability"} 0.027127047999999997
syncthing_db_operation_seconds_total{folder="95agh-9p2qq",operation="GetGlobalFile"} 0.014798474999999985
syncthing_db_operation_seconds_total{folder="95agh-9p2qq",operation="IndexIDGet"} 0.27865635500000174
syncthing_db_operation_seconds_total{folder="95agh-9p2qq",operation="ListDevicesForFolder"} 0.000107409
syncthing_db_operation_seconds_total{folder="95agh-9p2qq",operation="RemoteSequences"} 0.12183508500000005
syncthing_db_operation_seconds_total{folder="95agh-9p2qq",operation="Update"} 0.9313840429999999
syncthing_db_operation_seconds_total{folder="bwrfc-rm3io",operation="AllLocalFilesBySequence"} 0.02631097100000001
syncthing_db_operation_seconds_total{folder="bwrfc-rm3io",operation="AllLocalFilesPrefix"} 0.0009270130000000006
syncthing_db_operation_seconds_total{folder="bwrfc-rm3io",operation="CountGlobal"} 0.19407344300000123
syncthing_db_operation_seconds_total{folder="bwrfc-rm3io",operation="CountLocal"} 0.10401689699999996
syncthing_db_operation_seconds_total{folder="bwrfc-rm3io",operation="CountNeed"} 0.24669663500000044
syncthing_db_operation_seconds_total{folder="bwrfc-rm3io",operation="CountReceiveOnlyChanged"} 0.03540187499999993
syncthing_db_operation_seconds_total{folder="bwrfc-rm3io",operation="GetDeviceFile"} 0.05538745499999988
syncthing_db_operation_seconds_total{folder="bwrfc-rm3io",operation="GetDeviceSequence"} 1.1661411580000065
syncthing_db_operation_seconds_total{folder="bwrfc-rm3io",operation="IndexIDGet"} 0.18240335499999955
syncthing_db_operation_seconds_total{folder="bwrfc-rm3io",operation="ListDevicesForFolder"} 9.7256e-05
syncthing_db_operation_seconds_total{folder="bwrfc-rm3io",operation="RemoteSequences"} 0.061979643000000056
syncthing_db_operation_seconds_total{folder="gmhdh-krtkn",operation="AllLocalFilesBySequence"} 0.017996922999999998
syncthing_db_operation_seconds_total{folder="gmhdh-krtkn",operation="AllLocalFilesPrefix"} 0.018225477000000007
syncthing_db_operation_seconds_total{folder="gmhdh-krtkn",operation="CountGlobal"} 0.23070438700000068
syncthing_db_operation_seconds_total{folder="gmhdh-krtkn",operation="CountLocal"} 0.1366544919999997
syncthing_db_operation_seconds_total{folder="gmhdh-krtkn",operation="CountNeed"} 2.607974860000013
syncthing_db_operation_seconds_total{folder="gmhdh-krtkn",operation="CountReceiveOnlyChanged"} 0.037225751999999834
syncthing_db_operation_seconds_total{folder="gmhdh-krtkn",operation="GetDeviceFile"} 15.597301415000377
syncthing_db_operation_seconds_total{folder="gmhdh-krtkn",operation="GetDeviceSequence"} 1.130910350000012
syncthing_db_operation_seconds_total{folder="gmhdh-krtkn",operation="IndexIDGet"} 0.17241511500000073
syncthing_db_operation_seconds_total{folder="gmhdh-krtkn",operation="ListDevicesForFolder"} 8.6245e-05
syncthing_db_operation_seconds_total{folder="gmhdh-krtkn",operation="RemoteSequences"} 0.06367448100000005
syncthing_db_operation_seconds_total{folder="hmqb6-c4xgw",operation="AllLocalFilesBySequence"} 0.012893550999999993
syncthing_db_operation_seconds_total{folder="hmqb6-c4xgw",operation="AllLocalFilesPrefix"} 0.0009588830000000001
syncthing_db_operation_seconds_total{folder="hmqb6-c4xgw",operation="CountGlobal"} 0.18089033599999899
syncthing_db_operation_seconds_total{folder="hmqb6-c4xgw",operation="CountLocal"} 0.10007473199999999
syncthing_db_operation_seconds_total{folder="hmqb6-c4xgw",operation="CountNeed"} 0.38725731799999985
syncthing_db_operation_seconds_total{folder="hmqb6-c4xgw",operation="CountReceiveOnlyChanged"} 0.036189504000000074
syncthing_db_operation_seconds_total{folder="hmqb6-c4xgw",operation="GetDeviceFile"} 1.189671146999998
syncthing_db_operation_seconds_total{folder="hmqb6-c4xgw",operation="GetDeviceSequence"} 1.0609977130000017
syncthing_db_operation_seconds_total{folder="hmqb6-c4xgw",operation="IndexIDGet"} 0.15395059499999983
syncthing_db_operation_seconds_total{folder="hmqb6-c4xgw",operation="ListDevicesForFolder"} 0.000313489
syncthing_db_operation_seconds_total{folder="hmqb6-c4xgw",operation="RemoteSequences"} 0.06302536000000002
syncthing_db_operation_seconds_total{folder="hnei7-qyqfx",operation="AllLocalFilesBySequence"} 0.012345986999999996
syncthing_db_operation_seconds_total{folder="hnei7-qyqfx",operation="AllLocalFilesPrefix"} 0.0009138400000000002
syncthing_db_operation_seconds_total{folder="hnei7-qyqfx",operation="CountGlobal"} 0.21843739599999987
syncthing_db_operation_seconds_total{folder="hnei7-qyqfx",operation="CountLocal"} 0.1032912980000004
syncthing_db_operation_seconds_total{folder="hnei7-qyqfx",operation="CountNeed"} 0.6686651539999992
syncthing_db_operation_seconds_total{folder="hnei7-qyqfx",operation="CountReceiveOnlyChanged"} 0.03672856300000001
syncthing_db_operation_seconds_total{folder="hnei7-qyqfx",operation="GetDeviceFile"} 0.44054337399999854
syncthing_db_operation_seconds_total{folder="hnei7-qyqfx",operation="GetDeviceSequence"} 1.1020867799999974
syncthing_db_operation_seconds_total{folder="hnei7-qyqfx",operation="IndexIDGet"} 0.14962673399999918
syncthing_db_operation_seconds_total{folder="hnei7-qyqfx",operation="ListDevicesForFolder"} 0.000109211
syncthing_db_operation_seconds_total{folder="hnei7-qyqfx",operation="RemoteSequences"} 0.0637338820000002
syncthing_db_operation_seconds_total{folder="hswyc-v4yxw",operation="AllLocalFilesBySequence"} 0.03460159699999999
syncthing_db_operation_seconds_total{folder="hswyc-v4yxw",operation="AllLocalFilesPrefix"} 0.001425282999999999
syncthing_db_operation_seconds_total{folder="hswyc-v4yxw",operation="AllNeededGlobalFiles"} 0.004869947
syncthing_db_operation_seconds_total{folder="hswyc-v4yxw",operation="CountGlobal"} 0.1556374199999999
syncthing_db_operation_seconds_total{folder="hswyc-v4yxw",operation="CountLocal"} 0.05358594199999995
syncthing_db_operation_seconds_total{folder="hswyc-v4yxw",operation="CountNeed"} 21.226257647000008
syncthing_db_operation_seconds_total{folder="hswyc-v4yxw",operation="CountReceiveOnlyChanged"} 0.014808515
syncthing_db_operation_seconds_total{folder="hswyc-v4yxw",operation="DropAllFiles"} 0.007748446
syncthing_db_operation_seconds_total{folder="hswyc-v4yxw",operation="GetDeviceFile"} 14.229841550000032
syncthing_db_operation_seconds_total{folder="hswyc-v4yxw",operation="GetDeviceSequence"} 6.436950708999963
syncthing_db_operation_seconds_total{folder="hswyc-v4yxw",operation="GetGlobalAvailability"} 3.454248285999988
syncthing_db_operation_seconds_total{folder="hswyc-v4yxw",operation="GetGlobalFile"} 2.8442081780000303
syncthing_db_operation_seconds_total{folder="hswyc-v4yxw",operation="IndexIDGet"} 0.19425578500000015
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.035511182
syncthing_db_operation_seconds_total{folder="hswyc-v4yxw",operation="Update"} 48.17666405699999
syncthing_db_operation_seconds_total{folder="iilrc-56mig",operation="AllLocalFilesBySequence"} 0.011391758000000005
syncthing_db_operation_seconds_total{folder="iilrc-56mig",operation="AllLocalFilesPrefix"} 0.0008538299999999997
syncthing_db_operation_seconds_total{folder="iilrc-56mig",operation="CountGlobal"} 0.18725407700000024
syncthing_db_operation_seconds_total{folder="iilrc-56mig",operation="CountLocal"} 0.08333779999999998
syncthing_db_operation_seconds_total{folder="iilrc-56mig",operation="CountNeed"} 0.20134796399999888
syncthing_db_operation_seconds_total{folder="iilrc-56mig",operation="CountReceiveOnlyChanged"} 0.03718260899999997
syncthing_db_operation_seconds_total{folder="iilrc-56mig",operation="GetDeviceFile"} 0.01286358400000001
syncthing_db_operation_seconds_total{folder="iilrc-56mig",operation="GetDeviceSequence"} 1.1356452480000034
syncthing_db_operation_seconds_total{folder="iilrc-56mig",operation="IndexIDGet"} 0.154854982
syncthing_db_operation_seconds_total{folder="iilrc-56mig",operation="ListDevicesForFolder"} 7.4334e-05
syncthing_db_operation_seconds_total{folder="iilrc-56mig",operation="RemoteSequences"} 0.06396796699999985
syncthing_db_operation_seconds_total{folder="janf-exports",operation="AllLocalFilesBySequence"} 0.017093327999999994
syncthing_db_operation_seconds_total{folder="janf-exports",operation="AllLocalFilesPrefix"} 0.017281999000000024
syncthing_db_operation_seconds_total{folder="janf-exports",operation="AllNeededGlobalFiles"} 0.000281714
syncthing_db_operation_seconds_total{folder="janf-exports",operation="CountGlobal"} 0.46164929100000235
syncthing_db_operation_seconds_total{folder="janf-exports",operation="CountLocal"} 0.16149946599999962
syncthing_db_operation_seconds_total{folder="janf-exports",operation="CountNeed"} 2.3673429580000023
syncthing_db_operation_seconds_total{folder="janf-exports",operation="CountReceiveOnlyChanged"} 0.04769504700000004
syncthing_db_operation_seconds_total{folder="janf-exports",operation="GetDeviceFile"} 14.317469836000084
syncthing_db_operation_seconds_total{folder="janf-exports",operation="GetDeviceSequence"} 1.7808409490000048
syncthing_db_operation_seconds_total{folder="janf-exports",operation="GetGlobalAvailability"} 0.0008053180000000001
syncthing_db_operation_seconds_total{folder="janf-exports",operation="GetGlobalFile"} 0.000442026
syncthing_db_operation_seconds_total{folder="janf-exports",operation="IndexIDGet"} 0.22483818400000039
syncthing_db_operation_seconds_total{folder="janf-exports",operation="ListDevicesForFolder"} 5.2404e-05
syncthing_db_operation_seconds_total{folder="janf-exports",operation="RemoteSequences"} 0.09385786799999968
syncthing_db_operation_seconds_total{folder="janf-exports",operation="Update"} 0.024803884000000002
syncthing_db_operation_seconds_total{folder="kjfeh-fcnbm",operation="AllLocalFilesBySequence"} 0.026223345999999967
syncthing_db_operation_seconds_total{folder="kjfeh-fcnbm",operation="AllLocalFilesPrefix"} 0.005177923000000002
syncthing_db_operation_seconds_total{folder="kjfeh-fcnbm",operation="AllNeededGlobalFiles"} 0.004878674000000001
syncthing_db_operation_seconds_total{folder="kjfeh-fcnbm",operation="CountGlobal"} 0.42430038600000153
syncthing_db_operation_seconds_total{folder="kjfeh-fcnbm",operation="CountLocal"} 0.14018854900000025
syncthing_db_operation_seconds_total{folder="kjfeh-fcnbm",operation="CountNeed"} 704.6827599710042
syncthing_db_operation_seconds_total{folder="kjfeh-fcnbm",operation="CountReceiveOnlyChanged"} 0.044197623999999866
syncthing_db_operation_seconds_total{folder="kjfeh-fcnbm",operation="GetDeviceFile"} 679.2640753047635
syncthing_db_operation_seconds_total{folder="kjfeh-fcnbm",operation="GetDeviceSequence"} 1.3936846459999823
syncthing_db_operation_seconds_total{folder="kjfeh-fcnbm",operation="GetGlobalAvailability"} 0.08195470700000008
syncthing_db_operation_seconds_total{folder="kjfeh-fcnbm",operation="GetGlobalFile"} 0.03861944399999999
syncthing_db_operation_seconds_total{folder="kjfeh-fcnbm",operation="IndexIDGet"} 0.1661302299999996
syncthing_db_operation_seconds_total{folder="kjfeh-fcnbm",operation="ListDevicesForFolder"} 4.0851e-05
syncthing_db_operation_seconds_total{folder="kjfeh-fcnbm",operation="RemoteSequences"} 0.25825368100000023
syncthing_db_operation_seconds_total{folder="kjfeh-fcnbm",operation="Update"} 0.7719360510000003
syncthing_db_operation_seconds_total{folder="kmw2d-u7np9",operation="AllLocalFilesPrefix"} 0.0008886540000000001
syncthing_db_operation_seconds_total{folder="kmw2d-u7np9",operation="CountGlobal"} 0.013458593000000001
syncthing_db_operation_seconds_total{folder="kmw2d-u7np9",operation="CountLocal"} 0.0014803670000000007
syncthing_db_operation_seconds_total{folder="kmw2d-u7np9",operation="CountNeed"} 0.0022908010000000003
syncthing_db_operation_seconds_total{folder="kmw2d-u7np9",operation="CountReceiveOnlyChanged"} 0.00047395100000000007
syncthing_db_operation_seconds_total{folder="kmw2d-u7np9",operation="GetDeviceFile"} 10.621619453999863
syncthing_db_operation_seconds_total{folder="kmw2d-u7np9",operation="GetDeviceSequence"} 0.005879674999999999
syncthing_db_operation_seconds_total{folder="kmw2d-u7np9",operation="ListDevicesForFolder"} 5.5735e-05
syncthing_db_operation_seconds_total{folder="kmw2d-u7np9",operation="RemoteSequences"} 0.0004542250000000001
syncthing_db_operation_seconds_total{folder="lhbpb-kmcbm",operation="AllLocalFilesBySequence"} 0.015410269000000002
syncthing_db_operation_seconds_total{folder="lhbpb-kmcbm",operation="AllLocalFilesPrefix"} 0.0009359580000000001
syncthing_db_operation_seconds_total{folder="lhbpb-kmcbm",operation="AllNeededGlobalFiles"} 0.001042169
syncthing_db_operation_seconds_total{folder="lhbpb-kmcbm",operation="CountGlobal"} 0.24884721300000193
syncthing_db_operation_seconds_total{folder="lhbpb-kmcbm",operation="CountLocal"} 0.11750780000000041
syncthing_db_operation_seconds_total{folder="lhbpb-kmcbm",operation="CountNeed"} 59.82003031000041
syncthing_db_operation_seconds_total{folder="lhbpb-kmcbm",operation="CountReceiveOnlyChanged"} 0.036968869999999765
syncthing_db_operation_seconds_total{folder="lhbpb-kmcbm",operation="GetDeviceFile"} 92.50549407100297
syncthing_db_operation_seconds_total{folder="lhbpb-kmcbm",operation="GetDeviceSequence"} 1.2201003550000096
syncthing_db_operation_seconds_total{folder="lhbpb-kmcbm",operation="GetGlobalAvailability"} 0.001134233
syncthing_db_operation_seconds_total{folder="lhbpb-kmcbm",operation="GetGlobalFile"} 0.0009623470000000001
syncthing_db_operation_seconds_total{folder="lhbpb-kmcbm",operation="IndexIDGet"} 0.15338572299999959
syncthing_db_operation_seconds_total{folder="lhbpb-kmcbm",operation="ListDevicesForFolder"} 5.6789e-05
syncthing_db_operation_seconds_total{folder="lhbpb-kmcbm",operation="RemoteSequences"} 0.093347518
syncthing_db_operation_seconds_total{folder="lhbpb-kmcbm",operation="Update"} 0.026284837
syncthing_db_operation_seconds_total{folder="o6fkd-igcmu",operation="AllLocalFilesBySequence"} 1.679763564999997
syncthing_db_operation_seconds_total{folder="o6fkd-igcmu",operation="AllLocalFilesPrefix"} 0.0009777459999999998
syncthing_db_operation_seconds_total{folder="o6fkd-igcmu",operation="AllNeededGlobalFiles"} 0.003137352000000001
syncthing_db_operation_seconds_total{folder="o6fkd-igcmu",operation="CountGlobal"} 0.4557318979999992
syncthing_db_operation_seconds_total{folder="o6fkd-igcmu",operation="CountLocal"} 0.1191695950000001
syncthing_db_operation_seconds_total{folder="o6fkd-igcmu",operation="CountNeed"} 0.43893160700000133
syncthing_db_operation_seconds_total{folder="o6fkd-igcmu",operation="CountReceiveOnlyChanged"} 0.045267796000000166
syncthing_db_operation_seconds_total{folder="o6fkd-igcmu",operation="GetDeviceFile"} 0.09702338599999993
syncthing_db_operation_seconds_total{folder="o6fkd-igcmu",operation="GetDeviceSequence"} 13.707493248999834
syncthing_db_operation_seconds_total{folder="o6fkd-igcmu",operation="GetGlobalAvailability"} 0.049552764000000096
syncthing_db_operation_seconds_total{folder="o6fkd-igcmu",operation="GetGlobalFile"} 0.004366499999999998
syncthing_db_operation_seconds_total{folder="o6fkd-igcmu",operation="IndexIDGet"} 0.32507913500000213
syncthing_db_operation_seconds_total{folder="o6fkd-igcmu",operation="ListDevicesForFolder"} 0.000168708
syncthing_db_operation_seconds_total{folder="o6fkd-igcmu",operation="RemoteSequences"} 0.10165385500000058
syncthing_db_operation_seconds_total{folder="o6fkd-igcmu",operation="Update"} 0.44702480599999955
syncthing_db_operation_seconds_total{folder="rtkyz-phcs4",operation="AllLocalFilesBySequence"} 0.015276873
syncthing_db_operation_seconds_total{folder="rtkyz-phcs4",operation="AllLocalFilesPrefix"} 0.0008558339999999998
syncthing_db_operation_seconds_total{folder="rtkyz-phcs4",operation="CountGlobal"} 0.4439775390000016
syncthing_db_operation_seconds_total{folder="rtkyz-phcs4",operation="CountLocal"} 0.14445866299999977
syncthing_db_operation_seconds_total{folder="rtkyz-phcs4",operation="CountNeed"} 7.781478745000017
syncthing_db_operation_seconds_total{folder="rtkyz-phcs4",operation="CountReceiveOnlyChanged"} 0.04612127399999992
syncthing_db_operation_seconds_total{folder="rtkyz-phcs4",operation="GetDeviceFile"} 4.4357468660000485
syncthing_db_operation_seconds_total{folder="rtkyz-phcs4",operation="GetDeviceSequence"} 2.0301681660000166
syncthing_db_operation_seconds_total{folder="rtkyz-phcs4",operation="IndexIDGet"} 0.22503539800000072
syncthing_db_operation_seconds_total{folder="rtkyz-phcs4",operation="ListDevicesForFolder"} 7.7633e-05
syncthing_db_operation_seconds_total{folder="rtkyz-phcs4",operation="RemoteSequences"} 0.10169251399999983
syncthing_db_operation_seconds_total{folder="tga9w-t5cam",operation="AllLocalFilesBySequence"} 0.01089906699999999
syncthing_db_operation_seconds_total{folder="tga9w-t5cam",operation="AllLocalFilesPrefix"} 0.0009537160000000001
syncthing_db_operation_seconds_total{folder="tga9w-t5cam",operation="CountGlobal"} 0.19458058200000003
syncthing_db_operation_seconds_total{folder="tga9w-t5cam",operation="CountLocal"} 0.1050020589999996
syncthing_db_operation_seconds_total{folder="tga9w-t5cam",operation="CountNeed"} 2.5618030509999907
syncthing_db_operation_seconds_total{folder="tga9w-t5cam",operation="CountReceiveOnlyChanged"} 0.03665395499999993
syncthing_db_operation_seconds_total{folder="tga9w-t5cam",operation="GetDeviceFile"} 2.588313875999996
syncthing_db_operation_seconds_total{folder="tga9w-t5cam",operation="GetDeviceSequence"} 1.4132163200000074
syncthing_db_operation_seconds_total{folder="tga9w-t5cam",operation="IndexIDGet"} 0.1387314340000007
syncthing_db_operation_seconds_total{folder="tga9w-t5cam",operation="ListDevicesForFolder"} 4.9219e-05
syncthing_db_operation_seconds_total{folder="tga9w-t5cam",operation="RemoteSequences"} 0.0642383099999999
syncthing_db_operation_seconds_total{folder="vznmw-vnk6x",operation="AllLocalFilesBySequence"} 0.9416039999999964
syncthing_db_operation_seconds_total{folder="vznmw-vnk6x",operation="AllLocalFilesPrefix"} 0.006089092
syncthing_db_operation_seconds_total{folder="vznmw-vnk6x",operation="AllNeededGlobalFiles"} 1.1346112090000116
syncthing_db_operation_seconds_total{folder="vznmw-vnk6x",operation="CountGlobal"} 2.793222210000023
syncthing_db_operation_seconds_total{folder="vznmw-vnk6x",operation="CountLocal"} 1.229161189
syncthing_db_operation_seconds_total{folder="vznmw-vnk6x",operation="CountNeed"} 74.06314146199972
syncthing_db_operation_seconds_total{folder="vznmw-vnk6x",operation="CountReceiveOnlyChanged"} 0.3731394040000031
syncthing_db_operation_seconds_total{folder="vznmw-vnk6x",operation="GetDeviceFile"} 29.327743924999737
syncthing_db_operation_seconds_total{folder="vznmw-vnk6x",operation="GetDeviceSequence"} 8.277221765000148
syncthing_db_operation_seconds_total{folder="vznmw-vnk6x",operation="GetGlobalAvailability"} 13.707491660000008
syncthing_db_operation_seconds_total{folder="vznmw-vnk6x",operation="GetGlobalFile"} 8.034979368999968
syncthing_db_operation_seconds_total{folder="vznmw-vnk6x",operation="IndexIDGet"} 0.12368860800000012
syncthing_db_operation_seconds_total{folder="vznmw-vnk6x",operation="ListDevicesForFolder"} 4.9178e-05
syncthing_db_operation_seconds_total{folder="vznmw-vnk6x",operation="RemoteSequences"} 0.7387817820000007
syncthing_db_operation_seconds_total{folder="vznmw-vnk6x",operation="Update"} 105.1248650370001
syncthing_db_operation_seconds_total{folder="x9qlv-cvc2h",operation="AllLocalFilesBySequence"} 0.01419255300000001
syncthing_db_operation_seconds_total{folder="x9qlv-cvc2h",operation="AllLocalFilesPrefix"} 0.0009993869999999994
syncthing_db_operation_seconds_total{folder="x9qlv-cvc2h",operation="AllNeededGlobalFiles"} 0.00015671199999999999
syncthing_db_operation_seconds_total{folder="x9qlv-cvc2h",operation="CountGlobal"} 0.3037978139999998
syncthing_db_operation_seconds_total{folder="x9qlv-cvc2h",operation="CountLocal"} 0.12668589300000016
syncthing_db_operation_seconds_total{folder="x9qlv-cvc2h",operation="CountNeed"} 0.46395974999999934
syncthing_db_operation_seconds_total{folder="x9qlv-cvc2h",operation="CountReceiveOnlyChanged"} 0.043680786000000034
syncthing_db_operation_seconds_total{folder="x9qlv-cvc2h",operation="GetDeviceFile"} 0.06477741700000016
syncthing_db_operation_seconds_total{folder="x9qlv-cvc2h",operation="GetDeviceSequence"} 2.155746409999976
syncthing_db_operation_seconds_total{folder="x9qlv-cvc2h",operation="GetGlobalAvailability"} 0.000155723
syncthing_db_operation_seconds_total{folder="x9qlv-cvc2h",operation="GetGlobalFile"} 9.7796e-05
syncthing_db_operation_seconds_total{folder="x9qlv-cvc2h",operation="IndexIDGet"} 0.2108605779999997
syncthing_db_operation_seconds_total{folder="x9qlv-cvc2h",operation="ListDevicesForFolder"} 4.8511e-05
syncthing_db_operation_seconds_total{folder="x9qlv-cvc2h",operation="RemoteSequences"} 0.09390146600000017
syncthing_db_operation_seconds_total{folder="x9qlv-cvc2h",operation="Update"} 0.010218842
syncthing_db_operation_seconds_total{folder="zdbwl-eqmcj",operation="AllLocalFilesBySequence"} 0.021346014000000035
syncthing_db_operation_seconds_total{folder="zdbwl-eqmcj",operation="AllLocalFilesPrefix"} 0.03177533000000002
syncthing_db_operation_seconds_total{folder="zdbwl-eqmcj",operation="AllNeededGlobalFiles"} 0.005652293999999997
syncthing_db_operation_seconds_total{folder="zdbwl-eqmcj",operation="CountGlobal"} 0.6046312250000003
syncthing_db_operation_seconds_total{folder="zdbwl-eqmcj",operation="CountLocal"} 0.1720336019999997
syncthing_db_operation_seconds_total{folder="zdbwl-eqmcj",operation="CountNeed"} 26.48273468199987
syncthing_db_operation_seconds_total{folder="zdbwl-eqmcj",operation="CountReceiveOnlyChanged"} 0.053163403999999824
syncthing_db_operation_seconds_total{folder="zdbwl-eqmcj",operation="GetDeviceFile"} 19.815424208999705
syncthing_db_operation_seconds_total{folder="zdbwl-eqmcj",operation="GetDeviceSequence"} 2.501000763999981
syncthing_db_operation_seconds_total{folder="zdbwl-eqmcj",operation="GetGlobalAvailability"} 1.7407164030000006
syncthing_db_operation_seconds_total{folder="zdbwl-eqmcj",operation="GetGlobalFile"} 0.16368845000000012
syncthing_db_operation_seconds_total{folder="zdbwl-eqmcj",operation="IndexIDGet"} 0.23128056400000152
syncthing_db_operation_seconds_total{folder="zdbwl-eqmcj",operation="ListDevicesForFolder"} 8.174e-05
syncthing_db_operation_seconds_total{folder="zdbwl-eqmcj",operation="RemoteSequences"} 0.11624992799999964
syncthing_db_operation_seconds_total{folder="zdbwl-eqmcj",operation="Update"} 1.5824728040000002
# 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="AllNeededGlobalFiles"} 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="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="lhbpb-kmcbm",operation="GetGlobalFile"} 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="lhbpb-kmcbm",operation="Update"} 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="AllNeededGlobalFiles"} 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="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="x9qlv-cvc2h",operation="GetGlobalFile"} 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="x9qlv-cvc2h",operation="Update"} 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"} 5.701155e+06
syncthing_db_operations_total{folder="-",operation="GetKV"} 3.189283e+06
syncthing_db_operations_total{folder="-",operation="ListFolders"} 1
syncthing_db_operations_total{folder="-",operation="PrefixKV"} 2406
syncthing_db_operations_total{folder="-",operation="PutKV"} 234999
syncthing_db_operations_total{folder="777nd-czaxy",operation="AllLocalFilesBySequence"} 39394
syncthing_db_operations_total{folder="777nd-czaxy",operation="AllLocalFilesPrefix"} 107
syncthing_db_operations_total{folder="777nd-czaxy",operation="AllNeededGlobalFiles"} 628
syncthing_db_operations_total{folder="777nd-czaxy",operation="CountGlobal"} 20741
syncthing_db_operations_total{folder="777nd-czaxy",operation="CountLocal"} 6884
syncthing_db_operations_total{folder="777nd-czaxy",operation="CountNeed"} 21995
syncthing_db_operations_total{folder="777nd-czaxy",operation="CountReceiveOnlyChanged"} 6884
syncthing_db_operations_total{folder="777nd-czaxy",operation="GetDeviceFile"} 1741
syncthing_db_operations_total{folder="777nd-czaxy",operation="GetDeviceSequence"} 92021
syncthing_db_operations_total{folder="777nd-czaxy",operation="GetGlobalAvailability"} 64789
syncthing_db_operations_total{folder="777nd-czaxy",operation="GetGlobalFile"} 755
syncthing_db_operations_total{folder="777nd-czaxy",operation="IndexIDGet"} 20934
syncthing_db_operations_total{folder="777nd-czaxy",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="777nd-czaxy",operation="RemoteSequences"} 6884
syncthing_db_operations_total{folder="777nd-czaxy",operation="Update"} 107
syncthing_db_operations_total{folder="95agh-9p2qq",operation="AllLocalFilesBySequence"} 2653
syncthing_db_operations_total{folder="95agh-9p2qq",operation="AllLocalFilesPrefix"} 107
syncthing_db_operations_total{folder="95agh-9p2qq",operation="AllNeededGlobalFiles"} 793
syncthing_db_operations_total{folder="95agh-9p2qq",operation="CountGlobal"} 22037
syncthing_db_operations_total{folder="95agh-9p2qq",operation="CountLocal"} 7316
syncthing_db_operations_total{folder="95agh-9p2qq",operation="CountNeed"} 27318
syncthing_db_operations_total{folder="95agh-9p2qq",operation="CountReceiveOnlyChanged"} 7316
syncthing_db_operations_total{folder="95agh-9p2qq",operation="GetDeviceFile"} 103702
syncthing_db_operations_total{folder="95agh-9p2qq",operation="GetDeviceSequence"} 88142
syncthing_db_operations_total{folder="95agh-9p2qq",operation="GetGlobalAvailability"} 900
syncthing_db_operations_total{folder="95agh-9p2qq",operation="GetGlobalFile"} 446
syncthing_db_operations_total{folder="95agh-9p2qq",operation="IndexIDGet"} 24198
syncthing_db_operations_total{folder="95agh-9p2qq",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="95agh-9p2qq",operation="RemoteSequences"} 7316
syncthing_db_operations_total{folder="95agh-9p2qq",operation="Update"} 894
syncthing_db_operations_total{folder="bwrfc-rm3io",operation="AllLocalFilesBySequence"} 1634
syncthing_db_operations_total{folder="bwrfc-rm3io",operation="AllLocalFilesPrefix"} 109
syncthing_db_operations_total{folder="bwrfc-rm3io",operation="CountGlobal"} 11457
syncthing_db_operations_total{folder="bwrfc-rm3io",operation="CountLocal"} 5690
syncthing_db_operations_total{folder="bwrfc-rm3io",operation="CountNeed"} 14677
syncthing_db_operations_total{folder="bwrfc-rm3io",operation="CountReceiveOnlyChanged"} 5690
syncthing_db_operations_total{folder="bwrfc-rm3io",operation="GetDeviceFile"} 3706
syncthing_db_operations_total{folder="bwrfc-rm3io",operation="GetDeviceSequence"} 54601
syncthing_db_operations_total{folder="bwrfc-rm3io",operation="IndexIDGet"} 14592
syncthing_db_operations_total{folder="bwrfc-rm3io",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="bwrfc-rm3io",operation="RemoteSequences"} 5690
syncthing_db_operations_total{folder="gmhdh-krtkn",operation="AllLocalFilesBySequence"} 1634
syncthing_db_operations_total{folder="gmhdh-krtkn",operation="AllLocalFilesPrefix"} 2453
syncthing_db_operations_total{folder="gmhdh-krtkn",operation="CountGlobal"} 11457
syncthing_db_operations_total{folder="gmhdh-krtkn",operation="CountLocal"} 5690
syncthing_db_operations_total{folder="gmhdh-krtkn",operation="CountNeed"} 14677
syncthing_db_operations_total{folder="gmhdh-krtkn",operation="CountReceiveOnlyChanged"} 5690
syncthing_db_operations_total{folder="gmhdh-krtkn",operation="GetDeviceFile"} 1.184799e+06
syncthing_db_operations_total{folder="gmhdh-krtkn",operation="GetDeviceSequence"} 54601
syncthing_db_operations_total{folder="gmhdh-krtkn",operation="IndexIDGet"} 14592
syncthing_db_operations_total{folder="gmhdh-krtkn",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="gmhdh-krtkn",operation="RemoteSequences"} 5690
syncthing_db_operations_total{folder="hmqb6-c4xgw",operation="AllLocalFilesBySequence"} 1634
syncthing_db_operations_total{folder="hmqb6-c4xgw",operation="AllLocalFilesPrefix"} 107
syncthing_db_operations_total{folder="hmqb6-c4xgw",operation="CountGlobal"} 11457
syncthing_db_operations_total{folder="hmqb6-c4xgw",operation="CountLocal"} 5690
syncthing_db_operations_total{folder="hmqb6-c4xgw",operation="CountNeed"} 14677
syncthing_db_operations_total{folder="hmqb6-c4xgw",operation="CountReceiveOnlyChanged"} 5690
syncthing_db_operations_total{folder="hmqb6-c4xgw",operation="GetDeviceFile"} 15194
syncthing_db_operations_total{folder="hmqb6-c4xgw",operation="GetDeviceSequence"} 54601
syncthing_db_operations_total{folder="hmqb6-c4xgw",operation="IndexIDGet"} 14592
syncthing_db_operations_total{folder="hmqb6-c4xgw",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="hmqb6-c4xgw",operation="RemoteSequences"} 5690
syncthing_db_operations_total{folder="hnei7-qyqfx",operation="AllLocalFilesBySequence"} 1634
syncthing_db_operations_total{folder="hnei7-qyqfx",operation="AllLocalFilesPrefix"} 106
syncthing_db_operations_total{folder="hnei7-qyqfx",operation="CountGlobal"} 11457
syncthing_db_operations_total{folder="hnei7-qyqfx",operation="CountLocal"} 5690
syncthing_db_operations_total{folder="hnei7-qyqfx",operation="CountNeed"} 14677
syncthing_db_operations_total{folder="hnei7-qyqfx",operation="CountReceiveOnlyChanged"} 5690
syncthing_db_operations_total{folder="hnei7-qyqfx",operation="GetDeviceFile"} 31906
syncthing_db_operations_total{folder="hnei7-qyqfx",operation="GetDeviceSequence"} 54601
syncthing_db_operations_total{folder="hnei7-qyqfx",operation="IndexIDGet"} 14592
syncthing_db_operations_total{folder="hnei7-qyqfx",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="hnei7-qyqfx",operation="RemoteSequences"} 5690
syncthing_db_operations_total{folder="hswyc-v4yxw",operation="AllLocalFilesBySequence"} 835
syncthing_db_operations_total{folder="hswyc-v4yxw",operation="AllLocalFilesPrefix"} 113
syncthing_db_operations_total{folder="hswyc-v4yxw",operation="AllNeededGlobalFiles"} 250
syncthing_db_operations_total{folder="hswyc-v4yxw",operation="CountGlobal"} 1975
syncthing_db_operations_total{folder="hswyc-v4yxw",operation="CountLocal"} 958
syncthing_db_operations_total{folder="hswyc-v4yxw",operation="CountNeed"} 2348
syncthing_db_operations_total{folder="hswyc-v4yxw",operation="CountReceiveOnlyChanged"} 958
syncthing_db_operations_total{folder="hswyc-v4yxw",operation="DropAllFiles"} 10
syncthing_db_operations_total{folder="hswyc-v4yxw",operation="GetDeviceFile"} 676509
syncthing_db_operations_total{folder="hswyc-v4yxw",operation="GetDeviceSequence"} 84330
syncthing_db_operations_total{folder="hswyc-v4yxw",operation="GetGlobalAvailability"} 72760
syncthing_db_operations_total{folder="hswyc-v4yxw",operation="GetGlobalFile"} 33160
syncthing_db_operations_total{folder="hswyc-v4yxw",operation="IndexIDGet"} 6380
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"} 958
syncthing_db_operations_total{folder="hswyc-v4yxw",operation="Update"} 975
syncthing_db_operations_total{folder="iilrc-56mig",operation="AllLocalFilesBySequence"} 1634
syncthing_db_operations_total{folder="iilrc-56mig",operation="AllLocalFilesPrefix"} 108
syncthing_db_operations_total{folder="iilrc-56mig",operation="CountGlobal"} 11457
syncthing_db_operations_total{folder="iilrc-56mig",operation="CountLocal"} 5690
syncthing_db_operations_total{folder="iilrc-56mig",operation="CountNeed"} 14677
syncthing_db_operations_total{folder="iilrc-56mig",operation="CountReceiveOnlyChanged"} 5690
syncthing_db_operations_total{folder="iilrc-56mig",operation="GetDeviceFile"} 648
syncthing_db_operations_total{folder="iilrc-56mig",operation="GetDeviceSequence"} 54601
syncthing_db_operations_total{folder="iilrc-56mig",operation="IndexIDGet"} 14592
syncthing_db_operations_total{folder="iilrc-56mig",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="iilrc-56mig",operation="RemoteSequences"} 5690
syncthing_db_operations_total{folder="janf-exports",operation="AllLocalFilesBySequence"} 2182
syncthing_db_operations_total{folder="janf-exports",operation="AllLocalFilesPrefix"} 2458
syncthing_db_operations_total{folder="janf-exports",operation="AllNeededGlobalFiles"} 8
syncthing_db_operations_total{folder="janf-exports",operation="CountGlobal"} 20015
syncthing_db_operations_total{folder="janf-exports",operation="CountLocal"} 6642
syncthing_db_operations_total{folder="janf-exports",operation="CountNeed"} 24335
syncthing_db_operations_total{folder="janf-exports",operation="CountReceiveOnlyChanged"} 6642
syncthing_db_operations_total{folder="janf-exports",operation="GetDeviceFile"} 505968
syncthing_db_operations_total{folder="janf-exports",operation="GetDeviceSequence"} 84261
syncthing_db_operations_total{folder="janf-exports",operation="GetGlobalAvailability"} 15
syncthing_db_operations_total{folder="janf-exports",operation="GetGlobalFile"} 5
syncthing_db_operations_total{folder="janf-exports",operation="IndexIDGet"} 24198
syncthing_db_operations_total{folder="janf-exports",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="janf-exports",operation="RemoteSequences"} 6642
syncthing_db_operations_total{folder="janf-exports",operation="Update"} 12
syncthing_db_operations_total{folder="kjfeh-fcnbm",operation="AllLocalFilesBySequence"} 1862
syncthing_db_operations_total{folder="kjfeh-fcnbm",operation="AllLocalFilesPrefix"} 107
syncthing_db_operations_total{folder="kjfeh-fcnbm",operation="AllNeededGlobalFiles"} 261
syncthing_db_operations_total{folder="kjfeh-fcnbm",operation="CountGlobal"} 12085
syncthing_db_operations_total{folder="kjfeh-fcnbm",operation="CountLocal"} 6004
syncthing_db_operations_total{folder="kjfeh-fcnbm",operation="CountNeed"} 15681
syncthing_db_operations_total{folder="kjfeh-fcnbm",operation="CountReceiveOnlyChanged"} 6004
syncthing_db_operations_total{folder="kjfeh-fcnbm",operation="GetDeviceFile"} 2.1301089e+07
syncthing_db_operations_total{folder="kjfeh-fcnbm",operation="GetDeviceSequence"} 56205
syncthing_db_operations_total{folder="kjfeh-fcnbm",operation="GetGlobalAvailability"} 2275
syncthing_db_operations_total{folder="kjfeh-fcnbm",operation="GetGlobalFile"} 697
syncthing_db_operations_total{folder="kjfeh-fcnbm",operation="IndexIDGet"} 14592
syncthing_db_operations_total{folder="kjfeh-fcnbm",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="kjfeh-fcnbm",operation="RemoteSequences"} 6004
syncthing_db_operations_total{folder="kjfeh-fcnbm",operation="Update"} 488
syncthing_db_operations_total{folder="kmw2d-u7np9",operation="AllLocalFilesPrefix"} 107
syncthing_db_operations_total{folder="kmw2d-u7np9",operation="CountGlobal"} 130
syncthing_db_operations_total{folder="kmw2d-u7np9",operation="CountLocal"} 65
syncthing_db_operations_total{folder="kmw2d-u7np9",operation="CountNeed"} 82
syncthing_db_operations_total{folder="kmw2d-u7np9",operation="CountReceiveOnlyChanged"} 65
syncthing_db_operations_total{folder="kmw2d-u7np9",operation="GetDeviceFile"} 451540
syncthing_db_operations_total{folder="kmw2d-u7np9",operation="GetDeviceSequence"} 82
syncthing_db_operations_total{folder="kmw2d-u7np9",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="kmw2d-u7np9",operation="RemoteSequences"} 65
syncthing_db_operations_total{folder="lhbpb-kmcbm",operation="AllLocalFilesBySequence"} 1646
syncthing_db_operations_total{folder="lhbpb-kmcbm",operation="AllLocalFilesPrefix"} 108
syncthing_db_operations_total{folder="lhbpb-kmcbm",operation="AllNeededGlobalFiles"} 24
syncthing_db_operations_total{folder="lhbpb-kmcbm",operation="CountGlobal"} 11487
syncthing_db_operations_total{folder="lhbpb-kmcbm",operation="CountLocal"} 5705
syncthing_db_operations_total{folder="lhbpb-kmcbm",operation="CountNeed"} 14731
syncthing_db_operations_total{folder="lhbpb-kmcbm",operation="CountReceiveOnlyChanged"} 5705
syncthing_db_operations_total{folder="lhbpb-kmcbm",operation="GetDeviceFile"} 2.621296e+06
syncthing_db_operations_total{folder="lhbpb-kmcbm",operation="GetDeviceSequence"} 54679
syncthing_db_operations_total{folder="lhbpb-kmcbm",operation="GetGlobalAvailability"} 28
syncthing_db_operations_total{folder="lhbpb-kmcbm",operation="GetGlobalFile"} 14
syncthing_db_operations_total{folder="lhbpb-kmcbm",operation="IndexIDGet"} 14592
syncthing_db_operations_total{folder="lhbpb-kmcbm",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="lhbpb-kmcbm",operation="RemoteSequences"} 5705
syncthing_db_operations_total{folder="lhbpb-kmcbm",operation="Update"} 24
syncthing_db_operations_total{folder="o6fkd-igcmu",operation="AllLocalFilesBySequence"} 112427
syncthing_db_operations_total{folder="o6fkd-igcmu",operation="AllLocalFilesPrefix"} 106
syncthing_db_operations_total{folder="o6fkd-igcmu",operation="AllNeededGlobalFiles"} 281
syncthing_db_operations_total{folder="o6fkd-igcmu",operation="CountGlobal"} 18419
syncthing_db_operations_total{folder="o6fkd-igcmu",operation="CountLocal"} 6110
syncthing_db_operations_total{folder="o6fkd-igcmu",operation="CountNeed"} 22226
syncthing_db_operations_total{folder="o6fkd-igcmu",operation="CountReceiveOnlyChanged"} 6110
syncthing_db_operations_total{folder="o6fkd-igcmu",operation="GetDeviceFile"} 1366
syncthing_db_operations_total{folder="o6fkd-igcmu",operation="GetDeviceSequence"} 239556
syncthing_db_operations_total{folder="o6fkd-igcmu",operation="GetGlobalAvailability"} 1945
syncthing_db_operations_total{folder="o6fkd-igcmu",operation="GetGlobalFile"} 88
syncthing_db_operations_total{folder="o6fkd-igcmu",operation="IndexIDGet"} 26668
syncthing_db_operations_total{folder="o6fkd-igcmu",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="o6fkd-igcmu",operation="RemoteSequences"} 6110
syncthing_db_operations_total{folder="o6fkd-igcmu",operation="Update"} 394
syncthing_db_operations_total{folder="rtkyz-phcs4",operation="AllLocalFilesBySequence"} 2178
syncthing_db_operations_total{folder="rtkyz-phcs4",operation="AllLocalFilesPrefix"} 108
syncthing_db_operations_total{folder="rtkyz-phcs4",operation="CountGlobal"} 19991
syncthing_db_operations_total{folder="rtkyz-phcs4",operation="CountLocal"} 6634
syncthing_db_operations_total{folder="rtkyz-phcs4",operation="CountNeed"} 24297
syncthing_db_operations_total{folder="rtkyz-phcs4",operation="CountReceiveOnlyChanged"} 6634
syncthing_db_operations_total{folder="rtkyz-phcs4",operation="GetDeviceFile"} 168372
syncthing_db_operations_total{folder="rtkyz-phcs4",operation="GetDeviceSequence"} 84213
syncthing_db_operations_total{folder="rtkyz-phcs4",operation="IndexIDGet"} 24198
syncthing_db_operations_total{folder="rtkyz-phcs4",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="rtkyz-phcs4",operation="RemoteSequences"} 6634
syncthing_db_operations_total{folder="tga9w-t5cam",operation="AllLocalFilesBySequence"} 1634
syncthing_db_operations_total{folder="tga9w-t5cam",operation="AllLocalFilesPrefix"} 106
syncthing_db_operations_total{folder="tga9w-t5cam",operation="CountGlobal"} 11457
syncthing_db_operations_total{folder="tga9w-t5cam",operation="CountLocal"} 5690
syncthing_db_operations_total{folder="tga9w-t5cam",operation="CountNeed"} 14677
syncthing_db_operations_total{folder="tga9w-t5cam",operation="CountReceiveOnlyChanged"} 5690
syncthing_db_operations_total{folder="tga9w-t5cam",operation="GetDeviceFile"} 139920
syncthing_db_operations_total{folder="tga9w-t5cam",operation="GetDeviceSequence"} 54601
syncthing_db_operations_total{folder="tga9w-t5cam",operation="IndexIDGet"} 14592
syncthing_db_operations_total{folder="tga9w-t5cam",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="tga9w-t5cam",operation="RemoteSequences"} 5690
syncthing_db_operations_total{folder="vznmw-vnk6x",operation="AllLocalFilesBySequence"} 18869
syncthing_db_operations_total{folder="vznmw-vnk6x",operation="AllLocalFilesPrefix"} 107
syncthing_db_operations_total{folder="vznmw-vnk6x",operation="AllNeededGlobalFiles"} 34578
syncthing_db_operations_total{folder="vznmw-vnk6x",operation="CountGlobal"} 60321
syncthing_db_operations_total{folder="vznmw-vnk6x",operation="CountLocal"} 30122
syncthing_db_operations_total{folder="vznmw-vnk6x",operation="CountNeed"} 95639
syncthing_db_operations_total{folder="vznmw-vnk6x",operation="CountReceiveOnlyChanged"} 30122
syncthing_db_operations_total{folder="vznmw-vnk6x",operation="GetDeviceFile"} 888566
syncthing_db_operations_total{folder="vznmw-vnk6x",operation="GetDeviceSequence"} 192914
syncthing_db_operations_total{folder="vznmw-vnk6x",operation="GetGlobalAvailability"} 194627
syncthing_db_operations_total{folder="vznmw-vnk6x",operation="GetGlobalFile"} 87471
syncthing_db_operations_total{folder="vznmw-vnk6x",operation="IndexIDGet"} 4314
syncthing_db_operations_total{folder="vznmw-vnk6x",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="vznmw-vnk6x",operation="RemoteSequences"} 30122
syncthing_db_operations_total{folder="vznmw-vnk6x",operation="Update"} 36642
syncthing_db_operations_total{folder="x9qlv-cvc2h",operation="AllLocalFilesBySequence"} 2180
syncthing_db_operations_total{folder="x9qlv-cvc2h",operation="AllLocalFilesPrefix"} 106
syncthing_db_operations_total{folder="x9qlv-cvc2h",operation="AllNeededGlobalFiles"} 2
syncthing_db_operations_total{folder="x9qlv-cvc2h",operation="CountGlobal"} 19994
syncthing_db_operations_total{folder="x9qlv-cvc2h",operation="CountLocal"} 6635
syncthing_db_operations_total{folder="x9qlv-cvc2h",operation="CountNeed"} 24303
syncthing_db_operations_total{folder="x9qlv-cvc2h",operation="CountReceiveOnlyChanged"} 6635
syncthing_db_operations_total{folder="x9qlv-cvc2h",operation="GetDeviceFile"} 4496
syncthing_db_operations_total{folder="x9qlv-cvc2h",operation="GetDeviceSequence"} 84222
syncthing_db_operations_total{folder="x9qlv-cvc2h",operation="GetGlobalAvailability"} 2
syncthing_db_operations_total{folder="x9qlv-cvc2h",operation="GetGlobalFile"} 1
syncthing_db_operations_total{folder="x9qlv-cvc2h",operation="IndexIDGet"} 24198
syncthing_db_operations_total{folder="x9qlv-cvc2h",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="x9qlv-cvc2h",operation="RemoteSequences"} 6635
syncthing_db_operations_total{folder="x9qlv-cvc2h",operation="Update"} 3
syncthing_db_operations_total{folder="zdbwl-eqmcj",operation="AllLocalFilesBySequence"} 2565
syncthing_db_operations_total{folder="zdbwl-eqmcj",operation="AllLocalFilesPrefix"} 528
syncthing_db_operations_total{folder="zdbwl-eqmcj",operation="AllNeededGlobalFiles"} 203
syncthing_db_operations_total{folder="zdbwl-eqmcj",operation="CountGlobal"} 21461
syncthing_db_operations_total{folder="zdbwl-eqmcj",operation="CountLocal"} 7124
syncthing_db_operations_total{folder="zdbwl-eqmcj",operation="CountNeed"} 26106
syncthing_db_operations_total{folder="zdbwl-eqmcj",operation="CountReceiveOnlyChanged"} 7124
syncthing_db_operations_total{folder="zdbwl-eqmcj",operation="GetDeviceFile"} 568372
syncthing_db_operations_total{folder="zdbwl-eqmcj",operation="GetDeviceSequence"} 86858
syncthing_db_operations_total{folder="zdbwl-eqmcj",operation="GetGlobalAvailability"} 28465
syncthing_db_operations_total{folder="zdbwl-eqmcj",operation="GetGlobalFile"} 961
syncthing_db_operations_total{folder="zdbwl-eqmcj",operation="IndexIDGet"} 24198
syncthing_db_operations_total{folder="zdbwl-eqmcj",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="zdbwl-eqmcj",operation="RemoteSequences"} 7124
syncthing_db_operations_total{folder="zdbwl-eqmcj",operation="Update"} 571
# HELP syncthing_events_total Total number of created/forwarded/dropped events
# TYPE syncthing_events_total counter
syncthing_events_total{event="ClusterConfigReceived",state="created"} 2292
syncthing_events_total{event="ClusterConfigReceived",state="delivered"} 4584
syncthing_events_total{event="ConfigSaved",state="created"} 23
syncthing_events_total{event="ConfigSaved",state="delivered"} 23
syncthing_events_total{event="DeviceConnected",state="created"} 5235
syncthing_events_total{event="DeviceConnected",state="delivered"} 10470
syncthing_events_total{event="DeviceDisconnected",state="created"} 3102
syncthing_events_total{event="DeviceDisconnected",state="delivered"} 9230
syncthing_events_total{event="Failure",state="created"} 13
syncthing_events_total{event="Failure",state="delivered"} 13
syncthing_events_total{event="FolderCompletion",state="created"} 170059
syncthing_events_total{event="FolderCompletion",state="delivered"} 170059
syncthing_events_total{event="FolderErrors",state="created"} 328
syncthing_events_total{event="FolderErrors",state="delivered"} 328
syncthing_events_total{event="FolderSummary",state="created"} 123169
syncthing_events_total{event="FolderSummary",state="delivered"} 123169
syncthing_events_total{event="ItemFinished",state="created"} 132726
syncthing_events_total{event="ItemFinished",state="delivered"} 530904
syncthing_events_total{event="ItemStarted",state="created"} 132727
syncthing_events_total{event="ItemStarted",state="delivered"} 530908
syncthing_events_total{event="ListenAddressesChanged",state="created"} 98
syncthing_events_total{event="ListenAddressesChanged",state="delivered"} 294
syncthing_events_total{event="LocalIndexUpdated",state="created"} 20750
syncthing_events_total{event="LocalIndexUpdated",state="delivered"} 196701
syncthing_events_total{event="RemoteChangeDetected",state="created"} 131110
syncthing_events_total{event="RemoteChangeDetected",state="delivered"} 131110
syncthing_events_total{event="RemoteIndexUpdated",state="created"} 19360
syncthing_events_total{event="RemoteIndexUpdated",state="delivered"} 38720
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"} 147357
syncthing_events_total{event="StateChanged",state="delivered"} 294714
# 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.698559487e+09
syncthing_fs_operation_bytes_total{operation="readat",root="/var/lib/syncthing/Exports"} 798005
syncthing_fs_operation_bytes_total{operation="readat",root="/var/lib/syncthing/Obsidian"} 2.108542e+06
syncthing_fs_operation_bytes_total{operation="readat",root="/var/lib/syncthing/PaperlessConsume"} 1.48834693e+08
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/Tickets"} 51769
syncthing_fs_operation_bytes_total{operation="readat",root="/var/lib/syncthing/docs_sync"} 4.2982e+06
syncthing_fs_operation_bytes_total{operation="readat",root="/var/lib/syncthing/paperless-backup2"} 1.75024299448e+11
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"} 3.054102435e+09
syncthing_fs_operation_bytes_total{operation="writeat",root="/var/lib/syncthing/Exports"} 806201
syncthing_fs_operation_bytes_total{operation="writeat",root="/var/lib/syncthing/Obsidian"} 3.264108e+06
syncthing_fs_operation_bytes_total{operation="writeat",root="/var/lib/syncthing/PaperlessConsume"} 2.28340564e+08
syncthing_fs_operation_bytes_total{operation="writeat",root="/var/lib/syncthing/SignalBackups"} 1.30994284007e+11
syncthing_fs_operation_bytes_total{operation="writeat",root="/var/lib/syncthing/Tickets"} 52201
syncthing_fs_operation_bytes_total{operation="writeat",root="/var/lib/syncthing/docs_sync"} 1.07124169e+08
syncthing_fs_operation_bytes_total{operation="writeat",root="/var/lib/syncthing/paperless-backup2"} 1.84839617758e+11
syncthing_fs_operation_bytes_total{operation="writeat",root="/var/lib/syncthing/pictures_sync"} 160589
syncthing_fs_operation_bytes_total{operation="writeat",root="/var/lib/syncthing/public-pi-data"} 1.115840973e+09
# 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"} 0.000126535
syncthing_fs_operation_seconds_total{operation="chtimes",root="/var/lib/syncthing/CellPicturesSync"} 0.016023408000000003
syncthing_fs_operation_seconds_total{operation="chtimes",root="/var/lib/syncthing/Exports"} 0.000236725
syncthing_fs_operation_seconds_total{operation="chtimes",root="/var/lib/syncthing/Obsidian"} 0.012916453999999989
syncthing_fs_operation_seconds_total{operation="chtimes",root="/var/lib/syncthing/PaperlessConsume"} 0.0030514889999999997
syncthing_fs_operation_seconds_total{operation="chtimes",root="/var/lib/syncthing/SignalBackups"} 0.004319066000000001
syncthing_fs_operation_seconds_total{operation="chtimes",root="/var/lib/syncthing/Tickets"} 8.9523e-05
syncthing_fs_operation_seconds_total{operation="chtimes",root="/var/lib/syncthing/docs_sync"} 0.017457325999999995
syncthing_fs_operation_seconds_total{operation="chtimes",root="/var/lib/syncthing/paperless-backup2"} 2.7220531710000184
syncthing_fs_operation_seconds_total{operation="chtimes",root="/var/lib/syncthing/pictures_sync"} 0.000484726
syncthing_fs_operation_seconds_total{operation="chtimes",root="/var/lib/syncthing/public-pi-data"} 1.3299775420000053
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.09810647599999939
syncthing_fs_operation_seconds_total{operation="close",root="/var/lib/syncthing/Exports"} 6.9405e-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.006028263000000001
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.00506044800000001
syncthing_fs_operation_seconds_total{operation="close",root="/var/lib/syncthing/SignalBackups"} 0.05379152999999996
syncthing_fs_operation_seconds_total{operation="close",root="/var/lib/syncthing/Tickets"} 1.0957999999999999e-05
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"} 0.0065118559999999956
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"} 3.1942236729998426
syncthing_fs_operation_seconds_total{operation="close",root="/var/lib/syncthing/pictures_sync"} 0.00014376900000000005
syncthing_fs_operation_seconds_total{operation="close",root="/var/lib/syncthing/public-pi-data"} 0.19475742200000395
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"} 12.902192639000193
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/lib/syncthing/CellPicturesSync"} 47.57874495699944
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/lib/syncthing/CosiMeasureSoftwarebyJan"} 11.66884089
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/lib/syncthing/Exports"} 1.8008868450000035
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/lib/syncthing/Gitarre"} 15.354787019999794
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/lib/syncthing/Music"} 1.431651562000005
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/lib/syncthing/Obsidian"} 8.94764760700028
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/lib/syncthing/Overleaf"} 2.976067511999992
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/lib/syncthing/PaperlessConsume"} 0.16980172000000027
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/lib/syncthing/SignalBackups"} 0.2646259360000008
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/lib/syncthing/Tickets"} 0.4245876859999995
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/lib/syncthing/_shared_Mischa"} 0.16362315899999996
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/lib/syncthing/docs_sync"} 1853.7225687477246
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/lib/syncthing/mitNORM"} 0.346951973999999
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/lib/syncthing/paperless-backup"} 39.77407064399974
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/lib/syncthing/paperless-backup2"} 89.8692942829929
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/lib/syncthing/pictures_sync"} 218.11189425898323
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/lib/syncthing/public-pi-data"} 61.72829329599986
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.00044209800000000014
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"} 3.7529999999999995e-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.00033279399999999986
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"} 8.081300000000003e-05
syncthing_fs_operation_seconds_total{operation="hide",root="/var/lib/syncthing/SignalBackups"} 0.000110495
syncthing_fs_operation_seconds_total{operation="hide",root="/var/lib/syncthing/Tickets"} 1.471e-06
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"} 0.0006717249999999999
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.07558580499999945
syncthing_fs_operation_seconds_total{operation="hide",root="/var/lib/syncthing/pictures_sync"} 1.0232000000000003e-05
syncthing_fs_operation_seconds_total{operation="hide",root="/var/lib/syncthing/public-pi-data"} 0.03144461699999994
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"} 4.944527252000066
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/lib/syncthing/CellPicturesSync"} 19.77298646700007
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/lib/syncthing/CosiMeasureSoftwarebyJan"} 40.37305706700499
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/lib/syncthing/Exports"} 17.241791358997947
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/lib/syncthing/Gitarre"} 6.3235523930000435
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/lib/syncthing/Music"} 0.609541205999994
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/lib/syncthing/Obsidian"} 3.8489050689999984
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/lib/syncthing/Overleaf"} 1.1730097949999931
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/lib/syncthing/PaperlessConsume"} 0.11591107799999995
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/lib/syncthing/SignalBackups"} 0.19262258699999965
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/lib/syncthing/Tickets"} 0.1764936429999993
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/lib/syncthing/_shared_Mischa"} 0.03797809699999999
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/lib/syncthing/docs_sync"} 838.0945421434577
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/lib/syncthing/mitNORM"} 0.14634626299999962
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/lib/syncthing/paperless-backup"} 15.432569114999671
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/lib/syncthing/paperless-backup2"} 80.8210565990034
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/lib/syncthing/pictures_sync"} 87.43685033200177
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/lib/syncthing/public-pi-data"} 27.2423361569985
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.16010530899999997
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.026066324000000023
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/var/lib/syncthing/Obsidian"} 0.001653955
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/var/lib/syncthing/PaperlessConsume"} 0.006796133000000001
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/var/lib/syncthing/SignalBackups"} 0.004173568000000001
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/var/lib/syncthing/Tickets"} 7.4407e-05
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/var/lib/syncthing/paperless-backup2"} 0.038592764999999966
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/var/lib/syncthing/public-pi-data"} 0.7952624919999972
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.3268751880000002
syncthing_fs_operation_seconds_total{operation="open",root="/var/lib/syncthing/CosiMeasureSoftwarebyJan"} 0.00960545400000002
syncthing_fs_operation_seconds_total{operation="open",root="/var/lib/syncthing/Exports"} 0.009544286000000025
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.005379591000000003
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.011774846999999996
syncthing_fs_operation_seconds_total{operation="open",root="/var/lib/syncthing/SignalBackups"} 0.03165206899999996
syncthing_fs_operation_seconds_total{operation="open",root="/var/lib/syncthing/Tickets"} 2.2329000000000003e-05
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"} 0.004784199000000001
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"} 9.357419617000575
syncthing_fs_operation_seconds_total{operation="open",root="/var/lib/syncthing/pictures_sync"} 0.00011016199999999999
syncthing_fs_operation_seconds_total{operation="open",root="/var/lib/syncthing/public-pi-data"} 0.1864971429999991
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.03475899299999999
syncthing_fs_operation_seconds_total{operation="openfile",root="/var/lib/syncthing/Exports"} 0.000330276
syncthing_fs_operation_seconds_total{operation="openfile",root="/var/lib/syncthing/Obsidian"} 0.02658295900000001
syncthing_fs_operation_seconds_total{operation="openfile",root="/var/lib/syncthing/PaperlessConsume"} 0.005905807999999999
syncthing_fs_operation_seconds_total{operation="openfile",root="/var/lib/syncthing/SignalBackups"} 0.007884327999999998
syncthing_fs_operation_seconds_total{operation="openfile",root="/var/lib/syncthing/Tickets"} 6.734e-05
syncthing_fs_operation_seconds_total{operation="openfile",root="/var/lib/syncthing/docs_sync"} 0.03718316499999996
syncthing_fs_operation_seconds_total{operation="openfile",root="/var/lib/syncthing/paperless-backup2"} 4.0202327439999985
syncthing_fs_operation_seconds_total{operation="openfile",root="/var/lib/syncthing/pictures_sync"} 0.000839572
syncthing_fs_operation_seconds_total{operation="openfile",root="/var/lib/syncthing/public-pi-data"} 1.550661629999992
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.00562961399999998
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/ALTIUM"} 0.011835721000002838
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/CellPicturesSync"} 0.02854946699999289
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/CosiMeasureSoftwarebyJan"} 0.015921309000002593
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/Exports"} 0.014833977000003155
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/Gitarre"} 0.011829362000002995
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/Music"} 0.012242215000003186
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/Obsidian"} 0.013292161000002814
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/Overleaf"} 0.011490237000002979
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/PaperlessConsume"} 0.013413887000002948
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/SignalBackups"} 0.01539595500000293
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/Tickets"} 0.011416842000003187
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/_shared_Mischa"} 0.011459164000002945
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/docs_sync"} 0.011487026000002936
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/mitNORM"} 0.012661500000002449
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/paperless-backup"} 0.011772976000003387
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/paperless-backup2"} 0.038000345999990755
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/pictures_sync"} 0.011105678000003215
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/public-pi-data"} 0.020121869000002547
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.989204582999939
syncthing_fs_operation_seconds_total{operation="readat",root="/var/lib/syncthing/Exports"} 0.0007774699999999998
syncthing_fs_operation_seconds_total{operation="readat",root="/var/lib/syncthing/Obsidian"} 0.031142708999999994
syncthing_fs_operation_seconds_total{operation="readat",root="/var/lib/syncthing/PaperlessConsume"} 0.026157634999999978
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/Tickets"} 2.3002e-05
syncthing_fs_operation_seconds_total{operation="readat",root="/var/lib/syncthing/docs_sync"} 0.0011965040000000004
syncthing_fs_operation_seconds_total{operation="readat",root="/var/lib/syncthing/paperless-backup2"} 31.66924717200014
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.020837537000000014
syncthing_fs_operation_seconds_total{operation="remove",root="/var/lib/syncthing/Exports"} 0.00017451499999999998
syncthing_fs_operation_seconds_total{operation="remove",root="/var/lib/syncthing/Obsidian"} 0.02760647700000001
syncthing_fs_operation_seconds_total{operation="remove",root="/var/lib/syncthing/PaperlessConsume"} 0.021422277000000014
syncthing_fs_operation_seconds_total{operation="remove",root="/var/lib/syncthing/SignalBackups"} 0.171931057
syncthing_fs_operation_seconds_total{operation="remove",root="/var/lib/syncthing/Tickets"} 4.614e-06
syncthing_fs_operation_seconds_total{operation="remove",root="/var/lib/syncthing/docs_sync"} 0.03855778300000006
syncthing_fs_operation_seconds_total{operation="remove",root="/var/lib/syncthing/paperless-backup2"} 6.348393349000132
syncthing_fs_operation_seconds_total{operation="remove",root="/var/lib/syncthing/pictures_sync"} 0.000734371
syncthing_fs_operation_seconds_total{operation="remove",root="/var/lib/syncthing/public-pi-data"} 0.1408588030000001
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.019029034999999996
syncthing_fs_operation_seconds_total{operation="rename",root="/var/lib/syncthing/Exports"} 0.000141058
syncthing_fs_operation_seconds_total{operation="rename",root="/var/lib/syncthing/Obsidian"} 0.01108550800000001
syncthing_fs_operation_seconds_total{operation="rename",root="/var/lib/syncthing/PaperlessConsume"} 0.0032482829999999976
syncthing_fs_operation_seconds_total{operation="rename",root="/var/lib/syncthing/SignalBackups"} 0.001778995
syncthing_fs_operation_seconds_total{operation="rename",root="/var/lib/syncthing/Tickets"} 3.6941e-05
syncthing_fs_operation_seconds_total{operation="rename",root="/var/lib/syncthing/docs_sync"} 0.01735379400000002
syncthing_fs_operation_seconds_total{operation="rename",root="/var/lib/syncthing/paperless-backup2"} 2.2242388759999954
syncthing_fs_operation_seconds_total{operation="rename",root="/var/lib/syncthing/pictures_sync"} 0.000362535
syncthing_fs_operation_seconds_total{operation="rename",root="/var/lib/syncthing/public-pi-data"} 1.0572133310000016
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.0059986039999999985
syncthing_fs_operation_seconds_total{operation="stat",root="/var/lib/syncthing/CellPicturesSync"} 0.0780200599999999
syncthing_fs_operation_seconds_total{operation="stat",root="/var/lib/syncthing/CosiMeasureSoftwarebyJan"} 0.08522065200000022
syncthing_fs_operation_seconds_total{operation="stat",root="/var/lib/syncthing/Exports"} 0.06499940299999987
syncthing_fs_operation_seconds_total{operation="stat",root="/var/lib/syncthing/Gitarre"} 0.009013534999999996
syncthing_fs_operation_seconds_total{operation="stat",root="/var/lib/syncthing/Music"} 0.03580629900000004
syncthing_fs_operation_seconds_total{operation="stat",root="/var/lib/syncthing/Obsidian"} 0.06199139100000002
syncthing_fs_operation_seconds_total{operation="stat",root="/var/lib/syncthing/Overleaf"} 0.014206625000000011
syncthing_fs_operation_seconds_total{operation="stat",root="/var/lib/syncthing/PaperlessConsume"} 0.03056249000000004
syncthing_fs_operation_seconds_total{operation="stat",root="/var/lib/syncthing/SignalBackups"} 0.02420415900000002
syncthing_fs_operation_seconds_total{operation="stat",root="/var/lib/syncthing/Tickets"} 0.010946692999999997
syncthing_fs_operation_seconds_total{operation="stat",root="/var/lib/syncthing/_shared_Mischa"} 0.005617104
syncthing_fs_operation_seconds_total{operation="stat",root="/var/lib/syncthing/docs_sync"} 0.08149404900000005
syncthing_fs_operation_seconds_total{operation="stat",root="/var/lib/syncthing/mitNORM"} 0.021130783999999996
syncthing_fs_operation_seconds_total{operation="stat",root="/var/lib/syncthing/paperless-backup"} 0.02912975399999999
syncthing_fs_operation_seconds_total{operation="stat",root="/var/lib/syncthing/paperless-backup2"} 11.561473314000132
syncthing_fs_operation_seconds_total{operation="stat",root="/var/lib/syncthing/pictures_sync"} 0.02426915299999999
syncthing_fs_operation_seconds_total{operation="stat",root="/var/lib/syncthing/public-pi-data"} 4.243515243000018
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"} 3.1680248889999985
syncthing_fs_operation_seconds_total{operation="sync",root="/var/lib/syncthing/Exports"} 0.013112615
syncthing_fs_operation_seconds_total{operation="sync",root="/var/lib/syncthing/Obsidian"} 1.4152012829999971
syncthing_fs_operation_seconds_total{operation="sync",root="/var/lib/syncthing/PaperlessConsume"} 0.46876845
syncthing_fs_operation_seconds_total{operation="sync",root="/var/lib/syncthing/SignalBackups"} 0.8800471870000003
syncthing_fs_operation_seconds_total{operation="sync",root="/var/lib/syncthing/Tickets"} 0.003850705
syncthing_fs_operation_seconds_total{operation="sync",root="/var/lib/syncthing/docs_sync"} 1.7934221580000032
syncthing_fs_operation_seconds_total{operation="sync",root="/var/lib/syncthing/paperless-backup2"} 270.78047743500326
syncthing_fs_operation_seconds_total{operation="sync",root="/var/lib/syncthing/pictures_sync"} 0.035452197000000005
syncthing_fs_operation_seconds_total{operation="sync",root="/var/lib/syncthing/public-pi-data"} 16.825573105999975
syncthing_fs_operation_seconds_total{operation="truncate",root="/var/lib/syncthing/CellPicturesSync"} 0.010680052999999993
syncthing_fs_operation_seconds_total{operation="truncate",root="/var/lib/syncthing/Exports"} 9.0698e-05
syncthing_fs_operation_seconds_total{operation="truncate",root="/var/lib/syncthing/Obsidian"} 0.007901337000000007
syncthing_fs_operation_seconds_total{operation="truncate",root="/var/lib/syncthing/PaperlessConsume"} 0.0015364240000000002
syncthing_fs_operation_seconds_total{operation="truncate",root="/var/lib/syncthing/SignalBackups"} 0.002466921999999999
syncthing_fs_operation_seconds_total{operation="truncate",root="/var/lib/syncthing/Tickets"} 1.8902e-05
syncthing_fs_operation_seconds_total{operation="truncate",root="/var/lib/syncthing/docs_sync"} 0.01186980399999999
syncthing_fs_operation_seconds_total{operation="truncate",root="/var/lib/syncthing/paperless-backup2"} 1.3307097990000152
syncthing_fs_operation_seconds_total{operation="truncate",root="/var/lib/syncthing/pictures_sync"} 0.00022201500000000002
syncthing_fs_operation_seconds_total{operation="truncate",root="/var/lib/syncthing/public-pi-data"} 0.46287767000000174
syncthing_fs_operation_seconds_total{operation="type",root="/var/lib/syncthing/ALTIUM"} 0.004868771000000798
syncthing_fs_operation_seconds_total{operation="type",root="/var/lib/syncthing/CellPicturesSync"} 0.009449464000003021
syncthing_fs_operation_seconds_total{operation="type",root="/var/lib/syncthing/CosiMeasureSoftwarebyJan"} 0.0058684730000009575
syncthing_fs_operation_seconds_total{operation="type",root="/var/lib/syncthing/Exports"} 0.005731091000001102
syncthing_fs_operation_seconds_total{operation="type",root="/var/lib/syncthing/Gitarre"} 0.004882746000000714
syncthing_fs_operation_seconds_total{operation="type",root="/var/lib/syncthing/Music"} 0.005386266000000855
syncthing_fs_operation_seconds_total{operation="type",root="/var/lib/syncthing/Obsidian"} 0.0069958030000010244
syncthing_fs_operation_seconds_total{operation="type",root="/var/lib/syncthing/Overleaf"} 0.005092515000000763
syncthing_fs_operation_seconds_total{operation="type",root="/var/lib/syncthing/PaperlessConsume"} 0.005088824000000728
syncthing_fs_operation_seconds_total{operation="type",root="/var/lib/syncthing/SignalBackups"} 0.00627738200000116
syncthing_fs_operation_seconds_total{operation="type",root="/var/lib/syncthing/Tickets"} 0.005330951000000972
syncthing_fs_operation_seconds_total{operation="type",root="/var/lib/syncthing/_shared_Mischa"} 0.0049556220000007605
syncthing_fs_operation_seconds_total{operation="type",root="/var/lib/syncthing/docs_sync"} 0.006351384000001519
syncthing_fs_operation_seconds_total{operation="type",root="/var/lib/syncthing/mitNORM"} 0.0057717800000009626
syncthing_fs_operation_seconds_total{operation="type",root="/var/lib/syncthing/paperless-backup"} 0.004906100000000643
syncthing_fs_operation_seconds_total{operation="type",root="/var/lib/syncthing/paperless-backup2"} 0.05141352100002172
syncthing_fs_operation_seconds_total{operation="type",root="/var/lib/syncthing/pictures_sync"} 0.0053378330000010445
syncthing_fs_operation_seconds_total{operation="type",root="/var/lib/syncthing/public-pi-data"} 0.019799366000000516
syncthing_fs_operation_seconds_total{operation="unhide",root="/var/lib/syncthing/CellPicturesSync"} 0.00045237999999999995
syncthing_fs_operation_seconds_total{operation="unhide",root="/var/lib/syncthing/Exports"} 3.484e-06
syncthing_fs_operation_seconds_total{operation="unhide",root="/var/lib/syncthing/Obsidian"} 0.0004504670000000002
syncthing_fs_operation_seconds_total{operation="unhide",root="/var/lib/syncthing/PaperlessConsume"} 8.322700000000002e-05
syncthing_fs_operation_seconds_total{operation="unhide",root="/var/lib/syncthing/SignalBackups"} 0.00011269199999999998
syncthing_fs_operation_seconds_total{operation="unhide",root="/var/lib/syncthing/Tickets"} 8.03e-07
syncthing_fs_operation_seconds_total{operation="unhide",root="/var/lib/syncthing/docs_sync"} 0.0006936250000000007
syncthing_fs_operation_seconds_total{operation="unhide",root="/var/lib/syncthing/paperless-backup2"} 0.07313043700000023
syncthing_fs_operation_seconds_total{operation="unhide",root="/var/lib/syncthing/pictures_sync"} 1.3313999999999998e-05
syncthing_fs_operation_seconds_total{operation="unhide",root="/var/lib/syncthing/public-pi-data"} 0.02999024799999978
syncthing_fs_operation_seconds_total{operation="uri",root="/var/lib/syncthing/ALTIUM"} 0.005322551000001156
syncthing_fs_operation_seconds_total{operation="uri",root="/var/lib/syncthing/CellPicturesSync"} 0.007964410000001034
syncthing_fs_operation_seconds_total{operation="uri",root="/var/lib/syncthing/CosiMeasureSoftwarebyJan"} 0.005294685000000656
syncthing_fs_operation_seconds_total{operation="uri",root="/var/lib/syncthing/Exports"} 0.005081700000000862
syncthing_fs_operation_seconds_total{operation="uri",root="/var/lib/syncthing/Gitarre"} 0.004966311000001038
syncthing_fs_operation_seconds_total{operation="uri",root="/var/lib/syncthing/Music"} 0.004652350000000844
syncthing_fs_operation_seconds_total{operation="uri",root="/var/lib/syncthing/Obsidian"} 0.005147464000000828
syncthing_fs_operation_seconds_total{operation="uri",root="/var/lib/syncthing/Overleaf"} 0.004725690000000867
syncthing_fs_operation_seconds_total{operation="uri",root="/var/lib/syncthing/PaperlessConsume"} 0.0051247660000008025
syncthing_fs_operation_seconds_total{operation="uri",root="/var/lib/syncthing/SignalBackups"} 0.0051799150000009075
syncthing_fs_operation_seconds_total{operation="uri",root="/var/lib/syncthing/Tickets"} 0.005330902000001015
syncthing_fs_operation_seconds_total{operation="uri",root="/var/lib/syncthing/_shared_Mischa"} 0.0048481010000009685
syncthing_fs_operation_seconds_total{operation="uri",root="/var/lib/syncthing/docs_sync"} 0.0050257210000008885
syncthing_fs_operation_seconds_total{operation="uri",root="/var/lib/syncthing/mitNORM"} 0.004836710000000847
syncthing_fs_operation_seconds_total{operation="uri",root="/var/lib/syncthing/paperless-backup"} 0.004782748000000765
syncthing_fs_operation_seconds_total{operation="uri",root="/var/lib/syncthing/paperless-backup2"} 0.026764835000003664
syncthing_fs_operation_seconds_total{operation="uri",root="/var/lib/syncthing/pictures_sync"} 0.004888216000001076
syncthing_fs_operation_seconds_total{operation="uri",root="/var/lib/syncthing/public-pi-data"} 0.016356362000002598
syncthing_fs_operation_seconds_total{operation="usage",root="/var/lib/syncthing/.config/syncthing/index-v2"} 0.3369045909999974
syncthing_fs_operation_seconds_total{operation="usage",root="/var/lib/syncthing/CellPicturesSync"} 0.004214777000000001
syncthing_fs_operation_seconds_total{operation="usage",root="/var/lib/syncthing/Exports"} 3.1447e-05
syncthing_fs_operation_seconds_total{operation="usage",root="/var/lib/syncthing/Obsidian"} 0.002417965999999996
syncthing_fs_operation_seconds_total{operation="usage",root="/var/lib/syncthing/PaperlessConsume"} 0.00045353199999999987
syncthing_fs_operation_seconds_total{operation="usage",root="/var/lib/syncthing/SignalBackups"} 0.000751892
syncthing_fs_operation_seconds_total{operation="usage",root="/var/lib/syncthing/Tickets"} 6.805e-06
syncthing_fs_operation_seconds_total{operation="usage",root="/var/lib/syncthing/docs_sync"} 0.003636172000000001
syncthing_fs_operation_seconds_total{operation="usage",root="/var/lib/syncthing/paperless-backup2"} 0.43767997900000455
syncthing_fs_operation_seconds_total{operation="usage",root="/var/lib/syncthing/pictures_sync"} 0.00011219700000000002
syncthing_fs_operation_seconds_total{operation="usage",root="/var/lib/syncthing/public-pi-data"} 0.16872200200000043
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.4510661060000174
syncthing_fs_operation_seconds_total{operation="writeat",root="/var/lib/syncthing/Exports"} 0.000416642
syncthing_fs_operation_seconds_total{operation="writeat",root="/var/lib/syncthing/Obsidian"} 0.061820004999999935
syncthing_fs_operation_seconds_total{operation="writeat",root="/var/lib/syncthing/PaperlessConsume"} 0.1049811339999998
syncthing_fs_operation_seconds_total{operation="writeat",root="/var/lib/syncthing/SignalBackups"} 16.384098425000133
syncthing_fs_operation_seconds_total{operation="writeat",root="/var/lib/syncthing/Tickets"} 6.2922e-05
syncthing_fs_operation_seconds_total{operation="writeat",root="/var/lib/syncthing/docs_sync"} 0.07122520599999992
syncthing_fs_operation_seconds_total{operation="writeat",root="/var/lib/syncthing/paperless-backup2"} 36.57634425799878
syncthing_fs_operation_seconds_total{operation="writeat",root="/var/lib/syncthing/pictures_sync"} 0.000642296
syncthing_fs_operation_seconds_total{operation="writeat",root="/var/lib/syncthing/public-pi-data"} 1.4312080320000227
# 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"} 5
syncthing_fs_operations_total{operation="chtimes",root="/var/lib/syncthing/CellPicturesSync"} 481
syncthing_fs_operations_total{operation="chtimes",root="/var/lib/syncthing/Exports"} 5
syncthing_fs_operations_total{operation="chtimes",root="/var/lib/syncthing/Obsidian"} 420
syncthing_fs_operations_total{operation="chtimes",root="/var/lib/syncthing/PaperlessConsume"} 85
syncthing_fs_operations_total{operation="chtimes",root="/var/lib/syncthing/SignalBackups"} 38
syncthing_fs_operations_total{operation="chtimes",root="/var/lib/syncthing/Tickets"} 1
syncthing_fs_operations_total{operation="chtimes",root="/var/lib/syncthing/docs_sync"} 541
syncthing_fs_operations_total{operation="chtimes",root="/var/lib/syncthing/paperless-backup2"} 90654
syncthing_fs_operations_total{operation="chtimes",root="/var/lib/syncthing/pictures_sync"} 14
syncthing_fs_operations_total{operation="chtimes",root="/var/lib/syncthing/public-pi-data"} 33216
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"} 21868
syncthing_fs_operations_total{operation="close",root="/var/lib/syncthing/Exports"} 19
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"} 1031
syncthing_fs_operations_total{operation="close",root="/var/lib/syncthing/Overleaf"} 1
syncthing_fs_operations_total{operation="close",root="/var/lib/syncthing/PaperlessConsume"} 1335
syncthing_fs_operations_total{operation="close",root="/var/lib/syncthing/SignalBackups"} 2494
syncthing_fs_operations_total{operation="close",root="/var/lib/syncthing/Tickets"} 4
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"} 1280
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"} 1.520251e+06
syncthing_fs_operations_total{operation="close",root="/var/lib/syncthing/pictures_sync"} 29
syncthing_fs_operations_total{operation="close",root="/var/lib/syncthing/public-pi-data"} 71150
syncthing_fs_operations_total{operation="dirnames",root="/var/lib/syncthing"} 3
syncthing_fs_operations_total{operation="dirnames",root="/var/lib/syncthing/ALTIUM"} 221891
syncthing_fs_operations_total{operation="dirnames",root="/var/lib/syncthing/CellPicturesSync"} 850340
syncthing_fs_operations_total{operation="dirnames",root="/var/lib/syncthing/CosiMeasureSoftwarebyJan"} 620624
syncthing_fs_operations_total{operation="dirnames",root="/var/lib/syncthing/Exports"} 71310
syncthing_fs_operations_total{operation="dirnames",root="/var/lib/syncthing/Gitarre"} 263292
syncthing_fs_operations_total{operation="dirnames",root="/var/lib/syncthing/Music"} 27820
syncthing_fs_operations_total{operation="dirnames",root="/var/lib/syncthing/Obsidian"} 175692
syncthing_fs_operations_total{operation="dirnames",root="/var/lib/syncthing/Overleaf"} 56710
syncthing_fs_operations_total{operation="dirnames",root="/var/lib/syncthing/PaperlessConsume"} 4140
syncthing_fs_operations_total{operation="dirnames",root="/var/lib/syncthing/SignalBackups"} 6946
syncthing_fs_operations_total{operation="dirnames",root="/var/lib/syncthing/Tickets"} 9212
syncthing_fs_operations_total{operation="dirnames",root="/var/lib/syncthing/_shared_Mischa"} 1620
syncthing_fs_operations_total{operation="dirnames",root="/var/lib/syncthing/docs_sync"} 4.4508152e+07
syncthing_fs_operations_total{operation="dirnames",root="/var/lib/syncthing/mitNORM"} 7303
syncthing_fs_operations_total{operation="dirnames",root="/var/lib/syncthing/paperless-backup"} 674920
syncthing_fs_operations_total{operation="dirnames",root="/var/lib/syncthing/paperless-backup2"} 2.278431e+06
syncthing_fs_operations_total{operation="dirnames",root="/var/lib/syncthing/pictures_sync"} 3.699164e+06
syncthing_fs_operations_total{operation="dirnames",root="/var/lib/syncthing/public-pi-data"} 1.265942e+06
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"} 552
syncthing_fs_operations_total{operation="hide",root="/var/lib/syncthing/CosiMeasureSoftwarebyJan"} 3
syncthing_fs_operations_total{operation="hide",root="/var/lib/syncthing/Exports"} 8
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"} 449
syncthing_fs_operations_total{operation="hide",root="/var/lib/syncthing/Overleaf"} 3
syncthing_fs_operations_total{operation="hide",root="/var/lib/syncthing/PaperlessConsume"} 90
syncthing_fs_operations_total{operation="hide",root="/var/lib/syncthing/SignalBackups"} 131
syncthing_fs_operations_total{operation="hide",root="/var/lib/syncthing/Tickets"} 4
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"} 700
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"} 87464
syncthing_fs_operations_total{operation="hide",root="/var/lib/syncthing/pictures_sync"} 17
syncthing_fs_operations_total{operation="hide",root="/var/lib/syncthing/public-pi-data"} 33169
syncthing_fs_operations_total{operation="lstat",root="/var/lib/syncthing/.config/syncthing"} 25
syncthing_fs_operations_total{operation="lstat",root="/var/lib/syncthing/ALTIUM"} 417432
syncthing_fs_operations_total{operation="lstat",root="/var/lib/syncthing/CellPicturesSync"} 1.798219e+06
syncthing_fs_operations_total{operation="lstat",root="/var/lib/syncthing/CosiMeasureSoftwarebyJan"} 5.116964e+06
syncthing_fs_operations_total{operation="lstat",root="/var/lib/syncthing/Exports"} 2.091077e+06
syncthing_fs_operations_total{operation="lstat",root="/var/lib/syncthing/Gitarre"} 502420
syncthing_fs_operations_total{operation="lstat",root="/var/lib/syncthing/Music"} 43125
syncthing_fs_operations_total{operation="lstat",root="/var/lib/syncthing/Obsidian"} 311958
syncthing_fs_operations_total{operation="lstat",root="/var/lib/syncthing/Overleaf"} 92754
syncthing_fs_operations_total{operation="lstat",root="/var/lib/syncthing/PaperlessConsume"} 9324
syncthing_fs_operations_total{operation="lstat",root="/var/lib/syncthing/SignalBackups"} 15412
syncthing_fs_operations_total{operation="lstat",root="/var/lib/syncthing/Tickets"} 12535
syncthing_fs_operations_total{operation="lstat",root="/var/lib/syncthing/_shared_Mischa"} 2056
syncthing_fs_operations_total{operation="lstat",root="/var/lib/syncthing/docs_sync"} 7.1001409e+07
syncthing_fs_operations_total{operation="lstat",root="/var/lib/syncthing/mitNORM"} 10577
syncthing_fs_operations_total{operation="lstat",root="/var/lib/syncthing/paperless-backup"} 1.359653e+06
syncthing_fs_operations_total{operation="lstat",root="/var/lib/syncthing/paperless-backup2"} 4.711385e+06
syncthing_fs_operations_total{operation="lstat",root="/var/lib/syncthing/pictures_sync"} 8.11316e+06
syncthing_fs_operations_total{operation="lstat",root="/var/lib/syncthing/public-pi-data"} 2.436817e+06
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"} 4715
syncthing_fs_operations_total{operation="mkdirall",root="/var/lib/syncthing/.config/syncthing"} 2
syncthing_fs_operations_total{operation="mkdirall",root="/var/lib/syncthing/CellPicturesSync"} 508
syncthing_fs_operations_total{operation="mkdirall",root="/var/lib/syncthing/Obsidian"} 22
syncthing_fs_operations_total{operation="mkdirall",root="/var/lib/syncthing/PaperlessConsume"} 83
syncthing_fs_operations_total{operation="mkdirall",root="/var/lib/syncthing/SignalBackups"} 46
syncthing_fs_operations_total{operation="mkdirall",root="/var/lib/syncthing/Tickets"} 1
syncthing_fs_operations_total{operation="mkdirall",root="/var/lib/syncthing/paperless-backup2"} 950
syncthing_fs_operations_total{operation="mkdirall",root="/var/lib/syncthing/public-pi-data"} 23709
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"} 21302
syncthing_fs_operations_total{operation="open",root="/var/lib/syncthing/CosiMeasureSoftwarebyJan"} 2455
syncthing_fs_operations_total{operation="open",root="/var/lib/syncthing/Exports"} 2483
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"} 555
syncthing_fs_operations_total{operation="open",root="/var/lib/syncthing/Overleaf"} 1
syncthing_fs_operations_total{operation="open",root="/var/lib/syncthing/PaperlessConsume"} 1248
syncthing_fs_operations_total{operation="open",root="/var/lib/syncthing/SignalBackups"} 2366
syncthing_fs_operations_total{operation="open",root="/var/lib/syncthing/Tickets"} 3
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"} 577
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"} 1.428392e+06
syncthing_fs_operations_total{operation="open",root="/var/lib/syncthing/pictures_sync"} 15
syncthing_fs_operations_total{operation="open",root="/var/lib/syncthing/public-pi-data"} 37919
syncthing_fs_operations_total{operation="openfile",root="/var/lib/syncthing/.config/syncthing"} 23
syncthing_fs_operations_total{operation="openfile",root="/var/lib/syncthing/CellPicturesSync"} 566
syncthing_fs_operations_total{operation="openfile",root="/var/lib/syncthing/Exports"} 5
syncthing_fs_operations_total{operation="openfile",root="/var/lib/syncthing/Obsidian"} 476
syncthing_fs_operations_total{operation="openfile",root="/var/lib/syncthing/PaperlessConsume"} 87
syncthing_fs_operations_total{operation="openfile",root="/var/lib/syncthing/SignalBackups"} 128
syncthing_fs_operations_total{operation="openfile",root="/var/lib/syncthing/Tickets"} 1
syncthing_fs_operations_total{operation="openfile",root="/var/lib/syncthing/docs_sync"} 703
syncthing_fs_operations_total{operation="openfile",root="/var/lib/syncthing/paperless-backup2"} 91860
syncthing_fs_operations_total{operation="openfile",root="/var/lib/syncthing/pictures_sync"} 14
syncthing_fs_operations_total{operation="openfile",root="/var/lib/syncthing/public-pi-data"} 33233
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"} 42736
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/ALTIUM"} 148306
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/CellPicturesSync"} 190858
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/CosiMeasureSoftwarebyJan"} 153000
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/Exports"} 153022
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/Gitarre"} 148310
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/Music"} 148308
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/Obsidian"} 147832
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/Overleaf"} 148306
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/PaperlessConsume"} 150326
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/SignalBackups"} 152108
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/Tickets"} 148306
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/_shared_Mischa"} 148310
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/docs_sync"} 149142
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/mitNORM"} 148312
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/paperless-backup"} 148308
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/paperless-backup2"} 252616
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/pictures_sync"} 148290
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/public-pi-data"} 214174
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"} 20820
syncthing_fs_operations_total{operation="readat",root="/var/lib/syncthing/Exports"} 9
syncthing_fs_operations_total{operation="readat",root="/var/lib/syncthing/Obsidian"} 132
syncthing_fs_operations_total{operation="readat",root="/var/lib/syncthing/PaperlessConsume"} 1162
syncthing_fs_operations_total{operation="readat",root="/var/lib/syncthing/SignalBackups"} 2327
syncthing_fs_operations_total{operation="readat",root="/var/lib/syncthing/Tickets"} 1
syncthing_fs_operations_total{operation="readat",root="/var/lib/syncthing/docs_sync"} 35
syncthing_fs_operations_total{operation="readat",root="/var/lib/syncthing/paperless-backup2"} 1.337739e+06
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"} 716
syncthing_fs_operations_total{operation="remove",root="/var/lib/syncthing/Exports"} 8
syncthing_fs_operations_total{operation="remove",root="/var/lib/syncthing/Obsidian"} 839
syncthing_fs_operations_total{operation="remove",root="/var/lib/syncthing/PaperlessConsume"} 310
syncthing_fs_operations_total{operation="remove",root="/var/lib/syncthing/SignalBackups"} 258
syncthing_fs_operations_total{operation="remove",root="/var/lib/syncthing/Tickets"} 1
syncthing_fs_operations_total{operation="remove",root="/var/lib/syncthing/docs_sync"} 1234
syncthing_fs_operations_total{operation="remove",root="/var/lib/syncthing/paperless-backup2"} 174040
syncthing_fs_operations_total{operation="remove",root="/var/lib/syncthing/pictures_sync"} 28
syncthing_fs_operations_total{operation="remove",root="/var/lib/syncthing/public-pi-data"} 33241
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"} 464
syncthing_fs_operations_total{operation="rename",root="/var/lib/syncthing/Exports"} 5
syncthing_fs_operations_total{operation="rename",root="/var/lib/syncthing/Obsidian"} 390
syncthing_fs_operations_total{operation="rename",root="/var/lib/syncthing/PaperlessConsume"} 85
syncthing_fs_operations_total{operation="rename",root="/var/lib/syncthing/SignalBackups"} 38
syncthing_fs_operations_total{operation="rename",root="/var/lib/syncthing/Tickets"} 1
syncthing_fs_operations_total{operation="rename",root="/var/lib/syncthing/docs_sync"} 535
syncthing_fs_operations_total{operation="rename",root="/var/lib/syncthing/paperless-backup2"} 86255
syncthing_fs_operations_total{operation="rename",root="/var/lib/syncthing/pictures_sync"} 14
syncthing_fs_operations_total{operation="rename",root="/var/lib/syncthing/public-pi-data"} 33132
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"} 212
syncthing_fs_operations_total{operation="stat",root="/var/lib/syncthing/CellPicturesSync"} 2360
syncthing_fs_operations_total{operation="stat",root="/var/lib/syncthing/CosiMeasureSoftwarebyJan"} 4908
syncthing_fs_operations_total{operation="stat",root="/var/lib/syncthing/Exports"} 4952
syncthing_fs_operations_total{operation="stat",root="/var/lib/syncthing/Gitarre"} 216
syncthing_fs_operations_total{operation="stat",root="/var/lib/syncthing/Music"} 214
syncthing_fs_operations_total{operation="stat",root="/var/lib/syncthing/Obsidian"} 3432
syncthing_fs_operations_total{operation="stat",root="/var/lib/syncthing/Overleaf"} 212
syncthing_fs_operations_total{operation="stat",root="/var/lib/syncthing/PaperlessConsume"} 1116
syncthing_fs_operations_total{operation="stat",root="/var/lib/syncthing/SignalBackups"} 1418
syncthing_fs_operations_total{operation="stat",root="/var/lib/syncthing/Tickets"} 219
syncthing_fs_operations_total{operation="stat",root="/var/lib/syncthing/_shared_Mischa"} 216
syncthing_fs_operations_total{operation="stat",root="/var/lib/syncthing/docs_sync"} 3167
syncthing_fs_operations_total{operation="stat",root="/var/lib/syncthing/mitNORM"} 218
syncthing_fs_operations_total{operation="stat",root="/var/lib/syncthing/paperless-backup"} 214
syncthing_fs_operations_total{operation="stat",root="/var/lib/syncthing/paperless-backup2"} 419410
syncthing_fs_operations_total{operation="stat",root="/var/lib/syncthing/pictures_sync"} 320
syncthing_fs_operations_total{operation="stat",root="/var/lib/syncthing/public-pi-data"} 105019
syncthing_fs_operations_total{operation="sync",root="/var/lib/syncthing/.config/syncthing"} 46
syncthing_fs_operations_total{operation="sync",root="/var/lib/syncthing/CellPicturesSync"} 1030
syncthing_fs_operations_total{operation="sync",root="/var/lib/syncthing/Exports"} 10
syncthing_fs_operations_total{operation="sync",root="/var/lib/syncthing/Obsidian"} 868
syncthing_fs_operations_total{operation="sync",root="/var/lib/syncthing/PaperlessConsume"} 172
syncthing_fs_operations_total{operation="sync",root="/var/lib/syncthing/SignalBackups"} 166
syncthing_fs_operations_total{operation="sync",root="/var/lib/syncthing/Tickets"} 2
syncthing_fs_operations_total{operation="sync",root="/var/lib/syncthing/docs_sync"} 1238
syncthing_fs_operations_total{operation="sync",root="/var/lib/syncthing/paperless-backup2"} 178112
syncthing_fs_operations_total{operation="sync",root="/var/lib/syncthing/pictures_sync"} 28
syncthing_fs_operations_total{operation="sync",root="/var/lib/syncthing/public-pi-data"} 71030
syncthing_fs_operations_total{operation="truncate",root="/var/lib/syncthing/CellPicturesSync"} 566
syncthing_fs_operations_total{operation="truncate",root="/var/lib/syncthing/Exports"} 5
syncthing_fs_operations_total{operation="truncate",root="/var/lib/syncthing/Obsidian"} 476
syncthing_fs_operations_total{operation="truncate",root="/var/lib/syncthing/PaperlessConsume"} 87
syncthing_fs_operations_total{operation="truncate",root="/var/lib/syncthing/SignalBackups"} 128
syncthing_fs_operations_total{operation="truncate",root="/var/lib/syncthing/Tickets"} 1
syncthing_fs_operations_total{operation="truncate",root="/var/lib/syncthing/docs_sync"} 703
syncthing_fs_operations_total{operation="truncate",root="/var/lib/syncthing/paperless-backup2"} 91860
syncthing_fs_operations_total{operation="truncate",root="/var/lib/syncthing/pictures_sync"} 14
syncthing_fs_operations_total{operation="truncate",root="/var/lib/syncthing/public-pi-data"} 33232
syncthing_fs_operations_total{operation="type",root="/var/lib/syncthing/ALTIUM"} 74154
syncthing_fs_operations_total{operation="type",root="/var/lib/syncthing/CellPicturesSync"} 96358
syncthing_fs_operations_total{operation="type",root="/var/lib/syncthing/CosiMeasureSoftwarebyJan"} 76501
syncthing_fs_operations_total{operation="type",root="/var/lib/syncthing/Exports"} 76522
syncthing_fs_operations_total{operation="type",root="/var/lib/syncthing/Gitarre"} 74156
syncthing_fs_operations_total{operation="type",root="/var/lib/syncthing/Music"} 74155
syncthing_fs_operations_total{operation="type",root="/var/lib/syncthing/Obsidian"} 74697
syncthing_fs_operations_total{operation="type",root="/var/lib/syncthing/Overleaf"} 74154
syncthing_fs_operations_total{operation="type",root="/var/lib/syncthing/PaperlessConsume"} 75334
syncthing_fs_operations_total{operation="type",root="/var/lib/syncthing/SignalBackups"} 76131
syncthing_fs_operations_total{operation="type",root="/var/lib/syncthing/Tickets"} 74156
syncthing_fs_operations_total{operation="type",root="/var/lib/syncthing/_shared_Mischa"} 74156
syncthing_fs_operations_total{operation="type",root="/var/lib/syncthing/docs_sync"} 75642
syncthing_fs_operations_total{operation="type",root="/var/lib/syncthing/mitNORM"} 74157
syncthing_fs_operations_total{operation="type",root="/var/lib/syncthing/paperless-backup"} 74155
syncthing_fs_operations_total{operation="type",root="/var/lib/syncthing/paperless-backup2"} 298819
syncthing_fs_operations_total{operation="type",root="/var/lib/syncthing/pictures_sync"} 74174
syncthing_fs_operations_total{operation="type",root="/var/lib/syncthing/public-pi-data"} 173358
syncthing_fs_operations_total{operation="unhide",root="/var/lib/syncthing/CellPicturesSync"} 549
syncthing_fs_operations_total{operation="unhide",root="/var/lib/syncthing/Exports"} 5
syncthing_fs_operations_total{operation="unhide",root="/var/lib/syncthing/Obsidian"} 446
syncthing_fs_operations_total{operation="unhide",root="/var/lib/syncthing/PaperlessConsume"} 87
syncthing_fs_operations_total{operation="unhide",root="/var/lib/syncthing/SignalBackups"} 128
syncthing_fs_operations_total{operation="unhide",root="/var/lib/syncthing/Tickets"} 1
syncthing_fs_operations_total{operation="unhide",root="/var/lib/syncthing/docs_sync"} 697
syncthing_fs_operations_total{operation="unhide",root="/var/lib/syncthing/paperless-backup2"} 87460
syncthing_fs_operations_total{operation="unhide",root="/var/lib/syncthing/pictures_sync"} 14
syncthing_fs_operations_total{operation="unhide",root="/var/lib/syncthing/public-pi-data"} 33148
syncthing_fs_operations_total{operation="uri",root="/var/lib/syncthing/ALTIUM"} 74154
syncthing_fs_operations_total{operation="uri",root="/var/lib/syncthing/CellPicturesSync"} 96358
syncthing_fs_operations_total{operation="uri",root="/var/lib/syncthing/CosiMeasureSoftwarebyJan"} 76501
syncthing_fs_operations_total{operation="uri",root="/var/lib/syncthing/Exports"} 76522
syncthing_fs_operations_total{operation="uri",root="/var/lib/syncthing/Gitarre"} 74156
syncthing_fs_operations_total{operation="uri",root="/var/lib/syncthing/Music"} 74155
syncthing_fs_operations_total{operation="uri",root="/var/lib/syncthing/Obsidian"} 74697
syncthing_fs_operations_total{operation="uri",root="/var/lib/syncthing/Overleaf"} 74154
syncthing_fs_operations_total{operation="uri",root="/var/lib/syncthing/PaperlessConsume"} 75334
syncthing_fs_operations_total{operation="uri",root="/var/lib/syncthing/SignalBackups"} 76131
syncthing_fs_operations_total{operation="uri",root="/var/lib/syncthing/Tickets"} 74156
syncthing_fs_operations_total{operation="uri",root="/var/lib/syncthing/_shared_Mischa"} 74156
syncthing_fs_operations_total{operation="uri",root="/var/lib/syncthing/docs_sync"} 75642
syncthing_fs_operations_total{operation="uri",root="/var/lib/syncthing/mitNORM"} 74157
syncthing_fs_operations_total{operation="uri",root="/var/lib/syncthing/paperless-backup"} 74155
syncthing_fs_operations_total{operation="uri",root="/var/lib/syncthing/paperless-backup2"} 298819
syncthing_fs_operations_total{operation="uri",root="/var/lib/syncthing/pictures_sync"} 74174
syncthing_fs_operations_total{operation="uri",root="/var/lib/syncthing/public-pi-data"} 173358
syncthing_fs_operations_total{operation="usage",root="/var/lib/syncthing/.config/syncthing/index-v2"} 42736
syncthing_fs_operations_total{operation="usage",root="/var/lib/syncthing/CellPicturesSync"} 549
syncthing_fs_operations_total{operation="usage",root="/var/lib/syncthing/Exports"} 5
syncthing_fs_operations_total{operation="usage",root="/var/lib/syncthing/Obsidian"} 446
syncthing_fs_operations_total{operation="usage",root="/var/lib/syncthing/PaperlessConsume"} 87
syncthing_fs_operations_total{operation="usage",root="/var/lib/syncthing/SignalBackups"} 128
syncthing_fs_operations_total{operation="usage",root="/var/lib/syncthing/Tickets"} 1
syncthing_fs_operations_total{operation="usage",root="/var/lib/syncthing/docs_sync"} 697
syncthing_fs_operations_total{operation="usage",root="/var/lib/syncthing/paperless-backup2"} 87461
syncthing_fs_operations_total{operation="usage",root="/var/lib/syncthing/pictures_sync"} 14
syncthing_fs_operations_total{operation="usage",root="/var/lib/syncthing/public-pi-data"} 33148
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"} 24093
syncthing_fs_operations_total{operation="writeat",root="/var/lib/syncthing/Exports"} 10
syncthing_fs_operations_total{operation="writeat",root="/var/lib/syncthing/Obsidian"} 874
syncthing_fs_operations_total{operation="writeat",root="/var/lib/syncthing/PaperlessConsume"} 1864
syncthing_fs_operations_total{operation="writeat",root="/var/lib/syncthing/SignalBackups"} 63006
syncthing_fs_operations_total{operation="writeat",root="/var/lib/syncthing/Tickets"} 2
syncthing_fs_operations_total{operation="writeat",root="/var/lib/syncthing/docs_sync"} 1988
syncthing_fs_operations_total{operation="writeat",root="/var/lib/syncthing/paperless-backup2"} 1.535537e+06
syncthing_fs_operations_total{operation="writeat",root="/var/lib/syncthing/pictures_sync"} 28
syncthing_fs_operations_total{operation="writeat",root="/var/lib/syncthing/public-pi-data"} 72844
# 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"} 1.30975782532e+11
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"} 3.044652e+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"} 1.094070624e+09
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"} 806201
syncthing_model_folder_processed_bytes_total{folder="janf-exports",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="kjfeh-fcnbm",source="local_origin"} 4.2982e+06
syncthing_model_folder_processed_bytes_total{folder="kjfeh-fcnbm",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="kjfeh-fcnbm",source="network"} 1.02361361e+08
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"} 154216
syncthing_model_folder_processed_bytes_total{folder="lhbpb-kmcbm",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="o6fkd-igcmu",source="local_origin"} 1.180008e+06
syncthing_model_folder_processed_bytes_total{folder="o6fkd-igcmu",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="o6fkd-igcmu",source="network"} 2.26918861e+08
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"} 1.75024291216e+11
syncthing_model_folder_processed_bytes_total{folder="vznmw-vnk6x",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="vznmw-vnk6x",source="network"} 9.622513211e+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"} 51769
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"} 3.050448043e+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"} 79236.57721023189
syncthing_model_folder_pull_seconds_total{folder="95agh-9p2qq"} 178.3553706770002
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"} 1425.4421536879995
syncthing_model_folder_pull_seconds_total{folder="iilrc-56mig"} 0
syncthing_model_folder_pull_seconds_total{folder="janf-exports"} 0.717406506
syncthing_model_folder_pull_seconds_total{folder="kjfeh-fcnbm"} 457.68636727300026
syncthing_model_folder_pull_seconds_total{folder="kmw2d-u7np9"} 0
syncthing_model_folder_pull_seconds_total{folder="lhbpb-kmcbm"} 1.5602659530000003
syncthing_model_folder_pull_seconds_total{folder="o6fkd-igcmu"} 418.85921465800027
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"} 12869.606249331977
syncthing_model_folder_pull_seconds_total{folder="x9qlv-cvc2h"} 0.427234958
syncthing_model_folder_pull_seconds_total{folder="zdbwl-eqmcj"} 6112.70858943799
# 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"} 218
syncthing_model_folder_pulls_total{folder="95agh-9p2qq"} 381
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"} 120
syncthing_model_folder_pulls_total{folder="iilrc-56mig"} 0
syncthing_model_folder_pulls_total{folder="janf-exports"} 4
syncthing_model_folder_pulls_total{folder="kjfeh-fcnbm"} 121
syncthing_model_folder_pulls_total{folder="kmw2d-u7np9"} 0
syncthing_model_folder_pulls_total{folder="lhbpb-kmcbm"} 12
syncthing_model_folder_pulls_total{folder="o6fkd-igcmu"} 140
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"} 16924
syncthing_model_folder_pulls_total{folder="x9qlv-cvc2h"} 1
syncthing_model_folder_pulls_total{folder="zdbwl-eqmcj"} 90
# 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.7516329550000002
syncthing_model_folder_scan_seconds_total{folder="95agh-9p2qq"} 13.968150295
syncthing_model_folder_scan_seconds_total{folder="bwrfc-rm3io"} 0.5057711910000001
syncthing_model_folder_scan_seconds_total{folder="gmhdh-krtkn"} 101.39033745099998
syncthing_model_folder_scan_seconds_total{folder="hmqb6-c4xgw"} 3.648652354
syncthing_model_folder_scan_seconds_total{folder="hnei7-qyqfx"} 4.264580604999999
syncthing_model_folder_scan_seconds_total{folder="hswyc-v4yxw"} 76.62578589199997
syncthing_model_folder_scan_seconds_total{folder="iilrc-56mig"} 0.17336725000000006
syncthing_model_folder_scan_seconds_total{folder="janf-exports"} 53.891048424000076
syncthing_model_folder_scan_seconds_total{folder="kjfeh-fcnbm"} 3585.27721521201
syncthing_model_folder_scan_seconds_total{folder="kmw2d-u7np9"} 62.64130041999999
syncthing_model_folder_scan_seconds_total{folder="lhbpb-kmcbm"} 407.05568134700013
syncthing_model_folder_scan_seconds_total{folder="o6fkd-igcmu"} 0.2753382539999999
syncthing_model_folder_scan_seconds_total{folder="rtkyz-phcs4"} 25.346649409000012
syncthing_model_folder_scan_seconds_total{folder="tga9w-t5cam"} 18.762052329000007
syncthing_model_folder_scan_seconds_total{folder="vznmw-vnk6x"} 95.26189423900003
syncthing_model_folder_scan_seconds_total{folder="x9qlv-cvc2h"} 0.6313674800000002
syncthing_model_folder_scan_seconds_total{folder="zdbwl-eqmcj"} 87.95802688500002
# 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"} 107
syncthing_model_folder_scans_total{folder="95agh-9p2qq"} 107
syncthing_model_folder_scans_total{folder="bwrfc-rm3io"} 109
syncthing_model_folder_scans_total{folder="gmhdh-krtkn"} 2453
syncthing_model_folder_scans_total{folder="hmqb6-c4xgw"} 107
syncthing_model_folder_scans_total{folder="hnei7-qyqfx"} 106
syncthing_model_folder_scans_total{folder="hswyc-v4yxw"} 113
syncthing_model_folder_scans_total{folder="iilrc-56mig"} 108
syncthing_model_folder_scans_total{folder="janf-exports"} 2458
syncthing_model_folder_scans_total{folder="kjfeh-fcnbm"} 107
syncthing_model_folder_scans_total{folder="kmw2d-u7np9"} 107
syncthing_model_folder_scans_total{folder="lhbpb-kmcbm"} 108
syncthing_model_folder_scans_total{folder="o6fkd-igcmu"} 106
syncthing_model_folder_scans_total{folder="rtkyz-phcs4"} 108
syncthing_model_folder_scans_total{folder="tga9w-t5cam"} 106
syncthing_model_folder_scans_total{folder="vznmw-vnk6x"} 107
syncthing_model_folder_scans_total{folder="x9qlv-cvc2h"} 106
syncthing_model_folder_scans_total{folder="zdbwl-eqmcj"} 188
# 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"} 5
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.538867573e+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.538867573e+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.79803357e+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"} 378
syncthing_model_folder_summary{folder="95agh-9p2qq",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="95agh-9p2qq",scope="local",type="bytes"} 3.79803357e+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"} 378
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.111143689e+09
syncthing_model_folder_summary{folder="hswyc-v4yxw",scope="global",type="deleted"} 1
syncthing_model_folder_summary{folder="hswyc-v4yxw",scope="global",type="directories"} 4712
syncthing_model_folder_summary{folder="hswyc-v4yxw",scope="global",type="files"} 33052
syncthing_model_folder_summary{folder="hswyc-v4yxw",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="hswyc-v4yxw",scope="local",type="bytes"} 1.111143689e+09
syncthing_model_folder_summary{folder="hswyc-v4yxw",scope="local",type="deleted"} 1
syncthing_model_folder_summary{folder="hswyc-v4yxw",scope="local",type="directories"} 4712
syncthing_model_folder_summary{folder="hswyc-v4yxw",scope="local",type="files"} 33052
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.49322251e+08
syncthing_model_folder_summary{folder="janf-exports",scope="global",type="deleted"} 6
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.49322251e+08
syncthing_model_folder_summary{folder="janf-exports",scope="local",type="deleted"} 6
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.9823447003e+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"} 71104
syncthing_model_folder_summary{folder="kjfeh-fcnbm",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="kjfeh-fcnbm",scope="local",type="bytes"} 4.9823447003e+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"} 71104
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.4808308838e+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.4808308838e+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"} 1
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"} 1
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.872648366e+09
syncthing_model_folder_summary{folder="vznmw-vnk6x",scope="global",type="deleted"} 0
syncthing_model_folder_summary{folder="vznmw-vnk6x",scope="global",type="directories"} 40
syncthing_model_folder_summary{folder="vznmw-vnk6x",scope="global",type="files"} 3593
syncthing_model_folder_summary{folder="vznmw-vnk6x",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="vznmw-vnk6x",scope="local",type="bytes"} 3.872648366e+09
syncthing_model_folder_summary{folder="vznmw-vnk6x",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="vznmw-vnk6x",scope="local",type="directories"} 40
syncthing_model_folder_summary{folder="vznmw-vnk6x",scope="local",type="files"} 3593
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.554238e+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"} 14
syncthing_model_folder_summary{folder="x9qlv-cvc2h",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="x9qlv-cvc2h",scope="local",type="bytes"} 8.554238e+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"} 14
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.0796555117e+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"} 2584
syncthing_model_folder_summary{folder="zdbwl-eqmcj",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="zdbwl-eqmcj",scope="local",type="bytes"} 1.0796555117e+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"} 2584
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"} 1.33666211e+08
syncthing_protocol_recv_bytes_total{device="MJL76P2-MQ4QWUQ-LRBLJ5V-R4PWWI2-3CGGYP4-QRTSQV4-SSANPCP-NRSUZAW"} 1.121277848e+09
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"} 1.34081446882e+11
syncthing_protocol_recv_bytes_total{device="UOGWUFG-73UKYDY-HNDNIR5-PBQ52UU-MTVKXZJ-GI6QH7D-44TFFHH-GEQURQ4"} 1.005457752e+10
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"} 1.36041226e+08
syncthing_protocol_recv_decompressed_bytes_total{device="MJL76P2-MQ4QWUQ-LRBLJ5V-R4PWWI2-3CGGYP4-QRTSQV4-SSANPCP-NRSUZAW"} 1.123946254e+09
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"} 1.34027465594e+11
syncthing_protocol_recv_decompressed_bytes_total{device="UOGWUFG-73UKYDY-HNDNIR5-PBQ52UU-MTVKXZJ-GI6QH7D-44TFFHH-GEQURQ4"} 1.0058186293e+10
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"} 80066
syncthing_protocol_recv_messages_total{device="MJL76P2-MQ4QWUQ-LRBLJ5V-R4PWWI2-3CGGYP4-QRTSQV4-SSANPCP-NRSUZAW"} 92271
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"} 92063
syncthing_protocol_recv_messages_total{device="UOGWUFG-73UKYDY-HNDNIR5-PBQ52UU-MTVKXZJ-GI6QH7D-44TFFHH-GEQURQ4"} 149774
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.680133613e+09
syncthing_protocol_sent_bytes_total{device="MJL76P2-MQ4QWUQ-LRBLJ5V-R4PWWI2-3CGGYP4-QRTSQV4-SSANPCP-NRSUZAW"} 2.8375755e+07
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"} 3.3314392e+07
syncthing_protocol_sent_bytes_total{device="UOGWUFG-73UKYDY-HNDNIR5-PBQ52UU-MTVKXZJ-GI6QH7D-44TFFHH-GEQURQ4"} 1.95370661e+08
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"} 82248
syncthing_protocol_sent_messages_total{device="MJL76P2-MQ4QWUQ-LRBLJ5V-R4PWWI2-3CGGYP4-QRTSQV4-SSANPCP-NRSUZAW"} 92439
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"} 99972
syncthing_protocol_sent_messages_total{device="UOGWUFG-73UKYDY-HNDNIR5-PBQ52UU-MTVKXZJ-GI6QH7D-44TFFHH-GEQURQ4"} 150427
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.688257981e+09
syncthing_protocol_sent_uncompressed_bytes_total{device="MJL76P2-MQ4QWUQ-LRBLJ5V-R4PWWI2-3CGGYP4-QRTSQV4-SSANPCP-NRSUZAW"} 3.939746e+07
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"} 5.257722e+07
syncthing_protocol_sent_uncompressed_bytes_total{device="UOGWUFG-73UKYDY-HNDNIR5-PBQ52UU-MTVKXZJ-GI6QH7D-44TFFHH-GEQURQ4"} 3.37509573e+08
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"} 1024
syncthing_scanner_scanned_items_total{folder="95agh-9p2qq"} 102976
syncthing_scanner_scanned_items_total{folder="bwrfc-rm3io"} 3924
syncthing_scanner_scanned_items_total{folder="gmhdh-krtkn"} 1.189705e+06
syncthing_scanner_scanned_items_total{folder="hmqb6-c4xgw"} 15408
syncthing_scanner_scanned_items_total{folder="hnei7-qyqfx"} 32118
syncthing_scanner_scanned_items_total{folder="hswyc-v4yxw"} 610282
syncthing_scanner_scanned_items_total{folder="iilrc-56mig"} 864
syncthing_scanner_scanned_items_total{folder="janf-exports"} 510874
syncthing_scanner_scanned_items_total{folder="kjfeh-fcnbm"} 2.1299877e+07
syncthing_scanner_scanned_items_total{folder="kmw2d-u7np9"} 451754
syncthing_scanner_scanned_items_total{folder="lhbpb-kmcbm"} 2.621484e+06
syncthing_scanner_scanned_items_total{folder="o6fkd-igcmu"} 1245
syncthing_scanner_scanned_items_total{folder="rtkyz-phcs4"} 168588
syncthing_scanner_scanned_items_total{folder="tga9w-t5cam"} 140132
syncthing_scanner_scanned_items_total{folder="vznmw-vnk6x"} 708035
syncthing_scanner_scanned_items_total{folder="x9qlv-cvc2h"} 4706
syncthing_scanner_scanned_items_total{folder="zdbwl-eqmcj"} 566588
