# 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.6426e-05
go_gc_duration_seconds{quantile="0.25"} 5.4797e-05
go_gc_duration_seconds{quantile="0.5"} 6.6018e-05
go_gc_duration_seconds{quantile="0.75"} 6.8705e-05
go_gc_duration_seconds{quantile="1"} 0.000395464
go_gc_duration_seconds_sum 1.9238980350000001
go_gc_duration_seconds_count 2887
# 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 98
# HELP go_info Information about the Go environment.
# TYPE go_info gauge
go_info{version="go1.25.10"} 1
# HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes.
# TYPE go_memstats_alloc_bytes gauge
go_memstats_alloc_bytes 6.32704e+06
# HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes.
# TYPE go_memstats_alloc_bytes_total counter
go_memstats_alloc_bytes_total 2.831784896e+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 1.848422e+06
# HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects.
# TYPE go_memstats_frees_total counter
go_memstats_frees_total 2.0464364e+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 3.828496e+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 6.32704e+06
# HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes.
# TYPE go_memstats_heap_idle_bytes gauge
go_memstats_heap_idle_bytes 9.715712e+06
# 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 9.4208e+06
# 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 30856
# 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.49568e+06
# 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 1.9136512e+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.785824892783958e+09
# HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects.
# TYPE go_memstats_mallocs_total counter
go_memstats_mallocs_total 2.049522e+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 4832
# HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes.
# TYPE go_memstats_mcache_sys_bytes gauge
go_memstats_mcache_sys_bytes 15704
# HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes.
# TYPE go_memstats_mspan_inuse_bytes gauge
go_memstats_mspan_inuse_bytes 162080
# 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 212160
# HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes.
# TYPE go_memstats_next_gc_bytes gauge
go_memstats_next_gc_bytes 1.3083578e+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.06073e+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 1.835008e+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 1.835008e+06
# HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte.
# TYPE go_memstats_sys_bytes gauge
go_memstats_sys_bytes 2.7937032e+07
# HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads.
# TYPE go_sched_gomaxprocs_threads gauge
go_sched_gomaxprocs_threads 4
# HELP go_threads Number of OS threads created.
# TYPE go_threads gauge
go_threads 13
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 186.96
# HELP process_max_fds Maximum number of open file descriptors.
# TYPE process_max_fds gauge
process_max_fds 1.073741816e+09
# 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 3.3950077e+07
# 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.7993728e+07
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 45
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 4.2401792e+07
# HELP process_start_time_seconds Start time of the process since unix epoch in seconds.
# TYPE process_start_time_seconds gauge
process_start_time_seconds 1.78548670536e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 1.289633792e+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"} 7
promhttp_metric_handler_requests_total{code="500"} 0
promhttp_metric_handler_requests_total{code="503"} 0
# HELP syncthing_build_info A metric with a constant '1' value labeled by version information from when the binary was built.
# TYPE syncthing_build_info gauge
syncthing_build_info{builddate="2026-07-25 03:56:16 UTC",builduser="root@buildkitsandbox",codename="Hafnium Hornet",goversion="go1.25.10",program="syncthing",tags="modernc-sqlite,noupgrade",version="v2.1.2"} 1
# HELP syncthing_config_device_info Provides additional information labels on devices
# TYPE syncthing_config_device_info gauge
syncthing_config_device_info{device="5CLKVHT-LRAQWFB-AMRYJ3S-KE3BOPZ-JKAP22V-XFXJYPV-ZDCQJ6H-XQUVJAC",introducer="false",name="8f2673e3d605",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="TNZS5B6-NJUVSOE-HNW3SK3-K7MISWD-AWJFQHU-ZHR23NT-7J3KNBU-7CA3KQ5",introducer="false",name="noe-constans-Precision-3591",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="exalq-xkjtd",label="Eden Keys",path="/saves/keys",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="fbemf-nipqe",label="Saves principales",path="/saves/nand",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="nvm26-yqdri",label="Config Eden",path="/saves/config",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="yh7oa-nxoph",label="Saves SD Card",path="/saves/sdmc",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="TNZS5B6-NJUVSOE-HNW3SK3-K7MISWD-AWJFQHU-ZHR23NT-7J3KNBU-7CA3KQ5"} 0
# HELP syncthing_db_operation_seconds_total Total time spent in database operations, per folder and operation
# TYPE syncthing_db_operation_seconds_total counter
syncthing_db_operation_seconds_total{folder="-",operation="GetKV"} 673.0580224390009
syncthing_db_operation_seconds_total{folder="-",operation="ListFolders"} 0.000119074
syncthing_db_operation_seconds_total{folder="-",operation="PrefixKV"} 0.001228446
syncthing_db_operation_seconds_total{folder="-",operation="PutKV"} 0.13802916600000004
syncthing_db_operation_seconds_total{folder="exalq-xkjtd",operation="AllLocalFilesBySequence"} 0.013278005
syncthing_db_operation_seconds_total{folder="exalq-xkjtd",operation="AllLocalFilesPrefix"} 0.11727951099999999
syncthing_db_operation_seconds_total{folder="exalq-xkjtd",operation="CountGlobal"} 0.003204453
syncthing_db_operation_seconds_total{folder="exalq-xkjtd",operation="CountLocal"} 0.001501633
syncthing_db_operation_seconds_total{folder="exalq-xkjtd",operation="CountNeed"} 0.018428484999999994
syncthing_db_operation_seconds_total{folder="exalq-xkjtd",operation="CountReceiveOnlyChanged"} 0.000379906
syncthing_db_operation_seconds_total{folder="exalq-xkjtd",operation="GetDeviceFile"} 445.705864461
syncthing_db_operation_seconds_total{folder="exalq-xkjtd",operation="GetDeviceSequence"} 0.10060564100000001
syncthing_db_operation_seconds_total{folder="exalq-xkjtd",operation="IndexIDGet"} 0.002565393
syncthing_db_operation_seconds_total{folder="exalq-xkjtd",operation="ListDevicesForFolder"} 0.000401278
syncthing_db_operation_seconds_total{folder="exalq-xkjtd",operation="RemoteSequences"} 0.000623057
syncthing_db_operation_seconds_total{folder="fbemf-nipqe",operation="AllLocalFilesBySequence"} 0.015867823
syncthing_db_operation_seconds_total{folder="fbemf-nipqe",operation="AllLocalFilesPrefix"} 0.6875699270000001
syncthing_db_operation_seconds_total{folder="fbemf-nipqe",operation="CountGlobal"} 0.0034694880000000006
syncthing_db_operation_seconds_total{folder="fbemf-nipqe",operation="CountLocal"} 0.0009322620000000001
syncthing_db_operation_seconds_total{folder="fbemf-nipqe",operation="CountNeed"} 0.017084091000000003
syncthing_db_operation_seconds_total{folder="fbemf-nipqe",operation="CountReceiveOnlyChanged"} 0.000257056
syncthing_db_operation_seconds_total{folder="fbemf-nipqe",operation="GetDeviceFile"} 27.703605366000023
syncthing_db_operation_seconds_total{folder="fbemf-nipqe",operation="GetDeviceSequence"} 0.08424954000000004
syncthing_db_operation_seconds_total{folder="fbemf-nipqe",operation="IndexIDGet"} 0.0011684850000000001
syncthing_db_operation_seconds_total{folder="fbemf-nipqe",operation="ListDevicesForFolder"} 0.00253287
syncthing_db_operation_seconds_total{folder="fbemf-nipqe",operation="RemoteSequences"} 0.000294778
syncthing_db_operation_seconds_total{folder="nvm26-yqdri",operation="AllLocalFilesBySequence"} 0.012528800000000001
syncthing_db_operation_seconds_total{folder="nvm26-yqdri",operation="AllLocalFilesPrefix"} 0.017004454999999998
syncthing_db_operation_seconds_total{folder="nvm26-yqdri",operation="CountGlobal"} 0.003936202000000001
syncthing_db_operation_seconds_total{folder="nvm26-yqdri",operation="CountLocal"} 0.001074631
syncthing_db_operation_seconds_total{folder="nvm26-yqdri",operation="CountNeed"} 0.015579016
syncthing_db_operation_seconds_total{folder="nvm26-yqdri",operation="CountReceiveOnlyChanged"} 0.000227352
syncthing_db_operation_seconds_total{folder="nvm26-yqdri",operation="GetDeviceFile"} 0.09572628300000008
syncthing_db_operation_seconds_total{folder="nvm26-yqdri",operation="GetDeviceSequence"} 0.08087160800000004
syncthing_db_operation_seconds_total{folder="nvm26-yqdri",operation="IndexIDGet"} 0.001229301
syncthing_db_operation_seconds_total{folder="nvm26-yqdri",operation="ListDevicesForFolder"} 0.000386833
syncthing_db_operation_seconds_total{folder="nvm26-yqdri",operation="RemoteSequences"} 0.000402891
syncthing_db_operation_seconds_total{folder="yh7oa-nxoph",operation="AllLocalFilesBySequence"} 0.019128095999999997
syncthing_db_operation_seconds_total{folder="yh7oa-nxoph",operation="AllLocalFilesPrefix"} 0.021475545000000006
syncthing_db_operation_seconds_total{folder="yh7oa-nxoph",operation="CountGlobal"} 0.00178343
syncthing_db_operation_seconds_total{folder="yh7oa-nxoph",operation="CountLocal"} 0.000728001
syncthing_db_operation_seconds_total{folder="yh7oa-nxoph",operation="CountNeed"} 0.015224747999999996
syncthing_db_operation_seconds_total{folder="yh7oa-nxoph",operation="CountReceiveOnlyChanged"} 0.000206426
syncthing_db_operation_seconds_total{folder="yh7oa-nxoph",operation="GetDeviceFile"} 0.2338723709999999
syncthing_db_operation_seconds_total{folder="yh7oa-nxoph",operation="GetDeviceSequence"} 0.06527964599999998
syncthing_db_operation_seconds_total{folder="yh7oa-nxoph",operation="IndexIDGet"} 0.001569171
syncthing_db_operation_seconds_total{folder="yh7oa-nxoph",operation="ListDevicesForFolder"} 0.022547593
syncthing_db_operation_seconds_total{folder="yh7oa-nxoph",operation="RemoteSequences"} 0.001152986
# 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="exalq-xkjtd",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="exalq-xkjtd",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="exalq-xkjtd",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="exalq-xkjtd",operation="CountLocal"} 0
syncthing_db_operations_current{folder="exalq-xkjtd",operation="CountNeed"} 0
syncthing_db_operations_current{folder="exalq-xkjtd",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="exalq-xkjtd",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="exalq-xkjtd",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="exalq-xkjtd",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="exalq-xkjtd",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="exalq-xkjtd",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="fbemf-nipqe",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="fbemf-nipqe",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="fbemf-nipqe",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="fbemf-nipqe",operation="CountLocal"} 0
syncthing_db_operations_current{folder="fbemf-nipqe",operation="CountNeed"} 0
syncthing_db_operations_current{folder="fbemf-nipqe",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="fbemf-nipqe",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="fbemf-nipqe",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="fbemf-nipqe",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="fbemf-nipqe",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="fbemf-nipqe",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="nvm26-yqdri",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="nvm26-yqdri",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="nvm26-yqdri",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="nvm26-yqdri",operation="CountLocal"} 0
syncthing_db_operations_current{folder="nvm26-yqdri",operation="CountNeed"} 0
syncthing_db_operations_current{folder="nvm26-yqdri",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="nvm26-yqdri",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="nvm26-yqdri",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="nvm26-yqdri",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="nvm26-yqdri",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="nvm26-yqdri",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="yh7oa-nxoph",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="yh7oa-nxoph",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="yh7oa-nxoph",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="yh7oa-nxoph",operation="CountLocal"} 0
syncthing_db_operations_current{folder="yh7oa-nxoph",operation="CountNeed"} 0
syncthing_db_operations_current{folder="yh7oa-nxoph",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="yh7oa-nxoph",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="yh7oa-nxoph",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="yh7oa-nxoph",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="yh7oa-nxoph",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="yh7oa-nxoph",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="GetKV"} 26345
syncthing_db_operations_total{folder="-",operation="ListFolders"} 1
syncthing_db_operations_total{folder="-",operation="PrefixKV"} 7
syncthing_db_operations_total{folder="-",operation="PutKV"} 447
syncthing_db_operations_total{folder="exalq-xkjtd",operation="AllLocalFilesBySequence"} 3
syncthing_db_operations_total{folder="exalq-xkjtd",operation="AllLocalFilesPrefix"} 96
syncthing_db_operations_total{folder="exalq-xkjtd",operation="CountGlobal"} 19
syncthing_db_operations_total{folder="exalq-xkjtd",operation="CountLocal"} 4
syncthing_db_operations_total{folder="exalq-xkjtd",operation="CountNeed"} 15
syncthing_db_operations_total{folder="exalq-xkjtd",operation="CountReceiveOnlyChanged"} 4
syncthing_db_operations_total{folder="exalq-xkjtd",operation="GetDeviceFile"} 192
syncthing_db_operations_total{folder="exalq-xkjtd",operation="GetDeviceSequence"} 151
syncthing_db_operations_total{folder="exalq-xkjtd",operation="IndexIDGet"} 12
syncthing_db_operations_total{folder="exalq-xkjtd",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="exalq-xkjtd",operation="RemoteSequences"} 4
syncthing_db_operations_total{folder="fbemf-nipqe",operation="AllLocalFilesBySequence"} 3
syncthing_db_operations_total{folder="fbemf-nipqe",operation="AllLocalFilesPrefix"} 93
syncthing_db_operations_total{folder="fbemf-nipqe",operation="CountGlobal"} 19
syncthing_db_operations_total{folder="fbemf-nipqe",operation="CountLocal"} 4
syncthing_db_operations_total{folder="fbemf-nipqe",operation="CountNeed"} 15
syncthing_db_operations_total{folder="fbemf-nipqe",operation="CountReceiveOnlyChanged"} 4
syncthing_db_operations_total{folder="fbemf-nipqe",operation="GetDeviceFile"} 558
syncthing_db_operations_total{folder="fbemf-nipqe",operation="GetDeviceSequence"} 151
syncthing_db_operations_total{folder="fbemf-nipqe",operation="IndexIDGet"} 12
syncthing_db_operations_total{folder="fbemf-nipqe",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="fbemf-nipqe",operation="RemoteSequences"} 4
syncthing_db_operations_total{folder="nvm26-yqdri",operation="AllLocalFilesBySequence"} 3
syncthing_db_operations_total{folder="nvm26-yqdri",operation="AllLocalFilesPrefix"} 92
syncthing_db_operations_total{folder="nvm26-yqdri",operation="CountGlobal"} 19
syncthing_db_operations_total{folder="nvm26-yqdri",operation="CountLocal"} 4
syncthing_db_operations_total{folder="nvm26-yqdri",operation="CountNeed"} 15
syncthing_db_operations_total{folder="nvm26-yqdri",operation="CountReceiveOnlyChanged"} 4
syncthing_db_operations_total{folder="nvm26-yqdri",operation="GetDeviceFile"} 368
syncthing_db_operations_total{folder="nvm26-yqdri",operation="GetDeviceSequence"} 151
syncthing_db_operations_total{folder="nvm26-yqdri",operation="IndexIDGet"} 12
syncthing_db_operations_total{folder="nvm26-yqdri",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="nvm26-yqdri",operation="RemoteSequences"} 4
syncthing_db_operations_total{folder="yh7oa-nxoph",operation="AllLocalFilesBySequence"} 3
syncthing_db_operations_total{folder="yh7oa-nxoph",operation="AllLocalFilesPrefix"} 96
syncthing_db_operations_total{folder="yh7oa-nxoph",operation="CountGlobal"} 19
syncthing_db_operations_total{folder="yh7oa-nxoph",operation="CountLocal"} 4
syncthing_db_operations_total{folder="yh7oa-nxoph",operation="CountNeed"} 15
syncthing_db_operations_total{folder="yh7oa-nxoph",operation="CountReceiveOnlyChanged"} 4
syncthing_db_operations_total{folder="yh7oa-nxoph",operation="GetDeviceFile"} 288
syncthing_db_operations_total{folder="yh7oa-nxoph",operation="GetDeviceSequence"} 151
syncthing_db_operations_total{folder="yh7oa-nxoph",operation="IndexIDGet"} 12
syncthing_db_operations_total{folder="yh7oa-nxoph",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="yh7oa-nxoph",operation="RemoteSequences"} 4
# HELP syncthing_events_total Total number of created/forwarded/dropped events
# TYPE syncthing_events_total counter
syncthing_events_total{event="ClusterConfigReceived",state="created"} 3
syncthing_events_total{event="ClusterConfigReceived",state="delivered"} 6
syncthing_events_total{event="DeviceConnected",state="created"} 3
syncthing_events_total{event="DeviceConnected",state="delivered"} 6
syncthing_events_total{event="DeviceDisconnected",state="created"} 3
syncthing_events_total{event="DeviceDisconnected",state="delivered"} 3
syncthing_events_total{event="DeviceDiscovered",state="created"} 3
syncthing_events_total{event="DeviceDiscovered",state="delivered"} 3
syncthing_events_total{event="FolderCompletion",state="created"} 12
syncthing_events_total{event="FolderCompletion",state="delivered"} 12
syncthing_events_total{event="FolderSummary",state="created"} 12
syncthing_events_total{event="FolderSummary",state="delivered"} 12
syncthing_events_total{event="ListenAddressesChanged",state="created"} 5
syncthing_events_total{event="ListenAddressesChanged",state="delivered"} 15
syncthing_events_total{event="Starting",state="created"} 1
syncthing_events_total{event="Starting",state="delivered"} 1
syncthing_events_total{event="StartupComplete",state="created"} 1
syncthing_events_total{event="StartupComplete",state="delivered"} 1
syncthing_events_total{event="StateChanged",state="created"} 1139
syncthing_events_total{event="StateChanged",state="delivered"} 2273
syncthing_events_total{event="StateChanged",state="dropped"} 1
# 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="dirnames",root="/saves/config"} 0.07329967599999994
syncthing_fs_operation_seconds_total{operation="dirnames",root="/saves/keys"} 3.117917107999999
syncthing_fs_operation_seconds_total{operation="dirnames",root="/saves/nand"} 2.6013158880000007
syncthing_fs_operation_seconds_total{operation="dirnames",root="/saves/sdmc"} 0.10617231199999995
syncthing_fs_operation_seconds_total{operation="glob",root="/config"} 0.00017626
syncthing_fs_operation_seconds_total{operation="hide",root="/saves/config"} 2.15e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/saves/keys"} 2.056e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/saves/nand"} 2.481e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/saves/sdmc"} 1.648e-06
syncthing_fs_operation_seconds_total{operation="lstat",root="/config"} 1.7556e-05
syncthing_fs_operation_seconds_total{operation="lstat",root="/saves/config"} 0.08853337099999999
syncthing_fs_operation_seconds_total{operation="lstat",root="/saves/keys"} 18.209562442000003
syncthing_fs_operation_seconds_total{operation="lstat",root="/saves/nand"} 33.805308616000026
syncthing_fs_operation_seconds_total{operation="lstat",root="/saves/sdmc"} 0.281372898
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/config"} 1.8037e-05
syncthing_fs_operation_seconds_total{operation="open",root="/saves/config"} 0.0003743919999999999
syncthing_fs_operation_seconds_total{operation="open",root="/saves/keys"} 0.8665815709999997
syncthing_fs_operation_seconds_total{operation="open",root="/saves/nand"} 0.114982941
syncthing_fs_operation_seconds_total{operation="open",root="/saves/sdmc"} 0.0020587170000000003
syncthing_fs_operation_seconds_total{operation="options",root="/config"} 3.426e-06
syncthing_fs_operation_seconds_total{operation="options",root="/config/index-v2"} 0.02917252299999999
syncthing_fs_operation_seconds_total{operation="options",root="/saves/config"} 9.479699999999984e-05
syncthing_fs_operation_seconds_total{operation="options",root="/saves/keys"} 0.07621802499999998
syncthing_fs_operation_seconds_total{operation="options",root="/saves/nand"} 0.04020120000000001
syncthing_fs_operation_seconds_total{operation="options",root="/saves/sdmc"} 2.868380837000001
syncthing_fs_operation_seconds_total{operation="stat",root="/config"} 5.4449999999999995e-06
syncthing_fs_operation_seconds_total{operation="stat",root="/saves/config"} 0.004640700000000003
syncthing_fs_operation_seconds_total{operation="stat",root="/saves/keys"} 0.3862200119999999
syncthing_fs_operation_seconds_total{operation="stat",root="/saves/nand"} 0.14735940199999997
syncthing_fs_operation_seconds_total{operation="stat",root="/saves/sdmc"} 0.03523258600000002
syncthing_fs_operation_seconds_total{operation="type",root="/saves/config"} 2.8587999999999998e-05
syncthing_fs_operation_seconds_total{operation="type",root="/saves/keys"} 0.13159536500000002
syncthing_fs_operation_seconds_total{operation="type",root="/saves/nand"} 0.025652593999999994
syncthing_fs_operation_seconds_total{operation="type",root="/saves/sdmc"} 2.1013786330000004
syncthing_fs_operation_seconds_total{operation="uri",root="/saves/config"} 2.836699999999997e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/saves/keys"} 0.03732750699999999
syncthing_fs_operation_seconds_total{operation="uri",root="/saves/nand"} 3.188999999999998e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/saves/sdmc"} 6.973337452999999
syncthing_fs_operation_seconds_total{operation="usage",root="/config/index-v2"} 0.5770846100000003
syncthing_fs_operation_seconds_total{operation="watch",root="/saves/config"} 0.010066925
syncthing_fs_operation_seconds_total{operation="watch",root="/saves/keys"} 0.000188982
syncthing_fs_operation_seconds_total{operation="watch",root="/saves/nand"} 0.030153463
syncthing_fs_operation_seconds_total{operation="watch",root="/saves/sdmc"} 0.048354278
# 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="dirnames",root="/saves/config"} 460
syncthing_fs_operations_total{operation="dirnames",root="/saves/keys"} 288
syncthing_fs_operations_total{operation="dirnames",root="/saves/nand"} 855
syncthing_fs_operations_total{operation="dirnames",root="/saves/sdmc"} 672
syncthing_fs_operations_total{operation="glob",root="/config"} 5
syncthing_fs_operations_total{operation="hide",root="/saves/config"} 3
syncthing_fs_operations_total{operation="hide",root="/saves/keys"} 3
syncthing_fs_operations_total{operation="hide",root="/saves/nand"} 3
syncthing_fs_operations_total{operation="hide",root="/saves/sdmc"} 3
syncthing_fs_operations_total{operation="lstat",root="/config"} 1
syncthing_fs_operations_total{operation="lstat",root="/saves/config"} 1202
syncthing_fs_operations_total{operation="lstat",root="/saves/keys"} 774
syncthing_fs_operations_total{operation="lstat",root="/saves/nand"} 2610
syncthing_fs_operations_total{operation="lstat",root="/saves/sdmc"} 1158
syncthing_fs_operations_total{operation="mkdirall",root="/config"} 2
syncthing_fs_operations_total{operation="open",root="/saves/config"} 94
syncthing_fs_operations_total{operation="open",root="/saves/keys"} 98
syncthing_fs_operations_total{operation="open",root="/saves/nand"} 95
syncthing_fs_operations_total{operation="open",root="/saves/sdmc"} 98
syncthing_fs_operations_total{operation="options",root="/config"} 3
syncthing_fs_operations_total{operation="options",root="/config/index-v2"} 381
syncthing_fs_operations_total{operation="options",root="/saves/config"} 194
syncthing_fs_operations_total{operation="options",root="/saves/keys"} 202
syncthing_fs_operations_total{operation="options",root="/saves/nand"} 196
syncthing_fs_operations_total{operation="options",root="/saves/sdmc"} 202
syncthing_fs_operations_total{operation="stat",root="/config"} 2
syncthing_fs_operations_total{operation="stat",root="/saves/config"} 186
syncthing_fs_operations_total{operation="stat",root="/saves/keys"} 194
syncthing_fs_operations_total{operation="stat",root="/saves/nand"} 188
syncthing_fs_operations_total{operation="stat",root="/saves/sdmc"} 194
syncthing_fs_operations_total{operation="type",root="/saves/config"} 98
syncthing_fs_operations_total{operation="type",root="/saves/keys"} 102
syncthing_fs_operations_total{operation="type",root="/saves/nand"} 99
syncthing_fs_operations_total{operation="type",root="/saves/sdmc"} 102
syncthing_fs_operations_total{operation="uri",root="/saves/config"} 98
syncthing_fs_operations_total{operation="uri",root="/saves/keys"} 102
syncthing_fs_operations_total{operation="uri",root="/saves/nand"} 99
syncthing_fs_operations_total{operation="uri",root="/saves/sdmc"} 102
syncthing_fs_operations_total{operation="usage",root="/config/index-v2"} 381
syncthing_fs_operations_total{operation="watch",root="/saves/config"} 1
syncthing_fs_operations_total{operation="watch",root="/saves/keys"} 1
syncthing_fs_operations_total{operation="watch",root="/saves/nand"} 1
syncthing_fs_operations_total{operation="watch",root="/saves/sdmc"} 1
# HELP syncthing_model_folder_conflicts_total Total number of conflicts
# TYPE syncthing_model_folder_conflicts_total counter
syncthing_model_folder_conflicts_total{folder="exalq-xkjtd"} 0
syncthing_model_folder_conflicts_total{folder="fbemf-nipqe"} 0
syncthing_model_folder_conflicts_total{folder="nvm26-yqdri"} 0
syncthing_model_folder_conflicts_total{folder="yh7oa-nxoph"} 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="exalq-xkjtd",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="exalq-xkjtd",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="exalq-xkjtd",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="exalq-xkjtd",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="fbemf-nipqe",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="fbemf-nipqe",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="fbemf-nipqe",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="fbemf-nipqe",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="nvm26-yqdri",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="nvm26-yqdri",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="nvm26-yqdri",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="nvm26-yqdri",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="yh7oa-nxoph",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="yh7oa-nxoph",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="yh7oa-nxoph",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="yh7oa-nxoph",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="exalq-xkjtd"} 0
syncthing_model_folder_pull_seconds_total{folder="fbemf-nipqe"} 0
syncthing_model_folder_pull_seconds_total{folder="nvm26-yqdri"} 0
syncthing_model_folder_pull_seconds_total{folder="yh7oa-nxoph"} 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="exalq-xkjtd"} 0
syncthing_model_folder_pulls_total{folder="fbemf-nipqe"} 0
syncthing_model_folder_pulls_total{folder="nvm26-yqdri"} 0
syncthing_model_folder_pulls_total{folder="yh7oa-nxoph"} 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="exalq-xkjtd"} 496.11960413899976
syncthing_model_folder_scan_seconds_total{folder="fbemf-nipqe"} 92.46907917700001
syncthing_model_folder_scan_seconds_total{folder="nvm26-yqdri"} 0.3484191060000001
syncthing_model_folder_scan_seconds_total{folder="yh7oa-nxoph"} 0.7358999950000001
# 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="exalq-xkjtd"} 96
syncthing_model_folder_scans_total{folder="fbemf-nipqe"} 93
syncthing_model_folder_scans_total{folder="nvm26-yqdri"} 92
syncthing_model_folder_scans_total{folder="yh7oa-nxoph"} 96
# HELP syncthing_model_folder_state Current folder state
# TYPE syncthing_model_folder_state gauge
syncthing_model_folder_state{folder="exalq-xkjtd"} 0
syncthing_model_folder_state{folder="fbemf-nipqe"} 0
syncthing_model_folder_state{folder="nvm26-yqdri"} 0
syncthing_model_folder_state{folder="yh7oa-nxoph"} 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="exalq-xkjtd",scope="global",type="bytes"} 15904
syncthing_model_folder_summary{folder="exalq-xkjtd",scope="global",type="deleted"} 0
syncthing_model_folder_summary{folder="exalq-xkjtd",scope="global",type="directories"} 0
syncthing_model_folder_summary{folder="exalq-xkjtd",scope="global",type="files"} 2
syncthing_model_folder_summary{folder="exalq-xkjtd",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="exalq-xkjtd",scope="local",type="bytes"} 15904
syncthing_model_folder_summary{folder="exalq-xkjtd",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="exalq-xkjtd",scope="local",type="directories"} 0
syncthing_model_folder_summary{folder="exalq-xkjtd",scope="local",type="files"} 2
syncthing_model_folder_summary{folder="exalq-xkjtd",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="exalq-xkjtd",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="exalq-xkjtd",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="exalq-xkjtd",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="exalq-xkjtd",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="exalq-xkjtd",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="fbemf-nipqe",scope="global",type="bytes"} 313436
syncthing_model_folder_summary{folder="fbemf-nipqe",scope="global",type="deleted"} 0
syncthing_model_folder_summary{folder="fbemf-nipqe",scope="global",type="directories"} 3
syncthing_model_folder_summary{folder="fbemf-nipqe",scope="global",type="files"} 3
syncthing_model_folder_summary{folder="fbemf-nipqe",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="fbemf-nipqe",scope="local",type="bytes"} 313436
syncthing_model_folder_summary{folder="fbemf-nipqe",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="fbemf-nipqe",scope="local",type="directories"} 3
syncthing_model_folder_summary{folder="fbemf-nipqe",scope="local",type="files"} 3
syncthing_model_folder_summary{folder="fbemf-nipqe",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="fbemf-nipqe",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="fbemf-nipqe",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="fbemf-nipqe",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="fbemf-nipqe",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="fbemf-nipqe",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="nvm26-yqdri",scope="global",type="bytes"} 75179
syncthing_model_folder_summary{folder="nvm26-yqdri",scope="global",type="deleted"} 0
syncthing_model_folder_summary{folder="nvm26-yqdri",scope="global",type="directories"} 1
syncthing_model_folder_summary{folder="nvm26-yqdri",scope="global",type="files"} 3
syncthing_model_folder_summary{folder="nvm26-yqdri",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="nvm26-yqdri",scope="local",type="bytes"} 75179
syncthing_model_folder_summary{folder="nvm26-yqdri",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="nvm26-yqdri",scope="local",type="directories"} 1
syncthing_model_folder_summary{folder="nvm26-yqdri",scope="local",type="files"} 3
syncthing_model_folder_summary{folder="nvm26-yqdri",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="nvm26-yqdri",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="nvm26-yqdri",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="nvm26-yqdri",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="nvm26-yqdri",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="nvm26-yqdri",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="yh7oa-nxoph",scope="global",type="bytes"} 0
syncthing_model_folder_summary{folder="yh7oa-nxoph",scope="global",type="deleted"} 0
syncthing_model_folder_summary{folder="yh7oa-nxoph",scope="global",type="directories"} 3
syncthing_model_folder_summary{folder="yh7oa-nxoph",scope="global",type="files"} 0
syncthing_model_folder_summary{folder="yh7oa-nxoph",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="yh7oa-nxoph",scope="local",type="bytes"} 0
syncthing_model_folder_summary{folder="yh7oa-nxoph",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="yh7oa-nxoph",scope="local",type="directories"} 3
syncthing_model_folder_summary{folder="yh7oa-nxoph",scope="local",type="files"} 0
syncthing_model_folder_summary{folder="yh7oa-nxoph",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="yh7oa-nxoph",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="yh7oa-nxoph",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="yh7oa-nxoph",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="yh7oa-nxoph",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="yh7oa-nxoph",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="TNZS5B6-NJUVSOE-HNW3SK3-K7MISWD-AWJFQHU-ZHR23NT-7J3KNBU-7CA3KQ5"} 1879
# 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="TNZS5B6-NJUVSOE-HNW3SK3-K7MISWD-AWJFQHU-ZHR23NT-7J3KNBU-7CA3KQ5"} 2989
# 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="TNZS5B6-NJUVSOE-HNW3SK3-K7MISWD-AWJFQHU-ZHR23NT-7J3KNBU-7CA3KQ5"} 92
# 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="TNZS5B6-NJUVSOE-HNW3SK3-K7MISWD-AWJFQHU-ZHR23NT-7J3KNBU-7CA3KQ5"} 1995
# 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="TNZS5B6-NJUVSOE-HNW3SK3-K7MISWD-AWJFQHU-ZHR23NT-7J3KNBU-7CA3KQ5"} 105
# 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="TNZS5B6-NJUVSOE-HNW3SK3-K7MISWD-AWJFQHU-ZHR23NT-7J3KNBU-7CA3KQ5"} 3129
# 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="exalq-xkjtd"} 0
syncthing_scanner_hashed_bytes_total{folder="fbemf-nipqe"} 0
syncthing_scanner_hashed_bytes_total{folder="nvm26-yqdri"} 0
syncthing_scanner_hashed_bytes_total{folder="yh7oa-nxoph"} 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="exalq-xkjtd"} 384
syncthing_scanner_scanned_items_total{folder="fbemf-nipqe"} 744
syncthing_scanner_scanned_items_total{folder="nvm26-yqdri"} 552
syncthing_scanner_scanned_items_total{folder="yh7oa-nxoph"} 480
