# 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"} 7.261e-05
go_gc_duration_seconds{quantile="0.25"} 0.000148119
go_gc_duration_seconds{quantile="0.5"} 0.000171191
go_gc_duration_seconds{quantile="0.75"} 0.00019913
go_gc_duration_seconds{quantile="1"} 0.000660441
go_gc_duration_seconds_sum 0.027909094
go_gc_duration_seconds_count 151
# 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 91
# HELP go_info Information about the Go environment.
# TYPE go_info gauge
go_info{version="go1.26.5-X:nodwarf5"} 1
# HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes.
# TYPE go_memstats_alloc_bytes gauge
go_memstats_alloc_bytes 7.433728e+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 5.51851816e+08
# 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.551512e+06
# HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects.
# TYPE go_memstats_frees_total counter
go_memstats_frees_total 1.768465e+06
# 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.066544e+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 7.433728e+06
# HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes.
# TYPE go_memstats_heap_idle_bytes gauge
go_memstats_heap_idle_bytes 1.5859712e+07
# HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes
# TYPE go_memstats_heap_inuse_bytes gauge
go_memstats_heap_inuse_bytes 1.1108352e+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 34884
# HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes.
# TYPE go_memstats_heap_released_bytes gauge
go_memstats_heap_released_bytes 1.4467072e+07
# HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes.
# TYPE go_memstats_heap_sys_bytes gauge
go_memstats_heap_sys_bytes 2.6968064e+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.7849149387277691e+09
# HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects.
# TYPE go_memstats_mallocs_total counter
go_memstats_mallocs_total 1.803349e+06
# 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 221920
# 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 261120
# 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 9.195434e+06
# 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.582576e+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 2.392064e+06
# HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes.
# TYPE go_memstats_stack_sys_bytes gauge
go_memstats_stack_sys_bytes 2.392064e+06
# HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte.
# TYPE go_memstats_sys_bytes gauge
go_memstats_sys_bytes 3.6854024e+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 8
# HELP go_threads Number of OS threads created.
# TYPE go_threads gauge
go_threads 18
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 27.16
# HELP process_max_fds Maximum number of open file descriptors.
# TYPE process_max_fds gauge
process_max_fds 524288
# HELP process_network_receive_bytes_total Number of bytes received by the process over the network.
# TYPE process_network_receive_bytes_total counter
process_network_receive_bytes_total 7.6478742e+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 7.0591264e+07
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 42
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 6.463488e+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.78490614443e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 2.53356032e+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"} 1
promhttp_metric_handler_requests_total{code="500"} 0
promhttp_metric_handler_requests_total{code="503"} 0
# HELP syncthing_build_info A metric with a constant '1' value labeled by version information from when the binary was built.
# TYPE syncthing_build_info gauge
syncthing_build_info{builddate="2026-07-08 13:49:42 UTC",builduser="syncthing@archlinux",codename="Hafnium Hornet",goversion="go1.26.5-X:nodwarf5",program="syncthing",tags="libsqlite3,noupgrade",version="v2.1.2"} 1
# HELP syncthing_config_device_info Provides additional information labels on devices
# TYPE syncthing_config_device_info gauge
syncthing_config_device_info{device="C7NULEA-EW4ACPM-TU4CVNA-266RKXJ-VWULQXT-4UHFSVI-DOKL7QV-G5MS5QO",introducer="false",name="TelAyr",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="ZAFEO5H-STNOUUN-ZFRN7KC-IOPIZYO-OCN735C-GNF4LSD-ELBRY3I-WKAQCQQ",introducer="false",name="serveur",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="q0lk4-7r2ej",label="DCIM",path="/mnt/share/usrs/Ayr/telephone/dcim",paused="false",type="receiveonly"} 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="C7NULEA-EW4ACPM-TU4CVNA-266RKXJ-VWULQXT-4UHFSVI-DOKL7QV-G5MS5QO"} 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="0oe06-gcprp"} 170
syncthing_db_files_updated_total{folder="q0lk4-7r2ej"} 241
# 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.07422980600000008
syncthing_db_operation_seconds_total{folder="-",operation="DeleteKV"} 0.000435799
syncthing_db_operation_seconds_total{folder="-",operation="GetKV"} 0.04530378399999999
syncthing_db_operation_seconds_total{folder="-",operation="ListFolders"} 0.000455873
syncthing_db_operation_seconds_total{folder="-",operation="PrefixKV"} 0.0028950320000000005
syncthing_db_operation_seconds_total{folder="-",operation="PutKV"} 0.053093926
syncthing_db_operation_seconds_total{folder="0oe06-gcprp",operation="AllLocalFilesBySequence"} 0.002248818
syncthing_db_operation_seconds_total{folder="0oe06-gcprp",operation="AllLocalFilesPrefix"} 0.000823076
syncthing_db_operation_seconds_total{folder="0oe06-gcprp",operation="AllNeededGlobalFiles"} 0.000675436
syncthing_db_operation_seconds_total{folder="0oe06-gcprp",operation="CountGlobal"} 0.0032730110000000006
syncthing_db_operation_seconds_total{folder="0oe06-gcprp",operation="CountLocal"} 0.0021195270000000004
syncthing_db_operation_seconds_total{folder="0oe06-gcprp",operation="CountNeed"} 0.009343914000000002
syncthing_db_operation_seconds_total{folder="0oe06-gcprp",operation="CountReceiveOnlyChanged"} 0.001816818
syncthing_db_operation_seconds_total{folder="0oe06-gcprp",operation="DropAllFiles"} 0.001501381
syncthing_db_operation_seconds_total{folder="0oe06-gcprp",operation="DropFolder"} 0.013760509
syncthing_db_operation_seconds_total{folder="0oe06-gcprp",operation="GetDeviceFile"} 0.011665197
syncthing_db_operation_seconds_total{folder="0oe06-gcprp",operation="GetDeviceSequence"} 0.006930681000000003
syncthing_db_operation_seconds_total{folder="0oe06-gcprp",operation="GetGlobalAvailability"} 0.2694370040000005
syncthing_db_operation_seconds_total{folder="0oe06-gcprp",operation="GetGlobalFile"} 0.02091385999999999
syncthing_db_operation_seconds_total{folder="0oe06-gcprp",operation="IndexIDGet"} 0.018130794999999998
syncthing_db_operation_seconds_total{folder="0oe06-gcprp",operation="IndexIDSet"} 0.000274384
syncthing_db_operation_seconds_total{folder="0oe06-gcprp",operation="ListDevicesForFolder"} 0.000181607
syncthing_db_operation_seconds_total{folder="0oe06-gcprp",operation="RemoteSequences"} 0.0011961200000000002
syncthing_db_operation_seconds_total{folder="0oe06-gcprp",operation="Update"} 0.145087594
syncthing_db_operation_seconds_total{folder="q0lk4-7r2ej",operation="AllLocalFilesBySequence"} 0.0019374710000000003
syncthing_db_operation_seconds_total{folder="q0lk4-7r2ej",operation="AllLocalFilesPrefix"} 0.003521067
syncthing_db_operation_seconds_total{folder="q0lk4-7r2ej",operation="AllNeededGlobalFiles"} 0.0009281059999999999
syncthing_db_operation_seconds_total{folder="q0lk4-7r2ej",operation="CountGlobal"} 0.0077151849999999985
syncthing_db_operation_seconds_total{folder="q0lk4-7r2ej",operation="CountLocal"} 0.0033508419999999997
syncthing_db_operation_seconds_total{folder="q0lk4-7r2ej",operation="CountNeed"} 0.017313139000000005
syncthing_db_operation_seconds_total{folder="q0lk4-7r2ej",operation="CountReceiveOnlyChanged"} 0.001971188
syncthing_db_operation_seconds_total{folder="q0lk4-7r2ej",operation="DropAllFiles"} 0.000749089
syncthing_db_operation_seconds_total{folder="q0lk4-7r2ej",operation="GetDeviceFile"} 0.016254166999999993
syncthing_db_operation_seconds_total{folder="q0lk4-7r2ej",operation="GetDeviceSequence"} 0.021865986999999996
syncthing_db_operation_seconds_total{folder="q0lk4-7r2ej",operation="GetGlobalAvailability"} 0.027805919999999984
syncthing_db_operation_seconds_total{folder="q0lk4-7r2ej",operation="GetGlobalFile"} 0.009240537
syncthing_db_operation_seconds_total{folder="q0lk4-7r2ej",operation="IndexIDGet"} 0.016905915999999993
syncthing_db_operation_seconds_total{folder="q0lk4-7r2ej",operation="IndexIDSet"} 0.000278211
syncthing_db_operation_seconds_total{folder="q0lk4-7r2ej",operation="ListDevicesForFolder"} 8.9951e-05
syncthing_db_operation_seconds_total{folder="q0lk4-7r2ej",operation="RemoteSequences"} 0.001871642
syncthing_db_operation_seconds_total{folder="q0lk4-7r2ej",operation="Update"} 0.129308092
# 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="DeleteKV"} 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="0oe06-gcprp",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="0oe06-gcprp",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="0oe06-gcprp",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="0oe06-gcprp",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="0oe06-gcprp",operation="CountLocal"} 0
syncthing_db_operations_current{folder="0oe06-gcprp",operation="CountNeed"} 0
syncthing_db_operations_current{folder="0oe06-gcprp",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="0oe06-gcprp",operation="DropAllFiles"} 0
syncthing_db_operations_current{folder="0oe06-gcprp",operation="DropFolder"} 0
syncthing_db_operations_current{folder="0oe06-gcprp",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="0oe06-gcprp",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="0oe06-gcprp",operation="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="0oe06-gcprp",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="0oe06-gcprp",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="0oe06-gcprp",operation="IndexIDSet"} 0
syncthing_db_operations_current{folder="0oe06-gcprp",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="0oe06-gcprp",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="0oe06-gcprp",operation="Update"} 0
syncthing_db_operations_current{folder="q0lk4-7r2ej",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="q0lk4-7r2ej",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="q0lk4-7r2ej",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="q0lk4-7r2ej",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="q0lk4-7r2ej",operation="CountLocal"} 0
syncthing_db_operations_current{folder="q0lk4-7r2ej",operation="CountNeed"} 0
syncthing_db_operations_current{folder="q0lk4-7r2ej",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="q0lk4-7r2ej",operation="DropAllFiles"} 0
syncthing_db_operations_current{folder="q0lk4-7r2ej",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="q0lk4-7r2ej",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="q0lk4-7r2ej",operation="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="q0lk4-7r2ej",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="q0lk4-7r2ej",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="q0lk4-7r2ej",operation="IndexIDSet"} 0
syncthing_db_operations_current{folder="q0lk4-7r2ej",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="q0lk4-7r2ej",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="q0lk4-7r2ej",operation="Update"} 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"} 2170
syncthing_db_operations_total{folder="-",operation="DeleteKV"} 3
syncthing_db_operations_total{folder="-",operation="GetKV"} 673
syncthing_db_operations_total{folder="-",operation="ListFolders"} 1
syncthing_db_operations_total{folder="-",operation="PrefixKV"} 33
syncthing_db_operations_total{folder="-",operation="PutKV"} 349
syncthing_db_operations_total{folder="0oe06-gcprp",operation="AllLocalFilesBySequence"} 9
syncthing_db_operations_total{folder="0oe06-gcprp",operation="AllLocalFilesPrefix"} 4
syncthing_db_operations_total{folder="0oe06-gcprp",operation="AllNeededGlobalFiles"} 2
syncthing_db_operations_total{folder="0oe06-gcprp",operation="CountGlobal"} 22
syncthing_db_operations_total{folder="0oe06-gcprp",operation="CountLocal"} 11
syncthing_db_operations_total{folder="0oe06-gcprp",operation="CountNeed"} 26
syncthing_db_operations_total{folder="0oe06-gcprp",operation="CountReceiveOnlyChanged"} 11
syncthing_db_operations_total{folder="0oe06-gcprp",operation="DropAllFiles"} 2
syncthing_db_operations_total{folder="0oe06-gcprp",operation="DropFolder"} 1
syncthing_db_operations_total{folder="0oe06-gcprp",operation="GetDeviceFile"} 171
syncthing_db_operations_total{folder="0oe06-gcprp",operation="GetDeviceSequence"} 54
syncthing_db_operations_total{folder="0oe06-gcprp",operation="GetGlobalAvailability"} 1992
syncthing_db_operations_total{folder="0oe06-gcprp",operation="GetGlobalFile"} 84
syncthing_db_operations_total{folder="0oe06-gcprp",operation="IndexIDGet"} 4
syncthing_db_operations_total{folder="0oe06-gcprp",operation="IndexIDSet"} 1
syncthing_db_operations_total{folder="0oe06-gcprp",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="0oe06-gcprp",operation="RemoteSequences"} 11
syncthing_db_operations_total{folder="0oe06-gcprp",operation="Update"} 9
syncthing_db_operations_total{folder="q0lk4-7r2ej",operation="AllLocalFilesBySequence"} 13
syncthing_db_operations_total{folder="q0lk4-7r2ej",operation="AllLocalFilesPrefix"} 16
syncthing_db_operations_total{folder="q0lk4-7r2ej",operation="AllNeededGlobalFiles"} 8
syncthing_db_operations_total{folder="q0lk4-7r2ej",operation="CountGlobal"} 58
syncthing_db_operations_total{folder="q0lk4-7r2ej",operation="CountLocal"} 27
syncthing_db_operations_total{folder="q0lk4-7r2ej",operation="CountNeed"} 77
syncthing_db_operations_total{folder="q0lk4-7r2ej",operation="CountReceiveOnlyChanged"} 27
syncthing_db_operations_total{folder="q0lk4-7r2ej",operation="DropAllFiles"} 2
syncthing_db_operations_total{folder="q0lk4-7r2ej",operation="GetDeviceFile"} 220
syncthing_db_operations_total{folder="q0lk4-7r2ej",operation="GetDeviceSequence"} 200
syncthing_db_operations_total{folder="q0lk4-7r2ej",operation="GetGlobalAvailability"} 275
syncthing_db_operations_total{folder="q0lk4-7r2ej",operation="GetGlobalFile"} 111
syncthing_db_operations_total{folder="q0lk4-7r2ej",operation="IndexIDGet"} 22
syncthing_db_operations_total{folder="q0lk4-7r2ej",operation="IndexIDSet"} 1
syncthing_db_operations_total{folder="q0lk4-7r2ej",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="q0lk4-7r2ej",operation="RemoteSequences"} 27
syncthing_db_operations_total{folder="q0lk4-7r2ej",operation="Update"} 13
# HELP syncthing_events_total Total number of created/forwarded/dropped events
# TYPE syncthing_events_total counter
syncthing_events_total{event="ClusterConfigReceived",state="created"} 7
syncthing_events_total{event="ClusterConfigReceived",state="delivered"} 14
syncthing_events_total{event="ConfigSaved",state="created"} 12
syncthing_events_total{event="ConfigSaved",state="delivered"} 10
syncthing_events_total{event="DeviceConnected",state="created"} 9
syncthing_events_total{event="DeviceConnected",state="delivered"} 18
syncthing_events_total{event="DeviceDisconnected",state="created"} 1
syncthing_events_total{event="DeviceDisconnected",state="delivered"} 1
syncthing_events_total{event="DeviceDiscovered",state="created"} 42
syncthing_events_total{event="DeviceDiscovered",state="delivered"} 42
syncthing_events_total{event="DeviceRejected",state="created"} 4
syncthing_events_total{event="DeviceRejected",state="delivered"} 4
syncthing_events_total{event="DownloadProgress",state="created"} 4
syncthing_events_total{event="DownloadProgress",state="delivered"} 8
syncthing_events_total{event="FolderCompletion",state="created"} 27
syncthing_events_total{event="FolderCompletion",state="delivered"} 27
syncthing_events_total{event="FolderRejected",state="created"} 2
syncthing_events_total{event="FolderRejected",state="delivered"} 2
syncthing_events_total{event="FolderScanProgress",state="created"} 1
syncthing_events_total{event="FolderScanProgress",state="delivered"} 1
syncthing_events_total{event="FolderSummary",state="created"} 27
syncthing_events_total{event="FolderSummary",state="delivered"} 27
syncthing_events_total{event="ItemFinished",state="created"} 117
syncthing_events_total{event="ItemFinished",state="delivered"} 234
syncthing_events_total{event="ItemStarted",state="created"} 117
syncthing_events_total{event="ItemStarted",state="delivered"} 234
syncthing_events_total{event="ListenAddressesChanged",state="created"} 7
syncthing_events_total{event="ListenAddressesChanged",state="delivered"} 21
syncthing_events_total{event="LocalChangeDetected",state="created"} 80
syncthing_events_total{event="LocalChangeDetected",state="delivered"} 80
syncthing_events_total{event="LocalIndexUpdated",state="created"} 17
syncthing_events_total{event="LocalIndexUpdated",state="delivered"} 51
syncthing_events_total{event="PendingDevicesChanged",state="created"} 5
syncthing_events_total{event="PendingDevicesChanged",state="delivered"} 5
syncthing_events_total{event="PendingFoldersChanged",state="created"} 4
syncthing_events_total{event="PendingFoldersChanged",state="delivered"} 4
syncthing_events_total{event="RemoteChangeDetected",state="created"} 117
syncthing_events_total{event="RemoteChangeDetected",state="delivered"} 117
syncthing_events_total{event="RemoteIndexUpdated",state="created"} 5
syncthing_events_total{event="RemoteIndexUpdated",state="delivered"} 10
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"} 67
syncthing_events_total{event="StateChanged",state="delivered"} 134
# 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="/mnt/share/usrs/Ayr/telephone/dcim"} 2.44438396e+08
syncthing_fs_operation_bytes_total{operation="write",root="/mnt/share/usrs/Ayr/telephone/dcim"} 244
syncthing_fs_operation_bytes_total{operation="write",root="/root/.local/state/syncthing"} 92398
syncthing_fs_operation_bytes_total{operation="writeat",root="/mnt/share/usrs/Ayr/telephone/dcim"} 2.77915477e+08
# 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="/root/.local/state/syncthing"} 0.000163564
syncthing_fs_operation_seconds_total{operation="chtimes",root="/mnt/share/usrs/Ayr/telephone/dcim"} 0.009049161000000002
syncthing_fs_operation_seconds_total{operation="close",root="/mnt/share/usrs/Ayr/telephone/dcim"} 0.0035300619999999983
syncthing_fs_operation_seconds_total{operation="close",root="/root/.local/state/syncthing"} 0.000374968
syncthing_fs_operation_seconds_total{operation="dirnames",root="/"} 0.00081938
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt"} 0.000541689
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/share"} 0.000346752
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/share/usrs"} 0.00030412600000000005
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/share/usrs/Ayr"} 0.0007523200000000001
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/share/usrs/Ayr/telephone"} 0.000606384
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/share/usrs/Ayr/telephone/dcim"} 0.043544461000000007
syncthing_fs_operation_seconds_total{operation="glob",root="/root/.local/state/syncthing"} 0.000113195
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/share/usrs/Ayr/telephone/dcim"} 0.00034302
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/share/usrs/Ayr/telephone/dcim"} 0.07270058300000008
syncthing_fs_operation_seconds_total{operation="lstat",root="/root/.local/state/syncthing"} 0.00021471299999999998
syncthing_fs_operation_seconds_total{operation="mdkir",root="/mnt/share/usrs/Ayr/telephone/dcim"} 0.000602703
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/mnt/share/usrs/Ayr/telephone/dcim"} 0.00026892
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/root/.local/state/syncthing"} 9.938e-06
syncthing_fs_operation_seconds_total{operation="name",root="/root/.local/state/syncthing"} 1.6649e-05
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/share/usrs/Ayr/telephone/dcim"} 0.0034407789999999997
syncthing_fs_operation_seconds_total{operation="open",root="/root/.local/state/syncthing"} 0.000269983
syncthing_fs_operation_seconds_total{operation="openfile",root="/mnt/share/usrs/Ayr/telephone/dcim"} 0.010887417999999998
syncthing_fs_operation_seconds_total{operation="openfile",root="/root/.local/state/syncthing"} 0.001054088
syncthing_fs_operation_seconds_total{operation="options",root="/"} 6.699999999999999e-06
syncthing_fs_operation_seconds_total{operation="options",root="/mnt"} 5.3400000000000005e-06
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/share"} 3.834e-06
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/share/usrs"} 3.1629999999999996e-06
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/share/usrs/Ayr"} 7.605e-06
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/share/usrs/Ayr/telephone"} 7.539999999999999e-06
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/share/usrs/Ayr/telephone/dcim"} 0.000140353
syncthing_fs_operation_seconds_total{operation="options",root="/root/.local/state/syncthing"} 2.146e-05
syncthing_fs_operation_seconds_total{operation="options",root="/root/.local/state/syncthing/index-v2"} 9.683e-06
syncthing_fs_operation_seconds_total{operation="read",root="/mnt/share/usrs/Ayr/telephone/dcim"} 0.053317925000000044
syncthing_fs_operation_seconds_total{operation="remove",root="/mnt/share/usrs/Ayr/telephone/dcim"} 0.0023799660000000003
syncthing_fs_operation_seconds_total{operation="remove",root="/root/.local/state/syncthing"} 0.0003490280000000001
syncthing_fs_operation_seconds_total{operation="rename",root="/mnt/share/usrs/Ayr/telephone/dcim"} 0.009007245
syncthing_fs_operation_seconds_total{operation="rename",root="/root/.local/state/syncthing"} 0.0013856440000000001
syncthing_fs_operation_seconds_total{operation="stat",root="/"} 0.001150531
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt"} 0.0008134610000000002
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/share"} 8.881600000000001e-05
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/share/usrs"} 0.000134955
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/share/usrs/Ayr"} 0.00040534799999999993
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/share/usrs/Ayr/telephone"} 9.839299999999999e-05
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/share/usrs/Ayr/telephone/dcim"} 0.03286857399999999
syncthing_fs_operation_seconds_total{operation="stat",root="/root/.local/state/syncthing"} 4.3949999999999994e-06
syncthing_fs_operation_seconds_total{operation="sync",root="/mnt/share/usrs/Ayr/telephone/dcim"} 9.706056796999999
syncthing_fs_operation_seconds_total{operation="sync",root="/root/.local/state/syncthing"} 0.079246714
syncthing_fs_operation_seconds_total{operation="truncate",root="/mnt/share/usrs/Ayr/telephone/dcim"} 0.0028322300000000003
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/share/usrs/Ayr/telephone/dcim"} 0.00016606500000000013
syncthing_fs_operation_seconds_total{operation="unhide",root="/mnt/share/usrs/Ayr/telephone/dcim"} 0.00036872
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/share/usrs/Ayr/telephone/dcim"} 0.0001296609999999999
syncthing_fs_operation_seconds_total{operation="usage",root="/mnt/share/usrs/Ayr/telephone/dcim"} 0.0016573950000000007
syncthing_fs_operation_seconds_total{operation="usage",root="/root/.local/state/syncthing/index-v2"} 0.000359097
syncthing_fs_operation_seconds_total{operation="watch",root="/mnt/share/usrs/Ayr/telephone/dcim"} 0.00132414
syncthing_fs_operation_seconds_total{operation="write",root="/mnt/share/usrs/Ayr/telephone/dcim"} 6.0721e-05
syncthing_fs_operation_seconds_total{operation="write",root="/root/.local/state/syncthing"} 0.0012581929999999992
syncthing_fs_operation_seconds_total{operation="writeat",root="/mnt/share/usrs/Ayr/telephone/dcim"} 0.39926422800000017
# 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="/root/.local/state/syncthing"} 11
syncthing_fs_operations_total{operation="chtimes",root="/mnt/share/usrs/Ayr/telephone/dcim"} 102
syncthing_fs_operations_total{operation="close",root="/mnt/share/usrs/Ayr/telephone/dcim"} 199
syncthing_fs_operations_total{operation="close",root="/root/.local/state/syncthing"} 24
syncthing_fs_operations_total{operation="dirnames",root="/"} 8
syncthing_fs_operations_total{operation="dirnames",root="/mnt"} 7
syncthing_fs_operations_total{operation="dirnames",root="/mnt/share"} 5
syncthing_fs_operations_total{operation="dirnames",root="/mnt/share/usrs"} 4
syncthing_fs_operations_total{operation="dirnames",root="/mnt/share/usrs/Ayr"} 10
syncthing_fs_operations_total{operation="dirnames",root="/mnt/share/usrs/Ayr/telephone"} 10
syncthing_fs_operations_total{operation="dirnames",root="/mnt/share/usrs/Ayr/telephone/dcim"} 236
syncthing_fs_operations_total{operation="glob",root="/root/.local/state/syncthing"} 5
syncthing_fs_operations_total{operation="hide",root="/mnt/share/usrs/Ayr/telephone/dcim"} 105
syncthing_fs_operations_total{operation="lstat",root="/mnt/share/usrs/Ayr/telephone/dcim"} 1555
syncthing_fs_operations_total{operation="lstat",root="/root/.local/state/syncthing"} 13
syncthing_fs_operations_total{operation="mdkir",root="/mnt/share/usrs/Ayr/telephone/dcim"} 4
syncthing_fs_operations_total{operation="mkdirall",root="/mnt/share/usrs/Ayr/telephone/dcim"} 1
syncthing_fs_operations_total{operation="mkdirall",root="/root/.local/state/syncthing"} 2
syncthing_fs_operations_total{operation="name",root="/root/.local/state/syncthing"} 36
syncthing_fs_operations_total{operation="open",root="/mnt/share/usrs/Ayr/telephone/dcim"} 222
syncthing_fs_operations_total{operation="open",root="/root/.local/state/syncthing"} 12
syncthing_fs_operations_total{operation="openfile",root="/mnt/share/usrs/Ayr/telephone/dcim"} 99
syncthing_fs_operations_total{operation="openfile",root="/root/.local/state/syncthing"} 12
syncthing_fs_operations_total{operation="options",root="/"} 8
syncthing_fs_operations_total{operation="options",root="/mnt"} 7
syncthing_fs_operations_total{operation="options",root="/mnt/share"} 5
syncthing_fs_operations_total{operation="options",root="/mnt/share/usrs"} 4
syncthing_fs_operations_total{operation="options",root="/mnt/share/usrs/Ayr"} 10
syncthing_fs_operations_total{operation="options",root="/mnt/share/usrs/Ayr/telephone"} 10
syncthing_fs_operations_total{operation="options",root="/mnt/share/usrs/Ayr/telephone/dcim"} 276
syncthing_fs_operations_total{operation="options",root="/root/.local/state/syncthing"} 15
syncthing_fs_operations_total{operation="options",root="/root/.local/state/syncthing/index-v2"} 26
syncthing_fs_operations_total{operation="read",root="/mnt/share/usrs/Ayr/telephone/dcim"} 7501
syncthing_fs_operations_total{operation="remove",root="/mnt/share/usrs/Ayr/telephone/dcim"} 99
syncthing_fs_operations_total{operation="remove",root="/root/.local/state/syncthing"} 12
syncthing_fs_operations_total{operation="rename",root="/mnt/share/usrs/Ayr/telephone/dcim"} 99
syncthing_fs_operations_total{operation="rename",root="/root/.local/state/syncthing"} 12
syncthing_fs_operations_total{operation="stat",root="/"} 168
syncthing_fs_operations_total{operation="stat",root="/mnt"} 49
syncthing_fs_operations_total{operation="stat",root="/mnt/share"} 10
syncthing_fs_operations_total{operation="stat",root="/mnt/share/usrs"} 16
syncthing_fs_operations_total{operation="stat",root="/mnt/share/usrs/Ayr"} 40
syncthing_fs_operations_total{operation="stat",root="/mnt/share/usrs/Ayr/telephone"} 9
syncthing_fs_operations_total{operation="stat",root="/mnt/share/usrs/Ayr/telephone/dcim"} 521
syncthing_fs_operations_total{operation="stat",root="/root/.local/state/syncthing"} 2
syncthing_fs_operations_total{operation="sync",root="/mnt/share/usrs/Ayr/telephone/dcim"} 115
syncthing_fs_operations_total{operation="sync",root="/root/.local/state/syncthing"} 24
syncthing_fs_operations_total{operation="truncate",root="/mnt/share/usrs/Ayr/telephone/dcim"} 97
syncthing_fs_operations_total{operation="type",root="/mnt/share/usrs/Ayr/telephone/dcim"} 338
syncthing_fs_operations_total{operation="unhide",root="/mnt/share/usrs/Ayr/telephone/dcim"} 97
syncthing_fs_operations_total{operation="uri",root="/mnt/share/usrs/Ayr/telephone/dcim"} 338
syncthing_fs_operations_total{operation="usage",root="/mnt/share/usrs/Ayr/telephone/dcim"} 97
syncthing_fs_operations_total{operation="usage",root="/root/.local/state/syncthing/index-v2"} 26
syncthing_fs_operations_total{operation="watch",root="/mnt/share/usrs/Ayr/telephone/dcim"} 2
syncthing_fs_operations_total{operation="write",root="/mnt/share/usrs/Ayr/telephone/dcim"} 2
syncthing_fs_operations_total{operation="write",root="/root/.local/state/syncthing"} 52
syncthing_fs_operations_total{operation="writeat",root="/mnt/share/usrs/Ayr/telephone/dcim"} 2170
# HELP syncthing_model_folder_conflicts_total Total number of conflicts
# TYPE syncthing_model_folder_conflicts_total counter
syncthing_model_folder_conflicts_total{folder="0oe06-gcprp"} 0
syncthing_model_folder_conflicts_total{folder="q0lk4-7r2ej"} 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="0oe06-gcprp",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="0oe06-gcprp",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="0oe06-gcprp",source="network"} 2.44438396e+08
syncthing_model_folder_processed_bytes_total{folder="0oe06-gcprp",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="q0lk4-7r2ej",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="q0lk4-7r2ej",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="q0lk4-7r2ej",source="network"} 3.3477081e+07
syncthing_model_folder_processed_bytes_total{folder="q0lk4-7r2ej",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="0oe06-gcprp"} 15.228591701999997
syncthing_model_folder_pull_seconds_total{folder="q0lk4-7r2ej"} 3.1977831450000003
# 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="0oe06-gcprp"} 1
syncthing_model_folder_pulls_total{folder="q0lk4-7r2ej"} 4
# 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="0oe06-gcprp"} 0.008571045
syncthing_model_folder_scan_seconds_total{folder="q0lk4-7r2ej"} 0.84138668
# 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="0oe06-gcprp"} 3
syncthing_model_folder_scans_total{folder="q0lk4-7r2ej"} 7
# HELP syncthing_model_folder_state Current folder state
# TYPE syncthing_model_folder_state gauge
syncthing_model_folder_state{folder="0oe06-gcprp"} 0
syncthing_model_folder_state{folder="q0lk4-7r2ej"} 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="0oe06-gcprp",scope="global",type="bytes"} 2.44438396e+08
syncthing_model_folder_summary{folder="0oe06-gcprp",scope="global",type="deleted"} 0
syncthing_model_folder_summary{folder="0oe06-gcprp",scope="global",type="directories"} 1
syncthing_model_folder_summary{folder="0oe06-gcprp",scope="global",type="files"} 84
syncthing_model_folder_summary{folder="0oe06-gcprp",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="0oe06-gcprp",scope="local",type="bytes"} 2.44438396e+08
syncthing_model_folder_summary{folder="0oe06-gcprp",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="0oe06-gcprp",scope="local",type="directories"} 1
syncthing_model_folder_summary{folder="0oe06-gcprp",scope="local",type="files"} 84
syncthing_model_folder_summary{folder="0oe06-gcprp",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="0oe06-gcprp",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="0oe06-gcprp",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="0oe06-gcprp",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="0oe06-gcprp",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="0oe06-gcprp",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="q0lk4-7r2ej",scope="global",type="bytes"} 2.47036355e+08
syncthing_model_folder_summary{folder="q0lk4-7r2ej",scope="global",type="deleted"} 12
syncthing_model_folder_summary{folder="q0lk4-7r2ej",scope="global",type="directories"} 2
syncthing_model_folder_summary{folder="q0lk4-7r2ej",scope="global",type="files"} 86
syncthing_model_folder_summary{folder="q0lk4-7r2ej",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="q0lk4-7r2ej",scope="local",type="bytes"} 2.47036227e+08
syncthing_model_folder_summary{folder="q0lk4-7r2ej",scope="local",type="deleted"} 13
syncthing_model_folder_summary{folder="q0lk4-7r2ej",scope="local",type="directories"} 1
syncthing_model_folder_summary{folder="q0lk4-7r2ej",scope="local",type="files"} 86
syncthing_model_folder_summary{folder="q0lk4-7r2ej",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="q0lk4-7r2ej",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="q0lk4-7r2ej",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="q0lk4-7r2ej",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="q0lk4-7r2ej",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="q0lk4-7r2ej",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="C7NULEA-EW4ACPM-TU4CVNA-266RKXJ-VWULQXT-4UHFSVI-DOKL7QV-G5MS5QO"} 2.7812357e+08
# 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="C7NULEA-EW4ACPM-TU4CVNA-266RKXJ-VWULQXT-4UHFSVI-DOKL7QV-G5MS5QO"} 2.78160931e+08
# 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="C7NULEA-EW4ACPM-TU4CVNA-266RKXJ-VWULQXT-4UHFSVI-DOKL7QV-G5MS5QO"} 2282
# 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="C7NULEA-EW4ACPM-TU4CVNA-266RKXJ-VWULQXT-4UHFSVI-DOKL7QV-G5MS5QO"} 422515
# 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="C7NULEA-EW4ACPM-TU4CVNA-266RKXJ-VWULQXT-4UHFSVI-DOKL7QV-G5MS5QO"} 2416
# 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="C7NULEA-EW4ACPM-TU4CVNA-266RKXJ-VWULQXT-4UHFSVI-DOKL7QV-G5MS5QO"} 459987
# 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="0oe06-gcprp"} 0
syncthing_scanner_hashed_bytes_total{folder="q0lk4-7r2ej"} 2.44438396e+08
# 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="0oe06-gcprp"} 5
syncthing_scanner_scanned_items_total{folder="q0lk4-7r2ej"} 192
