# 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"} 8.62e-06
go_gc_duration_seconds{quantile="0.25"} 2.193e-05
go_gc_duration_seconds{quantile="0.5"} 4.073e-05
go_gc_duration_seconds{quantile="0.75"} 5.166e-05
go_gc_duration_seconds{quantile="1"} 0.000297892
go_gc_duration_seconds_sum 0.495103039
go_gc_duration_seconds_count 7320
# 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 163
# HELP go_info Information about the Go environment.
# TYPE go_info gauge
go_info{version="go1.26.3"} 1
# HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes.
# TYPE go_memstats_alloc_bytes gauge
go_memstats_alloc_bytes 1.081492e+07
# HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes.
# TYPE go_memstats_alloc_bytes_total counter
go_memstats_alloc_bytes_total 2.948351644e+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 3.365023e+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.2220436e+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.27392e+06
# HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes.
# TYPE go_memstats_heap_alloc_bytes gauge
go_memstats_heap_alloc_bytes 1.081492e+07
# HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes.
# TYPE go_memstats_heap_idle_bytes gauge
go_memstats_heap_idle_bytes 3.928064e+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.6949248e+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 52758
# 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 3.7789696e+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 5.6229888e+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.7895624613359296e+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.22257118e+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 4592
# 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 16072
# 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 269120
# 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 473280
# 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.4040346e+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 762353
# 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.490368e+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.490368e+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 6.7610904e+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 2
# HELP go_threads Number of OS threads created.
# TYPE go_threads gauge
go_threads 31
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 829.05
# 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 1.983209131e+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 2.205075742e+09
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 52
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 2.1532672e+08
# HELP process_start_time_seconds Start time of the process since unix epoch in seconds.
# TYPE process_start_time_seconds gauge
process_start_time_seconds 1.78907786514e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 1.787449344e+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"} 6
promhttp_metric_handler_requests_total{code="500"} 0
promhttp_metric_handler_requests_total{code="503"} 0
# HELP syncthing_build_info A metric with a constant '1' value labeled by version information from when the binary was built.
# TYPE syncthing_build_info gauge
syncthing_build_info{builddate="2026-05-12 05:59:47 UTC",builduser="docker@github.syncthing.net",codename="Hafnium Hornet",goversion="go1.26.3",program="syncthing",tags="noupgrade",version="v2.1.0"} 1
# HELP syncthing_config_device_info Provides additional information labels on devices
# TYPE syncthing_config_device_info gauge
syncthing_config_device_info{device="2Q6WUPW-3IDP3ED-MSQJAT2-ZRZ2LBE-TQYNQ2W-3XW6XZ6-C2A36BG-5O5LHQ7",introducer="false",name="Mando",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="4FDB3TK-TZ6EJWA-DIX3M3X-IPCFXR5-BT4QMS6-DPLHCTD-TPHM6SA-Z65VPAO",introducer="false",name="podsyncthing",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="GYL57KF-ONYJTUN-PD423AX-YJF2K6Y-XYDYMUM-MEYFIQR-6O3JYD6-S36MIQU",introducer="false",name="Quazar",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="HPA243C-477L2QK-IGMGMSY-B4PTIZT-M7G43WS-NKHFPVS-ZO4IJGX-3M2A7QM",introducer="false",name="Xiaomi 12",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="KH5WX7N-HMNK7C4-NMYXGD7-VZVMO3X-2ZRYV24-ZC2KIXQ-AMXZ6JJ-44QNMAK",introducer="false",name="Work",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="OR7JF4V-FLFJN6L-IZ5W5AY-73EMH2Q-N2OOJOC-ABY6EOH-KSRHDS6-32AKGAF",introducer="false",name="FxxlVM",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="SH25O3V-6MEHXDH-57E5WB3-4EBFDYQ-ESFRVV2-CBVEDVG-SD4K74K-3KNVCAC",introducer="false",name="Fxxl",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="Obsidian Quazar Fxxl",label="Obsidian Quazar Fxxl",path="~/Obsidian/quazar/fxxl",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="Obsidian Quazar Main",label="Obsidian Quazar Main",path="~/Obsidian/quazar/main",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="2Q6WUPW-3IDP3ED-MSQJAT2-ZRZ2LBE-TQYNQ2W-3XW6XZ6-C2A36BG-5O5LHQ7"} 0
syncthing_connections_active{device="4FDB3TK-TZ6EJWA-DIX3M3X-IPCFXR5-BT4QMS6-DPLHCTD-TPHM6SA-Z65VPAO"} 0
syncthing_connections_active{device="GYL57KF-ONYJTUN-PD423AX-YJF2K6Y-XYDYMUM-MEYFIQR-6O3JYD6-S36MIQU"} 3
syncthing_connections_active{device="HPA243C-477L2QK-IGMGMSY-B4PTIZT-M7G43WS-NKHFPVS-ZO4IJGX-3M2A7QM"} 1
syncthing_connections_active{device="KH5WX7N-HMNK7C4-NMYXGD7-VZVMO3X-2ZRYV24-ZC2KIXQ-AMXZ6JJ-44QNMAK"} 0
syncthing_connections_active{device="OR7JF4V-FLFJN6L-IZ5W5AY-73EMH2Q-N2OOJOC-ABY6EOH-KSRHDS6-32AKGAF"} 3
syncthing_connections_active{device="SH25O3V-6MEHXDH-57E5WB3-4EBFDYQ-ESFRVV2-CBVEDVG-SD4K74K-3KNVCAC"} 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="Obsidian Quazar Fxxl"} 120
syncthing_db_files_updated_total{folder="Obsidian Quazar Main"} 17499
# 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.08756147500000092
syncthing_db_operation_seconds_total{folder="-",operation="GetKV"} 3.2194026900000488
syncthing_db_operation_seconds_total{folder="-",operation="ListFolders"} 3.378e-05
syncthing_db_operation_seconds_total{folder="-",operation="PrefixKV"} 0.005756819999999999
syncthing_db_operation_seconds_total{folder="-",operation="PutKV"} 0.3958735089999992
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Fxxl",operation="AllLocalFilesBySequence"} 0.004925623000000002
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Fxxl",operation="AllLocalFilesPrefix"} 0.0015810209999999997
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Fxxl",operation="AllNeededGlobalFiles"} 0.00024254199999999994
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Fxxl",operation="CountGlobal"} 0.16594182200000093
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Fxxl",operation="CountLocal"} 0.019987039999999998
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Fxxl",operation="CountNeed"} 1.9961390400000005
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Fxxl",operation="CountReceiveOnlyChanged"} 0.007952627999999996
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Fxxl",operation="GetDeviceFile"} 5.848764667000033
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Fxxl",operation="GetDeviceSequence"} 1.5038990910000125
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Fxxl",operation="IndexIDGet"} 0.11483118899999983
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Fxxl",operation="ListDevicesForFolder"} 0.000174921
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Fxxl",operation="RemoteSequences"} 0.01985090500000001
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Fxxl",operation="Update"} 0.292336622
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Main",operation="AllLocalFilesBySequence"} 0.018145222999999978
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Main",operation="AllLocalFilesPrefix"} 0.03542387399999997
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Main",operation="AllNeededGlobalFiles"} 0.01709826500000001
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Main",operation="CountGlobal"} 0.7154757729999982
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Main",operation="CountLocal"} 0.11617056399999977
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Main",operation="CountNeed"} 655.3756724270029
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Main",operation="CountReceiveOnlyChanged"} 0.03651033500000002
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Main",operation="GetDeviceFile"} 30.906149706000765
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Main",operation="GetDeviceSequence"} 1.6817890790000014
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Main",operation="GetGlobalAvailability"} 0.4093645559999982
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Main",operation="GetGlobalFile"} 0.09454040699999999
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Main",operation="IndexIDGet"} 0.04804103199999999
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Main",operation="ListDevicesForFolder"} 0.000181652
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Main",operation="RemoteSequences"} 1.8395211020000033
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Main",operation="Update"} 46.627443739000036
# 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="Obsidian Quazar Fxxl",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="Obsidian Quazar Fxxl",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="Obsidian Quazar Fxxl",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="Obsidian Quazar Fxxl",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="Obsidian Quazar Fxxl",operation="CountLocal"} 0
syncthing_db_operations_current{folder="Obsidian Quazar Fxxl",operation="CountNeed"} 0
syncthing_db_operations_current{folder="Obsidian Quazar Fxxl",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="Obsidian Quazar Fxxl",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="Obsidian Quazar Fxxl",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="Obsidian Quazar Fxxl",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="Obsidian Quazar Fxxl",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="Obsidian Quazar Fxxl",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="Obsidian Quazar Fxxl",operation="Update"} 0
syncthing_db_operations_current{folder="Obsidian Quazar Main",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="Obsidian Quazar Main",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="Obsidian Quazar Main",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="Obsidian Quazar Main",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="Obsidian Quazar Main",operation="CountLocal"} 0
syncthing_db_operations_current{folder="Obsidian Quazar Main",operation="CountNeed"} 0
syncthing_db_operations_current{folder="Obsidian Quazar Main",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="Obsidian Quazar Main",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="Obsidian Quazar Main",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="Obsidian Quazar Main",operation="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="Obsidian Quazar Main",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="Obsidian Quazar Main",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="Obsidian Quazar Main",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="Obsidian Quazar Main",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="Obsidian Quazar Main",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"} 32057
syncthing_db_operations_total{folder="-",operation="GetKV"} 278295
syncthing_db_operations_total{folder="-",operation="ListFolders"} 1
syncthing_db_operations_total{folder="-",operation="PrefixKV"} 366
syncthing_db_operations_total{folder="-",operation="PutKV"} 4851
syncthing_db_operations_total{folder="Obsidian Quazar Fxxl",operation="AllLocalFilesBySequence"} 373
syncthing_db_operations_total{folder="Obsidian Quazar Fxxl",operation="AllLocalFilesPrefix"} 152
syncthing_db_operations_total{folder="Obsidian Quazar Fxxl",operation="AllNeededGlobalFiles"} 6
syncthing_db_operations_total{folder="Obsidian Quazar Fxxl",operation="CountGlobal"} 4737
syncthing_db_operations_total{folder="Obsidian Quazar Fxxl",operation="CountLocal"} 675
syncthing_db_operations_total{folder="Obsidian Quazar Fxxl",operation="CountNeed"} 5466
syncthing_db_operations_total{folder="Obsidian Quazar Fxxl",operation="CountReceiveOnlyChanged"} 675
syncthing_db_operations_total{folder="Obsidian Quazar Fxxl",operation="GetDeviceFile"} 45214
syncthing_db_operations_total{folder="Obsidian Quazar Fxxl",operation="GetDeviceSequence"} 35824
syncthing_db_operations_total{folder="Obsidian Quazar Fxxl",operation="IndexIDGet"} 10199
syncthing_db_operations_total{folder="Obsidian Quazar Fxxl",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="Obsidian Quazar Fxxl",operation="RemoteSequences"} 675
syncthing_db_operations_total{folder="Obsidian Quazar Fxxl",operation="Update"} 12
syncthing_db_operations_total{folder="Obsidian Quazar Main",operation="AllLocalFilesBySequence"} 2620
syncthing_db_operations_total{folder="Obsidian Quazar Main",operation="AllLocalFilesPrefix"} 704
syncthing_db_operations_total{folder="Obsidian Quazar Main",operation="AllNeededGlobalFiles"} 2293
syncthing_db_operations_total{folder="Obsidian Quazar Main",operation="CountGlobal"} 13920
syncthing_db_operations_total{folder="Obsidian Quazar Main",operation="CountLocal"} 3477
syncthing_db_operations_total{folder="Obsidian Quazar Main",operation="CountNeed"} 19134
syncthing_db_operations_total{folder="Obsidian Quazar Main",operation="CountReceiveOnlyChanged"} 3477
syncthing_db_operations_total{folder="Obsidian Quazar Main",operation="GetDeviceFile"} 455608
syncthing_db_operations_total{folder="Obsidian Quazar Main",operation="GetDeviceSequence"} 44215
syncthing_db_operations_total{folder="Obsidian Quazar Main",operation="GetGlobalAvailability"} 17647
syncthing_db_operations_total{folder="Obsidian Quazar Main",operation="GetGlobalFile"} 1734
syncthing_db_operations_total{folder="Obsidian Quazar Main",operation="IndexIDGet"} 5132
syncthing_db_operations_total{folder="Obsidian Quazar Main",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="Obsidian Quazar Main",operation="RemoteSequences"} 3477
syncthing_db_operations_total{folder="Obsidian Quazar Main",operation="Update"} 3491
# HELP syncthing_events_total Total number of created/forwarded/dropped events
# TYPE syncthing_events_total counter
syncthing_events_total{event="ClusterConfigReceived",state="created"} 364
syncthing_events_total{event="ClusterConfigReceived",state="delivered"} 728
syncthing_events_total{event="DeviceConnected",state="created"} 382
syncthing_events_total{event="DeviceConnected",state="delivered"} 764
syncthing_events_total{event="DeviceDisconnected",state="created"} 357
syncthing_events_total{event="DeviceDisconnected",state="delivered"} 1201
syncthing_events_total{event="DownloadProgress",state="created"} 6
syncthing_events_total{event="DownloadProgress",state="delivered"} 12
syncthing_events_total{event="FolderCompletion",state="created"} 14481
syncthing_events_total{event="FolderCompletion",state="delivered"} 14481
syncthing_events_total{event="FolderErrors",state="created"} 16
syncthing_events_total{event="FolderErrors",state="delivered"} 16
syncthing_events_total{event="FolderSummary",state="created"} 4152
syncthing_events_total{event="FolderSummary",state="delivered"} 4152
syncthing_events_total{event="ItemFinished",state="created"} 2787
syncthing_events_total{event="ItemFinished",state="delivered"} 8361
syncthing_events_total{event="ItemStarted",state="created"} 2787
syncthing_events_total{event="ItemStarted",state="delivered"} 8361
syncthing_events_total{event="ListenAddressesChanged",state="created"} 4
syncthing_events_total{event="ListenAddressesChanged",state="delivered"} 12
syncthing_events_total{event="LocalIndexUpdated",state="created"} 1156
syncthing_events_total{event="LocalIndexUpdated",state="delivered"} 7462
syncthing_events_total{event="RemoteChangeDetected",state="created"} 2720
syncthing_events_total{event="RemoteChangeDetected",state="delivered"} 2720
syncthing_events_total{event="RemoteDownloadProgress",state="created"} 107
syncthing_events_total{event="RemoteDownloadProgress",state="delivered"} 214
syncthing_events_total{event="RemoteIndexUpdated",state="created"} 2347
syncthing_events_total{event="RemoteIndexUpdated",state="delivered"} 4694
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"} 9790
syncthing_events_total{event="StateChanged",state="delivered"} 19580
# HELP syncthing_fs_operation_bytes_total Total number of filesystem bytes transferred, per filesystem root and operation
# TYPE syncthing_fs_operation_bytes_total counter
syncthing_fs_operation_bytes_total{operation="read",root="/var/syncthing/Obsidian/quazar/fxxl"} 30
syncthing_fs_operation_bytes_total{operation="read",root="/var/syncthing/Obsidian/quazar/main"} 1.34077176e+08
syncthing_fs_operation_bytes_total{operation="readat",root="/var/syncthing/Obsidian/quazar/main"} 2.263984151e+09
syncthing_fs_operation_bytes_total{operation="writeat",root="/var/syncthing/Obsidian/quazar/main"} 2.282028365e+09
# HELP syncthing_fs_operation_seconds_total Total time spent in filesystem operations, per filesystem root and operation
# TYPE syncthing_fs_operation_seconds_total counter
syncthing_fs_operation_seconds_total{operation="chmod",root="/var/syncthing/Obsidian/quazar/fxxl"} 0.001140527
syncthing_fs_operation_seconds_total{operation="chmod",root="/var/syncthing/Obsidian/quazar/main"} 0.09394647999999993
syncthing_fs_operation_seconds_total{operation="chmod",root="/var/syncthing/Obsidian/quazar/main/.stversions"} 0.004568798999999999
syncthing_fs_operation_seconds_total{operation="chtimes",root="/var/syncthing/Obsidian/quazar/fxxl"} 0.0014889480000000006
syncthing_fs_operation_seconds_total{operation="chtimes",root="/var/syncthing/Obsidian/quazar/main"} 0.12147459699999999
syncthing_fs_operation_seconds_total{operation="chtimes",root="/var/syncthing/Obsidian/quazar/main/.stversions"} 0.05095046200000003
syncthing_fs_operation_seconds_total{operation="close",root="/var/syncthing/Obsidian/quazar/fxxl"} 3.283e-05
syncthing_fs_operation_seconds_total{operation="close",root="/var/syncthing/Obsidian/quazar/main"} 0.06402391900000036
syncthing_fs_operation_seconds_total{operation="create",root="/var/syncthing/Obsidian/quazar/main"} 0.000414574
syncthing_fs_operation_seconds_total{operation="createsymlink",root="/var/syncthing/Obsidian/quazar/main"} 5.852e-05
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/syncthing/Obsidian/quazar/fxxl"} 3.650074060000002
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/syncthing/Obsidian/quazar/main"} 16.86121241900058
syncthing_fs_operation_seconds_total{operation="glob",root="/var/syncthing/config"} 0.09616113400000001
syncthing_fs_operation_seconds_total{operation="hide",root="/var/syncthing/Obsidian/quazar/fxxl"} 2.87e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/var/syncthing/Obsidian/quazar/main"} 0.001253857000000001
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/syncthing/Obsidian/quazar/fxxl"} 5.968468144999884
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/syncthing/Obsidian/quazar/main"} 62.201268757999244
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/syncthing/config"} 0.601972456
syncthing_fs_operation_seconds_total{operation="mdkir",root="/var/syncthing/Obsidian/quazar/main"} 0.00501721
syncthing_fs_operation_seconds_total{operation="mdkir",root="/var/syncthing/Obsidian/quazar/main/.stversions"} 0.008598400000000003
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/var/syncthing/Obsidian/quazar/main"} 0.0014674970000000001
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/var/syncthing/config"} 4.5141e-05
syncthing_fs_operation_seconds_total{operation="open",root="/var/syncthing/Obsidian/quazar/fxxl"} 0.0006867640000000001
syncthing_fs_operation_seconds_total{operation="open",root="/var/syncthing/Obsidian/quazar/main"} 0.990956232000007
syncthing_fs_operation_seconds_total{operation="openfile",root="/var/syncthing/Obsidian/quazar/main"} 0.14473078600000025
syncthing_fs_operation_seconds_total{operation="options",root="/var/syncthing/Obsidian/quazar/fxxl"} 0.001483334999999971
syncthing_fs_operation_seconds_total{operation="options",root="/var/syncthing/Obsidian/quazar/main"} 0.006522173999999784
syncthing_fs_operation_seconds_total{operation="options",root="/var/syncthing/Obsidian/quazar/main/.stversions"} 1.4e-07
syncthing_fs_operation_seconds_total{operation="options",root="/var/syncthing/config"} 9.400000000000001e-07
syncthing_fs_operation_seconds_total{operation="options",root="/var/syncthing/config/index-v2"} 0.00044292300000000294
syncthing_fs_operation_seconds_total{operation="read",root="/var/syncthing/Obsidian/quazar/fxxl"} 1.893e-05
syncthing_fs_operation_seconds_total{operation="read",root="/var/syncthing/Obsidian/quazar/main"} 0.025120377000000076
syncthing_fs_operation_seconds_total{operation="readat",root="/var/syncthing/Obsidian/quazar/main"} 1.4417194039999972
syncthing_fs_operation_seconds_total{operation="readsymlink",root="/var/syncthing/Obsidian/quazar/main"} 0.09490583100000012
syncthing_fs_operation_seconds_total{operation="remove",root="/var/syncthing/Obsidian/quazar/main"} 0.07223510500000005
syncthing_fs_operation_seconds_total{operation="removeall",root="/var/syncthing/config"} 0.376214762
syncthing_fs_operation_seconds_total{operation="rename",root="/var/syncthing/Obsidian/quazar/main"} 0.5711885159999998
syncthing_fs_operation_seconds_total{operation="stat",root="/var/syncthing/Obsidian/quazar/fxxl"} 0.020206348999999978
syncthing_fs_operation_seconds_total{operation="stat",root="/var/syncthing/Obsidian/quazar/main"} 0.5492663989999971
syncthing_fs_operation_seconds_total{operation="stat",root="/var/syncthing/Obsidian/quazar/main/.stversions"} 1.0980798469999895
syncthing_fs_operation_seconds_total{operation="stat",root="/var/syncthing/config"} 3.4739999999999996e-05
syncthing_fs_operation_seconds_total{operation="sync",root="/var/syncthing/Obsidian/quazar/fxxl"} 6.116e-05
syncthing_fs_operation_seconds_total{operation="sync",root="/var/syncthing/Obsidian/quazar/main"} 289.97180165299955
syncthing_fs_operation_seconds_total{operation="truncate",root="/var/syncthing/Obsidian/quazar/main"} 0.03113281899999994
syncthing_fs_operation_seconds_total{operation="type",root="/var/syncthing/Obsidian/quazar/fxxl"} 0.0007113330000000042
syncthing_fs_operation_seconds_total{operation="type",root="/var/syncthing/Obsidian/quazar/main"} 0.004725941999999923
syncthing_fs_operation_seconds_total{operation="type",root="/var/syncthing/Obsidian/quazar/main/.stversions"} 0.0003801509999999796
syncthing_fs_operation_seconds_total{operation="unhide",root="/var/syncthing/Obsidian/quazar/main"} 0.0017841989999999948
syncthing_fs_operation_seconds_total{operation="uri",root="/var/syncthing/Obsidian/quazar/fxxl"} 0.0004802830000000002
syncthing_fs_operation_seconds_total{operation="uri",root="/var/syncthing/Obsidian/quazar/main"} 0.0032942460000003394
syncthing_fs_operation_seconds_total{operation="uri",root="/var/syncthing/Obsidian/quazar/main/.stversions"} 0.00042786199999996405
syncthing_fs_operation_seconds_total{operation="usage",root="/var/syncthing/Obsidian/quazar/main"} 0.039817304000000026
syncthing_fs_operation_seconds_total{operation="usage",root="/var/syncthing/config/index-v2"} 0.093609655
syncthing_fs_operation_seconds_total{operation="watch",root="/var/syncthing/Obsidian/quazar/fxxl"} 4.969985661
syncthing_fs_operation_seconds_total{operation="watch",root="/var/syncthing/Obsidian/quazar/main"} 28.565039665
syncthing_fs_operation_seconds_total{operation="writeat",root="/var/syncthing/Obsidian/quazar/main"} 0.5654376120000051
# HELP syncthing_fs_operations_total Total number of filesystem operations, per filesystem root and operation
# TYPE syncthing_fs_operations_total counter
syncthing_fs_operations_total{operation="chmod",root="/var/syncthing/Obsidian/quazar/fxxl"} 30
syncthing_fs_operations_total{operation="chmod",root="/var/syncthing/Obsidian/quazar/main"} 2102
syncthing_fs_operations_total{operation="chmod",root="/var/syncthing/Obsidian/quazar/main/.stversions"} 166
syncthing_fs_operations_total{operation="chtimes",root="/var/syncthing/Obsidian/quazar/fxxl"} 30
syncthing_fs_operations_total{operation="chtimes",root="/var/syncthing/Obsidian/quazar/main"} 2078
syncthing_fs_operations_total{operation="chtimes",root="/var/syncthing/Obsidian/quazar/main/.stversions"} 1865
syncthing_fs_operations_total{operation="close",root="/var/syncthing/Obsidian/quazar/fxxl"} 19
syncthing_fs_operations_total{operation="close",root="/var/syncthing/Obsidian/quazar/main"} 21936
syncthing_fs_operations_total{operation="create",root="/var/syncthing/Obsidian/quazar/main"} 6
syncthing_fs_operations_total{operation="createsymlink",root="/var/syncthing/Obsidian/quazar/main"} 1
syncthing_fs_operations_total{operation="dirnames",root="/var/syncthing/Obsidian/quazar/fxxl"} 15995
syncthing_fs_operations_total{operation="dirnames",root="/var/syncthing/Obsidian/quazar/main"} 239353
syncthing_fs_operations_total{operation="glob",root="/var/syncthing/config"} 5
syncthing_fs_operations_total{operation="hide",root="/var/syncthing/Obsidian/quazar/fxxl"} 3
syncthing_fs_operations_total{operation="hide",root="/var/syncthing/Obsidian/quazar/main"} 1731
syncthing_fs_operations_total{operation="lstat",root="/var/syncthing/Obsidian/quazar/fxxl"} 202831
syncthing_fs_operations_total{operation="lstat",root="/var/syncthing/Obsidian/quazar/main"} 2.718296e+06
syncthing_fs_operations_total{operation="lstat",root="/var/syncthing/config"} 10
syncthing_fs_operations_total{operation="mdkir",root="/var/syncthing/Obsidian/quazar/main"} 106
syncthing_fs_operations_total{operation="mdkir",root="/var/syncthing/Obsidian/quazar/main/.stversions"} 166
syncthing_fs_operations_total{operation="mkdirall",root="/var/syncthing/Obsidian/quazar/main"} 9
syncthing_fs_operations_total{operation="mkdirall",root="/var/syncthing/config"} 2
syncthing_fs_operations_total{operation="open",root="/var/syncthing/Obsidian/quazar/fxxl"} 19
syncthing_fs_operations_total{operation="open",root="/var/syncthing/Obsidian/quazar/main"} 21899
syncthing_fs_operations_total{operation="openfile",root="/var/syncthing/Obsidian/quazar/main"} 1728
syncthing_fs_operations_total{operation="options",root="/var/syncthing/Obsidian/quazar/fxxl"} 9470
syncthing_fs_operations_total{operation="options",root="/var/syncthing/Obsidian/quazar/main"} 41759
syncthing_fs_operations_total{operation="options",root="/var/syncthing/Obsidian/quazar/main/.stversions"} 1
syncthing_fs_operations_total{operation="options",root="/var/syncthing/config"} 3
syncthing_fs_operations_total{operation="options",root="/var/syncthing/config/index-v2"} 2883
syncthing_fs_operations_total{operation="read",root="/var/syncthing/Obsidian/quazar/fxxl"} 2
syncthing_fs_operations_total{operation="read",root="/var/syncthing/Obsidian/quazar/main"} 4110
syncthing_fs_operations_total{operation="readat",root="/var/syncthing/Obsidian/quazar/main"} 18542
syncthing_fs_operations_total{operation="readsymlink",root="/var/syncthing/Obsidian/quazar/main"} 3071
syncthing_fs_operations_total{operation="remove",root="/var/syncthing/Obsidian/quazar/main"} 1916
syncthing_fs_operations_total{operation="removeall",root="/var/syncthing/config"} 2
syncthing_fs_operations_total{operation="rename",root="/var/syncthing/Obsidian/quazar/main"} 3568
syncthing_fs_operations_total{operation="stat",root="/var/syncthing/Obsidian/quazar/fxxl"} 433
syncthing_fs_operations_total{operation="stat",root="/var/syncthing/Obsidian/quazar/main"} 14627
syncthing_fs_operations_total{operation="stat",root="/var/syncthing/Obsidian/quazar/main/.stversions"} 5971
syncthing_fs_operations_total{operation="stat",root="/var/syncthing/config"} 2
syncthing_fs_operations_total{operation="sync",root="/var/syncthing/Obsidian/quazar/fxxl"} 18
syncthing_fs_operations_total{operation="sync",root="/var/syncthing/Obsidian/quazar/main"} 3356
syncthing_fs_operations_total{operation="truncate",root="/var/syncthing/Obsidian/quazar/main"} 1728
syncthing_fs_operations_total{operation="type",root="/var/syncthing/Obsidian/quazar/fxxl"} 4736
syncthing_fs_operations_total{operation="type",root="/var/syncthing/Obsidian/quazar/main"} 28951
syncthing_fs_operations_total{operation="type",root="/var/syncthing/Obsidian/quazar/main/.stversions"} 3731
syncthing_fs_operations_total{operation="unhide",root="/var/syncthing/Obsidian/quazar/main"} 1728
syncthing_fs_operations_total{operation="uri",root="/var/syncthing/Obsidian/quazar/fxxl"} 4736
syncthing_fs_operations_total{operation="uri",root="/var/syncthing/Obsidian/quazar/main"} 28951
syncthing_fs_operations_total{operation="uri",root="/var/syncthing/Obsidian/quazar/main/.stversions"} 5596
syncthing_fs_operations_total{operation="usage",root="/var/syncthing/Obsidian/quazar/main"} 1734
syncthing_fs_operations_total{operation="usage",root="/var/syncthing/config/index-v2"} 2883
syncthing_fs_operations_total{operation="watch",root="/var/syncthing/Obsidian/quazar/fxxl"} 1
syncthing_fs_operations_total{operation="watch",root="/var/syncthing/Obsidian/quazar/main"} 1
syncthing_fs_operations_total{operation="writeat",root="/var/syncthing/Obsidian/quazar/main"} 18713
# HELP syncthing_model_folder_conflicts_total Total number of conflicts
# TYPE syncthing_model_folder_conflicts_total counter
syncthing_model_folder_conflicts_total{folder="Obsidian Quazar Fxxl"} 0
syncthing_model_folder_conflicts_total{folder="Obsidian Quazar Main"} 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="Obsidian Quazar Fxxl",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="Obsidian Quazar Fxxl",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="Obsidian Quazar Fxxl",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="Obsidian Quazar Fxxl",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="Obsidian Quazar Main",source="local_origin"} 3.73157685e+08
syncthing_model_folder_processed_bytes_total{folder="Obsidian Quazar Main",source="local_other"} 3.338104e+06
syncthing_model_folder_processed_bytes_total{folder="Obsidian Quazar Main",source="network"} 1.90548228e+09
syncthing_model_folder_processed_bytes_total{folder="Obsidian Quazar Main",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="Obsidian Quazar Fxxl"} 0.052633528
syncthing_model_folder_pull_seconds_total{folder="Obsidian Quazar Main"} 383.86107598199976
# 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="Obsidian Quazar Fxxl"} 3
syncthing_model_folder_pulls_total{folder="Obsidian Quazar Main"} 1147
# 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="Obsidian Quazar Fxxl"} 16.885311045999998
syncthing_model_folder_scan_seconds_total{folder="Obsidian Quazar Main"} 138.59732428400002
# 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="Obsidian Quazar Fxxl"} 138
syncthing_model_folder_scans_total{folder="Obsidian Quazar Main"} 443
# HELP syncthing_model_folder_state Current folder state
# TYPE syncthing_model_folder_state gauge
syncthing_model_folder_state{folder="Obsidian Quazar Fxxl"} 0
syncthing_model_folder_state{folder="Obsidian Quazar Main"} 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="Obsidian Quazar Fxxl",scope="global",type="bytes"} 4.4763493e+07
syncthing_model_folder_summary{folder="Obsidian Quazar Fxxl",scope="global",type="deleted"} 164
syncthing_model_folder_summary{folder="Obsidian Quazar Fxxl",scope="global",type="directories"} 63
syncthing_model_folder_summary{folder="Obsidian Quazar Fxxl",scope="global",type="files"} 277
syncthing_model_folder_summary{folder="Obsidian Quazar Fxxl",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="Obsidian Quazar Fxxl",scope="local",type="bytes"} 3.4405548e+07
syncthing_model_folder_summary{folder="Obsidian Quazar Fxxl",scope="local",type="deleted"} 161
syncthing_model_folder_summary{folder="Obsidian Quazar Fxxl",scope="local",type="directories"} 57
syncthing_model_folder_summary{folder="Obsidian Quazar Fxxl",scope="local",type="files"} 275
syncthing_model_folder_summary{folder="Obsidian Quazar Fxxl",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="Obsidian Quazar Fxxl",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="Obsidian Quazar Fxxl",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="Obsidian Quazar Fxxl",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="Obsidian Quazar Fxxl",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="Obsidian Quazar Fxxl",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="Obsidian Quazar Main",scope="global",type="bytes"} 1.244193786e+09
syncthing_model_folder_summary{folder="Obsidian Quazar Main",scope="global",type="deleted"} 22184
syncthing_model_folder_summary{folder="Obsidian Quazar Main",scope="global",type="directories"} 2887
syncthing_model_folder_summary{folder="Obsidian Quazar Main",scope="global",type="files"} 20661
syncthing_model_folder_summary{folder="Obsidian Quazar Main",scope="global",type="symlinks"} 36
syncthing_model_folder_summary{folder="Obsidian Quazar Main",scope="local",type="bytes"} 8.45821932e+08
syncthing_model_folder_summary{folder="Obsidian Quazar Main",scope="local",type="deleted"} 14972
syncthing_model_folder_summary{folder="Obsidian Quazar Main",scope="local",type="directories"} 795
syncthing_model_folder_summary{folder="Obsidian Quazar Main",scope="local",type="files"} 2473
syncthing_model_folder_summary{folder="Obsidian Quazar Main",scope="local",type="symlinks"} 13
syncthing_model_folder_summary{folder="Obsidian Quazar Main",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="Obsidian Quazar Main",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="Obsidian Quazar Main",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="Obsidian Quazar Main",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="Obsidian Quazar Main",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="GYL57KF-ONYJTUN-PD423AX-YJF2K6Y-XYDYMUM-MEYFIQR-6O3JYD6-S36MIQU"} 1.906880228e+09
syncthing_protocol_recv_bytes_total{device="HPA243C-477L2QK-IGMGMSY-B4PTIZT-M7G43WS-NKHFPVS-ZO4IJGX-3M2A7QM"} 3.795581e+06
syncthing_protocol_recv_bytes_total{device="OR7JF4V-FLFJN6L-IZ5W5AY-73EMH2Q-N2OOJOC-ABY6EOH-KSRHDS6-32AKGAF"} 63461
# 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="GYL57KF-ONYJTUN-PD423AX-YJF2K6Y-XYDYMUM-MEYFIQR-6O3JYD6-S36MIQU"} 1.907605437e+09
syncthing_protocol_recv_decompressed_bytes_total{device="HPA243C-477L2QK-IGMGMSY-B4PTIZT-M7G43WS-NKHFPVS-ZO4IJGX-3M2A7QM"} 4.093344e+06
syncthing_protocol_recv_decompressed_bytes_total{device="OR7JF4V-FLFJN6L-IZ5W5AY-73EMH2Q-N2OOJOC-ABY6EOH-KSRHDS6-32AKGAF"} 67410
# 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="GYL57KF-ONYJTUN-PD423AX-YJF2K6Y-XYDYMUM-MEYFIQR-6O3JYD6-S36MIQU"} 35077
syncthing_protocol_recv_messages_total{device="HPA243C-477L2QK-IGMGMSY-B4PTIZT-M7G43WS-NKHFPVS-ZO4IJGX-3M2A7QM"} 19942
syncthing_protocol_recv_messages_total{device="OR7JF4V-FLFJN6L-IZ5W5AY-73EMH2Q-N2OOJOC-ABY6EOH-KSRHDS6-32AKGAF"} 7261
# 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="GYL57KF-ONYJTUN-PD423AX-YJF2K6Y-XYDYMUM-MEYFIQR-6O3JYD6-S36MIQU"} 3.976268e+06
syncthing_protocol_sent_bytes_total{device="HPA243C-477L2QK-IGMGMSY-B4PTIZT-M7G43WS-NKHFPVS-ZO4IJGX-3M2A7QM"} 1.888848769e+09
syncthing_protocol_sent_bytes_total{device="OR7JF4V-FLFJN6L-IZ5W5AY-73EMH2Q-N2OOJOC-ABY6EOH-KSRHDS6-32AKGAF"} 66714
# 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="GYL57KF-ONYJTUN-PD423AX-YJF2K6Y-XYDYMUM-MEYFIQR-6O3JYD6-S36MIQU"} 35534
syncthing_protocol_sent_messages_total{device="HPA243C-477L2QK-IGMGMSY-B4PTIZT-M7G43WS-NKHFPVS-ZO4IJGX-3M2A7QM"} 22016
syncthing_protocol_sent_messages_total{device="OR7JF4V-FLFJN6L-IZ5W5AY-73EMH2Q-N2OOJOC-ABY6EOH-KSRHDS6-32AKGAF"} 7447
# 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="GYL57KF-ONYJTUN-PD423AX-YJF2K6Y-XYDYMUM-MEYFIQR-6O3JYD6-S36MIQU"} 5.012627e+06
syncthing_protocol_sent_uncompressed_bytes_total{device="HPA243C-477L2QK-IGMGMSY-B4PTIZT-M7G43WS-NKHFPVS-ZO4IJGX-3M2A7QM"} 1.889818822e+09
syncthing_protocol_sent_uncompressed_bytes_total{device="OR7JF4V-FLFJN6L-IZ5W5AY-73EMH2Q-N2OOJOC-ABY6EOH-KSRHDS6-32AKGAF"} 70846
# 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="Obsidian Quazar Fxxl"} 0
syncthing_scanner_hashed_bytes_total{folder="Obsidian Quazar Main"} 1.34077137e+08
# HELP syncthing_scanner_scanned_items_total Total number of items (files/directories) inspected, per folder
# TYPE syncthing_scanner_scanned_items_total counter
syncthing_scanner_scanned_items_total{folder="Obsidian Quazar Fxxl"} 45576
syncthing_scanner_scanned_items_total{folder="Obsidian Quazar Main"} 450824
