# 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"} 3.3179e-05
go_gc_duration_seconds{quantile="0.25"} 3.7939e-05
go_gc_duration_seconds{quantile="0.5"} 4.4258e-05
go_gc_duration_seconds{quantile="0.75"} 4.6369e-05
go_gc_duration_seconds{quantile="1"} 6.4019e-05
go_gc_duration_seconds_sum 3.8456838749999998
go_gc_duration_seconds_count 88056
# HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent.
# TYPE go_gc_gogc_percent gauge
go_gc_gogc_percent 100
# HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes.
# TYPE go_gc_gomemlimit_bytes gauge
go_gc_gomemlimit_bytes 9.223372036854776e+18
# HELP go_goroutines Number of goroutines that currently exist.
# TYPE go_goroutines gauge
go_goroutines 108
# HELP go_info Information about the Go environment.
# TYPE go_info gauge
go_info{version="go1.26.5-X:nodwarf5"} 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.8929136e+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.627346700816e+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 3.701736e+06
# HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects.
# TYPE go_memstats_frees_total counter
go_memstats_frees_total 2.4915091406e+10
# HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes.
# TYPE go_memstats_gc_sys_bytes gauge
go_memstats_gc_sys_bytes 4.912896e+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.8929136e+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 3.6519936e+07
# HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes
# TYPE go_memstats_heap_inuse_bytes gauge
go_memstats_heap_inuse_bytes 4.0124416e+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 215485
# 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 2.84672e+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 7.6644352e+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.787304291854417e+09
# HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects.
# TYPE go_memstats_mallocs_total counter
go_memstats_mallocs_total 2.4915306891e+10
# HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes.
# TYPE go_memstats_mcache_inuse_bytes gauge
go_memstats_mcache_inuse_bytes 27552
# 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 32144
# 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 690400
# 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.32192e+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.5457682e+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.952992e+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.047424e+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.047424e+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 9.1613464e+07
# HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads.
# TYPE go_sched_gomaxprocs_threads gauge
go_sched_gomaxprocs_threads 12
# HELP go_threads Number of OS threads created.
# TYPE go_threads gauge
go_threads 28
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 12117.64
# 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 2.096565258e+09
# 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 4.946057194e+09
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 53
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 1.27496192e+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.78607933085e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 3.35966208e+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"} 29
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-07-08 13:49:42 UTC",builduser="syncthing@archlinux",codename="Hafnium Hornet",goversion="go1.26.5-X:nodwarf5",program="syncthing",tags="libsqlite3,noupgrade",version="v2.1.2"} 1
# HELP syncthing_config_device_info Provides additional information labels on devices
# TYPE syncthing_config_device_info gauge
syncthing_config_device_info{device="65GE3KJ-IYXXVGC-MHAE42J-HRQSTAL-PL7JGGW-X3GRSTD-6FDWJTH-KIARKAQ",introducer="false",name="hyperjija",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="CMUR3VA-R6ZHL35-6WUHCMQ-RK65SLS-EOBWJDB-SU5W6VG-5LO3N5M-UB3NEA6",introducer="false",name="bibaserver",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="acdqz-2yazv",label="Brat Logs",path="~/brat-next/logs",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="default",label="Default Folder",path="/home/qevitta/Sync",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="lpjh3-eqwvc",label="project-files",path="~/home-files/project-files",paused="false",type="receiveonly"} 1
syncthing_config_folder_info{folder="safdm-kmtwb",label="Brat Files",path="~/brat-next/files",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="tegp5-b3vnh",label="fonts",path="~/static/fonts",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="uwk7s-2s4v2",label="pictures",path="~/home-files/pictures",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="v2036_f9n9-photos",label="mobile-camera",path="~/home-files/mobile-camera",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="65GE3KJ-IYXXVGC-MHAE42J-HRQSTAL-PL7JGGW-X3GRSTD-6FDWJTH-KIARKAQ"} 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"} 1.7298362699999694
syncthing_db_operation_seconds_total{folder="-",operation="ListFolders"} 3.863e-05
syncthing_db_operation_seconds_total{folder="-",operation="PrefixKV"} 3.2599000000000004e-05
syncthing_db_operation_seconds_total{folder="-",operation="PutKV"} 0.22185584099999925
syncthing_db_operation_seconds_total{folder="acdqz-2yazv",operation="CountGlobal"} 0.0005267300000000001
syncthing_db_operation_seconds_total{folder="acdqz-2yazv",operation="CountNeed"} 6.0039e-05
syncthing_db_operation_seconds_total{folder="acdqz-2yazv",operation="GetDeviceSequence"} 6.5519e-05
syncthing_db_operation_seconds_total{folder="acdqz-2yazv",operation="ListDevicesForFolder"} 0.000150407
syncthing_db_operation_seconds_total{folder="default",operation="AllLocalFilesPrefix"} 0.0023476510000000014
syncthing_db_operation_seconds_total{folder="default",operation="CountGlobal"} 0.00037909200000000004
syncthing_db_operation_seconds_total{folder="default",operation="CountNeed"} 0.000102368
syncthing_db_operation_seconds_total{folder="default",operation="GetDeviceFile"} 0.4252146849999988
syncthing_db_operation_seconds_total{folder="default",operation="GetDeviceSequence"} 5.1159e-05
syncthing_db_operation_seconds_total{folder="default",operation="ListDevicesForFolder"} 9.0268e-05
syncthing_db_operation_seconds_total{folder="lpjh3-eqwvc",operation="AllLocalFilesPrefix"} 0.002025293
syncthing_db_operation_seconds_total{folder="lpjh3-eqwvc",operation="CountGlobal"} 0.000678875
syncthing_db_operation_seconds_total{folder="lpjh3-eqwvc",operation="CountNeed"} 0.000102538
syncthing_db_operation_seconds_total{folder="lpjh3-eqwvc",operation="GetDeviceFile"} 3127.2359514420095
syncthing_db_operation_seconds_total{folder="lpjh3-eqwvc",operation="GetDeviceSequence"} 4.4629e-05
syncthing_db_operation_seconds_total{folder="lpjh3-eqwvc",operation="ListDevicesForFolder"} 6.9439e-05
syncthing_db_operation_seconds_total{folder="safdm-kmtwb",operation="CountGlobal"} 0.0005046580000000001
syncthing_db_operation_seconds_total{folder="safdm-kmtwb",operation="CountNeed"} 8.4118e-05
syncthing_db_operation_seconds_total{folder="safdm-kmtwb",operation="GetDeviceSequence"} 5.6758e-05
syncthing_db_operation_seconds_total{folder="safdm-kmtwb",operation="ListDevicesForFolder"} 8.1699e-05
syncthing_db_operation_seconds_total{folder="tegp5-b3vnh",operation="AllLocalFilesPrefix"} 0.0019244900000000005
syncthing_db_operation_seconds_total{folder="tegp5-b3vnh",operation="CountGlobal"} 0.000618927
syncthing_db_operation_seconds_total{folder="tegp5-b3vnh",operation="CountNeed"} 5.9129e-05
syncthing_db_operation_seconds_total{folder="tegp5-b3vnh",operation="GetDeviceFile"} 7.373739107000025
syncthing_db_operation_seconds_total{folder="tegp5-b3vnh",operation="GetDeviceSequence"} 7.1509e-05
syncthing_db_operation_seconds_total{folder="tegp5-b3vnh",operation="ListDevicesForFolder"} 8.6248e-05
syncthing_db_operation_seconds_total{folder="uwk7s-2s4v2",operation="AllLocalFilesPrefix"} 0.0017325350000000003
syncthing_db_operation_seconds_total{folder="uwk7s-2s4v2",operation="CountGlobal"} 0.000487772
syncthing_db_operation_seconds_total{folder="uwk7s-2s4v2",operation="CountNeed"} 6.3269e-05
syncthing_db_operation_seconds_total{folder="uwk7s-2s4v2",operation="GetDeviceFile"} 1.556752693999991
syncthing_db_operation_seconds_total{folder="uwk7s-2s4v2",operation="GetDeviceSequence"} 5.0919e-05
syncthing_db_operation_seconds_total{folder="uwk7s-2s4v2",operation="ListDevicesForFolder"} 7.0598e-05
syncthing_db_operation_seconds_total{folder="v2036_f9n9-photos",operation="AllLocalFilesPrefix"} 0.0017311809999999998
syncthing_db_operation_seconds_total{folder="v2036_f9n9-photos",operation="CountGlobal"} 0.00039372800000000004
syncthing_db_operation_seconds_total{folder="v2036_f9n9-photos",operation="CountNeed"} 8.2158e-05
syncthing_db_operation_seconds_total{folder="v2036_f9n9-photos",operation="GetDeviceFile"} 0.3716539849999997
syncthing_db_operation_seconds_total{folder="v2036_f9n9-photos",operation="GetDeviceSequence"} 5.1069e-05
syncthing_db_operation_seconds_total{folder="v2036_f9n9-photos",operation="ListDevicesForFolder"} 6.6109e-05
# 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="acdqz-2yazv",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="acdqz-2yazv",operation="CountNeed"} 0
syncthing_db_operations_current{folder="acdqz-2yazv",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="acdqz-2yazv",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="default",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="default",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="default",operation="CountNeed"} 0
syncthing_db_operations_current{folder="default",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="default",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="default",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="lpjh3-eqwvc",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="lpjh3-eqwvc",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="lpjh3-eqwvc",operation="CountNeed"} 0
syncthing_db_operations_current{folder="lpjh3-eqwvc",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="lpjh3-eqwvc",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="lpjh3-eqwvc",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="safdm-kmtwb",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="safdm-kmtwb",operation="CountNeed"} 0
syncthing_db_operations_current{folder="safdm-kmtwb",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="safdm-kmtwb",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="tegp5-b3vnh",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="tegp5-b3vnh",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="tegp5-b3vnh",operation="CountNeed"} 0
syncthing_db_operations_current{folder="tegp5-b3vnh",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="tegp5-b3vnh",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="tegp5-b3vnh",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="uwk7s-2s4v2",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="uwk7s-2s4v2",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="uwk7s-2s4v2",operation="CountNeed"} 0
syncthing_db_operations_current{folder="uwk7s-2s4v2",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="uwk7s-2s4v2",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="uwk7s-2s4v2",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="v2036_f9n9-photos",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="v2036_f9n9-photos",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="v2036_f9n9-photos",operation="CountNeed"} 0
syncthing_db_operations_current{folder="v2036_f9n9-photos",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="v2036_f9n9-photos",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="v2036_f9n9-photos",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"} 81687
syncthing_db_operations_total{folder="-",operation="ListFolders"} 1
syncthing_db_operations_total{folder="-",operation="PrefixKV"} 2
syncthing_db_operations_total{folder="-",operation="PutKV"} 3419
syncthing_db_operations_total{folder="acdqz-2yazv",operation="CountGlobal"} 20
syncthing_db_operations_total{folder="acdqz-2yazv",operation="CountNeed"} 1
syncthing_db_operations_total{folder="acdqz-2yazv",operation="GetDeviceSequence"} 1
syncthing_db_operations_total{folder="acdqz-2yazv",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="default",operation="AllLocalFilesPrefix"} 340
syncthing_db_operations_total{folder="default",operation="CountGlobal"} 20
syncthing_db_operations_total{folder="default",operation="CountNeed"} 1
syncthing_db_operations_total{folder="default",operation="GetDeviceFile"} 6460
syncthing_db_operations_total{folder="default",operation="GetDeviceSequence"} 1
syncthing_db_operations_total{folder="default",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="lpjh3-eqwvc",operation="AllLocalFilesPrefix"} 336
syncthing_db_operations_total{folder="lpjh3-eqwvc",operation="CountGlobal"} 20
syncthing_db_operations_total{folder="lpjh3-eqwvc",operation="CountNeed"} 1
syncthing_db_operations_total{folder="lpjh3-eqwvc",operation="GetDeviceFile"} 5.6728224e+07
syncthing_db_operations_total{folder="lpjh3-eqwvc",operation="GetDeviceSequence"} 1
syncthing_db_operations_total{folder="lpjh3-eqwvc",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="safdm-kmtwb",operation="CountGlobal"} 20
syncthing_db_operations_total{folder="safdm-kmtwb",operation="CountNeed"} 1
syncthing_db_operations_total{folder="safdm-kmtwb",operation="GetDeviceSequence"} 1
syncthing_db_operations_total{folder="safdm-kmtwb",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="tegp5-b3vnh",operation="AllLocalFilesPrefix"} 337
syncthing_db_operations_total{folder="tegp5-b3vnh",operation="CountGlobal"} 20
syncthing_db_operations_total{folder="tegp5-b3vnh",operation="CountNeed"} 1
syncthing_db_operations_total{folder="tegp5-b3vnh",operation="GetDeviceFile"} 141877
syncthing_db_operations_total{folder="tegp5-b3vnh",operation="GetDeviceSequence"} 1
syncthing_db_operations_total{folder="tegp5-b3vnh",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="uwk7s-2s4v2",operation="AllLocalFilesPrefix"} 340
syncthing_db_operations_total{folder="uwk7s-2s4v2",operation="CountGlobal"} 20
syncthing_db_operations_total{folder="uwk7s-2s4v2",operation="CountNeed"} 1
syncthing_db_operations_total{folder="uwk7s-2s4v2",operation="GetDeviceFile"} 31620
syncthing_db_operations_total{folder="uwk7s-2s4v2",operation="GetDeviceSequence"} 1
syncthing_db_operations_total{folder="uwk7s-2s4v2",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="v2036_f9n9-photos",operation="AllLocalFilesPrefix"} 341
syncthing_db_operations_total{folder="v2036_f9n9-photos",operation="CountGlobal"} 20
syncthing_db_operations_total{folder="v2036_f9n9-photos",operation="CountNeed"} 1
syncthing_db_operations_total{folder="v2036_f9n9-photos",operation="GetDeviceFile"} 1023
syncthing_db_operations_total{folder="v2036_f9n9-photos",operation="GetDeviceSequence"} 1
syncthing_db_operations_total{folder="v2036_f9n9-photos",operation="ListDevicesForFolder"} 1
# HELP syncthing_events_total Total number of created/forwarded/dropped events
# TYPE syncthing_events_total counter
syncthing_events_total{event="ListenAddressesChanged",state="created"} 5
syncthing_events_total{event="ListenAddressesChanged",state="delivered"} 15
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"} 5098
syncthing_events_total{event="StateChanged",state="delivered"} 10196
# 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="/home/qevitta/home-files/project-files"} 177
# 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="close",root="/home/qevitta/home-files/project-files"} 1.99e-06
syncthing_fs_operation_seconds_total{operation="dirnames",root="/home/qevitta/Sync"} 0.051874413999999924
syncthing_fs_operation_seconds_total{operation="dirnames",root="/home/qevitta/home-files/mobile-camera"} 0.03198772599999997
syncthing_fs_operation_seconds_total{operation="dirnames",root="/home/qevitta/home-files/pictures"} 0.0638878149999999
syncthing_fs_operation_seconds_total{operation="dirnames",root="/home/qevitta/home-files/project-files"} 294.58599006938715
syncthing_fs_operation_seconds_total{operation="dirnames",root="/home/qevitta/static/fonts"} 0.22994181899999963
syncthing_fs_operation_seconds_total{operation="glob",root="/home/qevitta/.local/state/syncthing"} 0.00011038899999999999
syncthing_fs_operation_seconds_total{operation="hide",root="/home/qevitta/Sync"} 1.41e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/home/qevitta/brat-next/files"} 1.3100000000000002e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/home/qevitta/brat-next/logs"} 1.72e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/home/qevitta/home-files/mobile-camera"} 1.5199999999999998e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/home/qevitta/home-files/pictures"} 1.3e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/home/qevitta/home-files/project-files"} 2.29e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/home/qevitta/static/fonts"} 2.48e-06
syncthing_fs_operation_seconds_total{operation="lstat",root="/home/qevitta/.local/state/syncthing"} 2.623e-05
syncthing_fs_operation_seconds_total{operation="lstat",root="/home/qevitta/Sync"} 0.18839580200000172
syncthing_fs_operation_seconds_total{operation="lstat",root="/home/qevitta/brat-next/files"} 9.420000000000001e-06
syncthing_fs_operation_seconds_total{operation="lstat",root="/home/qevitta/brat-next/logs"} 1.7919e-05
syncthing_fs_operation_seconds_total{operation="lstat",root="/home/qevitta/home-files/mobile-camera"} 0.0665301770000002
syncthing_fs_operation_seconds_total{operation="lstat",root="/home/qevitta/home-files/pictures"} 0.7513789569999795
syncthing_fs_operation_seconds_total{operation="lstat",root="/home/qevitta/home-files/project-files"} 2931.052028650925
syncthing_fs_operation_seconds_total{operation="lstat",root="/home/qevitta/static/fonts"} 2.5395356089999512
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/home/qevitta/.local/state/syncthing"} 6.96e-06
syncthing_fs_operation_seconds_total{operation="open",root="/home/qevitta/Sync"} 0.0009625219999999994
syncthing_fs_operation_seconds_total{operation="open",root="/home/qevitta/brat-next/files"} 3.586e-05
syncthing_fs_operation_seconds_total{operation="open",root="/home/qevitta/brat-next/logs"} 3.57e-06
syncthing_fs_operation_seconds_total{operation="open",root="/home/qevitta/home-files/mobile-camera"} 0.0009221879999999992
syncthing_fs_operation_seconds_total{operation="open",root="/home/qevitta/home-files/pictures"} 0.0009141530000000003
syncthing_fs_operation_seconds_total{operation="open",root="/home/qevitta/home-files/project-files"} 7.66e-06
syncthing_fs_operation_seconds_total{operation="open",root="/home/qevitta/static/fonts"} 0.0009706519999999997
syncthing_fs_operation_seconds_total{operation="options",root="/home/qevitta/.local/state/syncthing"} 5.6e-07
syncthing_fs_operation_seconds_total{operation="options",root="/home/qevitta/.local/state/syncthing/index-v2"} 0.00017379599999999928
syncthing_fs_operation_seconds_total{operation="options",root="/home/qevitta/Sync"} 0.00022902399999999968
syncthing_fs_operation_seconds_total{operation="options",root="/home/qevitta/brat-next/files"} 0.00021639799999999983
syncthing_fs_operation_seconds_total{operation="options",root="/home/qevitta/brat-next/logs"} 0.00022121100000000016
syncthing_fs_operation_seconds_total{operation="options",root="/home/qevitta/home-files/mobile-camera"} 0.00022350400000000002
syncthing_fs_operation_seconds_total{operation="options",root="/home/qevitta/home-files/pictures"} 0.0002104039999999999
syncthing_fs_operation_seconds_total{operation="options",root="/home/qevitta/home-files/project-files"} 0.00020784700000000004
syncthing_fs_operation_seconds_total{operation="options",root="/home/qevitta/static/fonts"} 0.00021489599999999996
syncthing_fs_operation_seconds_total{operation="read",root="/home/qevitta/home-files/project-files"} 7.12e-06
syncthing_fs_operation_seconds_total{operation="readsymlink",root="/home/qevitta/home-files/project-files"} 0.018071932999999755
syncthing_fs_operation_seconds_total{operation="removeall",root="/home/qevitta/.local/state/syncthing"} 9.7098e-05
syncthing_fs_operation_seconds_total{operation="stat",root="/home/qevitta/.local/state/syncthing"} 3.7499999999999997e-06
syncthing_fs_operation_seconds_total{operation="stat",root="/home/qevitta/Sync"} 0.0038304479999999993
syncthing_fs_operation_seconds_total{operation="stat",root="/home/qevitta/brat-next/files"} 0.0024319760000000006
syncthing_fs_operation_seconds_total{operation="stat",root="/home/qevitta/brat-next/logs"} 0.0024064140000000004
syncthing_fs_operation_seconds_total{operation="stat",root="/home/qevitta/home-files/mobile-camera"} 0.0037573379999999994
syncthing_fs_operation_seconds_total{operation="stat",root="/home/qevitta/home-files/pictures"} 0.003812801999999999
syncthing_fs_operation_seconds_total{operation="stat",root="/home/qevitta/home-files/project-files"} 0.004716763000000006
syncthing_fs_operation_seconds_total{operation="stat",root="/home/qevitta/static/fonts"} 0.0038069199999999997
syncthing_fs_operation_seconds_total{operation="type",root="/home/qevitta/Sync"} 5.755000000000007e-05
syncthing_fs_operation_seconds_total{operation="type",root="/home/qevitta/brat-next/files"} 5.032700000000006e-05
syncthing_fs_operation_seconds_total{operation="type",root="/home/qevitta/brat-next/logs"} 5.342900000000009e-05
syncthing_fs_operation_seconds_total{operation="type",root="/home/qevitta/home-files/mobile-camera"} 5.740000000000009e-05
syncthing_fs_operation_seconds_total{operation="type",root="/home/qevitta/home-files/pictures"} 5.787000000000009e-05
syncthing_fs_operation_seconds_total{operation="type",root="/home/qevitta/home-files/project-files"} 5.823900000000008e-05
syncthing_fs_operation_seconds_total{operation="type",root="/home/qevitta/static/fonts"} 6.597700000000006e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/home/qevitta/Sync"} 4.006900000000015e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/home/qevitta/brat-next/files"} 4.397000000000015e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/home/qevitta/brat-next/logs"} 3.861900000000013e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/home/qevitta/home-files/mobile-camera"} 3.4690000000000124e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/home/qevitta/home-files/pictures"} 4.106900000000014e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/home/qevitta/home-files/project-files"} 4.030900000000013e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/home/qevitta/static/fonts"} 4.1240000000000154e-05
syncthing_fs_operation_seconds_total{operation="usage",root="/home/qevitta/.local/state/syncthing/index-v2"} 0.010709561999999997
syncthing_fs_operation_seconds_total{operation="watch",root="/home/qevitta/Sync"} 0.000197736
syncthing_fs_operation_seconds_total{operation="watch",root="/home/qevitta/home-files/mobile-camera"} 0.967040665
syncthing_fs_operation_seconds_total{operation="watch",root="/home/qevitta/home-files/pictures"} 0.96724767
syncthing_fs_operation_seconds_total{operation="watch",root="/home/qevitta/home-files/project-files"} 0.96821701
syncthing_fs_operation_seconds_total{operation="watch",root="/home/qevitta/static/fonts"} 0.967315239
# 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="close",root="/home/qevitta/home-files/project-files"} 1
syncthing_fs_operations_total{operation="dirnames",root="/home/qevitta/Sync"} 2040
syncthing_fs_operations_total{operation="dirnames",root="/home/qevitta/home-files/mobile-camera"} 1705
syncthing_fs_operations_total{operation="dirnames",root="/home/qevitta/home-files/pictures"} 1700
syncthing_fs_operations_total{operation="dirnames",root="/home/qevitta/home-files/project-files"} 1.6675992e+07
syncthing_fs_operations_total{operation="dirnames",root="/home/qevitta/static/fonts"} 1011
syncthing_fs_operations_total{operation="glob",root="/home/qevitta/.local/state/syncthing"} 5
syncthing_fs_operations_total{operation="hide",root="/home/qevitta/Sync"} 3
syncthing_fs_operations_total{operation="hide",root="/home/qevitta/brat-next/files"} 3
syncthing_fs_operations_total{operation="hide",root="/home/qevitta/brat-next/logs"} 3
syncthing_fs_operations_total{operation="hide",root="/home/qevitta/home-files/mobile-camera"} 3
syncthing_fs_operations_total{operation="hide",root="/home/qevitta/home-files/pictures"} 3
syncthing_fs_operations_total{operation="hide",root="/home/qevitta/home-files/project-files"} 3
syncthing_fs_operations_total{operation="hide",root="/home/qevitta/static/fonts"} 3
syncthing_fs_operations_total{operation="lstat",root="/home/qevitta/.local/state/syncthing"} 8
syncthing_fs_operations_total{operation="lstat",root="/home/qevitta/Sync"} 19386
syncthing_fs_operations_total{operation="lstat",root="/home/qevitta/brat-next/files"} 4
syncthing_fs_operations_total{operation="lstat",root="/home/qevitta/brat-next/logs"} 4
syncthing_fs_operations_total{operation="lstat",root="/home/qevitta/home-files/mobile-camera"} 4098
syncthing_fs_operations_total{operation="lstat",root="/home/qevitta/home-files/pictures"} 95886
syncthing_fs_operations_total{operation="lstat",root="/home/qevitta/home-files/project-files"} 4.34454389e+08
syncthing_fs_operations_total{operation="lstat",root="/home/qevitta/static/fonts"} 285108
syncthing_fs_operations_total{operation="mkdirall",root="/home/qevitta/.local/state/syncthing"} 2
syncthing_fs_operations_total{operation="open",root="/home/qevitta/Sync"} 342
syncthing_fs_operations_total{operation="open",root="/home/qevitta/brat-next/files"} 1
syncthing_fs_operations_total{operation="open",root="/home/qevitta/brat-next/logs"} 1
syncthing_fs_operations_total{operation="open",root="/home/qevitta/home-files/mobile-camera"} 343
syncthing_fs_operations_total{operation="open",root="/home/qevitta/home-files/pictures"} 342
syncthing_fs_operations_total{operation="open",root="/home/qevitta/home-files/project-files"} 1
syncthing_fs_operations_total{operation="open",root="/home/qevitta/static/fonts"} 339
syncthing_fs_operations_total{operation="options",root="/home/qevitta/.local/state/syncthing"} 3
syncthing_fs_operations_total{operation="options",root="/home/qevitta/.local/state/syncthing/index-v2"} 1699
syncthing_fs_operations_total{operation="options",root="/home/qevitta/Sync"} 690
syncthing_fs_operations_total{operation="options",root="/home/qevitta/brat-next/files"} 686
syncthing_fs_operations_total{operation="options",root="/home/qevitta/brat-next/logs"} 702
syncthing_fs_operations_total{operation="options",root="/home/qevitta/home-files/mobile-camera"} 692
syncthing_fs_operations_total{operation="options",root="/home/qevitta/home-files/pictures"} 690
syncthing_fs_operations_total{operation="options",root="/home/qevitta/home-files/project-files"} 682
syncthing_fs_operations_total{operation="options",root="/home/qevitta/static/fonts"} 684
syncthing_fs_operations_total{operation="read",root="/home/qevitta/home-files/project-files"} 2
syncthing_fs_operations_total{operation="readsymlink",root="/home/qevitta/home-files/project-files"} 6048
syncthing_fs_operations_total{operation="removeall",root="/home/qevitta/.local/state/syncthing"} 3
syncthing_fs_operations_total{operation="stat",root="/home/qevitta/.local/state/syncthing"} 2
syncthing_fs_operations_total{operation="stat",root="/home/qevitta/Sync"} 682
syncthing_fs_operations_total{operation="stat",root="/home/qevitta/brat-next/files"} 339
syncthing_fs_operations_total{operation="stat",root="/home/qevitta/brat-next/logs"} 347
syncthing_fs_operations_total{operation="stat",root="/home/qevitta/home-files/mobile-camera"} 684
syncthing_fs_operations_total{operation="stat",root="/home/qevitta/home-files/pictures"} 682
syncthing_fs_operations_total{operation="stat",root="/home/qevitta/home-files/project-files"} 1012
syncthing_fs_operations_total{operation="stat",root="/home/qevitta/static/fonts"} 676
syncthing_fs_operations_total{operation="type",root="/home/qevitta/Sync"} 346
syncthing_fs_operations_total{operation="type",root="/home/qevitta/brat-next/files"} 344
syncthing_fs_operations_total{operation="type",root="/home/qevitta/brat-next/logs"} 352
syncthing_fs_operations_total{operation="type",root="/home/qevitta/home-files/mobile-camera"} 347
syncthing_fs_operations_total{operation="type",root="/home/qevitta/home-files/pictures"} 346
syncthing_fs_operations_total{operation="type",root="/home/qevitta/home-files/project-files"} 342
syncthing_fs_operations_total{operation="type",root="/home/qevitta/static/fonts"} 343
syncthing_fs_operations_total{operation="uri",root="/home/qevitta/Sync"} 346
syncthing_fs_operations_total{operation="uri",root="/home/qevitta/brat-next/files"} 344
syncthing_fs_operations_total{operation="uri",root="/home/qevitta/brat-next/logs"} 352
syncthing_fs_operations_total{operation="uri",root="/home/qevitta/home-files/mobile-camera"} 347
syncthing_fs_operations_total{operation="uri",root="/home/qevitta/home-files/pictures"} 346
syncthing_fs_operations_total{operation="uri",root="/home/qevitta/home-files/project-files"} 342
syncthing_fs_operations_total{operation="uri",root="/home/qevitta/static/fonts"} 343
syncthing_fs_operations_total{operation="usage",root="/home/qevitta/.local/state/syncthing/index-v2"} 1699
syncthing_fs_operations_total{operation="watch",root="/home/qevitta/Sync"} 1
syncthing_fs_operations_total{operation="watch",root="/home/qevitta/home-files/mobile-camera"} 1
syncthing_fs_operations_total{operation="watch",root="/home/qevitta/home-files/pictures"} 1
syncthing_fs_operations_total{operation="watch",root="/home/qevitta/home-files/project-files"} 1
syncthing_fs_operations_total{operation="watch",root="/home/qevitta/static/fonts"} 1
# HELP syncthing_model_folder_conflicts_total Total number of conflicts
# TYPE syncthing_model_folder_conflicts_total counter
syncthing_model_folder_conflicts_total{folder="acdqz-2yazv"} 0
syncthing_model_folder_conflicts_total{folder="default"} 0
syncthing_model_folder_conflicts_total{folder="lpjh3-eqwvc"} 0
syncthing_model_folder_conflicts_total{folder="safdm-kmtwb"} 0
syncthing_model_folder_conflicts_total{folder="tegp5-b3vnh"} 0
syncthing_model_folder_conflicts_total{folder="uwk7s-2s4v2"} 0
syncthing_model_folder_conflicts_total{folder="v2036_f9n9-photos"} 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="acdqz-2yazv",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="acdqz-2yazv",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="acdqz-2yazv",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="acdqz-2yazv",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="default",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="default",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="default",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="default",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="lpjh3-eqwvc",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="lpjh3-eqwvc",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="lpjh3-eqwvc",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="lpjh3-eqwvc",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="safdm-kmtwb",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="safdm-kmtwb",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="safdm-kmtwb",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="safdm-kmtwb",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="tegp5-b3vnh",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="tegp5-b3vnh",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="tegp5-b3vnh",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="tegp5-b3vnh",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="uwk7s-2s4v2",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="uwk7s-2s4v2",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="uwk7s-2s4v2",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="uwk7s-2s4v2",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="v2036_f9n9-photos",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="v2036_f9n9-photos",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="v2036_f9n9-photos",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="v2036_f9n9-photos",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="acdqz-2yazv"} 0
syncthing_model_folder_pull_seconds_total{folder="default"} 0
syncthing_model_folder_pull_seconds_total{folder="lpjh3-eqwvc"} 0
syncthing_model_folder_pull_seconds_total{folder="safdm-kmtwb"} 0
syncthing_model_folder_pull_seconds_total{folder="tegp5-b3vnh"} 0
syncthing_model_folder_pull_seconds_total{folder="uwk7s-2s4v2"} 0
syncthing_model_folder_pull_seconds_total{folder="v2036_f9n9-photos"} 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="acdqz-2yazv"} 0
syncthing_model_folder_pulls_total{folder="default"} 0
syncthing_model_folder_pulls_total{folder="lpjh3-eqwvc"} 0
syncthing_model_folder_pulls_total{folder="safdm-kmtwb"} 0
syncthing_model_folder_pulls_total{folder="tegp5-b3vnh"} 0
syncthing_model_folder_pulls_total{folder="uwk7s-2s4v2"} 0
syncthing_model_folder_pulls_total{folder="v2036_f9n9-photos"} 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="acdqz-2yazv"} 0
syncthing_model_folder_scan_seconds_total{folder="default"} 1.0335103380000004
syncthing_model_folder_scan_seconds_total{folder="lpjh3-eqwvc"} 10056.71884423507
syncthing_model_folder_scan_seconds_total{folder="safdm-kmtwb"} 0
syncthing_model_folder_scan_seconds_total{folder="tegp5-b3vnh"} 13.905371497000006
syncthing_model_folder_scan_seconds_total{folder="uwk7s-2s4v2"} 5.181906010000005
syncthing_model_folder_scan_seconds_total{folder="v2036_f9n9-photos"} 3.0081898750000002
# 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="acdqz-2yazv"} 0
syncthing_model_folder_scans_total{folder="default"} 340
syncthing_model_folder_scans_total{folder="lpjh3-eqwvc"} 336
syncthing_model_folder_scans_total{folder="safdm-kmtwb"} 0
syncthing_model_folder_scans_total{folder="tegp5-b3vnh"} 337
syncthing_model_folder_scans_total{folder="uwk7s-2s4v2"} 340
syncthing_model_folder_scans_total{folder="v2036_f9n9-photos"} 341
# HELP syncthing_model_folder_state Current folder state
# TYPE syncthing_model_folder_state gauge
syncthing_model_folder_state{folder="acdqz-2yazv"} 8
syncthing_model_folder_state{folder="default"} 0
syncthing_model_folder_state{folder="lpjh3-eqwvc"} 0
syncthing_model_folder_state{folder="safdm-kmtwb"} 8
syncthing_model_folder_state{folder="tegp5-b3vnh"} 0
syncthing_model_folder_state{folder="uwk7s-2s4v2"} 0
syncthing_model_folder_state{folder="v2036_f9n9-photos"} 0
# 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="default"} 0
syncthing_scanner_hashed_bytes_total{folder="lpjh3-eqwvc"} 0
syncthing_scanner_hashed_bytes_total{folder="tegp5-b3vnh"} 0
syncthing_scanner_hashed_bytes_total{folder="uwk7s-2s4v2"} 0
syncthing_scanner_hashed_bytes_total{folder="v2036_f9n9-photos"} 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="default"} 7140
syncthing_scanner_scanned_items_total{folder="lpjh3-eqwvc"} 5.713344e+07
syncthing_scanner_scanned_items_total{folder="tegp5-b3vnh"} 142551
syncthing_scanner_scanned_items_total{folder="uwk7s-2s4v2"} 32300
syncthing_scanner_scanned_items_total{folder="v2036_f9n9-photos"} 1705
