# 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.89e-06
go_gc_duration_seconds{quantile="0.25"} 2.014e-05
go_gc_duration_seconds{quantile="0.5"} 4.105e-05
go_gc_duration_seconds{quantile="0.75"} 5.152e-05
go_gc_duration_seconds{quantile="1"} 0.000357692
go_gc_duration_seconds_sum 0.114994577
go_gc_duration_seconds_count 2493
# 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 112
# 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 7.639448e+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 9.57944676e+09
# HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes.
# TYPE go_memstats_buck_hash_sys_bytes gauge
go_memstats_buck_hash_sys_bytes 2.724527e+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.23115764e+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.154624e+06
# HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes.
# TYPE go_memstats_heap_alloc_bytes gauge
go_memstats_heap_alloc_bytes 7.639448e+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.4442496e+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.3246464e+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 37723
# 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.1411456e+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.768896e+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.7792330482491305e+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.23153487e+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 206240
# 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 293760
# 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.6297914e+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 849697
# HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes.
# TYPE go_memstats_stack_inuse_bytes gauge
go_memstats_stack_inuse_bytes 1.671168e+06
# HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes.
# TYPE go_memstats_stack_sys_bytes gauge
go_memstats_stack_sys_bytes 1.671168e+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.7398808e+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 13
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 134.31
# 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 5.8262243e+07
# HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network.
# TYPE process_network_transmit_bytes_total counter
process_network_transmit_bytes_total 9.4147595e+07
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 46
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 9.2704768e+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.77906364031e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 1.529942016e+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"} 8
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"} 0
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"} 0
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"} 256
syncthing_db_files_updated_total{folder="Obsidian Quazar Main"} 264
# 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.0005507320000000001
syncthing_db_operation_seconds_total{folder="-",operation="GetKV"} 1.3781388129999637
syncthing_db_operation_seconds_total{folder="-",operation="ListFolders"} 3.477e-05
syncthing_db_operation_seconds_total{folder="-",operation="PrefixKV"} 0.0026593780000000004
syncthing_db_operation_seconds_total{folder="-",operation="PutKV"} 0.15196705000000008
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Fxxl",operation="AllLocalFilesBySequence"} 0.002632371
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Fxxl",operation="AllLocalFilesPrefix"} 0.0029474210000000004
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Fxxl",operation="AllLocalFilesWithBlocksHash"} 6.4952e-05
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Fxxl",operation="AllNeededGlobalFiles"} 0.000386753
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Fxxl",operation="CountGlobal"} 0.08265343800000005
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Fxxl",operation="CountLocal"} 0.009999172999999998
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Fxxl",operation="CountNeed"} 0.9892336559999981
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Fxxl",operation="CountReceiveOnlyChanged"} 0.0038638189999999984
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Fxxl",operation="GetDeviceFile"} 3.475595187999998
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Fxxl",operation="GetDeviceSequence"} 0.4749551890000017
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Fxxl",operation="GetGlobalAvailability"} 0.000276091
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Fxxl",operation="GetGlobalFile"} 0.0009875760000000002
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Fxxl",operation="IndexIDGet"} 0.04247063299999998
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Fxxl",operation="ListDevicesForFolder"} 8.9421e-05
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Fxxl",operation="RemoteSequences"} 0.009860968999999995
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Fxxl",operation="Update"} 11.994480495000001
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Main",operation="AllLocalFilesBySequence"} 0.0016553320000000011
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Main",operation="AllLocalFilesPrefix"} 0.002870998
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Main",operation="AllNeededGlobalFiles"} 0.0004621120000000001
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Main",operation="CountGlobal"} 0.051453253999999955
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Main",operation="CountLocal"} 0.008304348000000003
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Main",operation="CountNeed"} 15.10503006999999
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Main",operation="CountReceiveOnlyChanged"} 0.0033179869999999984
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Main",operation="GetDeviceFile"} 8.645224771000008
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Main",operation="GetDeviceSequence"} 0.41070835900000097
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Main",operation="GetGlobalAvailability"} 0.0014890759999999998
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Main",operation="GetGlobalFile"} 0.0013119100000000001
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Main",operation="IndexIDGet"} 0.018914433000000026
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Main",operation="ListDevicesForFolder"} 0.000111841
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Main",operation="RemoteSequences"} 0.02997381100000001
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Main",operation="Update"} 0.197925147
# 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="AllLocalFilesWithBlocksHash"} 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="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="Obsidian Quazar Fxxl",operation="GetGlobalFile"} 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"} 51
syncthing_db_operations_total{folder="-",operation="GetKV"} 116259
syncthing_db_operations_total{folder="-",operation="ListFolders"} 1
syncthing_db_operations_total{folder="-",operation="PrefixKV"} 165
syncthing_db_operations_total{folder="-",operation="PutKV"} 814
syncthing_db_operations_total{folder="Obsidian Quazar Fxxl",operation="AllLocalFilesBySequence"} 204
syncthing_db_operations_total{folder="Obsidian Quazar Fxxl",operation="AllLocalFilesPrefix"} 107
syncthing_db_operations_total{folder="Obsidian Quazar Fxxl",operation="AllLocalFilesWithBlocksHash"} 2
syncthing_db_operations_total{folder="Obsidian Quazar Fxxl",operation="AllNeededGlobalFiles"} 22
syncthing_db_operations_total{folder="Obsidian Quazar Fxxl",operation="CountGlobal"} 2327
syncthing_db_operations_total{folder="Obsidian Quazar Fxxl",operation="CountLocal"} 331
syncthing_db_operations_total{folder="Obsidian Quazar Fxxl",operation="CountNeed"} 2693
syncthing_db_operations_total{folder="Obsidian Quazar Fxxl",operation="CountReceiveOnlyChanged"} 331
syncthing_db_operations_total{folder="Obsidian Quazar Fxxl",operation="GetDeviceFile"} 16067
syncthing_db_operations_total{folder="Obsidian Quazar Fxxl",operation="GetDeviceSequence"} 12205
syncthing_db_operations_total{folder="Obsidian Quazar Fxxl",operation="GetGlobalAvailability"} 7
syncthing_db_operations_total{folder="Obsidian Quazar Fxxl",operation="GetGlobalFile"} 12
syncthing_db_operations_total{folder="Obsidian Quazar Fxxl",operation="IndexIDGet"} 3630
syncthing_db_operations_total{folder="Obsidian Quazar Fxxl",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="Obsidian Quazar Fxxl",operation="RemoteSequences"} 331
syncthing_db_operations_total{folder="Obsidian Quazar Fxxl",operation="Update"} 62
syncthing_db_operations_total{folder="Obsidian Quazar Main",operation="AllLocalFilesBySequence"} 199
syncthing_db_operations_total{folder="Obsidian Quazar Main",operation="AllLocalFilesPrefix"} 114
syncthing_db_operations_total{folder="Obsidian Quazar Main",operation="AllNeededGlobalFiles"} 41
syncthing_db_operations_total{folder="Obsidian Quazar Main",operation="CountGlobal"} 1350
syncthing_db_operations_total{folder="Obsidian Quazar Main",operation="CountLocal"} 335
syncthing_db_operations_total{folder="Obsidian Quazar Main",operation="CountNeed"} 1716
syncthing_db_operations_total{folder="Obsidian Quazar Main",operation="CountReceiveOnlyChanged"} 335
syncthing_db_operations_total{folder="Obsidian Quazar Main",operation="GetDeviceFile"} 216786
syncthing_db_operations_total{folder="Obsidian Quazar Main",operation="GetDeviceSequence"} 8935
syncthing_db_operations_total{folder="Obsidian Quazar Main",operation="GetGlobalAvailability"} 44
syncthing_db_operations_total{folder="Obsidian Quazar Main",operation="GetGlobalFile"} 24
syncthing_db_operations_total{folder="Obsidian Quazar Main",operation="IndexIDGet"} 2124
syncthing_db_operations_total{folder="Obsidian Quazar Main",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="Obsidian Quazar Main",operation="RemoteSequences"} 335
syncthing_db_operations_total{folder="Obsidian Quazar Main",operation="Update"} 67
# HELP syncthing_events_total Total number of created/forwarded/dropped events
# TYPE syncthing_events_total counter
syncthing_events_total{event="ClusterConfigReceived",state="created"} 163
syncthing_events_total{event="ClusterConfigReceived",state="delivered"} 326
syncthing_events_total{event="DeviceConnected",state="created"} 180
syncthing_events_total{event="DeviceConnected",state="delivered"} 360
syncthing_events_total{event="DeviceDisconnected",state="created"} 157
syncthing_events_total{event="DeviceDisconnected",state="delivered"} 479
syncthing_events_total{event="DownloadProgress",state="created"} 10
syncthing_events_total{event="DownloadProgress",state="delivered"} 20
syncthing_events_total{event="Failure",state="created"} 1
syncthing_events_total{event="Failure",state="delivered"} 2
syncthing_events_total{event="FolderCompletion",state="created"} 2991
syncthing_events_total{event="FolderCompletion",state="delivered"} 2991
syncthing_events_total{event="FolderErrors",state="created"} 1
syncthing_events_total{event="FolderErrors",state="delivered"} 1
syncthing_events_total{event="FolderScanProgress",state="created"} 2
syncthing_events_total{event="FolderScanProgress",state="delivered"} 2
syncthing_events_total{event="FolderSummary",state="created"} 666
syncthing_events_total{event="FolderSummary",state="delivered"} 666
syncthing_events_total{event="ItemFinished",state="created"} 153
syncthing_events_total{event="ItemFinished",state="delivered"} 459
syncthing_events_total{event="ItemStarted",state="created"} 153
syncthing_events_total{event="ItemStarted",state="delivered"} 459
syncthing_events_total{event="ListenAddressesChanged",state="created"} 4
syncthing_events_total{event="ListenAddressesChanged",state="delivered"} 12
syncthing_events_total{event="LocalChangeDetected",state="created"} 6
syncthing_events_total{event="LocalChangeDetected",state="delivered"} 6
syncthing_events_total{event="LocalIndexUpdated",state="created"} 45
syncthing_events_total{event="LocalIndexUpdated",state="delivered"} 255
syncthing_events_total{event="RemoteChangeDetected",state="created"} 150
syncthing_events_total{event="RemoteChangeDetected",state="delivered"} 150
syncthing_events_total{event="RemoteIndexUpdated",state="created"} 84
syncthing_events_total{event="RemoteIndexUpdated",state="delivered"} 168
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"} 558
syncthing_events_total{event="StateChanged",state="delivered"} 1112
# 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"} 19293
syncthing_fs_operation_bytes_total{operation="read",root="/var/syncthing/Obsidian/quazar/main"} 8853
syncthing_fs_operation_bytes_total{operation="readat",root="/var/syncthing/Obsidian/quazar/fxxl"} 140161
syncthing_fs_operation_bytes_total{operation="readat",root="/var/syncthing/Obsidian/quazar/main"} 176149
syncthing_fs_operation_bytes_total{operation="writeat",root="/var/syncthing/Obsidian/quazar/fxxl"} 57789
syncthing_fs_operation_bytes_total{operation="writeat",root="/var/syncthing/Obsidian/quazar/main"} 227877
# 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.001316037
syncthing_fs_operation_seconds_total{operation="chmod",root="/var/syncthing/Obsidian/quazar/main"} 0.0015452930000000008
syncthing_fs_operation_seconds_total{operation="chtimes",root="/var/syncthing/Obsidian/quazar/fxxl"} 3.575882912
syncthing_fs_operation_seconds_total{operation="chtimes",root="/var/syncthing/Obsidian/quazar/main"} 0.003114009000000002
syncthing_fs_operation_seconds_total{operation="close",root="/var/syncthing/Obsidian/quazar/fxxl"} 0.0005160329999999999
syncthing_fs_operation_seconds_total{operation="close",root="/var/syncthing/Obsidian/quazar/main"} 0.0007323439999999997
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/syncthing/Obsidian/quazar/fxxl"} 1.340653904000003
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/syncthing/Obsidian/quazar/main"} 12.977077950000016
syncthing_fs_operation_seconds_total{operation="glob",root="/var/syncthing/Obsidian/quazar/fxxl"} 0.000154491
syncthing_fs_operation_seconds_total{operation="glob",root="/var/syncthing/config"} 0.00011986
syncthing_fs_operation_seconds_total{operation="hide",root="/var/syncthing/Obsidian/quazar/fxxl"} 5.04e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/var/syncthing/Obsidian/quazar/main"} 1.5409999999999993e-05
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/syncthing/Obsidian/quazar/fxxl"} 0.8771930280000203
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/syncthing/Obsidian/quazar/main"} 10.803678625001147
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/syncthing/config"} 0.000120481
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/var/syncthing/config"} 7.99e-06
syncthing_fs_operation_seconds_total{operation="open",root="/var/syncthing/Obsidian/quazar/fxxl"} 0.0004884259999999998
syncthing_fs_operation_seconds_total{operation="open",root="/var/syncthing/Obsidian/quazar/main"} 0.0008390160000000002
syncthing_fs_operation_seconds_total{operation="openfile",root="/var/syncthing/Obsidian/quazar/fxxl"} 0.00039791100000000003
syncthing_fs_operation_seconds_total{operation="openfile",root="/var/syncthing/Obsidian/quazar/main"} 0.001540649
syncthing_fs_operation_seconds_total{operation="options",root="/var/syncthing/Obsidian/quazar/fxxl"} 9.580100000000011e-05
syncthing_fs_operation_seconds_total{operation="options",root="/var/syncthing/Obsidian/quazar/main"} 0.0001002500000000001
syncthing_fs_operation_seconds_total{operation="options",root="/var/syncthing/config"} 1.39e-06
syncthing_fs_operation_seconds_total{operation="options",root="/var/syncthing/config/index-v2"} 2.4300000000000005e-05
syncthing_fs_operation_seconds_total{operation="read",root="/var/syncthing/Obsidian/quazar/fxxl"} 3.0339999999999998e-05
syncthing_fs_operation_seconds_total{operation="read",root="/var/syncthing/Obsidian/quazar/main"} 2.5300000000000002e-05
syncthing_fs_operation_seconds_total{operation="readat",root="/var/syncthing/Obsidian/quazar/fxxl"} 0.055843586
syncthing_fs_operation_seconds_total{operation="readat",root="/var/syncthing/Obsidian/quazar/main"} 0.00018316100000000002
syncthing_fs_operation_seconds_total{operation="remove",root="/var/syncthing/Obsidian/quazar/fxxl"} 0.00040139099999999997
syncthing_fs_operation_seconds_total{operation="remove",root="/var/syncthing/Obsidian/quazar/main"} 0.0017995519999999994
syncthing_fs_operation_seconds_total{operation="rename",root="/var/syncthing/Obsidian/quazar/fxxl"} 0.00044880100000000003
syncthing_fs_operation_seconds_total{operation="rename",root="/var/syncthing/Obsidian/quazar/main"} 0.0011429359999999998
syncthing_fs_operation_seconds_total{operation="stat",root="/var/syncthing/Obsidian/quazar/fxxl"} 0.0018852700000000003
syncthing_fs_operation_seconds_total{operation="stat",root="/var/syncthing/Obsidian/quazar/main"} 0.0033687739999999984
syncthing_fs_operation_seconds_total{operation="stat",root="/var/syncthing/config"} 3.87e-06
syncthing_fs_operation_seconds_total{operation="sync",root="/var/syncthing/Obsidian/quazar/fxxl"} 63.29919308500001
syncthing_fs_operation_seconds_total{operation="sync",root="/var/syncthing/Obsidian/quazar/main"} 111.69358227399997
syncthing_fs_operation_seconds_total{operation="truncate",root="/var/syncthing/Obsidian/quazar/fxxl"} 0.00012173000000000002
syncthing_fs_operation_seconds_total{operation="truncate",root="/var/syncthing/Obsidian/quazar/main"} 0.0004182620000000001
syncthing_fs_operation_seconds_total{operation="type",root="/var/syncthing/Obsidian/quazar/fxxl"} 3.824e-05
syncthing_fs_operation_seconds_total{operation="type",root="/var/syncthing/Obsidian/quazar/main"} 5.2251000000000005e-05
syncthing_fs_operation_seconds_total{operation="unhide",root="/var/syncthing/Obsidian/quazar/fxxl"} 4.800000000000001e-06
syncthing_fs_operation_seconds_total{operation="unhide",root="/var/syncthing/Obsidian/quazar/main"} 1.7060000000000003e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/var/syncthing/Obsidian/quazar/fxxl"} 2.9789999999999998e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/var/syncthing/Obsidian/quazar/main"} 3.394999999999997e-05
syncthing_fs_operation_seconds_total{operation="usage",root="/var/syncthing/Obsidian/quazar/fxxl"} 2.716e-05
syncthing_fs_operation_seconds_total{operation="usage",root="/var/syncthing/Obsidian/quazar/main"} 0.000106991
syncthing_fs_operation_seconds_total{operation="usage",root="/var/syncthing/config/index-v2"} 0.0013199860000000002
syncthing_fs_operation_seconds_total{operation="watch",root="/var/syncthing/Obsidian/quazar/fxxl"} 1.9529592519999999
syncthing_fs_operation_seconds_total{operation="watch",root="/var/syncthing/Obsidian/quazar/main"} 17.191173687
syncthing_fs_operation_seconds_total{operation="writeat",root="/var/syncthing/Obsidian/quazar/fxxl"} 9.913999999999999e-05
syncthing_fs_operation_seconds_total{operation="writeat",root="/var/syncthing/Obsidian/quazar/main"} 0.000494201
# 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"} 51
syncthing_fs_operations_total{operation="chmod",root="/var/syncthing/Obsidian/quazar/main"} 64
syncthing_fs_operations_total{operation="chtimes",root="/var/syncthing/Obsidian/quazar/fxxl"} 53
syncthing_fs_operations_total{operation="chtimes",root="/var/syncthing/Obsidian/quazar/main"} 91
syncthing_fs_operations_total{operation="close",root="/var/syncthing/Obsidian/quazar/fxxl"} 61
syncthing_fs_operations_total{operation="close",root="/var/syncthing/Obsidian/quazar/main"} 106
syncthing_fs_operations_total{operation="dirnames",root="/var/syncthing/Obsidian/quazar/fxxl"} 5974
syncthing_fs_operations_total{operation="dirnames",root="/var/syncthing/Obsidian/quazar/main"} 75353
syncthing_fs_operations_total{operation="glob",root="/var/syncthing/Obsidian/quazar/fxxl"} 2
syncthing_fs_operations_total{operation="glob",root="/var/syncthing/config"} 5
syncthing_fs_operations_total{operation="hide",root="/var/syncthing/Obsidian/quazar/fxxl"} 9
syncthing_fs_operations_total{operation="hide",root="/var/syncthing/Obsidian/quazar/main"} 25
syncthing_fs_operations_total{operation="lstat",root="/var/syncthing/Obsidian/quazar/fxxl"} 71972
syncthing_fs_operations_total{operation="lstat",root="/var/syncthing/Obsidian/quazar/main"} 1.292391e+06
syncthing_fs_operations_total{operation="lstat",root="/var/syncthing/config"} 7
syncthing_fs_operations_total{operation="mkdirall",root="/var/syncthing/config"} 2
syncthing_fs_operations_total{operation="open",root="/var/syncthing/Obsidian/quazar/fxxl"} 61
syncthing_fs_operations_total{operation="open",root="/var/syncthing/Obsidian/quazar/main"} 105
syncthing_fs_operations_total{operation="openfile",root="/var/syncthing/Obsidian/quazar/fxxl"} 6
syncthing_fs_operations_total{operation="openfile",root="/var/syncthing/Obsidian/quazar/main"} 22
syncthing_fs_operations_total{operation="options",root="/var/syncthing/Obsidian/quazar/fxxl"} 378
syncthing_fs_operations_total{operation="options",root="/var/syncthing/Obsidian/quazar/main"} 368
syncthing_fs_operations_total{operation="options",root="/var/syncthing/config"} 3
syncthing_fs_operations_total{operation="options",root="/var/syncthing/config/index-v2"} 186
syncthing_fs_operations_total{operation="read",root="/var/syncthing/Obsidian/quazar/fxxl"} 4
syncthing_fs_operations_total{operation="read",root="/var/syncthing/Obsidian/quazar/main"} 3
syncthing_fs_operations_total{operation="readat",root="/var/syncthing/Obsidian/quazar/fxxl"} 15
syncthing_fs_operations_total{operation="readat",root="/var/syncthing/Obsidian/quazar/main"} 15
syncthing_fs_operations_total{operation="remove",root="/var/syncthing/Obsidian/quazar/fxxl"} 12
syncthing_fs_operations_total{operation="remove",root="/var/syncthing/Obsidian/quazar/main"} 41
syncthing_fs_operations_total{operation="rename",root="/var/syncthing/Obsidian/quazar/fxxl"} 8
syncthing_fs_operations_total{operation="rename",root="/var/syncthing/Obsidian/quazar/main"} 25
syncthing_fs_operations_total{operation="stat",root="/var/syncthing/Obsidian/quazar/fxxl"} 274
syncthing_fs_operations_total{operation="stat",root="/var/syncthing/Obsidian/quazar/main"} 368
syncthing_fs_operations_total{operation="stat",root="/var/syncthing/config"} 2
syncthing_fs_operations_total{operation="sync",root="/var/syncthing/Obsidian/quazar/fxxl"} 43
syncthing_fs_operations_total{operation="sync",root="/var/syncthing/Obsidian/quazar/main"} 89
syncthing_fs_operations_total{operation="truncate",root="/var/syncthing/Obsidian/quazar/fxxl"} 6
syncthing_fs_operations_total{operation="truncate",root="/var/syncthing/Obsidian/quazar/main"} 22
syncthing_fs_operations_total{operation="type",root="/var/syncthing/Obsidian/quazar/fxxl"} 202
syncthing_fs_operations_total{operation="type",root="/var/syncthing/Obsidian/quazar/main"} 235
syncthing_fs_operations_total{operation="unhide",root="/var/syncthing/Obsidian/quazar/fxxl"} 6
syncthing_fs_operations_total{operation="unhide",root="/var/syncthing/Obsidian/quazar/main"} 22
syncthing_fs_operations_total{operation="uri",root="/var/syncthing/Obsidian/quazar/fxxl"} 202
syncthing_fs_operations_total{operation="uri",root="/var/syncthing/Obsidian/quazar/main"} 235
syncthing_fs_operations_total{operation="usage",root="/var/syncthing/Obsidian/quazar/fxxl"} 6
syncthing_fs_operations_total{operation="usage",root="/var/syncthing/Obsidian/quazar/main"} 22
syncthing_fs_operations_total{operation="usage",root="/var/syncthing/config/index-v2"} 186
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/fxxl"} 6
syncthing_fs_operations_total{operation="writeat",root="/var/syncthing/Obsidian/quazar/main"} 21
# 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"} 2
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"} 48408
syncthing_model_folder_processed_bytes_total{folder="Obsidian Quazar Fxxl",source="network"} 9381
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"} 0
syncthing_model_folder_processed_bytes_total{folder="Obsidian Quazar Main",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="Obsidian Quazar Main",source="network"} 227877
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"} 65.67287262
syncthing_model_folder_pull_seconds_total{folder="Obsidian Quazar Main"} 108.89718577399998
# 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"} 10
syncthing_model_folder_pulls_total{folder="Obsidian Quazar Main"} 20
# 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"} 6.502226985000004
syncthing_model_folder_scan_seconds_total{folder="Obsidian Quazar Main"} 39.92422615400001
# 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"} 62
syncthing_model_folder_scans_total{folder="Obsidian Quazar Main"} 58
# 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.4755229e+07
syncthing_model_folder_summary{folder="Obsidian Quazar Fxxl",scope="global",type="deleted"} 174
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"} 276
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.4397284e+07
syncthing_model_folder_summary{folder="Obsidian Quazar Fxxl",scope="local",type="deleted"} 171
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"} 274
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"} 8.49845868e+08
syncthing_model_folder_summary{folder="Obsidian Quazar Main",scope="global",type="deleted"} 5521
syncthing_model_folder_summary{folder="Obsidian Quazar Main",scope="global",type="directories"} 811
syncthing_model_folder_summary{folder="Obsidian Quazar Main",scope="global",type="files"} 3709
syncthing_model_folder_summary{folder="Obsidian Quazar Main",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="Obsidian Quazar Main",scope="local",type="bytes"} 8.39578625e+08
syncthing_model_folder_summary{folder="Obsidian Quazar Main",scope="local",type="deleted"} 5519
syncthing_model_folder_summary{folder="Obsidian Quazar Main",scope="local",type="directories"} 805
syncthing_model_folder_summary{folder="Obsidian Quazar Main",scope="local",type="files"} 3707
syncthing_model_folder_summary{folder="Obsidian Quazar Main",scope="local",type="symlinks"} 0
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"} 239452
syncthing_protocol_recv_bytes_total{device="HPA243C-477L2QK-IGMGMSY-B4PTIZT-M7G43WS-NKHFPVS-ZO4IJGX-3M2A7QM"} 142539
syncthing_protocol_recv_bytes_total{device="OR7JF4V-FLFJN6L-IZ5W5AY-73EMH2Q-N2OOJOC-ABY6EOH-KSRHDS6-32AKGAF"} 21567
syncthing_protocol_recv_bytes_total{device="SH25O3V-6MEHXDH-57E5WB3-4EBFDYQ-ESFRVV2-CBVEDVG-SD4K74K-3KNVCAC"} 15178
# 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"} 254965
syncthing_protocol_recv_decompressed_bytes_total{device="HPA243C-477L2QK-IGMGMSY-B4PTIZT-M7G43WS-NKHFPVS-ZO4IJGX-3M2A7QM"} 181440
syncthing_protocol_recv_decompressed_bytes_total{device="OR7JF4V-FLFJN6L-IZ5W5AY-73EMH2Q-N2OOJOC-ABY6EOH-KSRHDS6-32AKGAF"} 26339
syncthing_protocol_recv_decompressed_bytes_total{device="SH25O3V-6MEHXDH-57E5WB3-4EBFDYQ-ESFRVV2-CBVEDVG-SD4K74K-3KNVCAC"} 17916
# 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"} 6429
syncthing_protocol_recv_messages_total{device="HPA243C-477L2QK-IGMGMSY-B4PTIZT-M7G43WS-NKHFPVS-ZO4IJGX-3M2A7QM"} 1168
syncthing_protocol_recv_messages_total{device="OR7JF4V-FLFJN6L-IZ5W5AY-73EMH2Q-N2OOJOC-ABY6EOH-KSRHDS6-32AKGAF"} 1831
syncthing_protocol_recv_messages_total{device="SH25O3V-6MEHXDH-57E5WB3-4EBFDYQ-ESFRVV2-CBVEDVG-SD4K74K-3KNVCAC"} 17
# 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"} 117334
syncthing_protocol_sent_bytes_total{device="HPA243C-477L2QK-IGMGMSY-B4PTIZT-M7G43WS-NKHFPVS-ZO4IJGX-3M2A7QM"} 297544
syncthing_protocol_sent_bytes_total{device="OR7JF4V-FLFJN6L-IZ5W5AY-73EMH2Q-N2OOJOC-ABY6EOH-KSRHDS6-32AKGAF"} 34386
syncthing_protocol_sent_bytes_total{device="SH25O3V-6MEHXDH-57E5WB3-4EBFDYQ-ESFRVV2-CBVEDVG-SD4K74K-3KNVCAC"} 60196
# 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"} 6655
syncthing_protocol_sent_messages_total{device="HPA243C-477L2QK-IGMGMSY-B4PTIZT-M7G43WS-NKHFPVS-ZO4IJGX-3M2A7QM"} 2153
syncthing_protocol_sent_messages_total{device="OR7JF4V-FLFJN6L-IZ5W5AY-73EMH2Q-N2OOJOC-ABY6EOH-KSRHDS6-32AKGAF"} 1832
syncthing_protocol_sent_messages_total{device="SH25O3V-6MEHXDH-57E5WB3-4EBFDYQ-ESFRVV2-CBVEDVG-SD4K74K-3KNVCAC"} 16
# 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"} 138402
syncthing_protocol_sent_uncompressed_bytes_total{device="HPA243C-477L2QK-IGMGMSY-B4PTIZT-M7G43WS-NKHFPVS-ZO4IJGX-3M2A7QM"} 357451
syncthing_protocol_sent_uncompressed_bytes_total{device="OR7JF4V-FLFJN6L-IZ5W5AY-73EMH2Q-N2OOJOC-ABY6EOH-KSRHDS6-32AKGAF"} 40859
syncthing_protocol_sent_uncompressed_bytes_total{device="SH25O3V-6MEHXDH-57E5WB3-4EBFDYQ-ESFRVV2-CBVEDVG-SD4K74K-3KNVCAC"} 63976
# 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"} 19263
syncthing_scanner_hashed_bytes_total{folder="Obsidian Quazar Main"} 8823
# 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"} 16091
syncthing_scanner_scanned_items_total{folder="Obsidian Quazar Main"} 216748
