# 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"} 2.1845e-05
go_gc_duration_seconds{quantile="0.25"} 5.7124e-05
go_gc_duration_seconds{quantile="0.5"} 0.00011091
go_gc_duration_seconds{quantile="0.75"} 0.000138862
go_gc_duration_seconds{quantile="1"} 0.00039045
go_gc_duration_seconds_sum 1.362861903
go_gc_duration_seconds_count 13479
# 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 99
# HELP go_info Information about the Go environment.
# TYPE go_info gauge
go_info{version="go1.25.8"} 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 9.687688e+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 3.9551907224e+10
# 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.614155e+06
# HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects.
# TYPE go_memstats_frees_total counter
go_memstats_frees_total 3.3445916e+08
# 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.051728e+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 9.687688e+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 8.331264e+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 1.421312e+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 45607
# 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 6.725632e+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 2.2544384e+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.7781951448436522e+09
# HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects.
# TYPE go_memstats_mallocs_total counter
go_memstats_mallocs_total 3.34504767e+08
# 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 14496
# 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 274720
# 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 424320
# 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.205513e+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 2.222997e+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.62144e+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.62144e+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.4494728e+07
# HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads.
# TYPE go_sched_gomaxprocs_threads gauge
go_sched_gomaxprocs_threads 12
# HELP go_threads Number of OS threads created.
# TYPE go_threads gauge
go_threads 21
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 1070.32
# 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 6.463223438e+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 5.817566622e+09
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 51
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 6.4704512e+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.77714493393e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 2.725470208e+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"} 2
promhttp_metric_handler_requests_total{code="500"} 0
promhttp_metric_handler_requests_total{code="503"} 0
# HELP syncthing_config_device_info Provides additional information labels on devices
# TYPE syncthing_config_device_info gauge
syncthing_config_device_info{device="FOGGQVK-QV6ZQRK-NUAE2D3-TCO7FSH-NAUPR6P-NGZ3II6-X57XYR2-EEBTRAH",introducer="false",name="helium",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="NABS66G-LYDPC6H-QWVOGEX-YGMA7NS-HTDHYNH-RYKPW67-7QVK4XY-RAP7MQM",introducer="false",name="rdn-phone",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="XKNAT35-HIFXMY2-WARTHTQ-7VDDOYD-J2Y5YZM-JDNT4RM-ZOQVBZD-DUOAGQH",introducer="false",name="mrs-phone",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="cph2451_vm18-photos",label="Android Camera (Mrs)",path="~/cph2451_vm18-photos",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="strong-backup",label="strong-backup",path="/data/storage/syncthing/strong-backup",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="🐍",label="🐍",path="/data/storage/syncthing/🐍",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="FOGGQVK-QV6ZQRK-NUAE2D3-TCO7FSH-NAUPR6P-NGZ3II6-X57XYR2-EEBTRAH"} 0
syncthing_connections_active{device="NABS66G-LYDPC6H-QWVOGEX-YGMA7NS-HTDHYNH-RYKPW67-7QVK4XY-RAP7MQM"} 1
syncthing_connections_active{device="XKNAT35-HIFXMY2-WARTHTQ-7VDDOYD-J2Y5YZM-JDNT4RM-ZOQVBZD-DUOAGQH"} 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="cph2451_vm18-photos"} 94
syncthing_db_files_updated_total{folder="🐍"} 15
# 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.04257591099999998
syncthing_db_operation_seconds_total{folder="-",operation="GetKV"} 6.52818890300002
syncthing_db_operation_seconds_total{folder="-",operation="ListFolders"} 0.000284335
syncthing_db_operation_seconds_total{folder="-",operation="PrefixKV"} 0.02453635800000004
syncthing_db_operation_seconds_total{folder="-",operation="PutKV"} 0.5206070659999998
syncthing_db_operation_seconds_total{folder="cph2451_vm18-photos",operation="AllLocalFilesBySequence"} 0.026229015999999983
syncthing_db_operation_seconds_total{folder="cph2451_vm18-photos",operation="AllLocalFilesPrefix"} 0.0036962120000000012
syncthing_db_operation_seconds_total{folder="cph2451_vm18-photos",operation="AllNeededGlobalFiles"} 0.0023694779999999995
syncthing_db_operation_seconds_total{folder="cph2451_vm18-photos",operation="CountGlobal"} 0.24324497500000003
syncthing_db_operation_seconds_total{folder="cph2451_vm18-photos",operation="CountLocal"} 0.11586103399999996
syncthing_db_operation_seconds_total{folder="cph2451_vm18-photos",operation="CountNeed"} 5.548299930000003
syncthing_db_operation_seconds_total{folder="cph2451_vm18-photos",operation="CountReceiveOnlyChanged"} 0.03199917599999998
syncthing_db_operation_seconds_total{folder="cph2451_vm18-photos",operation="GetDeviceFile"} 17.616934785000275
syncthing_db_operation_seconds_total{folder="cph2451_vm18-photos",operation="GetDeviceSequence"} 2.1051238310000016
syncthing_db_operation_seconds_total{folder="cph2451_vm18-photos",operation="GetGlobalAvailability"} 0.09802113999999996
syncthing_db_operation_seconds_total{folder="cph2451_vm18-photos",operation="GetGlobalFile"} 0.003749282
syncthing_db_operation_seconds_total{folder="cph2451_vm18-photos",operation="IndexIDGet"} 0.2394877250000002
syncthing_db_operation_seconds_total{folder="cph2451_vm18-photos",operation="ListDevicesForFolder"} 0.00023972
syncthing_db_operation_seconds_total{folder="cph2451_vm18-photos",operation="RemoteSequences"} 0.06009396399999999
syncthing_db_operation_seconds_total{folder="cph2451_vm18-photos",operation="Update"} 0.09745450499999998
syncthing_db_operation_seconds_total{folder="strong-backup",operation="AllLocalFilesBySequence"} 0.022512718000000008
syncthing_db_operation_seconds_total{folder="strong-backup",operation="AllLocalFilesPrefix"} 0.007018599999999996
syncthing_db_operation_seconds_total{folder="strong-backup",operation="CountGlobal"} 0.18488691299999999
syncthing_db_operation_seconds_total{folder="strong-backup",operation="CountLocal"} 0.06047680699999995
syncthing_db_operation_seconds_total{folder="strong-backup",operation="CountNeed"} 0.3104364460000007
syncthing_db_operation_seconds_total{folder="strong-backup",operation="CountReceiveOnlyChanged"} 0.01957807300000002
syncthing_db_operation_seconds_total{folder="strong-backup",operation="GetDeviceFile"} 0.07966158799999994
syncthing_db_operation_seconds_total{folder="strong-backup",operation="GetDeviceSequence"} 2.1783461590000055
syncthing_db_operation_seconds_total{folder="strong-backup",operation="IndexIDGet"} 0.17936180000000057
syncthing_db_operation_seconds_total{folder="strong-backup",operation="ListDevicesForFolder"} 0.000100947
syncthing_db_operation_seconds_total{folder="strong-backup",operation="RemoteSequences"} 0.04513336100000007
syncthing_db_operation_seconds_total{folder="🐍",operation="AllLocalFilesBySequence"} 0.019763938000000005
syncthing_db_operation_seconds_total{folder="🐍",operation="AllLocalFilesPrefix"} 0.002523567000000001
syncthing_db_operation_seconds_total{folder="🐍",operation="AllNeededGlobalFiles"} 0.001230167
syncthing_db_operation_seconds_total{folder="🐍",operation="CountGlobal"} 0.3091790620000003
syncthing_db_operation_seconds_total{folder="🐍",operation="CountLocal"} 0.10446868899999985
syncthing_db_operation_seconds_total{folder="🐍",operation="CountNeed"} 4.034482650999993
syncthing_db_operation_seconds_total{folder="🐍",operation="CountReceiveOnlyChanged"} 0.02736498200000005
syncthing_db_operation_seconds_total{folder="🐍",operation="GetDeviceFile"} 0.9517167699999991
syncthing_db_operation_seconds_total{folder="🐍",operation="GetDeviceSequence"} 2.162981952999984
syncthing_db_operation_seconds_total{folder="🐍",operation="GetGlobalAvailability"} 0.001065009
syncthing_db_operation_seconds_total{folder="🐍",operation="GetGlobalFile"} 0.000201699
syncthing_db_operation_seconds_total{folder="🐍",operation="IndexIDGet"} 0.16960241400000003
syncthing_db_operation_seconds_total{folder="🐍",operation="ListDevicesForFolder"} 0.000135776
syncthing_db_operation_seconds_total{folder="🐍",operation="RemoteSequences"} 0.05370000300000005
syncthing_db_operation_seconds_total{folder="🐍",operation="Update"} 0.028043018000000003
# 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="cph2451_vm18-photos",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="cph2451_vm18-photos",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="cph2451_vm18-photos",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="cph2451_vm18-photos",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="cph2451_vm18-photos",operation="CountLocal"} 0
syncthing_db_operations_current{folder="cph2451_vm18-photos",operation="CountNeed"} 0
syncthing_db_operations_current{folder="cph2451_vm18-photos",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="cph2451_vm18-photos",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="cph2451_vm18-photos",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="cph2451_vm18-photos",operation="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="cph2451_vm18-photos",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="cph2451_vm18-photos",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="cph2451_vm18-photos",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="cph2451_vm18-photos",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="cph2451_vm18-photos",operation="Update"} 0
syncthing_db_operations_current{folder="strong-backup",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="strong-backup",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="strong-backup",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="strong-backup",operation="CountLocal"} 0
syncthing_db_operations_current{folder="strong-backup",operation="CountNeed"} 0
syncthing_db_operations_current{folder="strong-backup",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="strong-backup",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="strong-backup",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="strong-backup",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="strong-backup",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="strong-backup",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="🐍",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="🐍",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="🐍",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="🐍",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="🐍",operation="CountLocal"} 0
syncthing_db_operations_current{folder="🐍",operation="CountNeed"} 0
syncthing_db_operations_current{folder="🐍",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="🐍",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="🐍",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="🐍",operation="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="🐍",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="🐍",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="🐍",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="🐍",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="🐍",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"} 2013
syncthing_db_operations_total{folder="-",operation="GetKV"} 118234
syncthing_db_operations_total{folder="-",operation="ListFolders"} 1
syncthing_db_operations_total{folder="-",operation="PrefixKV"} 499
syncthing_db_operations_total{folder="-",operation="PutKV"} 3914
syncthing_db_operations_total{folder="cph2451_vm18-photos",operation="AllLocalFilesBySequence"} 462
syncthing_db_operations_total{folder="cph2451_vm18-photos",operation="AllLocalFilesPrefix"} 296
syncthing_db_operations_total{folder="cph2451_vm18-photos",operation="AllNeededGlobalFiles"} 33
syncthing_db_operations_total{folder="cph2451_vm18-photos",operation="CountGlobal"} 2524
syncthing_db_operations_total{folder="cph2451_vm18-photos",operation="CountLocal"} 1257
syncthing_db_operations_total{folder="cph2451_vm18-photos",operation="CountNeed"} 3416
syncthing_db_operations_total{folder="cph2451_vm18-photos",operation="CountReceiveOnlyChanged"} 1257
syncthing_db_operations_total{folder="cph2451_vm18-photos",operation="GetDeviceFile"} 499216
syncthing_db_operations_total{folder="cph2451_vm18-photos",operation="GetDeviceSequence"} 15760
syncthing_db_operations_total{folder="cph2451_vm18-photos",operation="GetGlobalAvailability"} 680
syncthing_db_operations_total{folder="cph2451_vm18-photos",operation="GetGlobalFile"} 21
syncthing_db_operations_total{folder="cph2451_vm18-photos",operation="IndexIDGet"} 2834
syncthing_db_operations_total{folder="cph2451_vm18-photos",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="cph2451_vm18-photos",operation="RemoteSequences"} 1257
syncthing_db_operations_total{folder="cph2451_vm18-photos",operation="Update"} 34
syncthing_db_operations_total{folder="strong-backup",operation="AllLocalFilesBySequence"} 473
syncthing_db_operations_total{folder="strong-backup",operation="AllLocalFilesPrefix"} 291
syncthing_db_operations_total{folder="strong-backup",operation="CountGlobal"} 3817
syncthing_db_operations_total{folder="strong-backup",operation="CountLocal"} 1269
syncthing_db_operations_total{folder="strong-backup",operation="CountNeed"} 4733
syncthing_db_operations_total{folder="strong-backup",operation="CountReceiveOnlyChanged"} 1269
syncthing_db_operations_total{folder="strong-backup",operation="GetDeviceFile"} 873
syncthing_db_operations_total{folder="strong-backup",operation="GetDeviceSequence"} 18816
syncthing_db_operations_total{folder="strong-backup",operation="IndexIDGet"} 4096
syncthing_db_operations_total{folder="strong-backup",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="strong-backup",operation="RemoteSequences"} 1269
syncthing_db_operations_total{folder="🐍",operation="AllLocalFilesBySequence"} 476
syncthing_db_operations_total{folder="🐍",operation="AllLocalFilesPrefix"} 289
syncthing_db_operations_total{folder="🐍",operation="AllNeededGlobalFiles"} 6
syncthing_db_operations_total{folder="🐍",operation="CountGlobal"} 3835
syncthing_db_operations_total{folder="🐍",operation="CountLocal"} 1275
syncthing_db_operations_total{folder="🐍",operation="CountNeed"} 4761
syncthing_db_operations_total{folder="🐍",operation="CountReceiveOnlyChanged"} 1275
syncthing_db_operations_total{folder="🐍",operation="GetDeviceFile"} 18967
syncthing_db_operations_total{folder="🐍",operation="GetDeviceSequence"} 18852
syncthing_db_operations_total{folder="🐍",operation="GetGlobalAvailability"} 8
syncthing_db_operations_total{folder="🐍",operation="GetGlobalFile"} 3
syncthing_db_operations_total{folder="🐍",operation="IndexIDGet"} 4096
syncthing_db_operations_total{folder="🐍",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="🐍",operation="RemoteSequences"} 1275
syncthing_db_operations_total{folder="🐍",operation="Update"} 9
# HELP syncthing_events_total Total number of created/forwarded/dropped events
# TYPE syncthing_events_total counter
syncthing_events_total{event="ClusterConfigReceived",state="created"} 473
syncthing_events_total{event="ClusterConfigReceived",state="delivered"} 946
syncthing_events_total{event="ConfigSaved",state="created"} 7
syncthing_events_total{event="ConfigSaved",state="delivered"} 7
syncthing_events_total{event="DeviceConnected",state="created"} 928
syncthing_events_total{event="DeviceConnected",state="delivered"} 1856
syncthing_events_total{event="DeviceDisconnected",state="created"} 51
syncthing_events_total{event="DeviceDisconnected",state="delivered"} 81
syncthing_events_total{event="DeviceDiscovered",state="created"} 2173
syncthing_events_total{event="DeviceDiscovered",state="delivered"} 2173
syncthing_events_total{event="DownloadProgress",state="created"} 11
syncthing_events_total{event="DownloadProgress",state="delivered"} 22
syncthing_events_total{event="FolderCompletion",state="created"} 6305
syncthing_events_total{event="FolderCompletion",state="delivered"} 6305
syncthing_events_total{event="FolderSummary",state="created"} 3777
syncthing_events_total{event="FolderSummary",state="delivered"} 3777
syncthing_events_total{event="ItemFinished",state="created"} 52
syncthing_events_total{event="ItemFinished",state="delivered"} 208
syncthing_events_total{event="ItemStarted",state="created"} 52
syncthing_events_total{event="ItemStarted",state="delivered"} 208
syncthing_events_total{event="ListenAddressesChanged",state="created"} 106
syncthing_events_total{event="ListenAddressesChanged",state="delivered"} 316
syncthing_events_total{event="LocalIndexUpdated",state="created"} 20
syncthing_events_total{event="LocalIndexUpdated",state="delivered"} 108
syncthing_events_total{event="RemoteChangeDetected",state="created"} 52
syncthing_events_total{event="RemoteChangeDetected",state="delivered"} 52
syncthing_events_total{event="RemoteIndexUpdated",state="created"} 23
syncthing_events_total{event="RemoteIndexUpdated",state="delivered"} 46
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"} 2748
syncthing_events_total{event="StateChanged",state="delivered"} 5496
# 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="readat",root="/data/storage/syncthing/🐍"} 432331
syncthing_fs_operation_bytes_total{operation="write",root="/data/syncthing/config"} 98721
syncthing_fs_operation_bytes_total{operation="writeat",root="/data/storage/syncthing/cph2451_vm18-photos"} 8.6320214e+07
syncthing_fs_operation_bytes_total{operation="writeat",root="/data/storage/syncthing/🐍"} 432331
# 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="/data/syncthing/config"} 8.4088e-05
syncthing_fs_operation_seconds_total{operation="chtimes",root="/data/storage/syncthing/cph2451_vm18-photos"} 0.000878524
syncthing_fs_operation_seconds_total{operation="chtimes",root="/data/storage/syncthing/🐍"} 0.000446318
syncthing_fs_operation_seconds_total{operation="close",root="/data/storage/syncthing/cph2451_vm18-photos"} 0.00040408099999999993
syncthing_fs_operation_seconds_total{operation="close",root="/data/storage/syncthing/🐍"} 0.000179254
syncthing_fs_operation_seconds_total{operation="close",root="/data/syncthing/config"} 7.8229e-05
syncthing_fs_operation_seconds_total{operation="dirnames",root="/data/storage/syncthing/cph2451_vm18-photos"} 1.0212196990000015
syncthing_fs_operation_seconds_total{operation="dirnames",root="/data/storage/syncthing/strong-backup"} 0.14486680999999985
syncthing_fs_operation_seconds_total{operation="dirnames",root="/data/storage/syncthing/🐍"} 0.25045845799999833
syncthing_fs_operation_seconds_total{operation="glob",root="/data/syncthing/config"} 0.000165379
syncthing_fs_operation_seconds_total{operation="hide",root="/data/storage/syncthing/cph2451_vm18-photos"} 2.9471000000000003e-05
syncthing_fs_operation_seconds_total{operation="hide",root="/data/storage/syncthing/strong-backup"} 1.237e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/data/storage/syncthing/🐍"} 5.868e-06
syncthing_fs_operation_seconds_total{operation="lstat",root="/data/storage/syncthing/cph2451_vm18-photos"} 15.627282069000543
syncthing_fs_operation_seconds_total{operation="lstat",root="/data/storage/syncthing/strong-backup"} 0.19471469899999996
syncthing_fs_operation_seconds_total{operation="lstat",root="/data/storage/syncthing/🐍"} 0.9980422929999947
syncthing_fs_operation_seconds_total{operation="lstat",root="/data/syncthing/config"} 7.014400000000001e-05
syncthing_fs_operation_seconds_total{operation="mdkir",root="/data/storage/syncthing/cph2451_vm18-photos"} 4.6287e-05
syncthing_fs_operation_seconds_total{operation="mdkir",root="/data/storage/syncthing/🐍"} 0.000180441
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/data/syncthing/config"} 9.883e-06
syncthing_fs_operation_seconds_total{operation="name",root="/data/syncthing/config"} 5.156e-06
syncthing_fs_operation_seconds_total{operation="open",root="/data/storage/syncthing/cph2451_vm18-photos"} 0.006392741000000001
syncthing_fs_operation_seconds_total{operation="open",root="/data/storage/syncthing/strong-backup"} 0.005649525000000005
syncthing_fs_operation_seconds_total{operation="open",root="/data/storage/syncthing/🐍"} 0.006093632
syncthing_fs_operation_seconds_total{operation="open",root="/data/syncthing/config"} 8.824399999999999e-05
syncthing_fs_operation_seconds_total{operation="openfile",root="/data/storage/syncthing/cph2451_vm18-photos"} 0.0025187029999999997
syncthing_fs_operation_seconds_total{operation="openfile",root="/data/storage/syncthing/🐍"} 0.000193821
syncthing_fs_operation_seconds_total{operation="openfile",root="/data/syncthing/config"} 0.00034825000000000004
syncthing_fs_operation_seconds_total{operation="options",root="/data/storage/syncthing/cph2451_vm18-photos"} 0.0007090809999999996
syncthing_fs_operation_seconds_total{operation="options",root="/data/storage/syncthing/strong-backup"} 0.0007769799999999994
syncthing_fs_operation_seconds_total{operation="options",root="/data/storage/syncthing/🐍"} 0.0006889460000000003
syncthing_fs_operation_seconds_total{operation="options",root="/data/syncthing/config"} 4.3729999999999995e-06
syncthing_fs_operation_seconds_total{operation="options",root="/data/syncthing/config/index-v2"} 0.0003930909999999995
syncthing_fs_operation_seconds_total{operation="readat",root="/data/storage/syncthing/🐍"} 0.00022852800000000003
syncthing_fs_operation_seconds_total{operation="remove",root="/data/storage/syncthing/cph2451_vm18-photos"} 0.0005365379999999999
syncthing_fs_operation_seconds_total{operation="remove",root="/data/storage/syncthing/🐍"} 0.0030120900000000003
syncthing_fs_operation_seconds_total{operation="remove",root="/data/syncthing/config"} 8.1398e-05
syncthing_fs_operation_seconds_total{operation="rename",root="/data/storage/syncthing/cph2451_vm18-photos"} 0.0008463939999999998
syncthing_fs_operation_seconds_total{operation="rename",root="/data/storage/syncthing/🐍"} 0.00020958699999999998
syncthing_fs_operation_seconds_total{operation="rename",root="/data/syncthing/config"} 0.000392696
syncthing_fs_operation_seconds_total{operation="stat",root="/data/storage/syncthing/cph2451_vm18-photos"} 0.016353173999999984
syncthing_fs_operation_seconds_total{operation="stat",root="/data/storage/syncthing/strong-backup"} 0.013030581999999994
syncthing_fs_operation_seconds_total{operation="stat",root="/data/storage/syncthing/🐍"} 0.013936047999999993
syncthing_fs_operation_seconds_total{operation="stat",root="/data/syncthing/config"} 3.016e-06
syncthing_fs_operation_seconds_total{operation="sync",root="/data/storage/syncthing/cph2451_vm18-photos"} 0.14530350499999997
syncthing_fs_operation_seconds_total{operation="sync",root="/data/storage/syncthing/🐍"} 0.018947313
syncthing_fs_operation_seconds_total{operation="sync",root="/data/syncthing/config"} 0.043814936
syncthing_fs_operation_seconds_total{operation="truncate",root="/data/storage/syncthing/cph2451_vm18-photos"} 0.00024729700000000005
syncthing_fs_operation_seconds_total{operation="truncate",root="/data/storage/syncthing/🐍"} 4.1660000000000004e-05
syncthing_fs_operation_seconds_total{operation="type",root="/data/storage/syncthing/cph2451_vm18-photos"} 0.0001723949999999999
syncthing_fs_operation_seconds_total{operation="type",root="/data/storage/syncthing/strong-backup"} 0.00016919099999999996
syncthing_fs_operation_seconds_total{operation="type",root="/data/storage/syncthing/🐍"} 0.00017150099999999993
syncthing_fs_operation_seconds_total{operation="unhide",root="/data/storage/syncthing/cph2451_vm18-photos"} 1.8103999999999998e-05
syncthing_fs_operation_seconds_total{operation="unhide",root="/data/storage/syncthing/🐍"} 9.416e-06
syncthing_fs_operation_seconds_total{operation="uri",root="/data/storage/syncthing/cph2451_vm18-photos"} 0.0001529540000000001
syncthing_fs_operation_seconds_total{operation="uri",root="/data/storage/syncthing/strong-backup"} 0.00015904700000000005
syncthing_fs_operation_seconds_total{operation="uri",root="/data/storage/syncthing/🐍"} 0.00014607200000000016
syncthing_fs_operation_seconds_total{operation="usage",root="/data/storage/syncthing/cph2451_vm18-photos"} 0.00015160100000000001
syncthing_fs_operation_seconds_total{operation="usage",root="/data/storage/syncthing/🐍"} 2.6201000000000002e-05
syncthing_fs_operation_seconds_total{operation="usage",root="/data/syncthing/config/index-v2"} 0.017760752000000008
syncthing_fs_operation_seconds_total{operation="watch",root="/data/storage/syncthing/cph2451_vm18-photos"} 0.023862028
syncthing_fs_operation_seconds_total{operation="watch",root="/data/storage/syncthing/strong-backup"} 0.023319606
syncthing_fs_operation_seconds_total{operation="watch",root="/data/storage/syncthing/🐍"} 0.023949978
syncthing_fs_operation_seconds_total{operation="write",root="/data/syncthing/config"} 0.00020260100000000006
syncthing_fs_operation_seconds_total{operation="writeat",root="/data/storage/syncthing/cph2451_vm18-photos"} 0.0952071550000001
syncthing_fs_operation_seconds_total{operation="writeat",root="/data/storage/syncthing/🐍"} 0.000861523
# 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="/data/syncthing/config"} 7
syncthing_fs_operations_total{operation="chtimes",root="/data/storage/syncthing/cph2451_vm18-photos"} 21
syncthing_fs_operations_total{operation="chtimes",root="/data/storage/syncthing/🐍"} 3
syncthing_fs_operations_total{operation="close",root="/data/storage/syncthing/cph2451_vm18-photos"} 30
syncthing_fs_operations_total{operation="close",root="/data/storage/syncthing/🐍"} 10
syncthing_fs_operations_total{operation="close",root="/data/syncthing/config"} 14
syncthing_fs_operations_total{operation="dirnames",root="/data/storage/syncthing/cph2451_vm18-photos"} 6585
syncthing_fs_operations_total{operation="dirnames",root="/data/storage/syncthing/strong-backup"} 2037
syncthing_fs_operations_total{operation="dirnames",root="/data/storage/syncthing/🐍"} 7864
syncthing_fs_operations_total{operation="glob",root="/data/syncthing/config"} 5
syncthing_fs_operations_total{operation="hide",root="/data/storage/syncthing/cph2451_vm18-photos"} 17
syncthing_fs_operations_total{operation="hide",root="/data/storage/syncthing/strong-backup"} 3
syncthing_fs_operations_total{operation="hide",root="/data/storage/syncthing/🐍"} 6
syncthing_fs_operations_total{operation="lstat",root="/data/storage/syncthing/cph2451_vm18-photos"} 1.539543e+06
syncthing_fs_operations_total{operation="lstat",root="/data/storage/syncthing/strong-backup"} 3789
syncthing_fs_operations_total{operation="lstat",root="/data/storage/syncthing/🐍"} 70868
syncthing_fs_operations_total{operation="lstat",root="/data/syncthing/config"} 9
syncthing_fs_operations_total{operation="mdkir",root="/data/storage/syncthing/cph2451_vm18-photos"} 1
syncthing_fs_operations_total{operation="mdkir",root="/data/storage/syncthing/🐍"} 1
syncthing_fs_operations_total{operation="mkdirall",root="/data/syncthing/config"} 2
syncthing_fs_operations_total{operation="name",root="/data/syncthing/config"} 21
syncthing_fs_operations_total{operation="open",root="/data/storage/syncthing/cph2451_vm18-photos"} 343
syncthing_fs_operations_total{operation="open",root="/data/storage/syncthing/strong-backup"} 293
syncthing_fs_operations_total{operation="open",root="/data/storage/syncthing/🐍"} 304
syncthing_fs_operations_total{operation="open",root="/data/syncthing/config"} 7
syncthing_fs_operations_total{operation="openfile",root="/data/storage/syncthing/cph2451_vm18-photos"} 14
syncthing_fs_operations_total{operation="openfile",root="/data/storage/syncthing/🐍"} 3
syncthing_fs_operations_total{operation="openfile",root="/data/syncthing/config"} 7
syncthing_fs_operations_total{operation="options",root="/data/storage/syncthing/cph2451_vm18-photos"} 716
syncthing_fs_operations_total{operation="options",root="/data/storage/syncthing/strong-backup"} 748
syncthing_fs_operations_total{operation="options",root="/data/storage/syncthing/🐍"} 748
syncthing_fs_operations_total{operation="options",root="/data/syncthing/config"} 10
syncthing_fs_operations_total{operation="options",root="/data/syncthing/config/index-v2"} 916
syncthing_fs_operations_total{operation="readat",root="/data/storage/syncthing/🐍"} 5
syncthing_fs_operations_total{operation="remove",root="/data/storage/syncthing/cph2451_vm18-photos"} 32
syncthing_fs_operations_total{operation="remove",root="/data/storage/syncthing/🐍"} 4
syncthing_fs_operations_total{operation="remove",root="/data/syncthing/config"} 7
syncthing_fs_operations_total{operation="rename",root="/data/storage/syncthing/cph2451_vm18-photos"} 28
syncthing_fs_operations_total{operation="rename",root="/data/storage/syncthing/🐍"} 3
syncthing_fs_operations_total{operation="rename",root="/data/syncthing/config"} 7
syncthing_fs_operations_total{operation="stat",root="/data/storage/syncthing/cph2451_vm18-photos"} 731
syncthing_fs_operations_total{operation="stat",root="/data/storage/syncthing/strong-backup"} 584
syncthing_fs_operations_total{operation="stat",root="/data/storage/syncthing/🐍"} 603
syncthing_fs_operations_total{operation="stat",root="/data/syncthing/config"} 2
syncthing_fs_operations_total{operation="sync",root="/data/storage/syncthing/cph2451_vm18-photos"} 30
syncthing_fs_operations_total{operation="sync",root="/data/storage/syncthing/🐍"} 5
syncthing_fs_operations_total{operation="sync",root="/data/syncthing/config"} 14
syncthing_fs_operations_total{operation="truncate",root="/data/storage/syncthing/cph2451_vm18-photos"} 14
syncthing_fs_operations_total{operation="truncate",root="/data/storage/syncthing/🐍"} 3
syncthing_fs_operations_total{operation="type",root="/data/storage/syncthing/cph2451_vm18-photos"} 415
syncthing_fs_operations_total{operation="type",root="/data/storage/syncthing/strong-backup"} 375
syncthing_fs_operations_total{operation="type",root="/data/storage/syncthing/🐍"} 381
syncthing_fs_operations_total{operation="unhide",root="/data/storage/syncthing/cph2451_vm18-photos"} 14
syncthing_fs_operations_total{operation="unhide",root="/data/storage/syncthing/🐍"} 3
syncthing_fs_operations_total{operation="uri",root="/data/storage/syncthing/cph2451_vm18-photos"} 415
syncthing_fs_operations_total{operation="uri",root="/data/storage/syncthing/strong-backup"} 375
syncthing_fs_operations_total{operation="uri",root="/data/storage/syncthing/🐍"} 381
syncthing_fs_operations_total{operation="usage",root="/data/storage/syncthing/cph2451_vm18-photos"} 14
syncthing_fs_operations_total{operation="usage",root="/data/storage/syncthing/🐍"} 3
syncthing_fs_operations_total{operation="usage",root="/data/syncthing/config/index-v2"} 916
syncthing_fs_operations_total{operation="watch",root="/data/storage/syncthing/cph2451_vm18-photos"} 1
syncthing_fs_operations_total{operation="watch",root="/data/storage/syncthing/strong-backup"} 1
syncthing_fs_operations_total{operation="watch",root="/data/storage/syncthing/🐍"} 1
syncthing_fs_operations_total{operation="write",root="/data/syncthing/config"} 49
syncthing_fs_operations_total{operation="writeat",root="/data/storage/syncthing/cph2451_vm18-photos"} 666
syncthing_fs_operations_total{operation="writeat",root="/data/storage/syncthing/🐍"} 5
# HELP syncthing_model_folder_conflicts_total Total number of conflicts
# TYPE syncthing_model_folder_conflicts_total counter
syncthing_model_folder_conflicts_total{folder="cph2451_vm18-photos"} 0
syncthing_model_folder_conflicts_total{folder="strong-backup"} 0
syncthing_model_folder_conflicts_total{folder="🐍"} 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="cph2451_vm18-photos",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="cph2451_vm18-photos",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="cph2451_vm18-photos",source="network"} 8.6320214e+07
syncthing_model_folder_processed_bytes_total{folder="cph2451_vm18-photos",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="strong-backup",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="strong-backup",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="strong-backup",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="strong-backup",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="🐍",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="🐍",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="🐍",source="network"} 432331
syncthing_model_folder_processed_bytes_total{folder="🐍",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="cph2451_vm18-photos"} 259.5767684399999
syncthing_model_folder_pull_seconds_total{folder="strong-backup"} 0
syncthing_model_folder_pull_seconds_total{folder="🐍"} 1.107209906
# 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="cph2451_vm18-photos"} 16
syncthing_model_folder_pulls_total{folder="strong-backup"} 0
syncthing_model_folder_pulls_total{folder="🐍"} 3
# 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="cph2451_vm18-photos"} 58.45549652199995
syncthing_model_folder_scan_seconds_total{folder="strong-backup"} 0.6895269290000001
syncthing_model_folder_scan_seconds_total{folder="🐍"} 4.4306423970000015
# 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="cph2451_vm18-photos"} 295
syncthing_model_folder_scans_total{folder="strong-backup"} 291
syncthing_model_folder_scans_total{folder="🐍"} 289
# HELP syncthing_model_folder_state Current folder state
# TYPE syncthing_model_folder_state gauge
syncthing_model_folder_state{folder="cph2451_vm18-photos"} 0
syncthing_model_folder_state{folder="strong-backup"} 0
syncthing_model_folder_state{folder="🐍"} 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="cph2451_vm18-photos",scope="global",type="bytes"} 9.238052655e+09
syncthing_model_folder_summary{folder="cph2451_vm18-photos",scope="global",type="deleted"} 240
syncthing_model_folder_summary{folder="cph2451_vm18-photos",scope="global",type="directories"} 12
syncthing_model_folder_summary{folder="cph2451_vm18-photos",scope="global",type="files"} 1711
syncthing_model_folder_summary{folder="cph2451_vm18-photos",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="cph2451_vm18-photos",scope="local",type="bytes"} 9.238052655e+09
syncthing_model_folder_summary{folder="cph2451_vm18-photos",scope="local",type="deleted"} 179
syncthing_model_folder_summary{folder="cph2451_vm18-photos",scope="local",type="directories"} 12
syncthing_model_folder_summary{folder="cph2451_vm18-photos",scope="local",type="files"} 1711
syncthing_model_folder_summary{folder="cph2451_vm18-photos",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="cph2451_vm18-photos",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="cph2451_vm18-photos",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="cph2451_vm18-photos",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="cph2451_vm18-photos",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="cph2451_vm18-photos",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="strong-backup",scope="global",type="bytes"} 6231
syncthing_model_folder_summary{folder="strong-backup",scope="global",type="deleted"} 0
syncthing_model_folder_summary{folder="strong-backup",scope="global",type="directories"} 2
syncthing_model_folder_summary{folder="strong-backup",scope="global",type="files"} 1
syncthing_model_folder_summary{folder="strong-backup",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="strong-backup",scope="local",type="bytes"} 6231
syncthing_model_folder_summary{folder="strong-backup",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="strong-backup",scope="local",type="directories"} 2
syncthing_model_folder_summary{folder="strong-backup",scope="local",type="files"} 1
syncthing_model_folder_summary{folder="strong-backup",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="strong-backup",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="strong-backup",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="strong-backup",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="strong-backup",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="strong-backup",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="🐍",scope="global",type="bytes"} 2.25185487e+08
syncthing_model_folder_summary{folder="🐍",scope="global",type="deleted"} 1260
syncthing_model_folder_summary{folder="🐍",scope="global",type="directories"} 13
syncthing_model_folder_summary{folder="🐍",scope="global",type="files"} 56
syncthing_model_folder_summary{folder="🐍",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="🐍",scope="local",type="bytes"} 2.25185487e+08
syncthing_model_folder_summary{folder="🐍",scope="local",type="deleted"} 1182
syncthing_model_folder_summary{folder="🐍",scope="local",type="directories"} 13
syncthing_model_folder_summary{folder="🐍",scope="local",type="files"} 56
syncthing_model_folder_summary{folder="🐍",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="🐍",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="🐍",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="🐍",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="🐍",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="🐍",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="NABS66G-LYDPC6H-QWVOGEX-YGMA7NS-HTDHYNH-RYKPW67-7QVK4XY-RAP7MQM"} 444434
syncthing_protocol_recv_bytes_total{device="XKNAT35-HIFXMY2-WARTHTQ-7VDDOYD-J2Y5YZM-JDNT4RM-ZOQVBZD-DUOAGQH"} 8.6636428e+07
# 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="NABS66G-LYDPC6H-QWVOGEX-YGMA7NS-HTDHYNH-RYKPW67-7QVK4XY-RAP7MQM"} 449085
syncthing_protocol_recv_decompressed_bytes_total{device="XKNAT35-HIFXMY2-WARTHTQ-7VDDOYD-J2Y5YZM-JDNT4RM-ZOQVBZD-DUOAGQH"} 8.676311e+07
# 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="NABS66G-LYDPC6H-QWVOGEX-YGMA7NS-HTDHYNH-RYKPW67-7QVK4XY-RAP7MQM"} 334
syncthing_protocol_recv_messages_total{device="XKNAT35-HIFXMY2-WARTHTQ-7VDDOYD-J2Y5YZM-JDNT4RM-ZOQVBZD-DUOAGQH"} 12293
# 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="NABS66G-LYDPC6H-QWVOGEX-YGMA7NS-HTDHYNH-RYKPW67-7QVK4XY-RAP7MQM"} 13867
syncthing_protocol_sent_bytes_total{device="XKNAT35-HIFXMY2-WARTHTQ-7VDDOYD-J2Y5YZM-JDNT4RM-ZOQVBZD-DUOAGQH"} 926438
# 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="NABS66G-LYDPC6H-QWVOGEX-YGMA7NS-HTDHYNH-RYKPW67-7QVK4XY-RAP7MQM"} 493
syncthing_protocol_sent_messages_total{device="XKNAT35-HIFXMY2-WARTHTQ-7VDDOYD-J2Y5YZM-JDNT4RM-ZOQVBZD-DUOAGQH"} 25844
# 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="NABS66G-LYDPC6H-QWVOGEX-YGMA7NS-HTDHYNH-RYKPW67-7QVK4XY-RAP7MQM"} 19303
syncthing_protocol_sent_uncompressed_bytes_total{device="XKNAT35-HIFXMY2-WARTHTQ-7VDDOYD-J2Y5YZM-JDNT4RM-ZOQVBZD-DUOAGQH"} 1.063627e+06
# 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="cph2451_vm18-photos"} 0
syncthing_scanner_hashed_bytes_total{folder="strong-backup"} 0
syncthing_scanner_hashed_bytes_total{folder="🐍"} 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="cph2451_vm18-photos"} 499707
syncthing_scanner_scanned_items_total{folder="strong-backup"} 1455
syncthing_scanner_scanned_items_total{folder="🐍"} 19537
