# 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.9823e-05
go_gc_duration_seconds{quantile="0.25"} 5.1128e-05
go_gc_duration_seconds{quantile="0.5"} 7.0514e-05
go_gc_duration_seconds{quantile="0.75"} 0.000115628
go_gc_duration_seconds{quantile="1"} 0.00486294
go_gc_duration_seconds_sum 0.1001227
go_gc_duration_seconds_count 636
# 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 117
# HELP go_info Information about the Go environment.
# TYPE go_info gauge
go_info{version="go1.26.3"} 1
# HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes.
# TYPE go_memstats_alloc_bytes gauge
go_memstats_alloc_bytes 1.3349464e+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 8.947172944e+09
# 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 2.018279e+06
# HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects.
# TYPE go_memstats_frees_total counter
go_memstats_frees_total 4.9697717e+07
# 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.405008e+06
# HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes.
# TYPE go_memstats_heap_alloc_bytes gauge
go_memstats_heap_alloc_bytes 1.3349464e+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 7.5227136e+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 2.1307392e+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 84924
# 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 7.4522624e+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 9.6534528e+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.7795585167662144e+09
# HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects.
# TYPE go_memstats_mallocs_total counter
go_memstats_mallocs_total 4.9782641e+07
# 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 18368
# 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 419200
# 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 832320
# HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes.
# TYPE go_memstats_next_gc_bytes gauge
go_memstats_next_gc_bytes 2.0236074e+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.066337e+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 4.128768e+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 4.128768e+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 1.09017384e+08
# HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads.
# TYPE go_sched_gomaxprocs_threads gauge
go_sched_gomaxprocs_threads 8
# HELP go_threads Number of OS threads created.
# TYPE go_threads gauge
go_threads 66
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 240.96
# HELP process_max_fds Maximum number of open file descriptors.
# TYPE process_max_fds gauge
process_max_fds 999999
# HELP process_network_receive_bytes_total Number of bytes received by the process over the network.
# TYPE process_network_receive_bytes_total counter
process_network_receive_bytes_total 4.331937097e+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 3.878827062e+09
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 64
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 1.21749504e+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.77955237138e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 2.05873152e+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"} 5
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 05:59:47 UTC",builduser="docker@github.syncthing.net",codename="Hafnium Hornet",goversion="go1.26.3",program="syncthing",tags="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="B77NCRL-RXFG2QI-OYNKWUQ-QZAMXWG-Y2KBVR7-EFJI2W6-JTEYYUA-VPGR4Q2",introducer="false",name="MacBook-Pro-di-Luigi.local",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="SMEFSD6-MT4KOQY-2O3DSRU-EI7FCCG-YI2EXEW-ORKZZZ3-LHUEXZA-4UWRIQW",introducer="false",name="luigi-cachyos",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="YLWLPBP-4NFGNHP-LMTOLOZ-PFNRA3F-N7JHDM2-SXZZ43M-KZPTNMW-3POZRAU",introducer="false",name="syncthing-78fc746585-f6pgj",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="6vp7a-gsew7",label="Claude",path="/var/syncthing/.claude",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="default",label="Default Folder",path="/var/syncthing/Sync",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="llwwy-z6eps",label="Codex",path="/var/syncthing/.codex",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="secrets",label="Secrets",path="/var/syncthing/.secrets",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="B77NCRL-RXFG2QI-OYNKWUQ-QZAMXWG-Y2KBVR7-EFJI2W6-JTEYYUA-VPGR4Q2"} 0
syncthing_connections_active{device="SMEFSD6-MT4KOQY-2O3DSRU-EI7FCCG-YI2EXEW-ORKZZZ3-LHUEXZA-4UWRIQW"} 3
syncthing_connections_active{device="YLWLPBP-4NFGNHP-LMTOLOZ-PFNRA3F-N7JHDM2-SXZZ43M-KZPTNMW-3POZRAU"} 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="llwwy-z6eps"} 541
# HELP syncthing_db_operation_seconds_total Total time spent in database operations, per folder and operation
# TYPE syncthing_db_operation_seconds_total counter
syncthing_db_operation_seconds_total{folder="-",operation="AllLocalBlocksWithHash"} 0.7428009429999989
syncthing_db_operation_seconds_total{folder="-",operation="GetKV"} 0.14003744900000026
syncthing_db_operation_seconds_total{folder="-",operation="ListFolders"} 0.003875139
syncthing_db_operation_seconds_total{folder="-",operation="PrefixKV"} 0.0066458409999999996
syncthing_db_operation_seconds_total{folder="-",operation="PutKV"} 1.5554131589999995
syncthing_db_operation_seconds_total{folder="6vp7a-gsew7",operation="AllLocalFilesBySequence"} 0.003169224
syncthing_db_operation_seconds_total{folder="6vp7a-gsew7",operation="AllLocalFilesPrefix"} 0.000166625
syncthing_db_operation_seconds_total{folder="6vp7a-gsew7",operation="CountGlobal"} 0.0034993780000000013
syncthing_db_operation_seconds_total{folder="6vp7a-gsew7",operation="CountLocal"} 0.000605695
syncthing_db_operation_seconds_total{folder="6vp7a-gsew7",operation="CountNeed"} 1.248904467
syncthing_db_operation_seconds_total{folder="6vp7a-gsew7",operation="CountReceiveOnlyChanged"} 0.000204447
syncthing_db_operation_seconds_total{folder="6vp7a-gsew7",operation="GetDeviceFile"} 2.392927030999995
syncthing_db_operation_seconds_total{folder="6vp7a-gsew7",operation="GetDeviceSequence"} 0.05536118299999997
syncthing_db_operation_seconds_total{folder="6vp7a-gsew7",operation="IndexIDGet"} 0.0016829810000000003
syncthing_db_operation_seconds_total{folder="6vp7a-gsew7",operation="ListDevicesForFolder"} 0.001659389
syncthing_db_operation_seconds_total{folder="6vp7a-gsew7",operation="RemoteSequences"} 0.0009646139999999999
syncthing_db_operation_seconds_total{folder="default",operation="AllLocalFilesPrefix"} 0.000104257
syncthing_db_operation_seconds_total{folder="default",operation="CountGlobal"} 0.000546214
syncthing_db_operation_seconds_total{folder="default",operation="CountLocal"} 0.00023830900000000003
syncthing_db_operation_seconds_total{folder="default",operation="CountNeed"} 0.000262346
syncthing_db_operation_seconds_total{folder="default",operation="CountReceiveOnlyChanged"} 0.000177356
syncthing_db_operation_seconds_total{folder="default",operation="GetDeviceSequence"} 0.003863908
syncthing_db_operation_seconds_total{folder="default",operation="ListDevicesForFolder"} 5.7267e-05
syncthing_db_operation_seconds_total{folder="default",operation="RemoteSequences"} 0.000139744
syncthing_db_operation_seconds_total{folder="llwwy-z6eps",operation="AllLocalFilesBySequence"} 0.007612754000000001
syncthing_db_operation_seconds_total{folder="llwwy-z6eps",operation="AllLocalFilesPrefix"} 0.000181824
syncthing_db_operation_seconds_total{folder="llwwy-z6eps",operation="AllNeededGlobalFiles"} 0.004510099999999995
syncthing_db_operation_seconds_total{folder="llwwy-z6eps",operation="CountGlobal"} 23.434786789000015
syncthing_db_operation_seconds_total{folder="llwwy-z6eps",operation="CountLocal"} 0.024781956999999983
syncthing_db_operation_seconds_total{folder="llwwy-z6eps",operation="CountNeed"} 79.25833170699973
syncthing_db_operation_seconds_total{folder="llwwy-z6eps",operation="CountReceiveOnlyChanged"} 0.010142445999999994
syncthing_db_operation_seconds_total{folder="llwwy-z6eps",operation="GetDeviceFile"} 4.234412772000015
syncthing_db_operation_seconds_total{folder="llwwy-z6eps",operation="GetDeviceSequence"} 52.873399554999985
syncthing_db_operation_seconds_total{folder="llwwy-z6eps",operation="GetGlobalAvailability"} 72.63718907499997
syncthing_db_operation_seconds_total{folder="llwwy-z6eps",operation="GetGlobalFile"} 0.03308805899999999
syncthing_db_operation_seconds_total{folder="llwwy-z6eps",operation="IndexIDGet"} 0.0008920159999999999
syncthing_db_operation_seconds_total{folder="llwwy-z6eps",operation="ListDevicesForFolder"} 0.083251007
syncthing_db_operation_seconds_total{folder="llwwy-z6eps",operation="RemoteSequences"} 0.026121251000000015
syncthing_db_operation_seconds_total{folder="llwwy-z6eps",operation="Update"} 89.50953610599998
syncthing_db_operation_seconds_total{folder="secrets",operation="AllLocalFilesBySequence"} 0.000421517
syncthing_db_operation_seconds_total{folder="secrets",operation="AllLocalFilesPrefix"} 0.000150635
syncthing_db_operation_seconds_total{folder="secrets",operation="CountGlobal"} 0.0015056980000000002
syncthing_db_operation_seconds_total{folder="secrets",operation="CountLocal"} 0.000516097
syncthing_db_operation_seconds_total{folder="secrets",operation="CountNeed"} 0.006814435999999999
syncthing_db_operation_seconds_total{folder="secrets",operation="CountReceiveOnlyChanged"} 0.000223222
syncthing_db_operation_seconds_total{folder="secrets",operation="GetDeviceFile"} 0.005672027000000001
syncthing_db_operation_seconds_total{folder="secrets",operation="GetDeviceSequence"} 0.05529439200000001
syncthing_db_operation_seconds_total{folder="secrets",operation="IndexIDGet"} 0.0011332290000000004
syncthing_db_operation_seconds_total{folder="secrets",operation="ListDevicesForFolder"} 0.003222807
syncthing_db_operation_seconds_total{folder="secrets",operation="RemoteSequences"} 0.000330143
# HELP syncthing_db_operations_current Number of database operations currently ongoing, per folder and operation
# TYPE syncthing_db_operations_current gauge
syncthing_db_operations_current{folder="-",operation="AllLocalBlocksWithHash"} 0
syncthing_db_operations_current{folder="-",operation="GetKV"} 0
syncthing_db_operations_current{folder="-",operation="ListFolders"} 0
syncthing_db_operations_current{folder="-",operation="PrefixKV"} 0
syncthing_db_operations_current{folder="-",operation="PutKV"} 0
syncthing_db_operations_current{folder="6vp7a-gsew7",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="6vp7a-gsew7",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="6vp7a-gsew7",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="6vp7a-gsew7",operation="CountLocal"} 0
syncthing_db_operations_current{folder="6vp7a-gsew7",operation="CountNeed"} 0
syncthing_db_operations_current{folder="6vp7a-gsew7",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="6vp7a-gsew7",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="6vp7a-gsew7",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="6vp7a-gsew7",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="6vp7a-gsew7",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="6vp7a-gsew7",operation="RemoteSequences"} 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="CountLocal"} 0
syncthing_db_operations_current{folder="default",operation="CountNeed"} 0
syncthing_db_operations_current{folder="default",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="default",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="default",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="default",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="llwwy-z6eps",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="llwwy-z6eps",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="llwwy-z6eps",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="llwwy-z6eps",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="llwwy-z6eps",operation="CountLocal"} 0
syncthing_db_operations_current{folder="llwwy-z6eps",operation="CountNeed"} 0
syncthing_db_operations_current{folder="llwwy-z6eps",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="llwwy-z6eps",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="llwwy-z6eps",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="llwwy-z6eps",operation="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="llwwy-z6eps",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="llwwy-z6eps",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="llwwy-z6eps",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="llwwy-z6eps",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="llwwy-z6eps",operation="Update"} 0
syncthing_db_operations_current{folder="secrets",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="secrets",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="secrets",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="secrets",operation="CountLocal"} 0
syncthing_db_operations_current{folder="secrets",operation="CountNeed"} 0
syncthing_db_operations_current{folder="secrets",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="secrets",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="secrets",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="secrets",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="secrets",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="secrets",operation="RemoteSequences"} 0
# HELP syncthing_db_operations_total Total number of database operations, per folder and operation
# TYPE syncthing_db_operations_total counter
syncthing_db_operations_total{folder="-",operation="AllLocalBlocksWithHash"} 132086
syncthing_db_operations_total{folder="-",operation="GetKV"} 729
syncthing_db_operations_total{folder="-",operation="ListFolders"} 1
syncthing_db_operations_total{folder="-",operation="PrefixKV"} 10
syncthing_db_operations_total{folder="-",operation="PutKV"} 464
syncthing_db_operations_total{folder="6vp7a-gsew7",operation="AllLocalFilesBySequence"} 2
syncthing_db_operations_total{folder="6vp7a-gsew7",operation="AllLocalFilesPrefix"} 2
syncthing_db_operations_total{folder="6vp7a-gsew7",operation="CountGlobal"} 27
syncthing_db_operations_total{folder="6vp7a-gsew7",operation="CountLocal"} 7
syncthing_db_operations_total{folder="6vp7a-gsew7",operation="CountNeed"} 26
syncthing_db_operations_total{folder="6vp7a-gsew7",operation="CountReceiveOnlyChanged"} 7
syncthing_db_operations_total{folder="6vp7a-gsew7",operation="GetDeviceFile"} 26696
syncthing_db_operations_total{folder="6vp7a-gsew7",operation="GetDeviceSequence"} 482
syncthing_db_operations_total{folder="6vp7a-gsew7",operation="IndexIDGet"} 37
syncthing_db_operations_total{folder="6vp7a-gsew7",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="6vp7a-gsew7",operation="RemoteSequences"} 7
syncthing_db_operations_total{folder="default",operation="AllLocalFilesPrefix"} 2
syncthing_db_operations_total{folder="default",operation="CountGlobal"} 9
syncthing_db_operations_total{folder="default",operation="CountLocal"} 3
syncthing_db_operations_total{folder="default",operation="CountNeed"} 5
syncthing_db_operations_total{folder="default",operation="CountReceiveOnlyChanged"} 3
syncthing_db_operations_total{folder="default",operation="GetDeviceSequence"} 5
syncthing_db_operations_total{folder="default",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="default",operation="RemoteSequences"} 3
syncthing_db_operations_total{folder="llwwy-z6eps",operation="AllLocalFilesBySequence"} 258
syncthing_db_operations_total{folder="llwwy-z6eps",operation="AllLocalFilesPrefix"} 2
syncthing_db_operations_total{folder="llwwy-z6eps",operation="AllNeededGlobalFiles"} 271
syncthing_db_operations_total{folder="llwwy-z6eps",operation="CountGlobal"} 1191
syncthing_db_operations_total{folder="llwwy-z6eps",operation="CountLocal"} 395
syncthing_db_operations_total{folder="llwwy-z6eps",operation="CountNeed"} 1738
syncthing_db_operations_total{folder="llwwy-z6eps",operation="CountReceiveOnlyChanged"} 395
syncthing_db_operations_total{folder="llwwy-z6eps",operation="GetDeviceFile"} 47991
syncthing_db_operations_total{folder="llwwy-z6eps",operation="GetDeviceSequence"} 2614
syncthing_db_operations_total{folder="llwwy-z6eps",operation="GetGlobalAvailability"} 33211
syncthing_db_operations_total{folder="llwwy-z6eps",operation="GetGlobalFile"} 200
syncthing_db_operations_total{folder="llwwy-z6eps",operation="IndexIDGet"} 37
syncthing_db_operations_total{folder="llwwy-z6eps",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="llwwy-z6eps",operation="RemoteSequences"} 395
syncthing_db_operations_total{folder="llwwy-z6eps",operation="Update"} 420
syncthing_db_operations_total{folder="secrets",operation="AllLocalFilesBySequence"} 2
syncthing_db_operations_total{folder="secrets",operation="AllLocalFilesPrefix"} 2
syncthing_db_operations_total{folder="secrets",operation="CountGlobal"} 27
syncthing_db_operations_total{folder="secrets",operation="CountLocal"} 7
syncthing_db_operations_total{folder="secrets",operation="CountNeed"} 26
syncthing_db_operations_total{folder="secrets",operation="CountReceiveOnlyChanged"} 7
syncthing_db_operations_total{folder="secrets",operation="GetDeviceFile"} 98
syncthing_db_operations_total{folder="secrets",operation="GetDeviceSequence"} 482
syncthing_db_operations_total{folder="secrets",operation="IndexIDGet"} 37
syncthing_db_operations_total{folder="secrets",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="secrets",operation="RemoteSequences"} 7
# HELP syncthing_events_total Total number of created/forwarded/dropped events
# TYPE syncthing_events_total counter
syncthing_events_total{event="ClusterConfigReceived",state="created"} 2
syncthing_events_total{event="ClusterConfigReceived",state="delivered"} 4
syncthing_events_total{event="ConfigSaved",state="created"} 1
syncthing_events_total{event="DeviceConnected",state="created"} 6
syncthing_events_total{event="DeviceConnected",state="delivered"} 12
syncthing_events_total{event="DeviceDisconnected",state="created"} 1
syncthing_events_total{event="DeviceDisconnected",state="delivered"} 4
syncthing_events_total{event="DownloadProgress",state="created"} 6
syncthing_events_total{event="DownloadProgress",state="delivered"} 12
syncthing_events_total{event="FolderCompletion",state="created"} 800
syncthing_events_total{event="FolderCompletion",state="delivered"} 800
syncthing_events_total{event="FolderErrors",state="created"} 41
syncthing_events_total{event="FolderErrors",state="delivered"} 41
syncthing_events_total{event="FolderSummary",state="created"} 400
syncthing_events_total{event="FolderSummary",state="delivered"} 400
syncthing_events_total{event="ItemFinished",state="created"} 214
syncthing_events_total{event="ItemFinished",state="delivered"} 1070
syncthing_events_total{event="ItemStarted",state="created"} 214
syncthing_events_total{event="ItemStarted",state="delivered"} 1070
syncthing_events_total{event="ListenAddressesChanged",state="created"} 2
syncthing_events_total{event="ListenAddressesChanged",state="delivered"} 2
syncthing_events_total{event="LocalIndexUpdated",state="created"} 128
syncthing_events_total{event="LocalIndexUpdated",state="delivered"} 1024
syncthing_events_total{event="RemoteChangeDetected",state="created"} 163
syncthing_events_total{event="RemoteChangeDetected",state="delivered"} 163
syncthing_events_total{event="RemoteIndexUpdated",state="created"} 292
syncthing_events_total{event="RemoteIndexUpdated",state="delivered"} 584
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"} 1063
syncthing_events_total{event="StateChanged",state="delivered"} 2126
# HELP syncthing_fs_operation_bytes_total Total number of filesystem bytes transferred, per filesystem root and operation
# TYPE syncthing_fs_operation_bytes_total counter
syncthing_fs_operation_bytes_total{operation="read",root="/var/syncthing/.codex"} 2.59494816e+09
syncthing_fs_operation_bytes_total{operation="readat",root="/var/syncthing/.codex"} 7.910192267e+09
syncthing_fs_operation_bytes_total{operation="write",root="/var/syncthing/config"} 16430
syncthing_fs_operation_bytes_total{operation="writeat",root="/var/syncthing/.codex"} 8.132236427e+09
# HELP syncthing_fs_operation_seconds_total Total time spent in filesystem operations, per filesystem root and operation
# TYPE syncthing_fs_operation_seconds_total counter
syncthing_fs_operation_seconds_total{operation="chmod",root="/var/syncthing/.codex"} 0.609633696
syncthing_fs_operation_seconds_total{operation="chmod",root="/var/syncthing/config"} 0.003157512
syncthing_fs_operation_seconds_total{operation="chtimes",root="/var/syncthing/.codex"} 0.4403729760000002
syncthing_fs_operation_seconds_total{operation="close",root="/var/syncthing/.codex"} 0.46781482300000077
syncthing_fs_operation_seconds_total{operation="close",root="/var/syncthing/config"} 0.00026038300000000004
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/syncthing/.claude"} 1.6249841029999996
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/syncthing/.codex"} 9.888720379999983
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/syncthing/.secrets"} 0.030736963000000003
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/syncthing/Sync"} 0.00142325
syncthing_fs_operation_seconds_total{operation="glob",root="/var/syncthing/config"} 0.001450393
syncthing_fs_operation_seconds_total{operation="hide",root="/var/syncthing/.claude"} 2.114e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/var/syncthing/.codex"} 0.00023713000000000008
syncthing_fs_operation_seconds_total{operation="hide",root="/var/syncthing/.secrets"} 2.244e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/var/syncthing/Sync"} 1.4919999999999999e-06
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/syncthing/.claude"} 5.860569587999909
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/syncthing/.codex"} 36.842137979999464
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/syncthing/.secrets"} 0.013396969000000002
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/syncthing/Sync"} 0.002108697
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/syncthing/config"} 3.657e-05
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/var/syncthing/config"} 1.4235999999999999e-05
syncthing_fs_operation_seconds_total{operation="name",root="/var/syncthing/config"} 7.83e-07
syncthing_fs_operation_seconds_total{operation="open",root="/var/syncthing/.claude"} 3.3982999999999996e-05
syncthing_fs_operation_seconds_total{operation="open",root="/var/syncthing/.codex"} 6.600556446999918
syncthing_fs_operation_seconds_total{operation="open",root="/var/syncthing/.secrets"} 2.8765e-05
syncthing_fs_operation_seconds_total{operation="open",root="/var/syncthing/Sync"} 3.203e-05
syncthing_fs_operation_seconds_total{operation="open",root="/var/syncthing/config"} 0.000200298
syncthing_fs_operation_seconds_total{operation="openfile",root="/var/syncthing/.codex"} 0.92876668
syncthing_fs_operation_seconds_total{operation="openfile",root="/var/syncthing/config"} 0.006011831
syncthing_fs_operation_seconds_total{operation="options",root="/var/syncthing/.claude"} 0.00023929700000000019
syncthing_fs_operation_seconds_total{operation="options",root="/var/syncthing/.codex"} 0.019978976999997792
syncthing_fs_operation_seconds_total{operation="options",root="/var/syncthing/.secrets"} 0.00015090600000000013
syncthing_fs_operation_seconds_total{operation="options",root="/var/syncthing/Sync"} 0.0001491960000000002
syncthing_fs_operation_seconds_total{operation="options",root="/var/syncthing/config"} 1.5530000000000002e-06
syncthing_fs_operation_seconds_total{operation="options",root="/var/syncthing/config/index-v2"} 5.987800000000001e-05
syncthing_fs_operation_seconds_total{operation="read",root="/var/syncthing/.codex"} 3.5682206070000393
syncthing_fs_operation_seconds_total{operation="readat",root="/var/syncthing/.codex"} 33.41886848600005
syncthing_fs_operation_seconds_total{operation="readsymlink",root="/var/syncthing/.claude"} 0.000338632
syncthing_fs_operation_seconds_total{operation="readsymlink",root="/var/syncthing/.codex"} 0.0052483090000000005
syncthing_fs_operation_seconds_total{operation="remove",root="/var/syncthing/.codex"} 1.2705842149999997
syncthing_fs_operation_seconds_total{operation="remove",root="/var/syncthing/config"} 0.000189629
syncthing_fs_operation_seconds_total{operation="rename",root="/var/syncthing/.codex"} 0.36872842299999997
syncthing_fs_operation_seconds_total{operation="rename",root="/var/syncthing/config"} 0.002972752
syncthing_fs_operation_seconds_total{operation="stat",root="/var/syncthing/.claude"} 0.000514505
syncthing_fs_operation_seconds_total{operation="stat",root="/var/syncthing/.codex"} 0.10871873700000013
syncthing_fs_operation_seconds_total{operation="stat",root="/var/syncthing/.secrets"} 0.0007454089999999999
syncthing_fs_operation_seconds_total{operation="stat",root="/var/syncthing/Sync"} 0.0007141539999999999
syncthing_fs_operation_seconds_total{operation="stat",root="/var/syncthing/config"} 7.814999999999999e-06
syncthing_fs_operation_seconds_total{operation="sync",root="/var/syncthing/.codex"} 5.017287299
syncthing_fs_operation_seconds_total{operation="sync",root="/var/syncthing/config"} 0.003205904
syncthing_fs_operation_seconds_total{operation="truncate",root="/var/syncthing/.codex"} 0.526578563
syncthing_fs_operation_seconds_total{operation="type",root="/var/syncthing/.claude"} 9.280100000000013e-05
syncthing_fs_operation_seconds_total{operation="type",root="/var/syncthing/.codex"} 0.007242111000000788
syncthing_fs_operation_seconds_total{operation="type",root="/var/syncthing/.secrets"} 6.335500000000007e-05
syncthing_fs_operation_seconds_total{operation="type",root="/var/syncthing/Sync"} 6.510800000000007e-05
syncthing_fs_operation_seconds_total{operation="unhide",root="/var/syncthing/.codex"} 0.00022085899999999993
syncthing_fs_operation_seconds_total{operation="uri",root="/var/syncthing/.claude"} 9.007300000000008e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/var/syncthing/.codex"} 0.004710010000000216
syncthing_fs_operation_seconds_total{operation="uri",root="/var/syncthing/.secrets"} 7.421400000000013e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/var/syncthing/Sync"} 6.949100000000014e-05
syncthing_fs_operation_seconds_total{operation="usage",root="/var/syncthing/.codex"} 0.060262402000000014
syncthing_fs_operation_seconds_total{operation="usage",root="/var/syncthing/config/index-v2"} 0.08982998000000002
syncthing_fs_operation_seconds_total{operation="watch",root="/var/syncthing/.claude"} 1.9414631839999998
syncthing_fs_operation_seconds_total{operation="watch",root="/var/syncthing/.codex"} 5.786669382
syncthing_fs_operation_seconds_total{operation="watch",root="/var/syncthing/.secrets"} 5.791252722
syncthing_fs_operation_seconds_total{operation="watch",root="/var/syncthing/Sync"} 1.857640636
syncthing_fs_operation_seconds_total{operation="write",root="/var/syncthing/config"} 4.2099e-05
syncthing_fs_operation_seconds_total{operation="writeat",root="/var/syncthing/.codex"} 20.078332931999768
# HELP syncthing_fs_operations_total Total number of filesystem operations, per filesystem root and operation
# TYPE syncthing_fs_operations_total counter
syncthing_fs_operations_total{operation="chmod",root="/var/syncthing/.codex"} 212
syncthing_fs_operations_total{operation="chmod",root="/var/syncthing/config"} 1
syncthing_fs_operations_total{operation="chtimes",root="/var/syncthing/.codex"} 161
syncthing_fs_operations_total{operation="close",root="/var/syncthing/.codex"} 60824
syncthing_fs_operations_total{operation="close",root="/var/syncthing/config"} 2
syncthing_fs_operations_total{operation="dirnames",root="/var/syncthing/.claude"} 4713
syncthing_fs_operations_total{operation="dirnames",root="/var/syncthing/.codex"} 32509
syncthing_fs_operations_total{operation="dirnames",root="/var/syncthing/.secrets"} 80
syncthing_fs_operations_total{operation="dirnames",root="/var/syncthing/Sync"} 4
syncthing_fs_operations_total{operation="glob",root="/var/syncthing/config"} 5
syncthing_fs_operations_total{operation="hide",root="/var/syncthing/.claude"} 3
syncthing_fs_operations_total{operation="hide",root="/var/syncthing/.codex"} 202
syncthing_fs_operations_total{operation="hide",root="/var/syncthing/.secrets"} 3
syncthing_fs_operations_total{operation="hide",root="/var/syncthing/Sync"} 3
syncthing_fs_operations_total{operation="lstat",root="/var/syncthing/.claude"} 123618
syncthing_fs_operations_total{operation="lstat",root="/var/syncthing/.codex"} 630340
syncthing_fs_operations_total{operation="lstat",root="/var/syncthing/.secrets"} 356
syncthing_fs_operations_total{operation="lstat",root="/var/syncthing/Sync"} 14
syncthing_fs_operations_total{operation="lstat",root="/var/syncthing/config"} 2
syncthing_fs_operations_total{operation="mkdirall",root="/var/syncthing/config"} 2
syncthing_fs_operations_total{operation="name",root="/var/syncthing/config"} 3
syncthing_fs_operations_total{operation="open",root="/var/syncthing/.claude"} 4
syncthing_fs_operations_total{operation="open",root="/var/syncthing/.codex"} 60928
syncthing_fs_operations_total{operation="open",root="/var/syncthing/.secrets"} 4
syncthing_fs_operations_total{operation="open",root="/var/syncthing/Sync"} 4
syncthing_fs_operations_total{operation="open",root="/var/syncthing/config"} 1
syncthing_fs_operations_total{operation="openfile",root="/var/syncthing/.codex"} 199
syncthing_fs_operations_total{operation="openfile",root="/var/syncthing/config"} 1
syncthing_fs_operations_total{operation="options",root="/var/syncthing/.claude"} 1098
syncthing_fs_operations_total{operation="options",root="/var/syncthing/.codex"} 58738
syncthing_fs_operations_total{operation="options",root="/var/syncthing/.secrets"} 1098
syncthing_fs_operations_total{operation="options",root="/var/syncthing/Sync"} 1102
syncthing_fs_operations_total{operation="options",root="/var/syncthing/config"} 4
syncthing_fs_operations_total{operation="options",root="/var/syncthing/config/index-v2"} 314
syncthing_fs_operations_total{operation="read",root="/var/syncthing/.codex"} 79229
syncthing_fs_operations_total{operation="readat",root="/var/syncthing/.codex"} 60424
syncthing_fs_operations_total{operation="readsymlink",root="/var/syncthing/.claude"} 2
syncthing_fs_operations_total{operation="readsymlink",root="/var/syncthing/.codex"} 30
syncthing_fs_operations_total{operation="remove",root="/var/syncthing/.codex"} 295
syncthing_fs_operations_total{operation="remove",root="/var/syncthing/config"} 1
syncthing_fs_operations_total{operation="rename",root="/var/syncthing/.codex"} 148
syncthing_fs_operations_total{operation="rename",root="/var/syncthing/config"} 1
syncthing_fs_operations_total{operation="stat",root="/var/syncthing/.claude"} 6
syncthing_fs_operations_total{operation="stat",root="/var/syncthing/.codex"} 1354
syncthing_fs_operations_total{operation="stat",root="/var/syncthing/.secrets"} 6
syncthing_fs_operations_total{operation="stat",root="/var/syncthing/Sync"} 9
syncthing_fs_operations_total{operation="stat",root="/var/syncthing/config"} 2
syncthing_fs_operations_total{operation="sync",root="/var/syncthing/.codex"} 349
syncthing_fs_operations_total{operation="sync",root="/var/syncthing/config"} 2
syncthing_fs_operations_total{operation="truncate",root="/var/syncthing/.codex"} 199
syncthing_fs_operations_total{operation="type",root="/var/syncthing/.claude"} 550
syncthing_fs_operations_total{operation="type",root="/var/syncthing/.codex"} 29666
syncthing_fs_operations_total{operation="type",root="/var/syncthing/.secrets"} 550
syncthing_fs_operations_total{operation="type",root="/var/syncthing/Sync"} 552
syncthing_fs_operations_total{operation="unhide",root="/var/syncthing/.codex"} 199
syncthing_fs_operations_total{operation="uri",root="/var/syncthing/.claude"} 550
syncthing_fs_operations_total{operation="uri",root="/var/syncthing/.codex"} 29666
syncthing_fs_operations_total{operation="uri",root="/var/syncthing/.secrets"} 550
syncthing_fs_operations_total{operation="uri",root="/var/syncthing/Sync"} 552
syncthing_fs_operations_total{operation="usage",root="/var/syncthing/.codex"} 199
syncthing_fs_operations_total{operation="usage",root="/var/syncthing/config/index-v2"} 314
syncthing_fs_operations_total{operation="watch",root="/var/syncthing/.claude"} 1
syncthing_fs_operations_total{operation="watch",root="/var/syncthing/.codex"} 1
syncthing_fs_operations_total{operation="watch",root="/var/syncthing/.secrets"} 1
syncthing_fs_operations_total{operation="watch",root="/var/syncthing/Sync"} 1
syncthing_fs_operations_total{operation="write",root="/var/syncthing/config"} 8
syncthing_fs_operations_total{operation="writeat",root="/var/syncthing/.codex"} 63554
# HELP syncthing_model_folder_conflicts_total Total number of conflicts
# TYPE syncthing_model_folder_conflicts_total counter
syncthing_model_folder_conflicts_total{folder="6vp7a-gsew7"} 0
syncthing_model_folder_conflicts_total{folder="default"} 0
syncthing_model_folder_conflicts_total{folder="llwwy-z6eps"} 0
syncthing_model_folder_conflicts_total{folder="secrets"} 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="6vp7a-gsew7",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="6vp7a-gsew7",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="6vp7a-gsew7",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="6vp7a-gsew7",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="llwwy-z6eps",source="local_origin"} 4.135659504e+09
syncthing_model_folder_processed_bytes_total{folder="llwwy-z6eps",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="llwwy-z6eps",source="network"} 3.996576923e+09
syncthing_model_folder_processed_bytes_total{folder="llwwy-z6eps",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="secrets",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="secrets",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="secrets",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="secrets",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="6vp7a-gsew7"} 0
syncthing_model_folder_pull_seconds_total{folder="default"} 0
syncthing_model_folder_pull_seconds_total{folder="llwwy-z6eps"} 362.7006235939996
syncthing_model_folder_pull_seconds_total{folder="secrets"} 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="6vp7a-gsew7"} 0
syncthing_model_folder_pulls_total{folder="default"} 0
syncthing_model_folder_pulls_total{folder="llwwy-z6eps"} 151
syncthing_model_folder_pulls_total{folder="secrets"} 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="6vp7a-gsew7"} 11.521669565
syncthing_model_folder_scan_seconds_total{folder="default"} 0.016461719
syncthing_model_folder_scan_seconds_total{folder="llwwy-z6eps"} 28.873055865999994
syncthing_model_folder_scan_seconds_total{folder="secrets"} 0.058357829
# 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="6vp7a-gsew7"} 2
syncthing_model_folder_scans_total{folder="default"} 2
syncthing_model_folder_scans_total{folder="llwwy-z6eps"} 2
syncthing_model_folder_scans_total{folder="secrets"} 2
# HELP syncthing_model_folder_state Current folder state
# TYPE syncthing_model_folder_state gauge
syncthing_model_folder_state{folder="6vp7a-gsew7"} 0
syncthing_model_folder_state{folder="default"} 0
syncthing_model_folder_state{folder="llwwy-z6eps"} 0
syncthing_model_folder_state{folder="secrets"} 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="6vp7a-gsew7",scope="global",type="bytes"} 9.50051484e+08
syncthing_model_folder_summary{folder="6vp7a-gsew7",scope="global",type="deleted"} 7569
syncthing_model_folder_summary{folder="6vp7a-gsew7",scope="global",type="directories"} 1180
syncthing_model_folder_summary{folder="6vp7a-gsew7",scope="global",type="files"} 12167
syncthing_model_folder_summary{folder="6vp7a-gsew7",scope="global",type="symlinks"} 1
syncthing_model_folder_summary{folder="6vp7a-gsew7",scope="local",type="bytes"} 9.50051484e+08
syncthing_model_folder_summary{folder="6vp7a-gsew7",scope="local",type="deleted"} 7569
syncthing_model_folder_summary{folder="6vp7a-gsew7",scope="local",type="directories"} 1180
syncthing_model_folder_summary{folder="6vp7a-gsew7",scope="local",type="files"} 12167
syncthing_model_folder_summary{folder="6vp7a-gsew7",scope="local",type="symlinks"} 1
syncthing_model_folder_summary{folder="6vp7a-gsew7",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="6vp7a-gsew7",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="6vp7a-gsew7",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="6vp7a-gsew7",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="6vp7a-gsew7",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="llwwy-z6eps",scope="global",type="bytes"} 1.495602216e+09
syncthing_model_folder_summary{folder="llwwy-z6eps",scope="global",type="deleted"} 12623
syncthing_model_folder_summary{folder="llwwy-z6eps",scope="global",type="directories"} 6917
syncthing_model_folder_summary{folder="llwwy-z6eps",scope="global",type="files"} 16856
syncthing_model_folder_summary{folder="llwwy-z6eps",scope="global",type="symlinks"} 15
syncthing_model_folder_summary{folder="llwwy-z6eps",scope="local",type="bytes"} 1.495602216e+09
syncthing_model_folder_summary{folder="llwwy-z6eps",scope="local",type="deleted"} 12591
syncthing_model_folder_summary{folder="llwwy-z6eps",scope="local",type="directories"} 6917
syncthing_model_folder_summary{folder="llwwy-z6eps",scope="local",type="files"} 16856
syncthing_model_folder_summary{folder="llwwy-z6eps",scope="local",type="symlinks"} 15
syncthing_model_folder_summary{folder="llwwy-z6eps",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="llwwy-z6eps",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="llwwy-z6eps",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="llwwy-z6eps",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="llwwy-z6eps",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="secrets",scope="global",type="bytes"} 56062
syncthing_model_folder_summary{folder="secrets",scope="global",type="deleted"} 2
syncthing_model_folder_summary{folder="secrets",scope="global",type="directories"} 21
syncthing_model_folder_summary{folder="secrets",scope="global",type="files"} 28
syncthing_model_folder_summary{folder="secrets",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="secrets",scope="local",type="bytes"} 56062
syncthing_model_folder_summary{folder="secrets",scope="local",type="deleted"} 2
syncthing_model_folder_summary{folder="secrets",scope="local",type="directories"} 21
syncthing_model_folder_summary{folder="secrets",scope="local",type="files"} 28
syncthing_model_folder_summary{folder="secrets",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="secrets",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="secrets",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="secrets",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="secrets",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="secrets",scope="need",type="symlinks"} 0
# HELP syncthing_protocol_recv_bytes_total Total amount of data received, per device
# TYPE syncthing_protocol_recv_bytes_total counter
syncthing_protocol_recv_bytes_total{device="B77NCRL-RXFG2QI-OYNKWUQ-QZAMXWG-Y2KBVR7-EFJI2W6-JTEYYUA-VPGR4Q2"} 4.188339918e+09
syncthing_protocol_recv_bytes_total{device="SMEFSD6-MT4KOQY-2O3DSRU-EI7FCCG-YI2EXEW-ORKZZZ3-LHUEXZA-4UWRIQW"} 4.88302e+06
# HELP syncthing_protocol_recv_decompressed_bytes_total Total amount of data received, after decompression, per device
# TYPE syncthing_protocol_recv_decompressed_bytes_total counter
syncthing_protocol_recv_decompressed_bytes_total{device="B77NCRL-RXFG2QI-OYNKWUQ-QZAMXWG-Y2KBVR7-EFJI2W6-JTEYYUA-VPGR4Q2"} 4.18881798e+09
syncthing_protocol_recv_decompressed_bytes_total{device="SMEFSD6-MT4KOQY-2O3DSRU-EI7FCCG-YI2EXEW-ORKZZZ3-LHUEXZA-4UWRIQW"} 5.241091e+06
# HELP syncthing_protocol_recv_messages_total Total number of messages received, per device
# TYPE syncthing_protocol_recv_messages_total counter
syncthing_protocol_recv_messages_total{device="B77NCRL-RXFG2QI-OYNKWUQ-QZAMXWG-Y2KBVR7-EFJI2W6-JTEYYUA-VPGR4Q2"} 33210
syncthing_protocol_recv_messages_total{device="SMEFSD6-MT4KOQY-2O3DSRU-EI7FCCG-YI2EXEW-ORKZZZ3-LHUEXZA-4UWRIQW"} 29122
# HELP syncthing_protocol_sent_bytes_total Total amount of data sent, per device
# TYPE syncthing_protocol_sent_bytes_total counter
syncthing_protocol_sent_bytes_total{device="B77NCRL-RXFG2QI-OYNKWUQ-QZAMXWG-Y2KBVR7-EFJI2W6-JTEYYUA-VPGR4Q2"} 5.242677e+06
syncthing_protocol_sent_bytes_total{device="SMEFSD6-MT4KOQY-2O3DSRU-EI7FCCG-YI2EXEW-ORKZZZ3-LHUEXZA-4UWRIQW"} 3.776226323e+09
# HELP syncthing_protocol_sent_messages_total Total number of messages sent, per device
# TYPE syncthing_protocol_sent_messages_total counter
syncthing_protocol_sent_messages_total{device="B77NCRL-RXFG2QI-OYNKWUQ-QZAMXWG-Y2KBVR7-EFJI2W6-JTEYYUA-VPGR4Q2"} 33188
syncthing_protocol_sent_messages_total{device="SMEFSD6-MT4KOQY-2O3DSRU-EI7FCCG-YI2EXEW-ORKZZZ3-LHUEXZA-4UWRIQW"} 29140
# HELP syncthing_protocol_sent_uncompressed_bytes_total Total amount of data sent, before compression, per device
# TYPE syncthing_protocol_sent_uncompressed_bytes_total counter
syncthing_protocol_sent_uncompressed_bytes_total{device="B77NCRL-RXFG2QI-OYNKWUQ-QZAMXWG-Y2KBVR7-EFJI2W6-JTEYYUA-VPGR4Q2"} 5.612373e+06
syncthing_protocol_sent_uncompressed_bytes_total{device="SMEFSD6-MT4KOQY-2O3DSRU-EI7FCCG-YI2EXEW-ORKZZZ3-LHUEXZA-4UWRIQW"} 3.776588548e+09
# 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="6vp7a-gsew7"} 0
syncthing_scanner_hashed_bytes_total{folder="default"} 0
syncthing_scanner_hashed_bytes_total{folder="llwwy-z6eps"} 2.59494816e+09
syncthing_scanner_hashed_bytes_total{folder="secrets"} 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="6vp7a-gsew7"} 26700
syncthing_scanner_scanned_items_total{folder="default"} 4
syncthing_scanner_scanned_items_total{folder="llwwy-z6eps"} 47579
syncthing_scanner_scanned_items_total{folder="secrets"} 102
