# 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.334e-05
go_gc_duration_seconds{quantile="0.25"} 3.9009e-05
go_gc_duration_seconds{quantile="0.5"} 4.5519e-05
go_gc_duration_seconds{quantile="0.75"} 4.8349e-05
go_gc_duration_seconds{quantile="1"} 7.6988e-05
go_gc_duration_seconds_sum 5.420781255
go_gc_duration_seconds_count 120130
# 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 107
# HELP go_info Information about the Go environment.
# TYPE go_info gauge
go_info{version="go1.26.3-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 3.2975408e+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 2.436186544272e+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 4.117168e+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 3.7266559717e+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.903168e+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 3.2975408e+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.2186368e+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.8029696e+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 196466
# 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.6599424e+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 8.0216064e+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.7812669439425309e+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 3.7266756183e+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 784640
# 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.45248e+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.9123274e+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.449496e+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.670016e+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.670016e+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.5840536e+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 25
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 17774.67
# HELP process_max_fds Maximum number of open file descriptors.
# TYPE process_max_fds gauge
process_max_fds 524288
# HELP process_network_receive_bytes_total Number of bytes received by the process over the network.
# TYPE process_network_receive_bytes_total counter
process_network_receive_bytes_total 5.767712404e+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 9.390180607e+09
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 55
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 1.85921536e+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.77947555499e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 3.137826816e+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"} 3
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-05-12 08:02:45 UTC",builduser="syncthing@archlinux",codename="Hafnium Hornet",goversion="go1.26.3-X:nodwarf5",program="syncthing",tags="libsqlite3,noupgrade",version="v2.1.0"} 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
syncthing_connections_active{device="CMUR3VA-R6ZHL35-6WUHCMQ-RK65SLS-EOBWJDB-SU5W6VG-5LO3N5M-UB3NEA6"} 0
# HELP syncthing_db_files_updated_total Total number of files updated
# TYPE syncthing_db_files_updated_total counter
syncthing_db_files_updated_total{folder="lpjh3-eqwvc"} 161
# 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"} 2.475276732999961
syncthing_db_operation_seconds_total{folder="-",operation="ListFolders"} 5.332e-05
syncthing_db_operation_seconds_total{folder="-",operation="PrefixKV"} 0.00685267
syncthing_db_operation_seconds_total{folder="-",operation="PutKV"} 0.19746384299999992
syncthing_db_operation_seconds_total{folder="acdqz-2yazv",operation="CountGlobal"} 0.000212724
syncthing_db_operation_seconds_total{folder="acdqz-2yazv",operation="CountNeed"} 8.685e-05
syncthing_db_operation_seconds_total{folder="acdqz-2yazv",operation="GetDeviceSequence"} 6.6629e-05
syncthing_db_operation_seconds_total{folder="acdqz-2yazv",operation="ListDevicesForFolder"} 0.000131769
syncthing_db_operation_seconds_total{folder="default",operation="AllLocalFilesPrefix"} 0.0029539729999999995
syncthing_db_operation_seconds_total{folder="default",operation="CountGlobal"} 8.206899999999999e-05
syncthing_db_operation_seconds_total{folder="default",operation="CountNeed"} 9.8729e-05
syncthing_db_operation_seconds_total{folder="default",operation="GetDeviceFile"} 0.6335710639999983
syncthing_db_operation_seconds_total{folder="default",operation="GetDeviceSequence"} 9.543e-05
syncthing_db_operation_seconds_total{folder="default",operation="ListDevicesForFolder"} 0.000538196
syncthing_db_operation_seconds_total{folder="lpjh3-eqwvc",operation="AllLocalFilesPrefix"} 0.010084070999999998
syncthing_db_operation_seconds_total{folder="lpjh3-eqwvc",operation="CountGlobal"} 0.006758994999999998
syncthing_db_operation_seconds_total{folder="lpjh3-eqwvc",operation="CountLocal"} 0.005847998000000001
syncthing_db_operation_seconds_total{folder="lpjh3-eqwvc",operation="CountNeed"} 45.883532315
syncthing_db_operation_seconds_total{folder="lpjh3-eqwvc",operation="CountReceiveOnlyChanged"} 0.001241549
syncthing_db_operation_seconds_total{folder="lpjh3-eqwvc",operation="DropFilesNamed"} 0.009186112
syncthing_db_operation_seconds_total{folder="lpjh3-eqwvc",operation="GetDeviceFile"} 4512.647798326416
syncthing_db_operation_seconds_total{folder="lpjh3-eqwvc",operation="GetDeviceSequence"} 0.010298176000000001
syncthing_db_operation_seconds_total{folder="lpjh3-eqwvc",operation="GetGlobalFile"} 0.03187306200000001
syncthing_db_operation_seconds_total{folder="lpjh3-eqwvc",operation="ListDevicesForFolder"} 0.002100055
syncthing_db_operation_seconds_total{folder="lpjh3-eqwvc",operation="RemoteSequences"} 0.0005765219999999999
syncthing_db_operation_seconds_total{folder="lpjh3-eqwvc",operation="Update"} 5.808267764999999
syncthing_db_operation_seconds_total{folder="safdm-kmtwb",operation="CountGlobal"} 8.0247e-05
syncthing_db_operation_seconds_total{folder="safdm-kmtwb",operation="CountNeed"} 5.0309e-05
syncthing_db_operation_seconds_total{folder="safdm-kmtwb",operation="GetDeviceSequence"} 5.767e-05
syncthing_db_operation_seconds_total{folder="safdm-kmtwb",operation="ListDevicesForFolder"} 8.2209e-05
syncthing_db_operation_seconds_total{folder="tegp5-b3vnh",operation="AllLocalFilesPrefix"} 0.002807489999999997
syncthing_db_operation_seconds_total{folder="tegp5-b3vnh",operation="CountGlobal"} 6.8889e-05
syncthing_db_operation_seconds_total{folder="tegp5-b3vnh",operation="CountNeed"} 9.5669e-05
syncthing_db_operation_seconds_total{folder="tegp5-b3vnh",operation="GetDeviceFile"} 10.431932882999975
syncthing_db_operation_seconds_total{folder="tegp5-b3vnh",operation="GetDeviceSequence"} 6.4029e-05
syncthing_db_operation_seconds_total{folder="tegp5-b3vnh",operation="ListDevicesForFolder"} 8.492e-05
syncthing_db_operation_seconds_total{folder="uwk7s-2s4v2",operation="AllLocalFilesPrefix"} 0.002483903999999999
syncthing_db_operation_seconds_total{folder="uwk7s-2s4v2",operation="CountGlobal"} 7.9448e-05
syncthing_db_operation_seconds_total{folder="uwk7s-2s4v2",operation="CountNeed"} 0.000102029
syncthing_db_operation_seconds_total{folder="uwk7s-2s4v2",operation="GetDeviceFile"} 2.28552437499999
syncthing_db_operation_seconds_total{folder="uwk7s-2s4v2",operation="GetDeviceSequence"} 7.6709e-05
syncthing_db_operation_seconds_total{folder="uwk7s-2s4v2",operation="ListDevicesForFolder"} 0.000316958
syncthing_db_operation_seconds_total{folder="v2036_f9n9-photos",operation="AllLocalFilesPrefix"} 0.0026113340000000003
syncthing_db_operation_seconds_total{folder="v2036_f9n9-photos",operation="CountGlobal"} 8.4928e-05
syncthing_db_operation_seconds_total{folder="v2036_f9n9-photos",operation="CountNeed"} 9.776e-05
syncthing_db_operation_seconds_total{folder="v2036_f9n9-photos",operation="GetDeviceFile"} 0.5560789619999997
syncthing_db_operation_seconds_total{folder="v2036_f9n9-photos",operation="GetDeviceSequence"} 7.6599e-05
syncthing_db_operation_seconds_total{folder="v2036_f9n9-photos",operation="ListDevicesForFolder"} 0.000125219
# 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="CountLocal"} 0
syncthing_db_operations_current{folder="lpjh3-eqwvc",operation="CountNeed"} 0
syncthing_db_operations_current{folder="lpjh3-eqwvc",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="lpjh3-eqwvc",operation="DropFilesNamed"} 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="GetGlobalFile"} 0
syncthing_db_operations_current{folder="lpjh3-eqwvc",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="lpjh3-eqwvc",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="lpjh3-eqwvc",operation="Update"} 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"} 119443
syncthing_db_operations_total{folder="-",operation="ListFolders"} 1
syncthing_db_operations_total{folder="-",operation="PrefixKV"} 2
syncthing_db_operations_total{folder="-",operation="PutKV"} 3421
syncthing_db_operations_total{folder="acdqz-2yazv",operation="CountGlobal"} 3
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"} 504
syncthing_db_operations_total{folder="default",operation="CountGlobal"} 3
syncthing_db_operations_total{folder="default",operation="CountNeed"} 1
syncthing_db_operations_total{folder="default",operation="GetDeviceFile"} 9576
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"} 651
syncthing_db_operations_total{folder="lpjh3-eqwvc",operation="CountGlobal"} 109
syncthing_db_operations_total{folder="lpjh3-eqwvc",operation="CountLocal"} 53
syncthing_db_operations_total{folder="lpjh3-eqwvc",operation="CountNeed"} 215
syncthing_db_operations_total{folder="lpjh3-eqwvc",operation="CountReceiveOnlyChanged"} 53
syncthing_db_operations_total{folder="lpjh3-eqwvc",operation="DropFilesNamed"} 1
syncthing_db_operations_total{folder="lpjh3-eqwvc",operation="GetDeviceFile"} 8.4023659e+07
syncthing_db_operations_total{folder="lpjh3-eqwvc",operation="GetDeviceSequence"} 160
syncthing_db_operations_total{folder="lpjh3-eqwvc",operation="GetGlobalFile"} 186
syncthing_db_operations_total{folder="lpjh3-eqwvc",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="lpjh3-eqwvc",operation="RemoteSequences"} 53
syncthing_db_operations_total{folder="lpjh3-eqwvc",operation="Update"} 53
syncthing_db_operations_total{folder="safdm-kmtwb",operation="CountGlobal"} 3
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"} 496
syncthing_db_operations_total{folder="tegp5-b3vnh",operation="CountGlobal"} 3
syncthing_db_operations_total{folder="tegp5-b3vnh",operation="CountNeed"} 1
syncthing_db_operations_total{folder="tegp5-b3vnh",operation="GetDeviceFile"} 208816
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"} 500
syncthing_db_operations_total{folder="uwk7s-2s4v2",operation="CountGlobal"} 3
syncthing_db_operations_total{folder="uwk7s-2s4v2",operation="CountNeed"} 1
syncthing_db_operations_total{folder="uwk7s-2s4v2",operation="GetDeviceFile"} 46500
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"} 495
syncthing_db_operations_total{folder="v2036_f9n9-photos",operation="CountGlobal"} 3
syncthing_db_operations_total{folder="v2036_f9n9-photos",operation="CountNeed"} 1
syncthing_db_operations_total{folder="v2036_f9n9-photos",operation="GetDeviceFile"} 1485
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="ConfigSaved",state="created"} 1
syncthing_events_total{event="FolderCompletion",state="created"} 53
syncthing_events_total{event="FolderCompletion",state="delivered"} 53
syncthing_events_total{event="FolderScanProgress",state="created"} 52
syncthing_events_total{event="FolderScanProgress",state="delivered"} 52
syncthing_events_total{event="FolderSummary",state="created"} 53
syncthing_events_total{event="FolderSummary",state="delivered"} 53
syncthing_events_total{event="ListenAddressesChanged",state="created"} 6
syncthing_events_total{event="ListenAddressesChanged",state="delivered"} 18
syncthing_events_total{event="LocalIndexUpdated",state="created"} 53
syncthing_events_total{event="LocalIndexUpdated",state="delivered"} 106
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"} 7651
syncthing_events_total{event="StateChanged",state="delivered"} 15298
# 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"} 8.080083369e+09
syncthing_fs_operation_bytes_total{operation="write",root="/home/qevitta/.local/state/syncthing"} 21805
# 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="/home/qevitta/.local/state/syncthing"} 5.26e-06
syncthing_fs_operation_seconds_total{operation="close",root="/home/qevitta/.local/state/syncthing"} 6.3e-06
syncthing_fs_operation_seconds_total{operation="close",root="/home/qevitta/home-files/project-files"} 0.000541918
syncthing_fs_operation_seconds_total{operation="dirnames",root="/home/qevitta/Sync"} 0.07536056800000006
syncthing_fs_operation_seconds_total{operation="dirnames",root="/home/qevitta/home-files/mobile-camera"} 0.04669276599999996
syncthing_fs_operation_seconds_total{operation="dirnames",root="/home/qevitta/home-files/pictures"} 0.09412452700000015
syncthing_fs_operation_seconds_total{operation="dirnames",root="/home/qevitta/home-files/project-files"} 430.9391129413803
syncthing_fs_operation_seconds_total{operation="dirnames",root="/home/qevitta/static/fonts"} 0.3315600490000002
syncthing_fs_operation_seconds_total{operation="glob",root="/home/qevitta/.local/state/syncthing"} 0.00012414900000000002
syncthing_fs_operation_seconds_total{operation="hide",root="/home/qevitta/Sync"} 1.61e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/home/qevitta/brat-next/files"} 1.3e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/home/qevitta/brat-next/logs"} 1.6000000000000001e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/home/qevitta/home-files/mobile-camera"} 1.69e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/home/qevitta/home-files/pictures"} 1.1659999999999998e-05
syncthing_fs_operation_seconds_total{operation="hide",root="/home/qevitta/home-files/project-files"} 1.88e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/home/qevitta/static/fonts"} 2.0100000000000002e-06
syncthing_fs_operation_seconds_total{operation="lstat",root="/home/qevitta/.local/state/syncthing"} 1.087e-05
syncthing_fs_operation_seconds_total{operation="lstat",root="/home/qevitta/Sync"} 0.2762845269999988
syncthing_fs_operation_seconds_total{operation="lstat",root="/home/qevitta/brat-next/files"} 9.289999999999999e-06
syncthing_fs_operation_seconds_total{operation="lstat",root="/home/qevitta/brat-next/logs"} 3.3589999999999995e-05
syncthing_fs_operation_seconds_total{operation="lstat",root="/home/qevitta/home-files/mobile-camera"} 0.08307025300000023
syncthing_fs_operation_seconds_total{operation="lstat",root="/home/qevitta/home-files/pictures"} 1.11022107999998
syncthing_fs_operation_seconds_total{operation="lstat",root="/home/qevitta/home-files/project-files"} 4271.192416866846
syncthing_fs_operation_seconds_total{operation="lstat",root="/home/qevitta/static/fonts"} 3.6796293050003235
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/home/qevitta/.local/state/syncthing"} 6.29e-06
syncthing_fs_operation_seconds_total{operation="name",root="/home/qevitta/.local/state/syncthing"} 3.7e-07
syncthing_fs_operation_seconds_total{operation="open",root="/home/qevitta/.local/state/syncthing"} 6.88e-06
syncthing_fs_operation_seconds_total{operation="open",root="/home/qevitta/Sync"} 0.0012848339999999997
syncthing_fs_operation_seconds_total{operation="open",root="/home/qevitta/brat-next/files"} 4.74e-06
syncthing_fs_operation_seconds_total{operation="open",root="/home/qevitta/brat-next/logs"} 6.88e-06
syncthing_fs_operation_seconds_total{operation="open",root="/home/qevitta/home-files/mobile-camera"} 0.0012846610000000003
syncthing_fs_operation_seconds_total{operation="open",root="/home/qevitta/home-files/pictures"} 0.0013159570000000002
syncthing_fs_operation_seconds_total{operation="open",root="/home/qevitta/home-files/project-files"} 0.0013224660000000004
syncthing_fs_operation_seconds_total{operation="open",root="/home/qevitta/static/fonts"} 0.0013759889999999996
syncthing_fs_operation_seconds_total{operation="openfile",root="/home/qevitta/.local/state/syncthing"} 1.563e-05
syncthing_fs_operation_seconds_total{operation="options",root="/home/qevitta/.local/state/syncthing"} 1.2299999999999999e-06
syncthing_fs_operation_seconds_total{operation="options",root="/home/qevitta/.local/state/syncthing/index-v2"} 0.00026398800000000184
syncthing_fs_operation_seconds_total{operation="options",root="/home/qevitta/Sync"} 0.0002953789999999999
syncthing_fs_operation_seconds_total{operation="options",root="/home/qevitta/brat-next/files"} 0.00029461300000000037
syncthing_fs_operation_seconds_total{operation="options",root="/home/qevitta/brat-next/logs"} 0.000283574
syncthing_fs_operation_seconds_total{operation="options",root="/home/qevitta/home-files/mobile-camera"} 0.00027921700000000006
syncthing_fs_operation_seconds_total{operation="options",root="/home/qevitta/home-files/pictures"} 0.00028430200000000006
syncthing_fs_operation_seconds_total{operation="options",root="/home/qevitta/home-files/project-files"} 0.00032885600000000096
syncthing_fs_operation_seconds_total{operation="options",root="/home/qevitta/static/fonts"} 0.00031733399999999985
syncthing_fs_operation_seconds_total{operation="read",root="/home/qevitta/home-files/project-files"} 0.6975219719999562
syncthing_fs_operation_seconds_total{operation="readsymlink",root="/home/qevitta/home-files/project-files"} 0.03454386500000015
syncthing_fs_operation_seconds_total{operation="remove",root="/home/qevitta/.local/state/syncthing"} 7.9e-06
syncthing_fs_operation_seconds_total{operation="removeall",root="/home/qevitta/.local/state/syncthing"} 0.040116566
syncthing_fs_operation_seconds_total{operation="rename",root="/home/qevitta/.local/state/syncthing"} 4.568e-05
syncthing_fs_operation_seconds_total{operation="stat",root="/home/qevitta/.local/state/syncthing"} 3.56e-06
syncthing_fs_operation_seconds_total{operation="stat",root="/home/qevitta/Sync"} 0.005484405000000003
syncthing_fs_operation_seconds_total{operation="stat",root="/home/qevitta/brat-next/files"} 0.003509949000000002
syncthing_fs_operation_seconds_total{operation="stat",root="/home/qevitta/brat-next/logs"} 0.0033471180000000022
syncthing_fs_operation_seconds_total{operation="stat",root="/home/qevitta/home-files/mobile-camera"} 0.005202218999999996
syncthing_fs_operation_seconds_total{operation="stat",root="/home/qevitta/home-files/pictures"} 0.005392115000000002
syncthing_fs_operation_seconds_total{operation="stat",root="/home/qevitta/home-files/project-files"} 0.013457579000000013
syncthing_fs_operation_seconds_total{operation="stat",root="/home/qevitta/static/fonts"} 0.005387488000000006
syncthing_fs_operation_seconds_total{operation="sync",root="/home/qevitta/.local/state/syncthing"} 0.008723302
syncthing_fs_operation_seconds_total{operation="type",root="/home/qevitta/Sync"} 0.0001053370000000003
syncthing_fs_operation_seconds_total{operation="type",root="/home/qevitta/brat-next/files"} 0.00010314500000000023
syncthing_fs_operation_seconds_total{operation="type",root="/home/qevitta/brat-next/logs"} 0.00010376800000000016
syncthing_fs_operation_seconds_total{operation="type",root="/home/qevitta/home-files/mobile-camera"} 0.00011497000000000021
syncthing_fs_operation_seconds_total{operation="type",root="/home/qevitta/home-files/pictures"} 0.00013533599999999955
syncthing_fs_operation_seconds_total{operation="type",root="/home/qevitta/home-files/project-files"} 0.00012299600000000008
syncthing_fs_operation_seconds_total{operation="type",root="/home/qevitta/static/fonts"} 0.00017703499999999913
syncthing_fs_operation_seconds_total{operation="uri",root="/home/qevitta/Sync"} 6.041000000000015e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/home/qevitta/brat-next/files"} 5.613000000000018e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/home/qevitta/brat-next/logs"} 5.55600000000002e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/home/qevitta/home-files/mobile-camera"} 6.127900000000018e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/home/qevitta/home-files/pictures"} 5.236900000000016e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/home/qevitta/home-files/project-files"} 6.507900000000005e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/home/qevitta/static/fonts"} 0.00010240799999999942
syncthing_fs_operation_seconds_total{operation="usage",root="/home/qevitta/.local/state/syncthing/index-v2"} 0.01628491899999999
syncthing_fs_operation_seconds_total{operation="watch",root="/home/qevitta/Sync"} 0.013944648
syncthing_fs_operation_seconds_total{operation="watch",root="/home/qevitta/home-files/mobile-camera"} 3.790795236
syncthing_fs_operation_seconds_total{operation="watch",root="/home/qevitta/home-files/pictures"} 3.792238476
syncthing_fs_operation_seconds_total{operation="watch",root="/home/qevitta/home-files/project-files"} 3.811477414
syncthing_fs_operation_seconds_total{operation="watch",root="/home/qevitta/static/fonts"} 3.801640096
syncthing_fs_operation_seconds_total{operation="write",root="/home/qevitta/.local/state/syncthing"} 0.00013426999999999997
# 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="/home/qevitta/.local/state/syncthing"} 1
syncthing_fs_operations_total{operation="close",root="/home/qevitta/.local/state/syncthing"} 2
syncthing_fs_operations_total{operation="close",root="/home/qevitta/home-files/project-files"} 154
syncthing_fs_operations_total{operation="dirnames",root="/home/qevitta/Sync"} 3024
syncthing_fs_operations_total{operation="dirnames",root="/home/qevitta/home-files/mobile-camera"} 2475
syncthing_fs_operations_total{operation="dirnames",root="/home/qevitta/home-files/pictures"} 2500
syncthing_fs_operations_total{operation="dirnames",root="/home/qevitta/home-files/project-files"} 2.4589627e+07
syncthing_fs_operations_total{operation="dirnames",root="/home/qevitta/static/fonts"} 1488
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"} 3
syncthing_fs_operations_total{operation="lstat",root="/home/qevitta/Sync"} 28734
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"} 5946
syncthing_fs_operations_total{operation="lstat",root="/home/qevitta/home-files/pictures"} 141006
syncthing_fs_operations_total{operation="lstat",root="/home/qevitta/home-files/project-files"} 6.43512125e+08
syncthing_fs_operations_total{operation="lstat",root="/home/qevitta/static/fonts"} 419622
syncthing_fs_operations_total{operation="mkdirall",root="/home/qevitta/.local/state/syncthing"} 2
syncthing_fs_operations_total{operation="name",root="/home/qevitta/.local/state/syncthing"} 3
syncthing_fs_operations_total{operation="open",root="/home/qevitta/.local/state/syncthing"} 1
syncthing_fs_operations_total{operation="open",root="/home/qevitta/Sync"} 506
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"} 497
syncthing_fs_operations_total{operation="open",root="/home/qevitta/home-files/pictures"} 502
syncthing_fs_operations_total{operation="open",root="/home/qevitta/home-files/project-files"} 154
syncthing_fs_operations_total{operation="open",root="/home/qevitta/static/fonts"} 498
syncthing_fs_operations_total{operation="openfile",root="/home/qevitta/.local/state/syncthing"} 1
syncthing_fs_operations_total{operation="options",root="/home/qevitta/.local/state/syncthing"} 4
syncthing_fs_operations_total{operation="options",root="/home/qevitta/.local/state/syncthing/index-v2"} 2603
syncthing_fs_operations_total{operation="options",root="/home/qevitta/Sync"} 1018
syncthing_fs_operations_total{operation="options",root="/home/qevitta/brat-next/files"} 994
syncthing_fs_operations_total{operation="options",root="/home/qevitta/brat-next/logs"} 1014
syncthing_fs_operations_total{operation="options",root="/home/qevitta/home-files/mobile-camera"} 1000
syncthing_fs_operations_total{operation="options",root="/home/qevitta/home-files/pictures"} 1010
syncthing_fs_operations_total{operation="options",root="/home/qevitta/home-files/project-files"} 1216
syncthing_fs_operations_total{operation="options",root="/home/qevitta/static/fonts"} 1002
syncthing_fs_operations_total{operation="read",root="/home/qevitta/home-files/project-files"} 246674
syncthing_fs_operations_total{operation="readsymlink",root="/home/qevitta/home-files/project-files"} 8964
syncthing_fs_operations_total{operation="remove",root="/home/qevitta/.local/state/syncthing"} 1
syncthing_fs_operations_total{operation="removeall",root="/home/qevitta/.local/state/syncthing"} 1
syncthing_fs_operations_total{operation="rename",root="/home/qevitta/.local/state/syncthing"} 1
syncthing_fs_operations_total{operation="stat",root="/home/qevitta/.local/state/syncthing"} 2
syncthing_fs_operations_total{operation="stat",root="/home/qevitta/Sync"} 1010
syncthing_fs_operations_total{operation="stat",root="/home/qevitta/brat-next/files"} 493
syncthing_fs_operations_total{operation="stat",root="/home/qevitta/brat-next/logs"} 503
syncthing_fs_operations_total{operation="stat",root="/home/qevitta/home-files/mobile-camera"} 992
syncthing_fs_operations_total{operation="stat",root="/home/qevitta/home-files/pictures"} 1002
syncthing_fs_operations_total{operation="stat",root="/home/qevitta/home-files/project-files"} 2066
syncthing_fs_operations_total{operation="stat",root="/home/qevitta/static/fonts"} 994
syncthing_fs_operations_total{operation="sync",root="/home/qevitta/.local/state/syncthing"} 2
syncthing_fs_operations_total{operation="type",root="/home/qevitta/Sync"} 510
syncthing_fs_operations_total{operation="type",root="/home/qevitta/brat-next/files"} 498
syncthing_fs_operations_total{operation="type",root="/home/qevitta/brat-next/logs"} 508
syncthing_fs_operations_total{operation="type",root="/home/qevitta/home-files/mobile-camera"} 501
syncthing_fs_operations_total{operation="type",root="/home/qevitta/home-files/pictures"} 506
syncthing_fs_operations_total{operation="type",root="/home/qevitta/home-files/project-files"} 609
syncthing_fs_operations_total{operation="type",root="/home/qevitta/static/fonts"} 502
syncthing_fs_operations_total{operation="uri",root="/home/qevitta/Sync"} 510
syncthing_fs_operations_total{operation="uri",root="/home/qevitta/brat-next/files"} 498
syncthing_fs_operations_total{operation="uri",root="/home/qevitta/brat-next/logs"} 508
syncthing_fs_operations_total{operation="uri",root="/home/qevitta/home-files/mobile-camera"} 501
syncthing_fs_operations_total{operation="uri",root="/home/qevitta/home-files/pictures"} 506
syncthing_fs_operations_total{operation="uri",root="/home/qevitta/home-files/project-files"} 609
syncthing_fs_operations_total{operation="uri",root="/home/qevitta/static/fonts"} 502
syncthing_fs_operations_total{operation="usage",root="/home/qevitta/.local/state/syncthing/index-v2"} 2603
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
syncthing_fs_operations_total{operation="write",root="/home/qevitta/.local/state/syncthing"} 11
# 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.5272771440000004
syncthing_model_folder_scan_seconds_total{folder="lpjh3-eqwvc"} 14618.930384422056
syncthing_model_folder_scan_seconds_total{folder="safdm-kmtwb"} 0
syncthing_model_folder_scan_seconds_total{folder="tegp5-b3vnh"} 19.689751578000006
syncthing_model_folder_scan_seconds_total{folder="uwk7s-2s4v2"} 7.545944442999999
syncthing_model_folder_scan_seconds_total{folder="v2036_f9n9-photos"} 4.223695685000002
# 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"} 504
syncthing_model_folder_scans_total{folder="lpjh3-eqwvc"} 550
syncthing_model_folder_scans_total{folder="safdm-kmtwb"} 0
syncthing_model_folder_scans_total{folder="tegp5-b3vnh"} 496
syncthing_model_folder_scans_total{folder="uwk7s-2s4v2"} 500
syncthing_model_folder_scans_total{folder="v2036_f9n9-photos"} 495
# 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_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="lpjh3-eqwvc",scope="global",type="bytes"} 2.4772282527e+10
syncthing_model_folder_summary{folder="lpjh3-eqwvc",scope="global",type="deleted"} 952450
syncthing_model_folder_summary{folder="lpjh3-eqwvc",scope="global",type="directories"} 23307
syncthing_model_folder_summary{folder="lpjh3-eqwvc",scope="global",type="files"} 145176
syncthing_model_folder_summary{folder="lpjh3-eqwvc",scope="global",type="symlinks"} 18
syncthing_model_folder_summary{folder="lpjh3-eqwvc",scope="local",type="bytes"} 2.6907804758e+10
syncthing_model_folder_summary{folder="lpjh3-eqwvc",scope="local",type="deleted"} 952450
syncthing_model_folder_summary{folder="lpjh3-eqwvc",scope="local",type="directories"} 23489
syncthing_model_folder_summary{folder="lpjh3-eqwvc",scope="local",type="files"} 145218
syncthing_model_folder_summary{folder="lpjh3-eqwvc",scope="local",type="symlinks"} 18
syncthing_model_folder_summary{folder="lpjh3-eqwvc",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="lpjh3-eqwvc",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="lpjh3-eqwvc",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="lpjh3-eqwvc",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="lpjh3-eqwvc",scope="need",type="symlinks"} 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"} 8.080083192e+09
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"} 10584
syncthing_scanner_scanned_items_total{folder="lpjh3-eqwvc"} 8.4620374e+07
syncthing_scanner_scanned_items_total{folder="tegp5-b3vnh"} 209808
syncthing_scanner_scanned_items_total{folder="uwk7s-2s4v2"} 47500
syncthing_scanner_scanned_items_total{folder="v2036_f9n9-photos"} 2475
