# 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.0803e-05
go_gc_duration_seconds{quantile="0.25"} 5.4359e-05
go_gc_duration_seconds{quantile="0.5"} 0.000119528
go_gc_duration_seconds{quantile="0.75"} 0.000139726
go_gc_duration_seconds{quantile="1"} 0.000312351
go_gc_duration_seconds_sum 0.582013565
go_gc_duration_seconds_count 5617
# 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 104
# HELP go_info Information about the Go environment.
# TYPE go_info gauge
go_info{version="go1.26.5"} 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 8.651432e+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 1.797409364e+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.456089e+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.53120123e+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.162288e+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 8.651432e+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.2681216e+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.409024e+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 38365
# 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.0248192e+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.6771456e+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.7853314296415305e+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.53158488e+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 27552
# HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes.
# TYPE go_memstats_mcache_sys_bytes gauge
go_memstats_mcache_sys_bytes 32144
# HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes.
# TYPE go_memstats_mspan_inuse_bytes gauge
go_memstats_mspan_inuse_bytes 300480
# 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 440640
# 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.1742546e+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.532655e+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.588672e+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.588672e+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.8983944e+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 23
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 487.64
# 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.528937351e+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 4.243730574e+09
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 53
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 6.6801664e+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.7849164377e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 2.709159936e+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="1980-01-01 00:00:00 UTC",builduser="nix@nix",codename="Hafnium Hornet",goversion="go1.26.5",program="syncthing",tags="noupgrade,stnoupgrade",version="v2.1.1"} 1
# 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="strong-backup"} 9522
syncthing_db_files_updated_total{folder="🐍"} 57077
# HELP syncthing_db_operation_seconds_total Total time spent in database operations, per folder and operation
# TYPE syncthing_db_operation_seconds_total counter
syncthing_db_operation_seconds_total{folder="-",operation="GetKV"} 2.6688015650000096
syncthing_db_operation_seconds_total{folder="-",operation="ListFolders"} 0.000305218
syncthing_db_operation_seconds_total{folder="-",operation="PrefixKV"} 0.028318211000000006
syncthing_db_operation_seconds_total{folder="-",operation="PutKV"} 0.4239591050000002
syncthing_db_operation_seconds_total{folder="cph2451_vm18-photos",operation="AllLocalFilesPrefix"} 0.00091328
syncthing_db_operation_seconds_total{folder="cph2451_vm18-photos",operation="CountGlobal"} 0.003248901
syncthing_db_operation_seconds_total{folder="cph2451_vm18-photos",operation="CountLocal"} 0.006629086
syncthing_db_operation_seconds_total{folder="cph2451_vm18-photos",operation="CountNeed"} 0.029387805
syncthing_db_operation_seconds_total{folder="cph2451_vm18-photos",operation="CountReceiveOnlyChanged"} 0.00025223300000000004
syncthing_db_operation_seconds_total{folder="cph2451_vm18-photos",operation="GetDeviceFile"} 7.461025080999972
syncthing_db_operation_seconds_total{folder="cph2451_vm18-photos",operation="GetDeviceSequence"} 0.002843755
syncthing_db_operation_seconds_total{folder="cph2451_vm18-photos",operation="ListDevicesForFolder"} 0.000198349
syncthing_db_operation_seconds_total{folder="cph2451_vm18-photos",operation="RemoteSequences"} 0.000419958
syncthing_db_operation_seconds_total{folder="strong-backup",operation="AllLocalFilesBySequence"} 0.03436831099999996
syncthing_db_operation_seconds_total{folder="strong-backup",operation="AllLocalFilesPrefix"} 0.0011585480000000001
syncthing_db_operation_seconds_total{folder="strong-backup",operation="CountGlobal"} 0.4435374429999998
syncthing_db_operation_seconds_total{folder="strong-backup",operation="CountLocal"} 0.1324561189999999
syncthing_db_operation_seconds_total{folder="strong-backup",operation="CountNeed"} 1.4109960559999997
syncthing_db_operation_seconds_total{folder="strong-backup",operation="CountReceiveOnlyChanged"} 0.04054456899999999
syncthing_db_operation_seconds_total{folder="strong-backup",operation="DropAllFiles"} 0.43322567900000014
syncthing_db_operation_seconds_total{folder="strong-backup",operation="GetDeviceFile"} 0.27809414100000035
syncthing_db_operation_seconds_total{folder="strong-backup",operation="GetDeviceSequence"} 1.6578905859999984
syncthing_db_operation_seconds_total{folder="strong-backup",operation="IndexIDGet"} 0.2915939019999997
syncthing_db_operation_seconds_total{folder="strong-backup",operation="IndexIDSet"} 0.042470811000000004
syncthing_db_operation_seconds_total{folder="strong-backup",operation="ListDevicesForFolder"} 0.000146309
syncthing_db_operation_seconds_total{folder="strong-backup",operation="RemoteSequences"} 0.09318697299999994
syncthing_db_operation_seconds_total{folder="strong-backup",operation="Update"} 1.0890563310000005
syncthing_db_operation_seconds_total{folder="🐍",operation="AllLocalFilesBySequence"} 0.02699330999999999
syncthing_db_operation_seconds_total{folder="🐍",operation="AllLocalFilesPrefix"} 0.0009595120000000003
syncthing_db_operation_seconds_total{folder="🐍",operation="CountGlobal"} 0.3807831949999998
syncthing_db_operation_seconds_total{folder="🐍",operation="CountLocal"} 0.15857521400000005
syncthing_db_operation_seconds_total{folder="🐍",operation="CountNeed"} 7.012257839999975
syncthing_db_operation_seconds_total{folder="🐍",operation="CountReceiveOnlyChanged"} 0.05010698699999995
syncthing_db_operation_seconds_total{folder="🐍",operation="DropAllFiles"} 0.5633670690000001
syncthing_db_operation_seconds_total{folder="🐍",operation="GetDeviceFile"} 0.32487475700000007
syncthing_db_operation_seconds_total{folder="🐍",operation="GetDeviceSequence"} 1.4708095540000001
syncthing_db_operation_seconds_total{folder="🐍",operation="IndexIDGet"} 0.1712853739999999
syncthing_db_operation_seconds_total{folder="🐍",operation="IndexIDSet"} 0.014054857000000002
syncthing_db_operation_seconds_total{folder="🐍",operation="ListDevicesForFolder"} 9.9285e-05
syncthing_db_operation_seconds_total{folder="🐍",operation="RemoteSequences"} 0.09558852399999984
syncthing_db_operation_seconds_total{folder="🐍",operation="Update"} 5.478607084000002
# HELP syncthing_db_operations_current Number of database operations currently ongoing, per folder and operation
# TYPE syncthing_db_operations_current gauge
syncthing_db_operations_current{folder="-",operation="GetKV"} 0
syncthing_db_operations_current{folder="-",operation="ListFolders"} 0
syncthing_db_operations_current{folder="-",operation="PrefixKV"} 0
syncthing_db_operations_current{folder="-",operation="PutKV"} 0
syncthing_db_operations_current{folder="cph2451_vm18-photos",operation="AllLocalFilesPrefix"} 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="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="cph2451_vm18-photos",operation="RemoteSequences"} 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="DropAllFiles"} 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="IndexIDSet"} 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="strong-backup",operation="Update"} 0
syncthing_db_operations_current{folder="🐍",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="🐍",operation="AllLocalFilesPrefix"} 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="DropAllFiles"} 0
syncthing_db_operations_current{folder="🐍",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="🐍",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="🐍",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="🐍",operation="IndexIDSet"} 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="GetKV"} 50668
syncthing_db_operations_total{folder="-",operation="ListFolders"} 1
syncthing_db_operations_total{folder="-",operation="PrefixKV"} 651
syncthing_db_operations_total{folder="-",operation="PutKV"} 3660
syncthing_db_operations_total{folder="cph2451_vm18-photos",operation="AllLocalFilesPrefix"} 115
syncthing_db_operations_total{folder="cph2451_vm18-photos",operation="CountGlobal"} 9
syncthing_db_operations_total{folder="cph2451_vm18-photos",operation="CountLocal"} 3
syncthing_db_operations_total{folder="cph2451_vm18-photos",operation="CountNeed"} 8
syncthing_db_operations_total{folder="cph2451_vm18-photos",operation="CountReceiveOnlyChanged"} 3
syncthing_db_operations_total{folder="cph2451_vm18-photos",operation="GetDeviceFile"} 202170
syncthing_db_operations_total{folder="cph2451_vm18-photos",operation="GetDeviceSequence"} 8
syncthing_db_operations_total{folder="cph2451_vm18-photos",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="cph2451_vm18-photos",operation="RemoteSequences"} 3
syncthing_db_operations_total{folder="strong-backup",operation="AllLocalFilesBySequence"} 639
syncthing_db_operations_total{folder="strong-backup",operation="AllLocalFilesPrefix"} 120
syncthing_db_operations_total{folder="strong-backup",operation="CountGlobal"} 4512
syncthing_db_operations_total{folder="strong-backup",operation="CountLocal"} 1503
syncthing_db_operations_total{folder="strong-backup",operation="CountNeed"} 5933
syncthing_db_operations_total{folder="strong-backup",operation="CountReceiveOnlyChanged"} 1503
syncthing_db_operations_total{folder="strong-backup",operation="DropAllFiles"} 273
syncthing_db_operations_total{folder="strong-backup",operation="GetDeviceFile"} 5280
syncthing_db_operations_total{folder="strong-backup",operation="GetDeviceSequence"} 15554
syncthing_db_operations_total{folder="strong-backup",operation="IndexIDGet"} 4338
syncthing_db_operations_total{folder="strong-backup",operation="IndexIDSet"} 154
syncthing_db_operations_total{folder="strong-backup",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="strong-backup",operation="RemoteSequences"} 1503
syncthing_db_operations_total{folder="strong-backup",operation="Update"} 119
syncthing_db_operations_total{folder="🐍",operation="AllLocalFilesBySequence"} 639
syncthing_db_operations_total{folder="🐍",operation="AllLocalFilesPrefix"} 115
syncthing_db_operations_total{folder="🐍",operation="CountGlobal"} 4527
syncthing_db_operations_total{folder="🐍",operation="CountLocal"} 1508
syncthing_db_operations_total{folder="🐍",operation="CountNeed"} 5998
syncthing_db_operations_total{folder="🐍",operation="CountReceiveOnlyChanged"} 1508
syncthing_db_operations_total{folder="🐍",operation="DropAllFiles"} 272
syncthing_db_operations_total{folder="🐍",operation="GetDeviceFile"} 6555
syncthing_db_operations_total{folder="🐍",operation="GetDeviceSequence"} 15661
syncthing_db_operations_total{folder="🐍",operation="IndexIDGet"} 4338
syncthing_db_operations_total{folder="🐍",operation="IndexIDSet"} 154
syncthing_db_operations_total{folder="🐍",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="🐍",operation="RemoteSequences"} 1508
syncthing_db_operations_total{folder="🐍",operation="Update"} 165
# HELP syncthing_events_total Total number of created/forwarded/dropped events
# TYPE syncthing_events_total counter
syncthing_events_total{event="ClusterConfigReceived",state="created"} 639
syncthing_events_total{event="ClusterConfigReceived",state="delivered"} 1278
syncthing_events_total{event="ConfigSaved",state="created"} 8
syncthing_events_total{event="ConfigSaved",state="delivered"} 8
syncthing_events_total{event="DeviceConnected",state="created"} 1075
syncthing_events_total{event="DeviceConnected",state="delivered"} 2150
syncthing_events_total{event="DeviceDisconnected",state="created"} 274
syncthing_events_total{event="DeviceDisconnected",state="delivered"} 332
syncthing_events_total{event="DeviceDiscovered",state="created"} 1925
syncthing_events_total{event="DeviceDiscovered",state="delivered"} 1925
syncthing_events_total{event="Failure",state="created"} 34
syncthing_events_total{event="Failure",state="delivered"} 34
syncthing_events_total{event="FolderCompletion",state="created"} 6010
syncthing_events_total{event="FolderCompletion",state="delivered"} 6010
syncthing_events_total{event="FolderSummary",state="created"} 3005
syncthing_events_total{event="FolderSummary",state="delivered"} 3005
syncthing_events_total{event="ListenAddressesChanged",state="created"} 36
syncthing_events_total{event="ListenAddressesChanged",state="delivered"} 108
syncthing_events_total{event="RemoteIndexUpdated",state="created"} 284
syncthing_events_total{event="RemoteIndexUpdated",state="delivered"} 568
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"} 1056
syncthing_events_total{event="StateChanged",state="delivered"} 2112
# 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="write",root="/data/syncthing/config"} 115168
# 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"} 0.00011606000000000001
syncthing_fs_operation_seconds_total{operation="close",root="/data/syncthing/config"} 0.000139627
syncthing_fs_operation_seconds_total{operation="dirnames",root="/data/storage/syncthing/cph2451_vm18-photos"} 0.4071757050000005
syncthing_fs_operation_seconds_total{operation="dirnames",root="/data/storage/syncthing/strong-backup"} 0.06781305900000005
syncthing_fs_operation_seconds_total{operation="dirnames",root="/data/storage/syncthing/🐍"} 0.09535677899999986
syncthing_fs_operation_seconds_total{operation="glob",root="/data/syncthing/config"} 0.0008139530000000001
syncthing_fs_operation_seconds_total{operation="hide",root="/data/storage/syncthing/cph2451_vm18-photos"} 4.648e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/data/storage/syncthing/strong-backup"} 1.2319999999999998e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/data/storage/syncthing/🐍"} 1.542e-06
syncthing_fs_operation_seconds_total{operation="lstat",root="/data/storage/syncthing/cph2451_vm18-photos"} 6.324523435000206
syncthing_fs_operation_seconds_total{operation="lstat",root="/data/storage/syncthing/strong-backup"} 0.33322266299999714
syncthing_fs_operation_seconds_total{operation="lstat",root="/data/storage/syncthing/🐍"} 0.34636776700000294
syncthing_fs_operation_seconds_total{operation="lstat",root="/data/syncthing/config"} 0.000184416
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/data/syncthing/config"} 1.2822e-05
syncthing_fs_operation_seconds_total{operation="name",root="/data/syncthing/config"} 5.207e-06
syncthing_fs_operation_seconds_total{operation="open",root="/data/storage/syncthing/cph2451_vm18-photos"} 0.0020902589999999993
syncthing_fs_operation_seconds_total{operation="open",root="/data/storage/syncthing/strong-backup"} 0.002080581000000001
syncthing_fs_operation_seconds_total{operation="open",root="/data/storage/syncthing/🐍"} 0.0020366229999999996
syncthing_fs_operation_seconds_total{operation="open",root="/data/syncthing/config"} 0.000120705
syncthing_fs_operation_seconds_total{operation="openfile",root="/data/syncthing/config"} 0.00044096399999999996
syncthing_fs_operation_seconds_total{operation="options",root="/data/storage/syncthing/cph2451_vm18-photos"} 0.0002180709999999999
syncthing_fs_operation_seconds_total{operation="options",root="/data/storage/syncthing/strong-backup"} 0.00026990200000000003
syncthing_fs_operation_seconds_total{operation="options",root="/data/storage/syncthing/🐍"} 0.00020932900000000007
syncthing_fs_operation_seconds_total{operation="options",root="/data/syncthing/config"} 5.53e-06
syncthing_fs_operation_seconds_total{operation="options",root="/data/syncthing/config/index-v2"} 0.00020643199999999994
syncthing_fs_operation_seconds_total{operation="remove",root="/data/syncthing/config"} 0.00013399400000000002
syncthing_fs_operation_seconds_total{operation="rename",root="/data/syncthing/config"} 0.000600546
syncthing_fs_operation_seconds_total{operation="stat",root="/data/storage/syncthing/cph2451_vm18-photos"} 0.004980431999999996
syncthing_fs_operation_seconds_total{operation="stat",root="/data/storage/syncthing/strong-backup"} 0.005280144999999998
syncthing_fs_operation_seconds_total{operation="stat",root="/data/storage/syncthing/🐍"} 0.005077750999999996
syncthing_fs_operation_seconds_total{operation="stat",root="/data/syncthing/config"} 5.935e-06
syncthing_fs_operation_seconds_total{operation="sync",root="/data/syncthing/config"} 0.052223348999999995
syncthing_fs_operation_seconds_total{operation="type",root="/data/storage/syncthing/cph2451_vm18-photos"} 5.8976e-05
syncthing_fs_operation_seconds_total{operation="type",root="/data/storage/syncthing/strong-backup"} 6.0609999999999984e-05
syncthing_fs_operation_seconds_total{operation="type",root="/data/storage/syncthing/🐍"} 6.1572e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/data/storage/syncthing/cph2451_vm18-photos"} 6.286800000000001e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/data/storage/syncthing/strong-backup"} 4.9204999999999994e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/data/storage/syncthing/🐍"} 4.9254000000000006e-05
syncthing_fs_operation_seconds_total{operation="usage",root="/data/syncthing/config/index-v2"} 0.006763120000000001
syncthing_fs_operation_seconds_total{operation="watch",root="/data/storage/syncthing/cph2451_vm18-photos"} 0.02148437
syncthing_fs_operation_seconds_total{operation="watch",root="/data/storage/syncthing/strong-backup"} 0.004343143
syncthing_fs_operation_seconds_total{operation="watch",root="/data/storage/syncthing/🐍"} 0.022232596
syncthing_fs_operation_seconds_total{operation="write",root="/data/syncthing/config"} 0.000335657
# 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"} 8
syncthing_fs_operations_total{operation="close",root="/data/syncthing/config"} 16
syncthing_fs_operations_total{operation="dirnames",root="/data/storage/syncthing/cph2451_vm18-photos"} 2760
syncthing_fs_operations_total{operation="dirnames",root="/data/storage/syncthing/strong-backup"} 1320
syncthing_fs_operations_total{operation="dirnames",root="/data/storage/syncthing/🐍"} 3105
syncthing_fs_operations_total{operation="glob",root="/data/syncthing/config"} 5
syncthing_fs_operations_total{operation="hide",root="/data/storage/syncthing/cph2451_vm18-photos"} 3
syncthing_fs_operations_total{operation="hide",root="/data/storage/syncthing/strong-backup"} 3
syncthing_fs_operations_total{operation="hide",root="/data/storage/syncthing/🐍"} 3
syncthing_fs_operations_total{operation="lstat",root="/data/storage/syncthing/cph2451_vm18-photos"} 627331
syncthing_fs_operations_total{operation="lstat",root="/data/storage/syncthing/strong-backup"} 25326
syncthing_fs_operations_total{operation="lstat",root="/data/storage/syncthing/🐍"} 25881
syncthing_fs_operations_total{operation="lstat",root="/data/syncthing/config"} 22
syncthing_fs_operations_total{operation="mkdirall",root="/data/syncthing/config"} 2
syncthing_fs_operations_total{operation="name",root="/data/syncthing/config"} 24
syncthing_fs_operations_total{operation="open",root="/data/storage/syncthing/cph2451_vm18-photos"} 117
syncthing_fs_operations_total{operation="open",root="/data/storage/syncthing/strong-backup"} 122
syncthing_fs_operations_total{operation="open",root="/data/storage/syncthing/🐍"} 117
syncthing_fs_operations_total{operation="open",root="/data/syncthing/config"} 8
syncthing_fs_operations_total{operation="openfile",root="/data/syncthing/config"} 8
syncthing_fs_operations_total{operation="options",root="/data/storage/syncthing/cph2451_vm18-photos"} 240
syncthing_fs_operations_total{operation="options",root="/data/storage/syncthing/strong-backup"} 250
syncthing_fs_operations_total{operation="options",root="/data/storage/syncthing/🐍"} 240
syncthing_fs_operations_total{operation="options",root="/data/syncthing/config"} 11
syncthing_fs_operations_total{operation="options",root="/data/syncthing/config/index-v2"} 353
syncthing_fs_operations_total{operation="remove",root="/data/syncthing/config"} 8
syncthing_fs_operations_total{operation="rename",root="/data/syncthing/config"} 8
syncthing_fs_operations_total{operation="stat",root="/data/storage/syncthing/cph2451_vm18-photos"} 232
syncthing_fs_operations_total{operation="stat",root="/data/storage/syncthing/strong-backup"} 242
syncthing_fs_operations_total{operation="stat",root="/data/storage/syncthing/🐍"} 232
syncthing_fs_operations_total{operation="stat",root="/data/syncthing/config"} 2
syncthing_fs_operations_total{operation="sync",root="/data/syncthing/config"} 16
syncthing_fs_operations_total{operation="type",root="/data/storage/syncthing/cph2451_vm18-photos"} 121
syncthing_fs_operations_total{operation="type",root="/data/storage/syncthing/strong-backup"} 126
syncthing_fs_operations_total{operation="type",root="/data/storage/syncthing/🐍"} 121
syncthing_fs_operations_total{operation="uri",root="/data/storage/syncthing/cph2451_vm18-photos"} 121
syncthing_fs_operations_total{operation="uri",root="/data/storage/syncthing/strong-backup"} 126
syncthing_fs_operations_total{operation="uri",root="/data/storage/syncthing/🐍"} 121
syncthing_fs_operations_total{operation="usage",root="/data/syncthing/config/index-v2"} 353
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"} 56
# 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"} 0
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"} 0
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"} 0
syncthing_model_folder_pull_seconds_total{folder="strong-backup"} 0
syncthing_model_folder_pull_seconds_total{folder="🐍"} 0
# HELP syncthing_model_folder_pulls_total Total number of folder pull iterations, per folder ID
# TYPE syncthing_model_folder_pulls_total counter
syncthing_model_folder_pulls_total{folder="cph2451_vm18-photos"} 0
syncthing_model_folder_pulls_total{folder="strong-backup"} 0
syncthing_model_folder_pulls_total{folder="🐍"} 0
# HELP syncthing_model_folder_scan_seconds_total Total time spent in folder scan iterations, per folder ID
# TYPE syncthing_model_folder_scan_seconds_total counter
syncthing_model_folder_scan_seconds_total{folder="cph2451_vm18-photos"} 23.910246939000004
syncthing_model_folder_scan_seconds_total{folder="strong-backup"} 1.0500990229999994
syncthing_model_folder_scan_seconds_total{folder="🐍"} 1.5020200899999998
# 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"} 115
syncthing_model_folder_scans_total{folder="strong-backup"} 120
syncthing_model_folder_scans_total{folder="🐍"} 115
# 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="strong-backup",scope="global",type="bytes"} 1.19778148e+08
syncthing_model_folder_summary{folder="strong-backup",scope="global",type="deleted"} 53
syncthing_model_folder_summary{folder="strong-backup",scope="global",type="directories"} 4
syncthing_model_folder_summary{folder="strong-backup",scope="global",type="files"} 40
syncthing_model_folder_summary{folder="strong-backup",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="strong-backup",scope="local",type="bytes"} 1.19778148e+08
syncthing_model_folder_summary{folder="strong-backup",scope="local",type="deleted"} 53
syncthing_model_folder_summary{folder="strong-backup",scope="local",type="directories"} 4
syncthing_model_folder_summary{folder="strong-backup",scope="local",type="files"} 40
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"} 1.5807806e+08
syncthing_model_folder_summary{folder="🐍",scope="global",type="deleted"} 1349
syncthing_model_folder_summary{folder="🐍",scope="global",type="directories"} 12
syncthing_model_folder_summary{folder="🐍",scope="global",type="files"} 45
syncthing_model_folder_summary{folder="🐍",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="🐍",scope="local",type="bytes"} 1.5807806e+08
syncthing_model_folder_summary{folder="🐍",scope="local",type="deleted"} 1271
syncthing_model_folder_summary{folder="🐍",scope="local",type="directories"} 12
syncthing_model_folder_summary{folder="🐍",scope="local",type="files"} 45
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"} 1.9864296e+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"} 2.8328202e+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"} 3752
# 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"} 293786
# 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"} 11041
# 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"} 410971
# 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"} 202400
syncthing_scanner_scanned_items_total{folder="strong-backup"} 5520
syncthing_scanner_scanned_items_total{folder="🐍"} 6785
