# 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.31e-06
go_gc_duration_seconds{quantile="0.25"} 1.824e-05
go_gc_duration_seconds{quantile="0.5"} 3.911e-05
go_gc_duration_seconds{quantile="0.75"} 5.1041e-05
go_gc_duration_seconds{quantile="1"} 0.000427513
go_gc_duration_seconds_sum 0.059692238
go_gc_duration_seconds_count 1235
# 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 122
# 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 8.720288e+06
# HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes.
# TYPE go_memstats_alloc_bytes_total counter
go_memstats_alloc_bytes_total 3.725912872e+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.109503e+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 5.2150352e+07
# 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.048624e+06
# HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes.
# TYPE go_memstats_heap_alloc_bytes gauge
go_memstats_heap_alloc_bytes 8.720288e+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.04448e+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.2886016e+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 45043
# HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes.
# TYPE go_memstats_heap_released_bytes gauge
go_memstats_heap_released_bytes 1.0248192e+07
# HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes.
# TYPE go_memstats_heap_sys_bytes gauge
go_memstats_heap_sys_bytes 2.3330816e+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.7843827477960305e+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 5.2195395e+07
# 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 192160
# 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 277440
# 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.0506082e+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 763729
# 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.80224e+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.80224e+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.2348424e+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 14
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 55.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 7.792732e+06
# HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network.
# TYPE process_network_transmit_bytes_total counter
process_network_transmit_bytes_total 4.8197988e+07
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 41
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 7.2597504e+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.7842987903e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 1.451409408e+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"} 5
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"} 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 Main"} 39
# 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"} 9.025e-05
syncthing_db_operation_seconds_total{folder="-",operation="GetKV"} 0.5012251920000032
syncthing_db_operation_seconds_total{folder="-",operation="ListFolders"} 2.5967e-05
syncthing_db_operation_seconds_total{folder="-",operation="PrefixKV"} 0.0019041179999999991
syncthing_db_operation_seconds_total{folder="-",operation="PutKV"} 0.049083999999999996
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Fxxl",operation="AllLocalFilesBySequence"} 0.0016033750000000006
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Fxxl",operation="AllLocalFilesPrefix"} 0.0002647530000000001
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Fxxl",operation="CountGlobal"} 0.04910649100000005
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Fxxl",operation="CountLocal"} 0.005922902
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Fxxl",operation="CountNeed"} 0.6107435759999988
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Fxxl",operation="CountReceiveOnlyChanged"} 0.0024329439999999994
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Fxxl",operation="GetDeviceFile"} 0.6800897979999974
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Fxxl",operation="GetDeviceSequence"} 0.15526421199999976
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Fxxl",operation="IndexIDGet"} 0.025229235000000034
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Fxxl",operation="ListDevicesForFolder"} 0.000167388
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Fxxl",operation="RemoteSequences"} 0.005861437000000002
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Main",operation="AllLocalFilesBySequence"} 0.000983707
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Main",operation="AllLocalFilesPrefix"} 0.0006911320000000001
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Main",operation="AllNeededGlobalFiles"} 0.00019775
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Main",operation="CountGlobal"} 0.034543277000000004
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Main",operation="CountLocal"} 0.005304306
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Main",operation="CountNeed"} 8.536572117999992
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Main",operation="CountReceiveOnlyChanged"} 0.00212884
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Main",operation="GetDeviceFile"} 7.506574988999954
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Main",operation="GetDeviceSequence"} 0.16640860099999993
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Main",operation="GetGlobalAvailability"} 0.00014467
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Main",operation="GetGlobalFile"} 0.00016373100000000002
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Main",operation="IndexIDGet"} 0.01158295500000001
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Main",operation="ListDevicesForFolder"} 0.000135763
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Main",operation="RemoteSequences"} 0.012210750000000001
syncthing_db_operation_seconds_total{folder="Obsidian Quazar Main",operation="Update"} 0.023127197
# 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="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 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"} 4
syncthing_db_operations_total{folder="-",operation="GetKV"} 43305
syncthing_db_operations_total{folder="-",operation="ListFolders"} 1
syncthing_db_operations_total{folder="-",operation="PrefixKV"} 114
syncthing_db_operations_total{folder="-",operation="PutKV"} 532
syncthing_db_operations_total{folder="Obsidian Quazar Fxxl",operation="AllLocalFilesBySequence"} 112
syncthing_db_operations_total{folder="Obsidian Quazar Fxxl",operation="AllLocalFilesPrefix"} 24
syncthing_db_operations_total{folder="Obsidian Quazar Fxxl",operation="CountGlobal"} 1456
syncthing_db_operations_total{folder="Obsidian Quazar Fxxl",operation="CountLocal"} 207
syncthing_db_operations_total{folder="Obsidian Quazar Fxxl",operation="CountNeed"} 1674
syncthing_db_operations_total{folder="Obsidian Quazar Fxxl",operation="CountReceiveOnlyChanged"} 207
syncthing_db_operations_total{folder="Obsidian Quazar Fxxl",operation="GetDeviceFile"} 7968
syncthing_db_operations_total{folder="Obsidian Quazar Fxxl",operation="GetDeviceSequence"} 5481
syncthing_db_operations_total{folder="Obsidian Quazar Fxxl",operation="IndexIDGet"} 2100
syncthing_db_operations_total{folder="Obsidian Quazar Fxxl",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="Obsidian Quazar Fxxl",operation="RemoteSequences"} 207
syncthing_db_operations_total{folder="Obsidian Quazar Main",operation="AllLocalFilesBySequence"} 116
syncthing_db_operations_total{folder="Obsidian Quazar Main",operation="AllLocalFilesPrefix"} 35
syncthing_db_operations_total{folder="Obsidian Quazar Main",operation="AllNeededGlobalFiles"} 2
syncthing_db_operations_total{folder="Obsidian Quazar Main",operation="CountGlobal"} 847
syncthing_db_operations_total{folder="Obsidian Quazar Main",operation="CountLocal"} 210
syncthing_db_operations_total{folder="Obsidian Quazar Main",operation="CountNeed"} 1067
syncthing_db_operations_total{folder="Obsidian Quazar Main",operation="CountReceiveOnlyChanged"} 210
syncthing_db_operations_total{folder="Obsidian Quazar Main",operation="GetDeviceFile"} 111115
syncthing_db_operations_total{folder="Obsidian Quazar Main",operation="GetDeviceSequence"} 4080
syncthing_db_operations_total{folder="Obsidian Quazar Main",operation="GetGlobalAvailability"} 4
syncthing_db_operations_total{folder="Obsidian Quazar Main",operation="GetGlobalFile"} 3
syncthing_db_operations_total{folder="Obsidian Quazar Main",operation="IndexIDGet"} 1296
syncthing_db_operations_total{folder="Obsidian Quazar Main",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="Obsidian Quazar Main",operation="RemoteSequences"} 210
syncthing_db_operations_total{folder="Obsidian Quazar Main",operation="Update"} 5
# HELP syncthing_events_total Total number of created/forwarded/dropped events
# TYPE syncthing_events_total counter
syncthing_events_total{event="ClusterConfigReceived",state="created"} 112
syncthing_events_total{event="ClusterConfigReceived",state="delivered"} 224
syncthing_events_total{event="DeviceConnected",state="created"} 116
syncthing_events_total{event="DeviceConnected",state="delivered"} 232
syncthing_events_total{event="DeviceDisconnected",state="created"} 110
syncthing_events_total{event="DeviceDisconnected",state="delivered"} 258
syncthing_events_total{event="FolderCompletion",state="created"} 1872
syncthing_events_total{event="FolderCompletion",state="delivered"} 1872
syncthing_events_total{event="FolderSummary",state="created"} 417
syncthing_events_total{event="FolderSummary",state="delivered"} 417
syncthing_events_total{event="ItemFinished",state="created"} 13
syncthing_events_total{event="ItemFinished",state="delivered"} 39
syncthing_events_total{event="ItemStarted",state="created"} 13
syncthing_events_total{event="ItemStarted",state="delivered"} 39
syncthing_events_total{event="ListenAddressesChanged",state="created"} 4
syncthing_events_total{event="ListenAddressesChanged",state="delivered"} 12
syncthing_events_total{event="LocalIndexUpdated",state="created"} 2
syncthing_events_total{event="LocalIndexUpdated",state="delivered"} 12
syncthing_events_total{event="RemoteChangeDetected",state="created"} 13
syncthing_events_total{event="RemoteChangeDetected",state="delivered"} 13
syncthing_events_total{event="RemoteIndexUpdated",state="created"} 3
syncthing_events_total{event="RemoteIndexUpdated",state="delivered"} 6
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"} 161
syncthing_events_total{event="StateChanged",state="delivered"} 322
# 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"} 30
syncthing_fs_operation_bytes_total{operation="readat",root="/var/syncthing/Obsidian/quazar/main"} 21850
syncthing_fs_operation_bytes_total{operation="writeat",root="/var/syncthing/Obsidian/quazar/main"} 21850
# 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/main"} 0.00030075100000000003
syncthing_fs_operation_seconds_total{operation="chtimes",root="/var/syncthing/Obsidian/quazar/main"} 0.000269762
syncthing_fs_operation_seconds_total{operation="close",root="/var/syncthing/Obsidian/quazar/fxxl"} 2.079e-06
syncthing_fs_operation_seconds_total{operation="close",root="/var/syncthing/Obsidian/quazar/main"} 0.00017808
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/syncthing/Obsidian/quazar/fxxl"} 2.678348002000008
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/syncthing/Obsidian/quazar/main"} 17.868087704999947
syncthing_fs_operation_seconds_total{operation="glob",root="/var/syncthing/config"} 0.000161759
syncthing_fs_operation_seconds_total{operation="hide",root="/var/syncthing/Obsidian/quazar/fxxl"} 9.8e-07
syncthing_fs_operation_seconds_total{operation="hide",root="/var/syncthing/Obsidian/quazar/main"} 1.98e-06
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/syncthing/Obsidian/quazar/fxxl"} 0.6547972000000101
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/syncthing/Obsidian/quazar/main"} 9.164848920999734
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/syncthing/config"} 0.000101589
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/var/syncthing/config"} 8.406e-06
syncthing_fs_operation_seconds_total{operation="open",root="/var/syncthing/Obsidian/quazar/fxxl"} 7.786e-06
syncthing_fs_operation_seconds_total{operation="open",root="/var/syncthing/Obsidian/quazar/main"} 0.000105469
syncthing_fs_operation_seconds_total{operation="openfile",root="/var/syncthing/Obsidian/quazar/main"} 0.00011088100000000001
syncthing_fs_operation_seconds_total{operation="options",root="/var/syncthing/Obsidian/quazar/fxxl"} 2.6197999999999982e-05
syncthing_fs_operation_seconds_total{operation="options",root="/var/syncthing/Obsidian/quazar/main"} 2.7201000000000003e-05
syncthing_fs_operation_seconds_total{operation="options",root="/var/syncthing/config"} 7.3e-07
syncthing_fs_operation_seconds_total{operation="options",root="/var/syncthing/config/index-v2"} 7.280000000000005e-06
syncthing_fs_operation_seconds_total{operation="read",root="/var/syncthing/Obsidian/quazar/fxxl"} 1.4881999999999999e-05
syncthing_fs_operation_seconds_total{operation="read",root="/var/syncthing/Obsidian/quazar/main"} 1.5572e-05
syncthing_fs_operation_seconds_total{operation="readat",root="/var/syncthing/Obsidian/quazar/main"} 1.794e-05
syncthing_fs_operation_seconds_total{operation="remove",root="/var/syncthing/Obsidian/quazar/main"} 7.757e-05
syncthing_fs_operation_seconds_total{operation="rename",root="/var/syncthing/Obsidian/quazar/main"} 0.00016444
syncthing_fs_operation_seconds_total{operation="stat",root="/var/syncthing/Obsidian/quazar/fxxl"} 0.000490628
syncthing_fs_operation_seconds_total{operation="stat",root="/var/syncthing/Obsidian/quazar/main"} 0.000708385
syncthing_fs_operation_seconds_total{operation="stat",root="/var/syncthing/config"} 4.228e-06
syncthing_fs_operation_seconds_total{operation="sync",root="/var/syncthing/Obsidian/quazar/main"} 7.399117319
syncthing_fs_operation_seconds_total{operation="truncate",root="/var/syncthing/Obsidian/quazar/main"} 3.252e-05
syncthing_fs_operation_seconds_total{operation="type",root="/var/syncthing/Obsidian/quazar/fxxl"} 6.548999999999997e-06
syncthing_fs_operation_seconds_total{operation="type",root="/var/syncthing/Obsidian/quazar/main"} 7.757999999999998e-06
syncthing_fs_operation_seconds_total{operation="unhide",root="/var/syncthing/Obsidian/quazar/main"} 1.38e-06
syncthing_fs_operation_seconds_total{operation="uri",root="/var/syncthing/Obsidian/quazar/fxxl"} 3.0800000000000006e-06
syncthing_fs_operation_seconds_total{operation="uri",root="/var/syncthing/Obsidian/quazar/main"} 4.480000000000001e-06
syncthing_fs_operation_seconds_total{operation="usage",root="/var/syncthing/Obsidian/quazar/main"} 8.88e-06
syncthing_fs_operation_seconds_total{operation="usage",root="/var/syncthing/config/index-v2"} 0.00042967300000000004
syncthing_fs_operation_seconds_total{operation="watch",root="/var/syncthing/Obsidian/quazar/fxxl"} 3.511819076
syncthing_fs_operation_seconds_total{operation="watch",root="/var/syncthing/Obsidian/quazar/main"} 25.713679731
syncthing_fs_operation_seconds_total{operation="writeat",root="/var/syncthing/Obsidian/quazar/main"} 4.218e-05
# 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/main"} 12
syncthing_fs_operations_total{operation="chtimes",root="/var/syncthing/Obsidian/quazar/main"} 12
syncthing_fs_operations_total{operation="close",root="/var/syncthing/Obsidian/quazar/fxxl"} 1
syncthing_fs_operations_total{operation="close",root="/var/syncthing/Obsidian/quazar/main"} 13
syncthing_fs_operations_total{operation="dirnames",root="/var/syncthing/Obsidian/quazar/fxxl"} 2808
syncthing_fs_operations_total{operation="dirnames",root="/var/syncthing/Obsidian/quazar/main"} 37812
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"} 5
syncthing_fs_operations_total{operation="lstat",root="/var/syncthing/Obsidian/quazar/fxxl"} 35765
syncthing_fs_operations_total{operation="lstat",root="/var/syncthing/Obsidian/quazar/main"} 661306
syncthing_fs_operations_total{operation="lstat",root="/var/syncthing/config"} 3
syncthing_fs_operations_total{operation="mkdirall",root="/var/syncthing/config"} 2
syncthing_fs_operations_total{operation="open",root="/var/syncthing/Obsidian/quazar/fxxl"} 1
syncthing_fs_operations_total{operation="open",root="/var/syncthing/Obsidian/quazar/main"} 13
syncthing_fs_operations_total{operation="openfile",root="/var/syncthing/Obsidian/quazar/main"} 2
syncthing_fs_operations_total{operation="options",root="/var/syncthing/Obsidian/quazar/fxxl"} 66
syncthing_fs_operations_total{operation="options",root="/var/syncthing/Obsidian/quazar/main"} 74
syncthing_fs_operations_total{operation="options",root="/var/syncthing/config"} 3
syncthing_fs_operations_total{operation="options",root="/var/syncthing/config/index-v2"} 54
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"} 2
syncthing_fs_operations_total{operation="readat",root="/var/syncthing/Obsidian/quazar/main"} 2
syncthing_fs_operations_total{operation="remove",root="/var/syncthing/Obsidian/quazar/main"} 3
syncthing_fs_operations_total{operation="rename",root="/var/syncthing/Obsidian/quazar/main"} 4
syncthing_fs_operations_total{operation="stat",root="/var/syncthing/Obsidian/quazar/fxxl"} 76
syncthing_fs_operations_total{operation="stat",root="/var/syncthing/Obsidian/quazar/main"} 96
syncthing_fs_operations_total{operation="stat",root="/var/syncthing/config"} 2
syncthing_fs_operations_total{operation="sync",root="/var/syncthing/Obsidian/quazar/main"} 10
syncthing_fs_operations_total{operation="truncate",root="/var/syncthing/Obsidian/quazar/main"} 2
syncthing_fs_operations_total{operation="type",root="/var/syncthing/Obsidian/quazar/fxxl"} 34
syncthing_fs_operations_total{operation="type",root="/var/syncthing/Obsidian/quazar/main"} 46
syncthing_fs_operations_total{operation="unhide",root="/var/syncthing/Obsidian/quazar/main"} 2
syncthing_fs_operations_total{operation="uri",root="/var/syncthing/Obsidian/quazar/fxxl"} 34
syncthing_fs_operations_total{operation="uri",root="/var/syncthing/Obsidian/quazar/main"} 46
syncthing_fs_operations_total{operation="usage",root="/var/syncthing/Obsidian/quazar/main"} 2
syncthing_fs_operations_total{operation="usage",root="/var/syncthing/config/index-v2"} 54
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"} 2
# 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"} 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"} 21850
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
syncthing_model_folder_pull_seconds_total{folder="Obsidian Quazar Main"} 6.417541354000001
# 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"} 0
syncthing_model_folder_pulls_total{folder="Obsidian Quazar Main"} 1
# 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"} 4.342972950999999
syncthing_model_folder_scan_seconds_total{folder="Obsidian Quazar Main"} 38.12391296400001
# 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"} 24
syncthing_model_folder_scans_total{folder="Obsidian Quazar Main"} 26
# 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.4756428e+07
syncthing_model_folder_summary{folder="Obsidian Quazar Fxxl",scope="global",type="deleted"} 173
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.4398483e+07
syncthing_model_folder_summary{folder="Obsidian Quazar Fxxl",scope="local",type="deleted"} 170
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"} 8.62751868e+08
syncthing_model_folder_summary{folder="Obsidian Quazar Main",scope="global",type="deleted"} 5717
syncthing_model_folder_summary{folder="Obsidian Quazar Main",scope="global",type="directories"} 818
syncthing_model_folder_summary{folder="Obsidian Quazar Main",scope="global",type="files"} 3819
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.52484625e+08
syncthing_model_folder_summary{folder="Obsidian Quazar Main",scope="local",type="deleted"} 5714
syncthing_model_folder_summary{folder="Obsidian Quazar Main",scope="local",type="directories"} 812
syncthing_model_folder_summary{folder="Obsidian Quazar Main",scope="local",type="files"} 3817
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"} 40910
syncthing_protocol_recv_bytes_total{device="HPA243C-477L2QK-IGMGMSY-B4PTIZT-M7G43WS-NKHFPVS-ZO4IJGX-3M2A7QM"} 36562
# 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"} 42698
syncthing_protocol_recv_decompressed_bytes_total{device="HPA243C-477L2QK-IGMGMSY-B4PTIZT-M7G43WS-NKHFPVS-ZO4IJGX-3M2A7QM"} 57732
# 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"} 2079
syncthing_protocol_recv_messages_total{device="HPA243C-477L2QK-IGMGMSY-B4PTIZT-M7G43WS-NKHFPVS-ZO4IJGX-3M2A7QM"} 281
# 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"} 20614
syncthing_protocol_sent_bytes_total{device="HPA243C-477L2QK-IGMGMSY-B4PTIZT-M7G43WS-NKHFPVS-ZO4IJGX-3M2A7QM"} 93990
# 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"} 2156
syncthing_protocol_sent_messages_total{device="HPA243C-477L2QK-IGMGMSY-B4PTIZT-M7G43WS-NKHFPVS-ZO4IJGX-3M2A7QM"} 946
# 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"} 22714
syncthing_protocol_sent_uncompressed_bytes_total{device="HPA243C-477L2QK-IGMGMSY-B4PTIZT-M7G43WS-NKHFPVS-ZO4IJGX-3M2A7QM"} 125162
# 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"} 0
# HELP syncthing_scanner_scanned_items_total Total number of items (files/directories) inspected, per folder
# TYPE syncthing_scanner_scanned_items_total counter
syncthing_scanner_scanned_items_total{folder="Obsidian Quazar Fxxl"} 8040
syncthing_scanner_scanned_items_total{folder="Obsidian Quazar Main"} 111161
