# 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"} 0.000105088
go_gc_duration_seconds{quantile="0.25"} 0.000120128
go_gc_duration_seconds{quantile="0.5"} 0.000131291
go_gc_duration_seconds{quantile="0.75"} 0.000141287
go_gc_duration_seconds{quantile="1"} 0.001558019
go_gc_duration_seconds_sum 2.47174312
go_gc_duration_seconds_count 17133
# 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 133
# HELP go_info Information about the Go environment.
# TYPE go_info gauge
go_info{version="go1.25.10"} 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 9.413528e+06
# HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes.
# TYPE go_memstats_alloc_bytes_total counter
go_memstats_alloc_bytes_total 6.6356867816e+10
# HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes.
# TYPE go_memstats_buck_hash_sys_bytes gauge
go_memstats_buck_hash_sys_bytes 3.762958e+06
# HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects.
# TYPE go_memstats_frees_total counter
go_memstats_frees_total 1.087741616e+09
# HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes.
# TYPE go_memstats_gc_sys_bytes gauge
go_memstats_gc_sys_bytes 4.1188e+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 9.413528e+06
# HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes.
# TYPE go_memstats_heap_idle_bytes gauge
go_memstats_heap_idle_bytes 1.0952704e+07
# HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes
# TYPE go_memstats_heap_inuse_bytes gauge
go_memstats_heap_inuse_bytes 1.6048128e+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 50054
# 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.036288e+07
# HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes.
# TYPE go_memstats_heap_sys_bytes gauge
go_memstats_heap_sys_bytes 2.7000832e+07
# HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection.
# TYPE go_memstats_last_gc_time_seconds gauge
go_memstats_last_gc_time_seconds 1.7813330757897983e+09
# HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects.
# TYPE go_memstats_mallocs_total counter
go_memstats_mallocs_total 1.08779167e+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 259840
# HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. Equals to /memory/classes/metadata/mspan/inuse:bytes + /memory/classes/metadata/mspan/free:bytes.
# TYPE go_memstats_mspan_sys_bytes gauge
go_memstats_mspan_sys_bytes 375360
# HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes.
# TYPE go_memstats_next_gc_bytes gauge
go_memstats_next_gc_bytes 1.2252866e+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 728402
# HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes.
# TYPE go_memstats_stack_inuse_bytes gauge
go_memstats_stack_inuse_bytes 2.359296e+06
# HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes.
# TYPE go_memstats_stack_sys_bytes gauge
go_memstats_stack_sys_bytes 2.359296e+06
# HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte.
# TYPE go_memstats_sys_bytes gauge
go_memstats_sys_bytes 3.8361352e+07
# HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads.
# TYPE go_sched_gomaxprocs_threads gauge
go_sched_gomaxprocs_threads 4
# HELP go_threads Number of OS threads created.
# TYPE go_threads gauge
go_threads 14
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 3770.29
# HELP process_max_fds Maximum number of open file descriptors.
# TYPE process_max_fds gauge
process_max_fds 1.048576e+06
# HELP process_network_receive_bytes_total Number of bytes received by the process over the network.
# TYPE process_network_receive_bytes_total counter
process_network_receive_bytes_total 1.05399539e+08
# 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.80746191e+08
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 82
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 6.3401984e+07
# HELP process_start_time_seconds Start time of the process since unix epoch in seconds.
# TYPE process_start_time_seconds gauge
process_start_time_seconds 1.78042517018e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 1.311879168e+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"} 2
promhttp_metric_handler_requests_total{code="500"} 0
promhttp_metric_handler_requests_total{code="503"} 0
# HELP syncthing_build_info A metric with a constant '1' value labeled by version information from when the binary was built.
# TYPE syncthing_build_info gauge
syncthing_build_info{builddate="2026-06-02 14:11:00 UTC",builduser="root@buildkitsandbox",codename="Hafnium Hornet",goversion="go1.25.10",program="syncthing",tags="modernc-sqlite,noupgrade",version="v2.1.1"} 1
# HELP syncthing_config_device_info Provides additional information labels on devices
# TYPE syncthing_config_device_info gauge
syncthing_config_device_info{device="AXRZNKV-HEZ5EVY-5XAXJWD-YH3PS2P-J2ZXGGF-R6MMSYB-P2STTMU-TSV7VQG",introducer="false",name="FIX-0219 (admin)",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="BOD4JP7-UYNHMCF-TTVFHQM-QRBXD2I-SNTW4QB-W2HY2TB-H4P3N3R-K3HSRAT",introducer="false",name="pc-salon",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="EMY2HVR-HV67B2Z-M6GT3LA-VOHFB3Q-Y5CJ2MX-KYXGFQV-NVZGE26-6RYM3Q2",introducer="false",name="ThinkBook Perso",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="FHT3XVD-XLG6RRG-74RZ7U7-GRX6LKT-N52N6MN-TMR742Z-3DZXVPU-BKS6CA5",introducer="false",name="Surface Pro 7",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="HL6RJ6X-LDOYIO2-SKNILAL-VVPGGDU-XDHYBEW-YUR523X-IO47KE2-MFVGQAG",introducer="false",name="Oneplus15",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="NMBN5DW-X4HDOT4-BY6OO2T-ZHFA2DC-5A5CBJ5-EMESNP3-GAJOQJM-4CT4FA7",introducer="false",name="Oneplus9",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="PITNAOB-6AHFXHR-KQSASE7-GSNRMGD-6G7QQNT-RDU5CRY-4CCSSK5-EBZYQQR",introducer="false",name="SataNAS",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="WF7HYUT-5NDUMJ4-26OXEYA-3SOFXTL-SKNSIB7-TCBWDVD-HEOQRN3-RSXTPAH",introducer="false",name="Portable Manon",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="WKMFQ32-MLRR5XW-OCSUFHJ-77TNGSH-LGDIMWL-DS56GCT-IW7M3G5-5NQBLAQ",introducer="false",name="PRT-0562",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="7j17d-y6dpb",label="watchdir-transmission",path="/sync/watchdir-transmission",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="aotc3-3xusf",label="keepass",path="/sync/keepass",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="gjf3b-n6xyx",label="obsidian",path="/sync/obsidian",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="igdag-j9hfx",label="camera-nel",path="/sync/camera-nel",paused="false",type="receiveonly"} 1
syncthing_config_folder_info{folder="lvriz-tpw3v",label="scripts",path="/sync/scripts",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="ngy9y-jgnjk",label="applis-portables",path="/sync/applis-portables",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="q6ezi-mgv56",label="Synchro Nas",path="/sync/manon",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="rwmke-vxzsa",label="perso",path="/sync/perso",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="s6ar4-grmhm",label="camera-raf",path="/sync/camera-oneplus15/Camera",paused="false",type="receiveonly"} 1
syncthing_config_folder_info{folder="vueik-pfhgs",label="Keepass Manon",path="/sync/Keepass Manon",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="xgcoe-rnlaw",label="onenote",path="/sync/onenote",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="ywr4x-fq9qt",label="portable Manon",path="/sync/portable-manon",paused="false",type="sendreceive"} 1
# HELP syncthing_connections_active Number of currently active connections, per device. If value is 0, the device is disconnected.
# TYPE syncthing_connections_active gauge
syncthing_connections_active{device="AXRZNKV-HEZ5EVY-5XAXJWD-YH3PS2P-J2ZXGGF-R6MMSYB-P2STTMU-TSV7VQG"} 0
syncthing_connections_active{device="BOD4JP7-UYNHMCF-TTVFHQM-QRBXD2I-SNTW4QB-W2HY2TB-H4P3N3R-K3HSRAT"} 0
syncthing_connections_active{device="EMY2HVR-HV67B2Z-M6GT3LA-VOHFB3Q-Y5CJ2MX-KYXGFQV-NVZGE26-6RYM3Q2"} 0
syncthing_connections_active{device="FHT3XVD-XLG6RRG-74RZ7U7-GRX6LKT-N52N6MN-TMR742Z-3DZXVPU-BKS6CA5"} 0
syncthing_connections_active{device="HL6RJ6X-LDOYIO2-SKNILAL-VVPGGDU-XDHYBEW-YUR523X-IO47KE2-MFVGQAG"} 0
syncthing_connections_active{device="NMBN5DW-X4HDOT4-BY6OO2T-ZHFA2DC-5A5CBJ5-EMESNP3-GAJOQJM-4CT4FA7"} 0
syncthing_connections_active{device="PITNAOB-6AHFXHR-KQSASE7-GSNRMGD-6G7QQNT-RDU5CRY-4CCSSK5-EBZYQQR"} 0
syncthing_connections_active{device="WF7HYUT-5NDUMJ4-26OXEYA-3SOFXTL-SKNSIB7-TCBWDVD-HEOQRN3-RSXTPAH"} 0
syncthing_connections_active{device="WKMFQ32-MLRR5XW-OCSUFHJ-77TNGSH-LGDIMWL-DS56GCT-IW7M3G5-5NQBLAQ"} 0
# 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="GetKV"} 14.06790019699996
syncthing_db_operation_seconds_total{folder="-",operation="ListFolders"} 0.005271012
syncthing_db_operation_seconds_total{folder="-",operation="PrefixKV"} 0.008891042000000002
syncthing_db_operation_seconds_total{folder="-",operation="PutKV"} 0.9148941539999993
syncthing_db_operation_seconds_total{folder="7j17d-y6dpb",operation="CountGlobal"} 0.0025626940000000003
syncthing_db_operation_seconds_total{folder="7j17d-y6dpb",operation="CountNeed"} 0.000777108
syncthing_db_operation_seconds_total{folder="7j17d-y6dpb",operation="GetDeviceSequence"} 0.001902434
syncthing_db_operation_seconds_total{folder="7j17d-y6dpb",operation="ListDevicesForFolder"} 0.000555714
syncthing_db_operation_seconds_total{folder="aotc3-3xusf",operation="AllLocalFilesPrefix"} 0.06039651399999998
syncthing_db_operation_seconds_total{folder="aotc3-3xusf",operation="CountGlobal"} 0.002169959
syncthing_db_operation_seconds_total{folder="aotc3-3xusf",operation="CountNeed"} 0.00041032
syncthing_db_operation_seconds_total{folder="aotc3-3xusf",operation="GetDeviceFile"} 0.6592452429999995
syncthing_db_operation_seconds_total{folder="aotc3-3xusf",operation="GetDeviceSequence"} 0.000361999
syncthing_db_operation_seconds_total{folder="aotc3-3xusf",operation="ListDevicesForFolder"} 0.000494014
syncthing_db_operation_seconds_total{folder="gjf3b-n6xyx",operation="AllLocalFilesPrefix"} 0.05820327800000002
syncthing_db_operation_seconds_total{folder="gjf3b-n6xyx",operation="CountGlobal"} 0.0021375620000000004
syncthing_db_operation_seconds_total{folder="gjf3b-n6xyx",operation="CountNeed"} 0.000381615
syncthing_db_operation_seconds_total{folder="gjf3b-n6xyx",operation="GetDeviceFile"} 9.180478519999976
syncthing_db_operation_seconds_total{folder="gjf3b-n6xyx",operation="GetDeviceSequence"} 0.000343137
syncthing_db_operation_seconds_total{folder="gjf3b-n6xyx",operation="ListDevicesForFolder"} 0.000449187
syncthing_db_operation_seconds_total{folder="igdag-j9hfx",operation="AllLocalFilesPrefix"} 0.06490634299999998
syncthing_db_operation_seconds_total{folder="igdag-j9hfx",operation="CountGlobal"} 0.001309804
syncthing_db_operation_seconds_total{folder="igdag-j9hfx",operation="CountNeed"} 0.00052749
syncthing_db_operation_seconds_total{folder="igdag-j9hfx",operation="GetDeviceFile"} 6.327068069000002
syncthing_db_operation_seconds_total{folder="igdag-j9hfx",operation="GetDeviceSequence"} 0.000280244
syncthing_db_operation_seconds_total{folder="igdag-j9hfx",operation="GetGlobalFile"} 22.17822174299973
syncthing_db_operation_seconds_total{folder="igdag-j9hfx",operation="ListDevicesForFolder"} 0.000465766
syncthing_db_operation_seconds_total{folder="lvriz-tpw3v",operation="AllLocalFilesPrefix"} 0.059975123000000005
syncthing_db_operation_seconds_total{folder="lvriz-tpw3v",operation="AllNeededGlobalFiles"} 0.09680795200000002
syncthing_db_operation_seconds_total{folder="lvriz-tpw3v",operation="CountGlobal"} 0.1502250180000001
syncthing_db_operation_seconds_total{folder="lvriz-tpw3v",operation="CountLocal"} 0.08943066100000002
syncthing_db_operation_seconds_total{folder="lvriz-tpw3v",operation="CountNeed"} 1.119115970999998
syncthing_db_operation_seconds_total{folder="lvriz-tpw3v",operation="CountReceiveOnlyChanged"} 0.009894625999999993
syncthing_db_operation_seconds_total{folder="lvriz-tpw3v",operation="GetDeviceFile"} 3.3550999689999865
syncthing_db_operation_seconds_total{folder="lvriz-tpw3v",operation="GetDeviceSequence"} 0.232913688
syncthing_db_operation_seconds_total{folder="lvriz-tpw3v",operation="ListDevicesForFolder"} 0.000475235
syncthing_db_operation_seconds_total{folder="lvriz-tpw3v",operation="RemoteSequences"} 0.021067402000000006
syncthing_db_operation_seconds_total{folder="ngy9y-jgnjk",operation="AllLocalFilesPrefix"} 0.07203637700000003
syncthing_db_operation_seconds_total{folder="ngy9y-jgnjk",operation="CountGlobal"} 0.001060402
syncthing_db_operation_seconds_total{folder="ngy9y-jgnjk",operation="CountNeed"} 0.000405944
syncthing_db_operation_seconds_total{folder="ngy9y-jgnjk",operation="GetDeviceFile"} 1205.0057128080139
syncthing_db_operation_seconds_total{folder="ngy9y-jgnjk",operation="GetDeviceSequence"} 0.000434057
syncthing_db_operation_seconds_total{folder="ngy9y-jgnjk",operation="ListDevicesForFolder"} 0.000597376
syncthing_db_operation_seconds_total{folder="q6ezi-mgv56",operation="AllLocalFilesBySequence"} 0.018100624
syncthing_db_operation_seconds_total{folder="q6ezi-mgv56",operation="AllLocalFilesPrefix"} 0.06351867999999998
syncthing_db_operation_seconds_total{folder="q6ezi-mgv56",operation="CountGlobal"} 0.014655051999999995
syncthing_db_operation_seconds_total{folder="q6ezi-mgv56",operation="CountLocal"} 0.014807836000000005
syncthing_db_operation_seconds_total{folder="q6ezi-mgv56",operation="CountNeed"} 0.05012003100000001
syncthing_db_operation_seconds_total{folder="q6ezi-mgv56",operation="CountReceiveOnlyChanged"} 0.001904275
syncthing_db_operation_seconds_total{folder="q6ezi-mgv56",operation="GetDeviceFile"} 2.603227719999992
syncthing_db_operation_seconds_total{folder="q6ezi-mgv56",operation="GetDeviceSequence"} 0.6187850220000001
syncthing_db_operation_seconds_total{folder="q6ezi-mgv56",operation="IndexIDGet"} 0.22137208400000005
syncthing_db_operation_seconds_total{folder="q6ezi-mgv56",operation="ListDevicesForFolder"} 0.013319591
syncthing_db_operation_seconds_total{folder="q6ezi-mgv56",operation="RemoteSequences"} 0.003863089999999999
syncthing_db_operation_seconds_total{folder="rwmke-vxzsa",operation="AllLocalFilesPrefix"} 0.10661192700000004
syncthing_db_operation_seconds_total{folder="rwmke-vxzsa",operation="CountGlobal"} 0.0012017199999999999
syncthing_db_operation_seconds_total{folder="rwmke-vxzsa",operation="CountNeed"} 0.000372758
syncthing_db_operation_seconds_total{folder="rwmke-vxzsa",operation="GetDeviceFile"} 9.163350396999986
syncthing_db_operation_seconds_total{folder="rwmke-vxzsa",operation="GetDeviceSequence"} 0.003735609
syncthing_db_operation_seconds_total{folder="rwmke-vxzsa",operation="ListDevicesForFolder"} 0.000484833
syncthing_db_operation_seconds_total{folder="s6ar4-grmhm",operation="AllLocalFilesPrefix"} 0.067069437
syncthing_db_operation_seconds_total{folder="s6ar4-grmhm",operation="CountGlobal"} 0.00060565
syncthing_db_operation_seconds_total{folder="s6ar4-grmhm",operation="CountNeed"} 0.00036469
syncthing_db_operation_seconds_total{folder="s6ar4-grmhm",operation="GetDeviceFile"} 2.5642869419999896
syncthing_db_operation_seconds_total{folder="s6ar4-grmhm",operation="GetDeviceSequence"} 0.000946082
syncthing_db_operation_seconds_total{folder="s6ar4-grmhm",operation="GetGlobalFile"} 31.034368182000073
syncthing_db_operation_seconds_total{folder="s6ar4-grmhm",operation="ListDevicesForFolder"} 0.00058506
syncthing_db_operation_seconds_total{folder="vueik-pfhgs",operation="AllLocalFilesPrefix"} 0.06220029199999998
syncthing_db_operation_seconds_total{folder="vueik-pfhgs",operation="CountGlobal"} 0.001645819
syncthing_db_operation_seconds_total{folder="vueik-pfhgs",operation="CountNeed"} 0.000395738
syncthing_db_operation_seconds_total{folder="vueik-pfhgs",operation="GetDeviceFile"} 0.11528764000000005
syncthing_db_operation_seconds_total{folder="vueik-pfhgs",operation="GetDeviceSequence"} 0.000445888
syncthing_db_operation_seconds_total{folder="vueik-pfhgs",operation="ListDevicesForFolder"} 0.00048169
syncthing_db_operation_seconds_total{folder="xgcoe-rnlaw",operation="AllLocalFilesPrefix"} 0.06408845799999997
syncthing_db_operation_seconds_total{folder="xgcoe-rnlaw",operation="CountGlobal"} 0.0006441
syncthing_db_operation_seconds_total{folder="xgcoe-rnlaw",operation="CountNeed"} 0.000523719
syncthing_db_operation_seconds_total{folder="xgcoe-rnlaw",operation="GetDeviceFile"} 14.14756857700003
syncthing_db_operation_seconds_total{folder="xgcoe-rnlaw",operation="GetDeviceSequence"} 0.001746213
syncthing_db_operation_seconds_total{folder="xgcoe-rnlaw",operation="ListDevicesForFolder"} 0.000508811
syncthing_db_operation_seconds_total{folder="ywr4x-fq9qt",operation="AllLocalFilesPrefix"} 0.0821627150000001
syncthing_db_operation_seconds_total{folder="ywr4x-fq9qt",operation="CountGlobal"} 0.012609657000000002
syncthing_db_operation_seconds_total{folder="ywr4x-fq9qt",operation="CountNeed"} 0.000733966
syncthing_db_operation_seconds_total{folder="ywr4x-fq9qt",operation="GetDeviceSequence"} 0.002615951
syncthing_db_operation_seconds_total{folder="ywr4x-fq9qt",operation="ListDevicesForFolder"} 0.00247719
# 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="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="7j17d-y6dpb",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="7j17d-y6dpb",operation="CountNeed"} 0
syncthing_db_operations_current{folder="7j17d-y6dpb",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="7j17d-y6dpb",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="aotc3-3xusf",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="aotc3-3xusf",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="aotc3-3xusf",operation="CountNeed"} 0
syncthing_db_operations_current{folder="aotc3-3xusf",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="aotc3-3xusf",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="aotc3-3xusf",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="gjf3b-n6xyx",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="gjf3b-n6xyx",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="gjf3b-n6xyx",operation="CountNeed"} 0
syncthing_db_operations_current{folder="gjf3b-n6xyx",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="gjf3b-n6xyx",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="gjf3b-n6xyx",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="igdag-j9hfx",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="igdag-j9hfx",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="igdag-j9hfx",operation="CountNeed"} 0
syncthing_db_operations_current{folder="igdag-j9hfx",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="igdag-j9hfx",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="igdag-j9hfx",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="igdag-j9hfx",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="lvriz-tpw3v",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="lvriz-tpw3v",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="lvriz-tpw3v",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="lvriz-tpw3v",operation="CountLocal"} 0
syncthing_db_operations_current{folder="lvriz-tpw3v",operation="CountNeed"} 0
syncthing_db_operations_current{folder="lvriz-tpw3v",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="lvriz-tpw3v",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="lvriz-tpw3v",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="lvriz-tpw3v",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="lvriz-tpw3v",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="ngy9y-jgnjk",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="ngy9y-jgnjk",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="ngy9y-jgnjk",operation="CountNeed"} 0
syncthing_db_operations_current{folder="ngy9y-jgnjk",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="ngy9y-jgnjk",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="ngy9y-jgnjk",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="q6ezi-mgv56",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="q6ezi-mgv56",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="q6ezi-mgv56",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="q6ezi-mgv56",operation="CountLocal"} 0
syncthing_db_operations_current{folder="q6ezi-mgv56",operation="CountNeed"} 0
syncthing_db_operations_current{folder="q6ezi-mgv56",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="q6ezi-mgv56",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="q6ezi-mgv56",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="q6ezi-mgv56",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="q6ezi-mgv56",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="q6ezi-mgv56",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="rwmke-vxzsa",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="rwmke-vxzsa",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="rwmke-vxzsa",operation="CountNeed"} 0
syncthing_db_operations_current{folder="rwmke-vxzsa",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="rwmke-vxzsa",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="rwmke-vxzsa",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="s6ar4-grmhm",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="s6ar4-grmhm",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="s6ar4-grmhm",operation="CountNeed"} 0
syncthing_db_operations_current{folder="s6ar4-grmhm",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="s6ar4-grmhm",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="s6ar4-grmhm",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="s6ar4-grmhm",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="vueik-pfhgs",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="vueik-pfhgs",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="vueik-pfhgs",operation="CountNeed"} 0
syncthing_db_operations_current{folder="vueik-pfhgs",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="vueik-pfhgs",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="vueik-pfhgs",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="xgcoe-rnlaw",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="xgcoe-rnlaw",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="xgcoe-rnlaw",operation="CountNeed"} 0
syncthing_db_operations_current{folder="xgcoe-rnlaw",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="xgcoe-rnlaw",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="xgcoe-rnlaw",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="ywr4x-fq9qt",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="ywr4x-fq9qt",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="ywr4x-fq9qt",operation="CountNeed"} 0
syncthing_db_operations_current{folder="ywr4x-fq9qt",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="ywr4x-fq9qt",operation="ListDevicesForFolder"} 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="GetKV"} 298209
syncthing_db_operations_total{folder="-",operation="ListFolders"} 1
syncthing_db_operations_total{folder="-",operation="PrefixKV"} 30
syncthing_db_operations_total{folder="-",operation="PutKV"} 2963
syncthing_db_operations_total{folder="7j17d-y6dpb",operation="CountGlobal"} 3
syncthing_db_operations_total{folder="7j17d-y6dpb",operation="CountNeed"} 1
syncthing_db_operations_total{folder="7j17d-y6dpb",operation="GetDeviceSequence"} 1
syncthing_db_operations_total{folder="7j17d-y6dpb",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="aotc3-3xusf",operation="AllLocalFilesPrefix"} 253
syncthing_db_operations_total{folder="aotc3-3xusf",operation="CountGlobal"} 3
syncthing_db_operations_total{folder="aotc3-3xusf",operation="CountNeed"} 1
syncthing_db_operations_total{folder="aotc3-3xusf",operation="GetDeviceFile"} 2024
syncthing_db_operations_total{folder="aotc3-3xusf",operation="GetDeviceSequence"} 1
syncthing_db_operations_total{folder="aotc3-3xusf",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="gjf3b-n6xyx",operation="AllLocalFilesPrefix"} 253
syncthing_db_operations_total{folder="gjf3b-n6xyx",operation="CountGlobal"} 3
syncthing_db_operations_total{folder="gjf3b-n6xyx",operation="CountNeed"} 1
syncthing_db_operations_total{folder="gjf3b-n6xyx",operation="GetDeviceFile"} 29601
syncthing_db_operations_total{folder="gjf3b-n6xyx",operation="GetDeviceSequence"} 1
syncthing_db_operations_total{folder="gjf3b-n6xyx",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="igdag-j9hfx",operation="AllLocalFilesPrefix"} 252
syncthing_db_operations_total{folder="igdag-j9hfx",operation="CountGlobal"} 3
syncthing_db_operations_total{folder="igdag-j9hfx",operation="CountNeed"} 1
syncthing_db_operations_total{folder="igdag-j9hfx",operation="GetDeviceFile"} 15876
syncthing_db_operations_total{folder="igdag-j9hfx",operation="GetDeviceSequence"} 1
syncthing_db_operations_total{folder="igdag-j9hfx",operation="GetGlobalFile"} 73584
syncthing_db_operations_total{folder="igdag-j9hfx",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="lvriz-tpw3v",operation="AllLocalFilesPrefix"} 249
syncthing_db_operations_total{folder="lvriz-tpw3v",operation="AllNeededGlobalFiles"} 243
syncthing_db_operations_total{folder="lvriz-tpw3v",operation="CountGlobal"} 1218
syncthing_db_operations_total{folder="lvriz-tpw3v",operation="CountLocal"} 243
syncthing_db_operations_total{folder="lvriz-tpw3v",operation="CountNeed"} 1458
syncthing_db_operations_total{folder="lvriz-tpw3v",operation="CountReceiveOnlyChanged"} 243
syncthing_db_operations_total{folder="lvriz-tpw3v",operation="GetDeviceFile"} 10191
syncthing_db_operations_total{folder="lvriz-tpw3v",operation="GetDeviceSequence"} 1216
syncthing_db_operations_total{folder="lvriz-tpw3v",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="lvriz-tpw3v",operation="RemoteSequences"} 243
syncthing_db_operations_total{folder="ngy9y-jgnjk",operation="AllLocalFilesPrefix"} 253
syncthing_db_operations_total{folder="ngy9y-jgnjk",operation="CountGlobal"} 3
syncthing_db_operations_total{folder="ngy9y-jgnjk",operation="CountNeed"} 1
syncthing_db_operations_total{folder="ngy9y-jgnjk",operation="GetDeviceFile"} 2.634489e+06
syncthing_db_operations_total{folder="ngy9y-jgnjk",operation="GetDeviceSequence"} 1
syncthing_db_operations_total{folder="ngy9y-jgnjk",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="q6ezi-mgv56",operation="AllLocalFilesBySequence"} 28
syncthing_db_operations_total{folder="q6ezi-mgv56",operation="AllLocalFilesPrefix"} 253
syncthing_db_operations_total{folder="q6ezi-mgv56",operation="CountGlobal"} 85
syncthing_db_operations_total{folder="q6ezi-mgv56",operation="CountLocal"} 41
syncthing_db_operations_total{folder="q6ezi-mgv56",operation="CountNeed"} 139
syncthing_db_operations_total{folder="q6ezi-mgv56",operation="CountReceiveOnlyChanged"} 41
syncthing_db_operations_total{folder="q6ezi-mgv56",operation="GetDeviceFile"} 5313
syncthing_db_operations_total{folder="q6ezi-mgv56",operation="GetDeviceSequence"} 1684
syncthing_db_operations_total{folder="q6ezi-mgv56",operation="IndexIDGet"} 112
syncthing_db_operations_total{folder="q6ezi-mgv56",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="q6ezi-mgv56",operation="RemoteSequences"} 41
syncthing_db_operations_total{folder="rwmke-vxzsa",operation="AllLocalFilesPrefix"} 253
syncthing_db_operations_total{folder="rwmke-vxzsa",operation="CountGlobal"} 3
syncthing_db_operations_total{folder="rwmke-vxzsa",operation="CountNeed"} 1
syncthing_db_operations_total{folder="rwmke-vxzsa",operation="GetDeviceFile"} 20240
syncthing_db_operations_total{folder="rwmke-vxzsa",operation="GetDeviceSequence"} 1
syncthing_db_operations_total{folder="rwmke-vxzsa",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="s6ar4-grmhm",operation="AllLocalFilesPrefix"} 254
syncthing_db_operations_total{folder="s6ar4-grmhm",operation="CountGlobal"} 3
syncthing_db_operations_total{folder="s6ar4-grmhm",operation="CountNeed"} 1
syncthing_db_operations_total{folder="s6ar4-grmhm",operation="GetDeviceFile"} 4572
syncthing_db_operations_total{folder="s6ar4-grmhm",operation="GetDeviceSequence"} 1
syncthing_db_operations_total{folder="s6ar4-grmhm",operation="GetGlobalFile"} 61976
syncthing_db_operations_total{folder="s6ar4-grmhm",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="vueik-pfhgs",operation="AllLocalFilesPrefix"} 254
syncthing_db_operations_total{folder="vueik-pfhgs",operation="CountGlobal"} 3
syncthing_db_operations_total{folder="vueik-pfhgs",operation="CountNeed"} 1
syncthing_db_operations_total{folder="vueik-pfhgs",operation="GetDeviceFile"} 254
syncthing_db_operations_total{folder="vueik-pfhgs",operation="GetDeviceSequence"} 1
syncthing_db_operations_total{folder="vueik-pfhgs",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="xgcoe-rnlaw",operation="AllLocalFilesPrefix"} 251
syncthing_db_operations_total{folder="xgcoe-rnlaw",operation="CountGlobal"} 3
syncthing_db_operations_total{folder="xgcoe-rnlaw",operation="CountNeed"} 1
syncthing_db_operations_total{folder="xgcoe-rnlaw",operation="GetDeviceFile"} 39156
syncthing_db_operations_total{folder="xgcoe-rnlaw",operation="GetDeviceSequence"} 1
syncthing_db_operations_total{folder="xgcoe-rnlaw",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="ywr4x-fq9qt",operation="AllLocalFilesPrefix"} 250
syncthing_db_operations_total{folder="ywr4x-fq9qt",operation="CountGlobal"} 3
syncthing_db_operations_total{folder="ywr4x-fq9qt",operation="CountNeed"} 1
syncthing_db_operations_total{folder="ywr4x-fq9qt",operation="GetDeviceSequence"} 1
syncthing_db_operations_total{folder="ywr4x-fq9qt",operation="ListDevicesForFolder"} 1
# HELP syncthing_events_total Total number of created/forwarded/dropped events
# TYPE syncthing_events_total counter
syncthing_events_total{event="ClusterConfigReceived",state="created"} 28
syncthing_events_total{event="ClusterConfigReceived",state="delivered"} 56
syncthing_events_total{event="DeviceConnected",state="created"} 28
syncthing_events_total{event="DeviceConnected",state="delivered"} 56
syncthing_events_total{event="DeviceDisconnected",state="created"} 27
syncthing_events_total{event="DeviceDisconnected",state="delivered"} 27
syncthing_events_total{event="DeviceDiscovered",state="created"} 30
syncthing_events_total{event="DeviceDiscovered",state="delivered"} 30
syncthing_events_total{event="FolderCompletion",state="created"} 1013
syncthing_events_total{event="FolderCompletion",state="delivered"} 1013
syncthing_events_total{event="FolderErrors",state="created"} 243
syncthing_events_total{event="FolderErrors",state="delivered"} 243
syncthing_events_total{event="FolderSummary",state="created"} 284
syncthing_events_total{event="FolderSummary",state="delivered"} 284
syncthing_events_total{event="ItemFinished",state="created"} 1458
syncthing_events_total{event="ItemFinished",state="delivered"} 17454
syncthing_events_total{event="ItemStarted",state="created"} 1458
syncthing_events_total{event="ItemStarted",state="delivered"} 17454
syncthing_events_total{event="ListenAddressesChanged",state="created"} 314
syncthing_events_total{event="ListenAddressesChanged",state="delivered"} 942
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"} 11347
syncthing_events_total{event="StateChanged",state="delivered"} 22675
# 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="/sync/camera-nel"} 12
# 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="/sync/scripts"} 0.029552833000000046
syncthing_fs_operation_seconds_total{operation="close",root="/sync/camera-nel"} 7.001e-06
syncthing_fs_operation_seconds_total{operation="dirnames",root="/sync/Keepass Manon"} 0.06625735200000003
syncthing_fs_operation_seconds_total{operation="dirnames",root="/sync/applis-portables"} 52.1509864740013
syncthing_fs_operation_seconds_total{operation="dirnames",root="/sync/camera-nel"} 0.411069815
syncthing_fs_operation_seconds_total{operation="dirnames",root="/sync/camera-oneplus15/Camera"} 0.40967275000000036
syncthing_fs_operation_seconds_total{operation="dirnames",root="/sync/keepass"} 0.09456172300000001
syncthing_fs_operation_seconds_total{operation="dirnames",root="/sync/keepass/.stversions"} 0.15268776400000014
syncthing_fs_operation_seconds_total{operation="dirnames",root="/sync/manon"} 0.231532852
syncthing_fs_operation_seconds_total{operation="dirnames",root="/sync/obsidian"} 0.5750469640000011
syncthing_fs_operation_seconds_total{operation="dirnames",root="/sync/obsidian/.stversions"} 0.07742655300000016
syncthing_fs_operation_seconds_total{operation="dirnames",root="/sync/onenote"} 0.9452413719999971
syncthing_fs_operation_seconds_total{operation="dirnames",root="/sync/perso"} 0.7644288499999992
syncthing_fs_operation_seconds_total{operation="dirnames",root="/sync/portable-manon"} 0.04575174599999998
syncthing_fs_operation_seconds_total{operation="dirnames",root="/sync/scripts"} 0.8932511600000014
syncthing_fs_operation_seconds_total{operation="glob",root="/config"} 0.00037805499999999997
syncthing_fs_operation_seconds_total{operation="hide",root="/sync/Keepass Manon"} 4.523e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/sync/applis-portables"} 4.205e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/sync/camera-nel"} 3.978e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/sync/camera-oneplus15/Camera"} 6.4879999999999995e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/sync/keepass"} 3.4980000000000002e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/sync/manon"} 4.207999999999999e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/sync/obsidian"} 3.7480000000000004e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/sync/onenote"} 4.292e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/sync/perso"} 4.275999999999999e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/sync/portable-manon"} 7.739e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/sync/scripts"} 3.9739999999999996e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/sync/watchdir-transmission"} 4.534e-06
syncthing_fs_operation_seconds_total{operation="lstat",root="/config"} 0.001067738
syncthing_fs_operation_seconds_total{operation="lstat",root="/sync/Keepass Manon"} 0.12129378000000017
syncthing_fs_operation_seconds_total{operation="lstat",root="/sync/applis-portables"} 807.683882704048
syncthing_fs_operation_seconds_total{operation="lstat",root="/sync/camera-nel"} 2.4378907669999954
syncthing_fs_operation_seconds_total{operation="lstat",root="/sync/camera-oneplus15/Camera"} 0.9208881839999982
syncthing_fs_operation_seconds_total{operation="lstat",root="/sync/keepass"} 0.35610486700000066
syncthing_fs_operation_seconds_total{operation="lstat",root="/sync/keepass/.stversions"} 0.5873189849999989
syncthing_fs_operation_seconds_total{operation="lstat",root="/sync/manon"} 1.105381821999999
syncthing_fs_operation_seconds_total{operation="lstat",root="/sync/obsidian"} 6.050016028999961
syncthing_fs_operation_seconds_total{operation="lstat",root="/sync/obsidian/.stversions"} 0.07928692000000008
syncthing_fs_operation_seconds_total{operation="lstat",root="/sync/onenote"} 9.134478790000031
syncthing_fs_operation_seconds_total{operation="lstat",root="/sync/perso"} 4.1003701870000295
syncthing_fs_operation_seconds_total{operation="lstat",root="/sync/portable-manon"} 0.08505237500000003
syncthing_fs_operation_seconds_total{operation="lstat",root="/sync/scripts"} 2.257996328999991
syncthing_fs_operation_seconds_total{operation="lstat",root="/sync/watchdir-transmission"} 0.000684984
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/config"} 4.2258999999999996e-05
syncthing_fs_operation_seconds_total{operation="open",root="/sync/Keepass Manon"} 0.0022977739999999985
syncthing_fs_operation_seconds_total{operation="open",root="/sync/applis-portables"} 0.00901425900000001
syncthing_fs_operation_seconds_total{operation="open",root="/sync/camera-nel"} 2.5412e-05
syncthing_fs_operation_seconds_total{operation="open",root="/sync/camera-oneplus15/Camera"} 0.0026190410000000003
syncthing_fs_operation_seconds_total{operation="open",root="/sync/keepass"} 0.002285476
syncthing_fs_operation_seconds_total{operation="open",root="/sync/manon"} 0.007196355000000007
syncthing_fs_operation_seconds_total{operation="open",root="/sync/obsidian"} 0.002292333
syncthing_fs_operation_seconds_total{operation="open",root="/sync/onenote"} 0.002237068999999999
syncthing_fs_operation_seconds_total{operation="open",root="/sync/perso"} 0.0022798539999999987
syncthing_fs_operation_seconds_total{operation="open",root="/sync/portable-manon"} 0.0024022989999999984
syncthing_fs_operation_seconds_total{operation="open",root="/sync/scripts"} 0.004726458999999999
syncthing_fs_operation_seconds_total{operation="open",root="/sync/watchdir-transmission"} 4.4681e-05
syncthing_fs_operation_seconds_total{operation="options",root="/config"} 2.797e-06
syncthing_fs_operation_seconds_total{operation="options",root="/config/index-v2"} 0.001488648999999995
syncthing_fs_operation_seconds_total{operation="options",root="/sync/Keepass Manon"} 0.0006960560000000009
syncthing_fs_operation_seconds_total{operation="options",root="/sync/Keepass Manon/.stversions"} 2.47e-07
syncthing_fs_operation_seconds_total{operation="options",root="/sync/applis-portables"} 0.0006407420000000008
syncthing_fs_operation_seconds_total{operation="options",root="/sync/camera-nel"} 0.0007100299999999983
syncthing_fs_operation_seconds_total{operation="options",root="/sync/camera-oneplus15/Camera"} 0.0008042269999999992
syncthing_fs_operation_seconds_total{operation="options",root="/sync/keepass"} 0.000733961999999998
syncthing_fs_operation_seconds_total{operation="options",root="/sync/keepass/.stversions"} 2.35e-07
syncthing_fs_operation_seconds_total{operation="options",root="/sync/manon"} 0.0006540299999999993
syncthing_fs_operation_seconds_total{operation="options",root="/sync/obsidian"} 0.0007196899999999985
syncthing_fs_operation_seconds_total{operation="options",root="/sync/obsidian/.stversions"} 2.86e-07
syncthing_fs_operation_seconds_total{operation="options",root="/sync/onenote"} 0.0006919189999999986
syncthing_fs_operation_seconds_total{operation="options",root="/sync/perso"} 0.000699950999999999
syncthing_fs_operation_seconds_total{operation="options",root="/sync/portable-manon"} 0.0006600599999999988
syncthing_fs_operation_seconds_total{operation="options",root="/sync/scripts"} 0.0011074970000000005
syncthing_fs_operation_seconds_total{operation="options",root="/sync/watchdir-transmission"} 0.0008067199999999986
syncthing_fs_operation_seconds_total{operation="read",root="/sync/camera-nel"} 5.6177999999999996e-05
syncthing_fs_operation_seconds_total{operation="removeall",root="/config"} 0.000261235
syncthing_fs_operation_seconds_total{operation="stat",root="/config"} 1.0987e-05
syncthing_fs_operation_seconds_total{operation="stat",root="/sync/Keepass Manon"} 0.06986036600000001
syncthing_fs_operation_seconds_total{operation="stat",root="/sync/Keepass Manon/.stversions"} 0.009632274000000005
syncthing_fs_operation_seconds_total{operation="stat",root="/sync/applis-portables"} 0.015615372
syncthing_fs_operation_seconds_total{operation="stat",root="/sync/camera-nel"} 0.04617612999999997
syncthing_fs_operation_seconds_total{operation="stat",root="/sync/camera-oneplus15/Camera"} 0.09218921000000001
syncthing_fs_operation_seconds_total{operation="stat",root="/sync/keepass"} 0.01399455299999999
syncthing_fs_operation_seconds_total{operation="stat",root="/sync/keepass/.stversions"} 0.012651901
syncthing_fs_operation_seconds_total{operation="stat",root="/sync/manon"} 0.06553935300000005
syncthing_fs_operation_seconds_total{operation="stat",root="/sync/obsidian"} 0.014518067000000008
syncthing_fs_operation_seconds_total{operation="stat",root="/sync/obsidian/.stversions"} 0.032591289000000016
syncthing_fs_operation_seconds_total{operation="stat",root="/sync/onenote"} 0.016539741000000007
syncthing_fs_operation_seconds_total{operation="stat",root="/sync/perso"} 0.016708167999999978
syncthing_fs_operation_seconds_total{operation="stat",root="/sync/portable-manon"} 0.013985400000000007
syncthing_fs_operation_seconds_total{operation="stat",root="/sync/scripts"} 0.031880728999999976
syncthing_fs_operation_seconds_total{operation="stat",root="/sync/watchdir-transmission"} 0.021612809999999993
syncthing_fs_operation_seconds_total{operation="type",root="/sync/Keepass Manon"} 0.0002680759999999997
syncthing_fs_operation_seconds_total{operation="type",root="/sync/Keepass Manon/.stversions"} 3.44e-07
syncthing_fs_operation_seconds_total{operation="type",root="/sync/applis-portables"} 0.0002543649999999994
syncthing_fs_operation_seconds_total{operation="type",root="/sync/camera-nel"} 0.000267709
syncthing_fs_operation_seconds_total{operation="type",root="/sync/camera-oneplus15/Camera"} 0.00035167399999999985
syncthing_fs_operation_seconds_total{operation="type",root="/sync/keepass"} 0.0002931780000000001
syncthing_fs_operation_seconds_total{operation="type",root="/sync/keepass/.stversions"} 1.87e-07
syncthing_fs_operation_seconds_total{operation="type",root="/sync/manon"} 0.0002461769999999999
syncthing_fs_operation_seconds_total{operation="type",root="/sync/obsidian"} 0.00026378900000000006
syncthing_fs_operation_seconds_total{operation="type",root="/sync/obsidian/.stversions"} 2.4e-07
syncthing_fs_operation_seconds_total{operation="type",root="/sync/onenote"} 0.0002607689999999999
syncthing_fs_operation_seconds_total{operation="type",root="/sync/perso"} 0.00027633000000000036
syncthing_fs_operation_seconds_total{operation="type",root="/sync/portable-manon"} 0.000262299
syncthing_fs_operation_seconds_total{operation="type",root="/sync/scripts"} 0.0003778049999999995
syncthing_fs_operation_seconds_total{operation="type",root="/sync/watchdir-transmission"} 0.00030977399999999986
syncthing_fs_operation_seconds_total{operation="uri",root="/sync/Keepass Manon"} 0.00021072100000000003
syncthing_fs_operation_seconds_total{operation="uri",root="/sync/Keepass Manon/.stversions"} 1.99e-07
syncthing_fs_operation_seconds_total{operation="uri",root="/sync/applis-portables"} 0.00022651
syncthing_fs_operation_seconds_total{operation="uri",root="/sync/camera-nel"} 0.00021299800000000002
syncthing_fs_operation_seconds_total{operation="uri",root="/sync/camera-oneplus15/Camera"} 0.000198892
syncthing_fs_operation_seconds_total{operation="uri",root="/sync/keepass"} 0.00023433600000000008
syncthing_fs_operation_seconds_total{operation="uri",root="/sync/keepass/.stversions"} 1.57e-07
syncthing_fs_operation_seconds_total{operation="uri",root="/sync/manon"} 0.00024046800000000033
syncthing_fs_operation_seconds_total{operation="uri",root="/sync/obsidian"} 0.00021120400000000016
syncthing_fs_operation_seconds_total{operation="uri",root="/sync/obsidian/.stversions"} 1.59e-07
syncthing_fs_operation_seconds_total{operation="uri",root="/sync/onenote"} 0.00023734500000000005
syncthing_fs_operation_seconds_total{operation="uri",root="/sync/perso"} 0.00019766299999999978
syncthing_fs_operation_seconds_total{operation="uri",root="/sync/portable-manon"} 0.00020673800000000034
syncthing_fs_operation_seconds_total{operation="uri",root="/sync/scripts"} 0.00030349399999999996
syncthing_fs_operation_seconds_total{operation="uri",root="/sync/watchdir-transmission"} 0.00046740199999999995
syncthing_fs_operation_seconds_total{operation="usage",root="/config/index-v2"} 0.06642633200000007
syncthing_fs_operation_seconds_total{operation="watch",root="/sync/Keepass Manon"} 0.217726345
syncthing_fs_operation_seconds_total{operation="watch",root="/sync/applis-portables"} 0.276690942
syncthing_fs_operation_seconds_total{operation="watch",root="/sync/camera-nel"} 0.012719302
syncthing_fs_operation_seconds_total{operation="watch",root="/sync/camera-oneplus15/Camera"} 0.215060103
syncthing_fs_operation_seconds_total{operation="watch",root="/sync/keepass"} 0.000274061
syncthing_fs_operation_seconds_total{operation="watch",root="/sync/manon"} 0.163782387
syncthing_fs_operation_seconds_total{operation="watch",root="/sync/obsidian"} 0.001966199
syncthing_fs_operation_seconds_total{operation="watch",root="/sync/onenote"} 0.217968483
syncthing_fs_operation_seconds_total{operation="watch",root="/sync/perso"} 0.217393339
syncthing_fs_operation_seconds_total{operation="watch",root="/sync/portable-manon"} 0.177885849
syncthing_fs_operation_seconds_total{operation="watch",root="/sync/scripts"} 0.007514331
# 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="/sync/scripts"} 1458
syncthing_fs_operations_total{operation="close",root="/sync/camera-nel"} 1
syncthing_fs_operations_total{operation="dirnames",root="/sync/Keepass Manon"} 762
syncthing_fs_operations_total{operation="dirnames",root="/sync/applis-portables"} 548483
syncthing_fs_operations_total{operation="dirnames",root="/sync/camera-nel"} 3026
syncthing_fs_operations_total{operation="dirnames",root="/sync/camera-oneplus15/Camera"} 3304
syncthing_fs_operations_total{operation="dirnames",root="/sync/keepass"} 759
syncthing_fs_operations_total{operation="dirnames",root="/sync/keepass/.stversions"} 2268
syncthing_fs_operations_total{operation="dirnames",root="/sync/manon"} 2277
syncthing_fs_operations_total{operation="dirnames",root="/sync/obsidian"} 5313
syncthing_fs_operations_total{operation="dirnames",root="/sync/obsidian/.stversions"} 1008
syncthing_fs_operations_total{operation="dirnames",root="/sync/onenote"} 8283
syncthing_fs_operations_total{operation="dirnames",root="/sync/perso"} 7086
syncthing_fs_operations_total{operation="dirnames",root="/sync/portable-manon"} 500
syncthing_fs_operations_total{operation="dirnames",root="/sync/scripts"} 7435
syncthing_fs_operations_total{operation="glob",root="/config"} 5
syncthing_fs_operations_total{operation="hide",root="/sync/Keepass Manon"} 3
syncthing_fs_operations_total{operation="hide",root="/sync/applis-portables"} 3
syncthing_fs_operations_total{operation="hide",root="/sync/camera-nel"} 3
syncthing_fs_operations_total{operation="hide",root="/sync/camera-oneplus15/Camera"} 3
syncthing_fs_operations_total{operation="hide",root="/sync/keepass"} 3
syncthing_fs_operations_total{operation="hide",root="/sync/manon"} 3
syncthing_fs_operations_total{operation="hide",root="/sync/obsidian"} 3
syncthing_fs_operations_total{operation="hide",root="/sync/onenote"} 3
syncthing_fs_operations_total{operation="hide",root="/sync/perso"} 3
syncthing_fs_operations_total{operation="hide",root="/sync/portable-manon"} 3
syncthing_fs_operations_total{operation="hide",root="/sync/scripts"} 3
syncthing_fs_operations_total{operation="hide",root="/sync/watchdir-transmission"} 3
syncthing_fs_operations_total{operation="lstat",root="/config"} 6
syncthing_fs_operations_total{operation="lstat",root="/sync/Keepass Manon"} 1530
syncthing_fs_operations_total{operation="lstat",root="/sync/applis-portables"} 1.6476631e+07
syncthing_fs_operations_total{operation="lstat",root="/sync/camera-nel"} 34277
syncthing_fs_operations_total{operation="lstat",root="/sync/camera-oneplus15/Camera"} 11436
syncthing_fs_operations_total{operation="lstat",root="/sync/keepass"} 5319
syncthing_fs_operations_total{operation="lstat",root="/sync/keepass/.stversions"} 38808
syncthing_fs_operations_total{operation="lstat",root="/sync/manon"} 13921
syncthing_fs_operations_total{operation="lstat",root="/sync/obsidian"} 122964
syncthing_fs_operations_total{operation="lstat",root="/sync/obsidian/.stversions"} 4788
syncthing_fs_operations_total{operation="lstat",root="/sync/onenote"} 181228
syncthing_fs_operations_total{operation="lstat",root="/sync/perso"} 65533
syncthing_fs_operations_total{operation="lstat",root="/sync/portable-manon"} 1006
syncthing_fs_operations_total{operation="lstat",root="/sync/scripts"} 40995
syncthing_fs_operations_total{operation="lstat",root="/sync/watchdir-transmission"} 4
syncthing_fs_operations_total{operation="mkdirall",root="/config"} 2
syncthing_fs_operations_total{operation="open",root="/sync/Keepass Manon"} 256
syncthing_fs_operations_total{operation="open",root="/sync/applis-portables"} 255
syncthing_fs_operations_total{operation="open",root="/sync/camera-nel"} 1
syncthing_fs_operations_total{operation="open",root="/sync/camera-oneplus15/Camera"} 256
syncthing_fs_operations_total{operation="open",root="/sync/keepass"} 255
syncthing_fs_operations_total{operation="open",root="/sync/manon"} 255
syncthing_fs_operations_total{operation="open",root="/sync/obsidian"} 255
syncthing_fs_operations_total{operation="open",root="/sync/onenote"} 253
syncthing_fs_operations_total{operation="open",root="/sync/perso"} 255
syncthing_fs_operations_total{operation="open",root="/sync/portable-manon"} 252
syncthing_fs_operations_total{operation="open",root="/sync/scripts"} 494
syncthing_fs_operations_total{operation="open",root="/sync/watchdir-transmission"} 1
syncthing_fs_operations_total{operation="options",root="/config"} 3
syncthing_fs_operations_total{operation="options",root="/config/index-v2"} 3272
syncthing_fs_operations_total{operation="options",root="/sync/Keepass Manon"} 1494
syncthing_fs_operations_total{operation="options",root="/sync/Keepass Manon/.stversions"} 1
syncthing_fs_operations_total{operation="options",root="/sync/applis-portables"} 1488
syncthing_fs_operations_total{operation="options",root="/sync/camera-nel"} 1486
syncthing_fs_operations_total{operation="options",root="/sync/camera-oneplus15/Camera"} 1490
syncthing_fs_operations_total{operation="options",root="/sync/keepass"} 1492
syncthing_fs_operations_total{operation="options",root="/sync/keepass/.stversions"} 1
syncthing_fs_operations_total{operation="options",root="/sync/manon"} 1488
syncthing_fs_operations_total{operation="options",root="/sync/obsidian"} 1492
syncthing_fs_operations_total{operation="options",root="/sync/obsidian/.stversions"} 1
syncthing_fs_operations_total{operation="options",root="/sync/onenote"} 1484
syncthing_fs_operations_total{operation="options",root="/sync/perso"} 1488
syncthing_fs_operations_total{operation="options",root="/sync/portable-manon"} 1486
syncthing_fs_operations_total{operation="options",root="/sync/scripts"} 1480
syncthing_fs_operations_total{operation="options",root="/sync/watchdir-transmission"} 1482
syncthing_fs_operations_total{operation="read",root="/sync/camera-nel"} 2
syncthing_fs_operations_total{operation="removeall",root="/config"} 1
syncthing_fs_operations_total{operation="stat",root="/config"} 2
syncthing_fs_operations_total{operation="stat",root="/sync/Keepass Manon"} 510
syncthing_fs_operations_total{operation="stat",root="/sync/Keepass Manon/.stversions"} 252
syncthing_fs_operations_total{operation="stat",root="/sync/applis-portables"} 508
syncthing_fs_operations_total{operation="stat",root="/sync/camera-nel"} 760
syncthing_fs_operations_total{operation="stat",root="/sync/camera-oneplus15/Camera"} 510
syncthing_fs_operations_total{operation="stat",root="/sync/keepass"} 508
syncthing_fs_operations_total{operation="stat",root="/sync/keepass/.stversions"} 252
syncthing_fs_operations_total{operation="stat",root="/sync/manon"} 508
syncthing_fs_operations_total{operation="stat",root="/sync/obsidian"} 508
syncthing_fs_operations_total{operation="stat",root="/sync/obsidian/.stversions"} 252
syncthing_fs_operations_total{operation="stat",root="/sync/onenote"} 504
syncthing_fs_operations_total{operation="stat",root="/sync/perso"} 508
syncthing_fs_operations_total{operation="stat",root="/sync/portable-manon"} 505
syncthing_fs_operations_total{operation="stat",root="/sync/scripts"} 1472
syncthing_fs_operations_total{operation="stat",root="/sync/watchdir-transmission"} 502
syncthing_fs_operations_total{operation="type",root="/sync/Keepass Manon"} 750
syncthing_fs_operations_total{operation="type",root="/sync/Keepass Manon/.stversions"} 1
syncthing_fs_operations_total{operation="type",root="/sync/applis-portables"} 745
syncthing_fs_operations_total{operation="type",root="/sync/camera-nel"} 744
syncthing_fs_operations_total{operation="type",root="/sync/camera-oneplus15/Camera"} 746
syncthing_fs_operations_total{operation="type",root="/sync/keepass"} 749
syncthing_fs_operations_total{operation="type",root="/sync/keepass/.stversions"} 1
syncthing_fs_operations_total{operation="type",root="/sync/manon"} 745
syncthing_fs_operations_total{operation="type",root="/sync/obsidian"} 749
syncthing_fs_operations_total{operation="type",root="/sync/obsidian/.stversions"} 1
syncthing_fs_operations_total{operation="type",root="/sync/onenote"} 743
syncthing_fs_operations_total{operation="type",root="/sync/perso"} 745
syncthing_fs_operations_total{operation="type",root="/sync/portable-manon"} 744
syncthing_fs_operations_total{operation="type",root="/sync/scripts"} 741
syncthing_fs_operations_total{operation="type",root="/sync/watchdir-transmission"} 742
syncthing_fs_operations_total{operation="uri",root="/sync/Keepass Manon"} 750
syncthing_fs_operations_total{operation="uri",root="/sync/Keepass Manon/.stversions"} 1
syncthing_fs_operations_total{operation="uri",root="/sync/applis-portables"} 745
syncthing_fs_operations_total{operation="uri",root="/sync/camera-nel"} 744
syncthing_fs_operations_total{operation="uri",root="/sync/camera-oneplus15/Camera"} 746
syncthing_fs_operations_total{operation="uri",root="/sync/keepass"} 749
syncthing_fs_operations_total{operation="uri",root="/sync/keepass/.stversions"} 1
syncthing_fs_operations_total{operation="uri",root="/sync/manon"} 745
syncthing_fs_operations_total{operation="uri",root="/sync/obsidian"} 749
syncthing_fs_operations_total{operation="uri",root="/sync/obsidian/.stversions"} 1
syncthing_fs_operations_total{operation="uri",root="/sync/onenote"} 743
syncthing_fs_operations_total{operation="uri",root="/sync/perso"} 745
syncthing_fs_operations_total{operation="uri",root="/sync/portable-manon"} 744
syncthing_fs_operations_total{operation="uri",root="/sync/scripts"} 741
syncthing_fs_operations_total{operation="uri",root="/sync/watchdir-transmission"} 742
syncthing_fs_operations_total{operation="usage",root="/config/index-v2"} 3272
syncthing_fs_operations_total{operation="watch",root="/sync/Keepass Manon"} 1
syncthing_fs_operations_total{operation="watch",root="/sync/applis-portables"} 1
syncthing_fs_operations_total{operation="watch",root="/sync/camera-nel"} 1
syncthing_fs_operations_total{operation="watch",root="/sync/camera-oneplus15/Camera"} 1
syncthing_fs_operations_total{operation="watch",root="/sync/keepass"} 1
syncthing_fs_operations_total{operation="watch",root="/sync/manon"} 1
syncthing_fs_operations_total{operation="watch",root="/sync/obsidian"} 1
syncthing_fs_operations_total{operation="watch",root="/sync/onenote"} 1
syncthing_fs_operations_total{operation="watch",root="/sync/perso"} 1
syncthing_fs_operations_total{operation="watch",root="/sync/portable-manon"} 1
syncthing_fs_operations_total{operation="watch",root="/sync/scripts"} 1
# HELP syncthing_model_folder_conflicts_total Total number of conflicts
# TYPE syncthing_model_folder_conflicts_total counter
syncthing_model_folder_conflicts_total{folder="7j17d-y6dpb"} 0
syncthing_model_folder_conflicts_total{folder="aotc3-3xusf"} 0
syncthing_model_folder_conflicts_total{folder="gjf3b-n6xyx"} 0
syncthing_model_folder_conflicts_total{folder="igdag-j9hfx"} 0
syncthing_model_folder_conflicts_total{folder="lvriz-tpw3v"} 0
syncthing_model_folder_conflicts_total{folder="ngy9y-jgnjk"} 0
syncthing_model_folder_conflicts_total{folder="q6ezi-mgv56"} 0
syncthing_model_folder_conflicts_total{folder="rwmke-vxzsa"} 0
syncthing_model_folder_conflicts_total{folder="s6ar4-grmhm"} 0
syncthing_model_folder_conflicts_total{folder="vueik-pfhgs"} 0
syncthing_model_folder_conflicts_total{folder="xgcoe-rnlaw"} 0
syncthing_model_folder_conflicts_total{folder="ywr4x-fq9qt"} 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="7j17d-y6dpb",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="7j17d-y6dpb",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="7j17d-y6dpb",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="7j17d-y6dpb",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="aotc3-3xusf",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="aotc3-3xusf",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="aotc3-3xusf",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="aotc3-3xusf",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="gjf3b-n6xyx",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="gjf3b-n6xyx",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="gjf3b-n6xyx",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="gjf3b-n6xyx",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="igdag-j9hfx",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="igdag-j9hfx",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="igdag-j9hfx",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="igdag-j9hfx",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="lvriz-tpw3v",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="lvriz-tpw3v",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="lvriz-tpw3v",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="lvriz-tpw3v",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="ngy9y-jgnjk",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="ngy9y-jgnjk",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="ngy9y-jgnjk",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="ngy9y-jgnjk",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="q6ezi-mgv56",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="q6ezi-mgv56",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="q6ezi-mgv56",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="q6ezi-mgv56",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="rwmke-vxzsa",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="rwmke-vxzsa",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="rwmke-vxzsa",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="rwmke-vxzsa",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="s6ar4-grmhm",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="s6ar4-grmhm",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="s6ar4-grmhm",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="s6ar4-grmhm",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="vueik-pfhgs",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="vueik-pfhgs",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="vueik-pfhgs",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="vueik-pfhgs",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="xgcoe-rnlaw",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="xgcoe-rnlaw",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="xgcoe-rnlaw",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="xgcoe-rnlaw",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="ywr4x-fq9qt",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="ywr4x-fq9qt",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="ywr4x-fq9qt",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="ywr4x-fq9qt",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="7j17d-y6dpb"} 0
syncthing_model_folder_pull_seconds_total{folder="aotc3-3xusf"} 0
syncthing_model_folder_pull_seconds_total{folder="gjf3b-n6xyx"} 0
syncthing_model_folder_pull_seconds_total{folder="igdag-j9hfx"} 0
syncthing_model_folder_pull_seconds_total{folder="lvriz-tpw3v"} 1.5032097879999993
syncthing_model_folder_pull_seconds_total{folder="ngy9y-jgnjk"} 0
syncthing_model_folder_pull_seconds_total{folder="q6ezi-mgv56"} 0
syncthing_model_folder_pull_seconds_total{folder="rwmke-vxzsa"} 0
syncthing_model_folder_pull_seconds_total{folder="s6ar4-grmhm"} 0
syncthing_model_folder_pull_seconds_total{folder="vueik-pfhgs"} 0
syncthing_model_folder_pull_seconds_total{folder="xgcoe-rnlaw"} 0
syncthing_model_folder_pull_seconds_total{folder="ywr4x-fq9qt"} 0
# HELP syncthing_model_folder_pulls_total Total number of folder pull iterations, per folder ID
# TYPE syncthing_model_folder_pulls_total counter
syncthing_model_folder_pulls_total{folder="7j17d-y6dpb"} 0
syncthing_model_folder_pulls_total{folder="aotc3-3xusf"} 0
syncthing_model_folder_pulls_total{folder="gjf3b-n6xyx"} 0
syncthing_model_folder_pulls_total{folder="igdag-j9hfx"} 0
syncthing_model_folder_pulls_total{folder="lvriz-tpw3v"} 243
syncthing_model_folder_pulls_total{folder="ngy9y-jgnjk"} 0
syncthing_model_folder_pulls_total{folder="q6ezi-mgv56"} 0
syncthing_model_folder_pulls_total{folder="rwmke-vxzsa"} 0
syncthing_model_folder_pulls_total{folder="s6ar4-grmhm"} 0
syncthing_model_folder_pulls_total{folder="vueik-pfhgs"} 0
syncthing_model_folder_pulls_total{folder="xgcoe-rnlaw"} 0
syncthing_model_folder_pulls_total{folder="ywr4x-fq9qt"} 0
# HELP syncthing_model_folder_scan_seconds_total Total time spent in folder scan iterations, per folder ID
# TYPE syncthing_model_folder_scan_seconds_total counter
syncthing_model_folder_scan_seconds_total{folder="7j17d-y6dpb"} 0
syncthing_model_folder_scan_seconds_total{folder="aotc3-3xusf"} 1.6064960249999989
syncthing_model_folder_scan_seconds_total{folder="gjf3b-n6xyx"} 20.861601542000002
syncthing_model_folder_scan_seconds_total{folder="igdag-j9hfx"} 37.22778919700001
syncthing_model_folder_scan_seconds_total{folder="lvriz-tpw3v"} 7.459337988999996
syncthing_model_folder_scan_seconds_total{folder="ngy9y-jgnjk"} 2786.8709873380058
syncthing_model_folder_scan_seconds_total{folder="q6ezi-mgv56"} 5.696695438999995
syncthing_model_folder_scan_seconds_total{folder="rwmke-vxzsa"} 31.458894133000015
syncthing_model_folder_scan_seconds_total{folder="s6ar4-grmhm"} 38.951299809999995
syncthing_model_folder_scan_seconds_total{folder="vueik-pfhgs"} 0.5282051889999997
syncthing_model_folder_scan_seconds_total{folder="xgcoe-rnlaw"} 32.809203473
syncthing_model_folder_scan_seconds_total{folder="ywr4x-fq9qt"} 0.3201665599999999
# 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="7j17d-y6dpb"} 0
syncthing_model_folder_scans_total{folder="aotc3-3xusf"} 253
syncthing_model_folder_scans_total{folder="gjf3b-n6xyx"} 253
syncthing_model_folder_scans_total{folder="igdag-j9hfx"} 252
syncthing_model_folder_scans_total{folder="lvriz-tpw3v"} 249
syncthing_model_folder_scans_total{folder="ngy9y-jgnjk"} 253
syncthing_model_folder_scans_total{folder="q6ezi-mgv56"} 253
syncthing_model_folder_scans_total{folder="rwmke-vxzsa"} 253
syncthing_model_folder_scans_total{folder="s6ar4-grmhm"} 254
syncthing_model_folder_scans_total{folder="vueik-pfhgs"} 254
syncthing_model_folder_scans_total{folder="xgcoe-rnlaw"} 251
syncthing_model_folder_scans_total{folder="ywr4x-fq9qt"} 250
# HELP syncthing_model_folder_state Current folder state
# TYPE syncthing_model_folder_state gauge
syncthing_model_folder_state{folder="7j17d-y6dpb"} 8
syncthing_model_folder_state{folder="aotc3-3xusf"} 0
syncthing_model_folder_state{folder="gjf3b-n6xyx"} 0
syncthing_model_folder_state{folder="igdag-j9hfx"} 0
syncthing_model_folder_state{folder="lvriz-tpw3v"} 0
syncthing_model_folder_state{folder="ngy9y-jgnjk"} 0
syncthing_model_folder_state{folder="q6ezi-mgv56"} 0
syncthing_model_folder_state{folder="rwmke-vxzsa"} 0
syncthing_model_folder_state{folder="s6ar4-grmhm"} 0
syncthing_model_folder_state{folder="vueik-pfhgs"} 0
syncthing_model_folder_state{folder="xgcoe-rnlaw"} 0
syncthing_model_folder_state{folder="ywr4x-fq9qt"} 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="lvriz-tpw3v",scope="global",type="bytes"} 44170
syncthing_model_folder_summary{folder="lvriz-tpw3v",scope="global",type="deleted"} 1
syncthing_model_folder_summary{folder="lvriz-tpw3v",scope="global",type="directories"} 11
syncthing_model_folder_summary{folder="lvriz-tpw3v",scope="global",type="files"} 27
syncthing_model_folder_summary{folder="lvriz-tpw3v",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="lvriz-tpw3v",scope="local",type="bytes"} 44170
syncthing_model_folder_summary{folder="lvriz-tpw3v",scope="local",type="deleted"} 1
syncthing_model_folder_summary{folder="lvriz-tpw3v",scope="local",type="directories"} 11
syncthing_model_folder_summary{folder="lvriz-tpw3v",scope="local",type="files"} 27
syncthing_model_folder_summary{folder="lvriz-tpw3v",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="lvriz-tpw3v",scope="need",type="bytes"} 980
syncthing_model_folder_summary{folder="lvriz-tpw3v",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="lvriz-tpw3v",scope="need",type="directories"} 3
syncthing_model_folder_summary{folder="lvriz-tpw3v",scope="need",type="files"} 3
syncthing_model_folder_summary{folder="lvriz-tpw3v",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="q6ezi-mgv56",scope="global",type="bytes"} 3.07240296e+08
syncthing_model_folder_summary{folder="q6ezi-mgv56",scope="global",type="deleted"} 10
syncthing_model_folder_summary{folder="q6ezi-mgv56",scope="global",type="directories"} 3
syncthing_model_folder_summary{folder="q6ezi-mgv56",scope="global",type="files"} 18
syncthing_model_folder_summary{folder="q6ezi-mgv56",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="q6ezi-mgv56",scope="local",type="bytes"} 3.07240296e+08
syncthing_model_folder_summary{folder="q6ezi-mgv56",scope="local",type="deleted"} 10
syncthing_model_folder_summary{folder="q6ezi-mgv56",scope="local",type="directories"} 3
syncthing_model_folder_summary{folder="q6ezi-mgv56",scope="local",type="files"} 18
syncthing_model_folder_summary{folder="q6ezi-mgv56",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="q6ezi-mgv56",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="q6ezi-mgv56",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="q6ezi-mgv56",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="q6ezi-mgv56",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="q6ezi-mgv56",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="FHT3XVD-XLG6RRG-74RZ7U7-GRX6LKT-N52N6MN-TMR742Z-3DZXVPU-BKS6CA5"} 13520
# 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="FHT3XVD-XLG6RRG-74RZ7U7-GRX6LKT-N52N6MN-TMR742Z-3DZXVPU-BKS6CA5"} 13520
# 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="FHT3XVD-XLG6RRG-74RZ7U7-GRX6LKT-N52N6MN-TMR742Z-3DZXVPU-BKS6CA5"} 1123
# 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="FHT3XVD-XLG6RRG-74RZ7U7-GRX6LKT-N52N6MN-TMR742Z-3DZXVPU-BKS6CA5"} 14264
# 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="FHT3XVD-XLG6RRG-74RZ7U7-GRX6LKT-N52N6MN-TMR742Z-3DZXVPU-BKS6CA5"} 1191
# 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="FHT3XVD-XLG6RRG-74RZ7U7-GRX6LKT-N52N6MN-TMR742Z-3DZXVPU-BKS6CA5"} 19228
# 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="aotc3-3xusf"} 0
syncthing_scanner_hashed_bytes_total{folder="gjf3b-n6xyx"} 0
syncthing_scanner_hashed_bytes_total{folder="igdag-j9hfx"} 0
syncthing_scanner_hashed_bytes_total{folder="lvriz-tpw3v"} 0
syncthing_scanner_hashed_bytes_total{folder="ngy9y-jgnjk"} 0
syncthing_scanner_hashed_bytes_total{folder="q6ezi-mgv56"} 0
syncthing_scanner_hashed_bytes_total{folder="rwmke-vxzsa"} 0
syncthing_scanner_hashed_bytes_total{folder="s6ar4-grmhm"} 0
syncthing_scanner_hashed_bytes_total{folder="vueik-pfhgs"} 0
syncthing_scanner_hashed_bytes_total{folder="xgcoe-rnlaw"} 0
syncthing_scanner_hashed_bytes_total{folder="ywr4x-fq9qt"} 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="aotc3-3xusf"} 2783
syncthing_scanner_scanned_items_total{folder="gjf3b-n6xyx"} 30360
syncthing_scanner_scanned_items_total{folder="igdag-j9hfx"} 16632
syncthing_scanner_scanned_items_total{folder="lvriz-tpw3v"} 9960
syncthing_scanner_scanned_items_total{folder="ngy9y-jgnjk"} 2.634995e+06
syncthing_scanner_scanned_items_total{folder="q6ezi-mgv56"} 5819
syncthing_scanner_scanned_items_total{folder="rwmke-vxzsa"} 20746
syncthing_scanner_scanned_items_total{folder="s6ar4-grmhm"} 5080
syncthing_scanner_scanned_items_total{folder="vueik-pfhgs"} 762
syncthing_scanner_scanned_items_total{folder="xgcoe-rnlaw"} 39658
syncthing_scanner_scanned_items_total{folder="ywr4x-fq9qt"} 500
