# 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"} 1.5918e-05
go_gc_duration_seconds{quantile="0.25"} 3.4845e-05
go_gc_duration_seconds{quantile="0.5"} 4.0876e-05
go_gc_duration_seconds{quantile="0.75"} 6.8706e-05
go_gc_duration_seconds{quantile="1"} 0.000272231
go_gc_duration_seconds_sum 0.200853497
go_gc_duration_seconds_count 3951
# 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 8.225864e+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 4.3300014e+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.005559e+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.939097e+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.031728e+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.225864e+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.1083776e+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.1952128e+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 45220
# 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.0461184e+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.3035904e+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.7817332576234477e+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.943619e+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 9184
# 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 200480
# 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 244800
# 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.025725e+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 1.162969e+06
# HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes.
# TYPE go_memstats_stack_inuse_bytes gauge
go_memstats_stack_inuse_bytes 2.12992e+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.12992e+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.2626952e+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 4
# HELP go_threads Number of OS threads created.
# TYPE go_threads gauge
go_threads 15
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 170.16
# HELP process_max_fds Maximum number of open file descriptors.
# TYPE process_max_fds gauge
process_max_fds 1.048576e+06
# 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 4.4101654e+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 7.4938319e+07
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 45
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 6.8829184e+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.78127632475e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 1.442930688e+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"} 3
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="225KNJE-23JWGGT-ID7TA6T-F64Z56J-UREWOBT-R7Q7HWP-XGUYKUD-F2WDMQG",introducer="false",name="WIN-VFEIJ0H5M0R",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="CLMWOKP-7NX3QXQ-A7NKCRN-JSLMBEC-QFA7QI3-WFLITZ4-HMUILGQ-N7N7QAD",introducer="false",name="syncthing-0",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="de2ta-g2hwq",label="",path="/var/syncthing/documents",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="m54ps-om3k2",label="",path="/var/syncthing/obsidian",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="225KNJE-23JWGGT-ID7TA6T-F64Z56J-UREWOBT-R7Q7HWP-XGUYKUD-F2WDMQG"} 3
syncthing_connections_active{device="CLMWOKP-7NX3QXQ-A7NKCRN-JSLMBEC-QFA7QI3-WFLITZ4-HMUILGQ-N7N7QAD"} 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="de2ta-g2hwq"} 2
syncthing_db_files_updated_total{folder="m54ps-om3k2"} 1417
# 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.004303195999999996
syncthing_db_operation_seconds_total{folder="-",operation="DeleteKV"} 0.000171456
syncthing_db_operation_seconds_total{folder="-",operation="GetKV"} 0.6964010440000004
syncthing_db_operation_seconds_total{folder="-",operation="ListFolders"} 2.5229e-05
syncthing_db_operation_seconds_total{folder="-",operation="PrefixKV"} 0.0006573799999999998
syncthing_db_operation_seconds_total{folder="-",operation="PutKV"} 2.1743831039999977
syncthing_db_operation_seconds_total{folder="de2ta-g2hwq",operation="AllLocalFilesBySequence"} 0.00012558600000000001
syncthing_db_operation_seconds_total{folder="de2ta-g2hwq",operation="AllLocalFilesPrefix"} 0.00084684
syncthing_db_operation_seconds_total{folder="de2ta-g2hwq",operation="CountGlobal"} 0.002092112999999999
syncthing_db_operation_seconds_total{folder="de2ta-g2hwq",operation="CountLocal"} 0.0005584729999999999
syncthing_db_operation_seconds_total{folder="de2ta-g2hwq",operation="CountNeed"} 0.0026080960000000003
syncthing_db_operation_seconds_total{folder="de2ta-g2hwq",operation="CountReceiveOnlyChanged"} 0.00028736500000000004
syncthing_db_operation_seconds_total{folder="de2ta-g2hwq",operation="DropAllFiles"} 0.000403671
syncthing_db_operation_seconds_total{folder="de2ta-g2hwq",operation="GetDeviceFile"} 0.006037311
syncthing_db_operation_seconds_total{folder="de2ta-g2hwq",operation="GetDeviceSequence"} 0.432192413000001
syncthing_db_operation_seconds_total{folder="de2ta-g2hwq",operation="GetGlobalFile"} 6.1122e-05
syncthing_db_operation_seconds_total{folder="de2ta-g2hwq",operation="IndexIDGet"} 0.058909581
syncthing_db_operation_seconds_total{folder="de2ta-g2hwq",operation="IndexIDSet"} 7.7132e-05
syncthing_db_operation_seconds_total{folder="de2ta-g2hwq",operation="ListDevicesForFolder"} 6.8434e-05
syncthing_db_operation_seconds_total{folder="de2ta-g2hwq",operation="RemoteSequences"} 0.0003952370000000001
syncthing_db_operation_seconds_total{folder="de2ta-g2hwq",operation="Update"} 0.001359298
syncthing_db_operation_seconds_total{folder="gz475-zxzxp",operation="AllLocalFilesPrefix"} 0.00019341300000000005
syncthing_db_operation_seconds_total{folder="gz475-zxzxp",operation="CountGlobal"} 0.0014445470000000002
syncthing_db_operation_seconds_total{folder="gz475-zxzxp",operation="CountLocal"} 0.00055311
syncthing_db_operation_seconds_total{folder="gz475-zxzxp",operation="CountNeed"} 0.013912905
syncthing_db_operation_seconds_total{folder="gz475-zxzxp",operation="CountReceiveOnlyChanged"} 0.000258518
syncthing_db_operation_seconds_total{folder="gz475-zxzxp",operation="DropAllFiles"} 0.024678647
syncthing_db_operation_seconds_total{folder="gz475-zxzxp",operation="DropFolder"} 0.208393169
syncthing_db_operation_seconds_total{folder="gz475-zxzxp",operation="GetDeviceFile"} 0.04608200099999982
syncthing_db_operation_seconds_total{folder="gz475-zxzxp",operation="GetDeviceSequence"} 0.000369044
syncthing_db_operation_seconds_total{folder="gz475-zxzxp",operation="IndexIDGet"} 5.1686e-05
syncthing_db_operation_seconds_total{folder="gz475-zxzxp",operation="ListDevicesForFolder"} 0.000332659
syncthing_db_operation_seconds_total{folder="gz475-zxzxp",operation="RemoteSequences"} 0.00037142999999999996
syncthing_db_operation_seconds_total{folder="m54ps-om3k2",operation="AllLocalFilesBySequence"} 0.0009488840000000005
syncthing_db_operation_seconds_total{folder="m54ps-om3k2",operation="AllLocalFilesPrefix"} 0.0037968919999999975
syncthing_db_operation_seconds_total{folder="m54ps-om3k2",operation="AllLocalFilesWithBlocksHash"} 0.0006316310000000001
syncthing_db_operation_seconds_total{folder="m54ps-om3k2",operation="AllNeededGlobalFiles"} 0.0013863259999999994
syncthing_db_operation_seconds_total{folder="m54ps-om3k2",operation="CountGlobal"} 0.01198577399999999
syncthing_db_operation_seconds_total{folder="m54ps-om3k2",operation="CountLocal"} 0.004281131000000003
syncthing_db_operation_seconds_total{folder="m54ps-om3k2",operation="CountNeed"} 0.04743557399999996
syncthing_db_operation_seconds_total{folder="m54ps-om3k2",operation="CountReceiveOnlyChanged"} 0.0018699439999999993
syncthing_db_operation_seconds_total{folder="m54ps-om3k2",operation="DropAllFiles"} 0.000834797
syncthing_db_operation_seconds_total{folder="m54ps-om3k2",operation="DropFolder"} 0.043780437
syncthing_db_operation_seconds_total{folder="m54ps-om3k2",operation="GetDeviceFile"} 0.21608719500000037
syncthing_db_operation_seconds_total{folder="m54ps-om3k2",operation="GetDeviceSequence"} 0.47922525400000093
syncthing_db_operation_seconds_total{folder="m54ps-om3k2",operation="GetGlobalAvailability"} 0.017969174
syncthing_db_operation_seconds_total{folder="m54ps-om3k2",operation="GetGlobalFile"} 0.011424017000000003
syncthing_db_operation_seconds_total{folder="m54ps-om3k2",operation="IndexIDGet"} 0.12067921199999998
syncthing_db_operation_seconds_total{folder="m54ps-om3k2",operation="IndexIDSet"} 0.000492966
syncthing_db_operation_seconds_total{folder="m54ps-om3k2",operation="ListDevicesForFolder"} 0.00032148
syncthing_db_operation_seconds_total{folder="m54ps-om3k2",operation="RemoteSequences"} 0.003222378000000002
syncthing_db_operation_seconds_total{folder="m54ps-om3k2",operation="Update"} 0.5954492460000003
# 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="DeleteKV"} 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="de2ta-g2hwq",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="de2ta-g2hwq",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="de2ta-g2hwq",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="de2ta-g2hwq",operation="CountLocal"} 0
syncthing_db_operations_current{folder="de2ta-g2hwq",operation="CountNeed"} 0
syncthing_db_operations_current{folder="de2ta-g2hwq",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="de2ta-g2hwq",operation="DropAllFiles"} 0
syncthing_db_operations_current{folder="de2ta-g2hwq",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="de2ta-g2hwq",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="de2ta-g2hwq",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="de2ta-g2hwq",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="de2ta-g2hwq",operation="IndexIDSet"} 0
syncthing_db_operations_current{folder="de2ta-g2hwq",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="de2ta-g2hwq",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="de2ta-g2hwq",operation="Update"} 0
syncthing_db_operations_current{folder="gz475-zxzxp",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="gz475-zxzxp",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="gz475-zxzxp",operation="CountLocal"} 0
syncthing_db_operations_current{folder="gz475-zxzxp",operation="CountNeed"} 0
syncthing_db_operations_current{folder="gz475-zxzxp",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="gz475-zxzxp",operation="DropAllFiles"} 0
syncthing_db_operations_current{folder="gz475-zxzxp",operation="DropFolder"} 0
syncthing_db_operations_current{folder="gz475-zxzxp",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="gz475-zxzxp",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="gz475-zxzxp",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="gz475-zxzxp",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="gz475-zxzxp",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="m54ps-om3k2",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="m54ps-om3k2",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="m54ps-om3k2",operation="AllLocalFilesWithBlocksHash"} 0
syncthing_db_operations_current{folder="m54ps-om3k2",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="m54ps-om3k2",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="m54ps-om3k2",operation="CountLocal"} 0
syncthing_db_operations_current{folder="m54ps-om3k2",operation="CountNeed"} 0
syncthing_db_operations_current{folder="m54ps-om3k2",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="m54ps-om3k2",operation="DropAllFiles"} 0
syncthing_db_operations_current{folder="m54ps-om3k2",operation="DropFolder"} 0
syncthing_db_operations_current{folder="m54ps-om3k2",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="m54ps-om3k2",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="m54ps-om3k2",operation="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="m54ps-om3k2",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="m54ps-om3k2",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="m54ps-om3k2",operation="IndexIDSet"} 0
syncthing_db_operations_current{folder="m54ps-om3k2",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="m54ps-om3k2",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="m54ps-om3k2",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"} 526
syncthing_db_operations_total{folder="-",operation="DeleteKV"} 4
syncthing_db_operations_total{folder="-",operation="GetKV"} 31983
syncthing_db_operations_total{folder="-",operation="ListFolders"} 1
syncthing_db_operations_total{folder="-",operation="PrefixKV"} 55
syncthing_db_operations_total{folder="-",operation="PutKV"} 3477
syncthing_db_operations_total{folder="de2ta-g2hwq",operation="AllLocalFilesBySequence"} 4
syncthing_db_operations_total{folder="de2ta-g2hwq",operation="AllLocalFilesPrefix"} 106
syncthing_db_operations_total{folder="de2ta-g2hwq",operation="CountGlobal"} 50
syncthing_db_operations_total{folder="de2ta-g2hwq",operation="CountLocal"} 21
syncthing_db_operations_total{folder="de2ta-g2hwq",operation="CountNeed"} 55
syncthing_db_operations_total{folder="de2ta-g2hwq",operation="CountReceiveOnlyChanged"} 21
syncthing_db_operations_total{folder="de2ta-g2hwq",operation="DropAllFiles"} 2
syncthing_db_operations_total{folder="de2ta-g2hwq",operation="GetDeviceFile"} 106
syncthing_db_operations_total{folder="de2ta-g2hwq",operation="GetDeviceSequence"} 6094
syncthing_db_operations_total{folder="de2ta-g2hwq",operation="GetGlobalFile"} 1
syncthing_db_operations_total{folder="de2ta-g2hwq",operation="IndexIDGet"} 16
syncthing_db_operations_total{folder="de2ta-g2hwq",operation="IndexIDSet"} 1
syncthing_db_operations_total{folder="de2ta-g2hwq",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="de2ta-g2hwq",operation="RemoteSequences"} 21
syncthing_db_operations_total{folder="de2ta-g2hwq",operation="Update"} 2
syncthing_db_operations_total{folder="gz475-zxzxp",operation="AllLocalFilesPrefix"} 24
syncthing_db_operations_total{folder="gz475-zxzxp",operation="CountGlobal"} 23
syncthing_db_operations_total{folder="gz475-zxzxp",operation="CountLocal"} 19
syncthing_db_operations_total{folder="gz475-zxzxp",operation="CountNeed"} 26
syncthing_db_operations_total{folder="gz475-zxzxp",operation="CountReceiveOnlyChanged"} 19
syncthing_db_operations_total{folder="gz475-zxzxp",operation="DropAllFiles"} 1
syncthing_db_operations_total{folder="gz475-zxzxp",operation="DropFolder"} 1
syncthing_db_operations_total{folder="gz475-zxzxp",operation="GetDeviceFile"} 5112
syncthing_db_operations_total{folder="gz475-zxzxp",operation="GetDeviceSequence"} 28
syncthing_db_operations_total{folder="gz475-zxzxp",operation="IndexIDGet"} 2
syncthing_db_operations_total{folder="gz475-zxzxp",operation="ListDevicesForFolder"} 3
syncthing_db_operations_total{folder="gz475-zxzxp",operation="RemoteSequences"} 19
syncthing_db_operations_total{folder="m54ps-om3k2",operation="AllLocalFilesBySequence"} 88
syncthing_db_operations_total{folder="m54ps-om3k2",operation="AllLocalFilesPrefix"} 166
syncthing_db_operations_total{folder="m54ps-om3k2",operation="AllLocalFilesWithBlocksHash"} 182
syncthing_db_operations_total{folder="m54ps-om3k2",operation="AllNeededGlobalFiles"} 163
syncthing_db_operations_total{folder="m54ps-om3k2",operation="CountGlobal"} 338
syncthing_db_operations_total{folder="m54ps-om3k2",operation="CountLocal"} 165
syncthing_db_operations_total{folder="m54ps-om3k2",operation="CountNeed"} 519
syncthing_db_operations_total{folder="m54ps-om3k2",operation="CountReceiveOnlyChanged"} 165
syncthing_db_operations_total{folder="m54ps-om3k2",operation="DropAllFiles"} 4
syncthing_db_operations_total{folder="m54ps-om3k2",operation="DropFolder"} 1
syncthing_db_operations_total{folder="m54ps-om3k2",operation="GetDeviceFile"} 24886
syncthing_db_operations_total{folder="m54ps-om3k2",operation="GetDeviceSequence"} 6836
syncthing_db_operations_total{folder="m54ps-om3k2",operation="GetGlobalAvailability"} 530
syncthing_db_operations_total{folder="m54ps-om3k2",operation="GetGlobalFile"} 484
syncthing_db_operations_total{folder="m54ps-om3k2",operation="IndexIDGet"} 26
syncthing_db_operations_total{folder="m54ps-om3k2",operation="IndexIDSet"} 2
syncthing_db_operations_total{folder="m54ps-om3k2",operation="ListDevicesForFolder"} 3
syncthing_db_operations_total{folder="m54ps-om3k2",operation="RemoteSequences"} 165
syncthing_db_operations_total{folder="m54ps-om3k2",operation="Update"} 172
# HELP syncthing_events_total Total number of created/forwarded/dropped events
# TYPE syncthing_events_total counter
syncthing_events_total{event="ClusterConfigReceived",state="created"} 7
syncthing_events_total{event="ClusterConfigReceived",state="delivered"} 14
syncthing_events_total{event="ConfigSaved",state="created"} 18
syncthing_events_total{event="ConfigSaved",state="delivered"} 18
syncthing_events_total{event="DeviceConnected",state="created"} 8
syncthing_events_total{event="DeviceConnected",state="delivered"} 16
syncthing_events_total{event="DeviceDisconnected",state="created"} 1
syncthing_events_total{event="DeviceDisconnected",state="delivered"} 1
syncthing_events_total{event="DeviceRejected",state="created"} 1
syncthing_events_total{event="DeviceRejected",state="delivered"} 1
syncthing_events_total{event="FolderCompletion",state="created"} 147
syncthing_events_total{event="FolderCompletion",state="delivered"} 147
syncthing_events_total{event="FolderRejected",state="created"} 3
syncthing_events_total{event="FolderRejected",state="delivered"} 3
syncthing_events_total{event="FolderScanProgress",state="created"} 2
syncthing_events_total{event="FolderScanProgress",state="delivered"} 2
syncthing_events_total{event="FolderSummary",state="created"} 147
syncthing_events_total{event="FolderSummary",state="delivered"} 147
syncthing_events_total{event="ItemFinished",state="created"} 494
syncthing_events_total{event="ItemFinished",state="delivered"} 1268
syncthing_events_total{event="ItemStarted",state="created"} 494
syncthing_events_total{event="ItemStarted",state="delivered"} 1268
syncthing_events_total{event="ListenAddressesChanged",state="created"} 3
syncthing_events_total{event="ListenAddressesChanged",state="delivered"} 7
syncthing_events_total{event="LocalChangeDetected",state="created"} 215
syncthing_events_total{event="LocalChangeDetected",state="delivered"} 215
syncthing_events_total{event="LocalIndexUpdated",state="created"} 86
syncthing_events_total{event="LocalIndexUpdated",state="delivered"} 337
syncthing_events_total{event="PendingDevicesChanged",state="created"} 2
syncthing_events_total{event="PendingDevicesChanged",state="delivered"} 2
syncthing_events_total{event="PendingFoldersChanged",state="created"} 6
syncthing_events_total{event="PendingFoldersChanged",state="delivered"} 6
syncthing_events_total{event="RemoteChangeDetected",state="created"} 493
syncthing_events_total{event="RemoteChangeDetected",state="delivered"} 493
syncthing_events_total{event="RemoteIndexUpdated",state="created"} 88
syncthing_events_total{event="RemoteIndexUpdated",state="delivered"} 176
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"} 1383
syncthing_events_total{event="StateChanged",state="delivered"} 2762
# 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"} 6.721728e+06
syncthing_fs_operation_bytes_total{operation="readat",root="/var/syncthing/obsidian"} 8448
syncthing_fs_operation_bytes_total{operation="write",root="/var/syncthing/config"} 171304
syncthing_fs_operation_bytes_total{operation="write",root="/var/syncthing/documents"} 122
syncthing_fs_operation_bytes_total{operation="write",root="/var/syncthing/obsidian"} 122
syncthing_fs_operation_bytes_total{operation="writeat",root="/var/syncthing/obsidian"} 1.032108e+06
# 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/config"} 8.193999999999998e-05
syncthing_fs_operation_seconds_total{operation="chmod",root="/var/syncthing/obsidian"} 0.054412258999999935
syncthing_fs_operation_seconds_total{operation="chtimes",root="/var/syncthing/obsidian"} 0.10468409800000002
syncthing_fs_operation_seconds_total{operation="close",root="/var/syncthing/config"} 0.000350109
syncthing_fs_operation_seconds_total{operation="close",root="/var/syncthing/documents"} 2.805e-06
syncthing_fs_operation_seconds_total{operation="close",root="/var/syncthing/obsidian"} 0.002782196999999998
syncthing_fs_operation_seconds_total{operation="dirnames",root="/"} 0.000845539
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var"} 0.0020799480000000003
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/syncthing"} 0.0011119839999999999
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/syncthing/Feltons-HomeLab"} 1.0749e-05
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/syncthing/documents"} 0.007955935999999995
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/syncthing/obsidian"} 7.628955565000001
syncthing_fs_operation_seconds_total{operation="glob",root="/var/syncthing/config"} 5.120500000000001e-05
syncthing_fs_operation_seconds_total{operation="glob",root="/var/syncthing/obsidian"} 0.011433837
syncthing_fs_operation_seconds_total{operation="hide",root="/var/syncthing/Feltons-HomeLab/ai-obsidian"} 8.99e-07
syncthing_fs_operation_seconds_total{operation="hide",root="/var/syncthing/Feltons-HomeLab\\ai-obsidian"} 1.6019999999999999e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/var/syncthing/documents"} 1.07e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/var/syncthing/obsidian"} 0.0003643819999999997
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/syncthing/Feltons-HomeLab/ai-obsidian"} 6.2597e-05
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/syncthing/Feltons-HomeLab\\ai-obsidian"} 6.4837e-05
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/syncthing/config"} 0.000312633
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/syncthing/documents"} 0.011716940999999991
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/syncthing/obsidian"} 1.4880371500000191
syncthing_fs_operation_seconds_total{operation="mdkir",root="/var/syncthing/documents"} 5.4159e-05
syncthing_fs_operation_seconds_total{operation="mdkir",root="/var/syncthing/obsidian"} 0.015174205999999999
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/var/syncthing/Feltons-HomeLab/ai-obsidian"} 1.2452e-05
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/var/syncthing/Feltons-HomeLab\\ai-obsidian"} 1.7753e-05
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/var/syncthing/config"} 9.447e-06
syncthing_fs_operation_seconds_total{operation="name",root="/var/syncthing/config"} 9.628000000000003e-06
syncthing_fs_operation_seconds_total{operation="open",root="/var/syncthing/Feltons-HomeLab/ai-obsidian"} 2.0668e-05
syncthing_fs_operation_seconds_total{operation="open",root="/var/syncthing/Feltons-HomeLab\\ai-obsidian"} 1.3415e-05
syncthing_fs_operation_seconds_total{operation="open",root="/var/syncthing/config"} 0.000182299
syncthing_fs_operation_seconds_total{operation="open",root="/var/syncthing/documents"} 0.000219772
syncthing_fs_operation_seconds_total{operation="open",root="/var/syncthing/obsidian"} 0.004589512
syncthing_fs_operation_seconds_total{operation="openfile",root="/var/syncthing/config"} 0.0008607210000000001
syncthing_fs_operation_seconds_total{operation="openfile",root="/var/syncthing/documents"} 1.675e-05
syncthing_fs_operation_seconds_total{operation="openfile",root="/var/syncthing/obsidian"} 0.6826924999999996
syncthing_fs_operation_seconds_total{operation="options",root="/"} 6.784999999999999e-06
syncthing_fs_operation_seconds_total{operation="options",root="/var"} 2.0019000000000006e-05
syncthing_fs_operation_seconds_total{operation="options",root="/var/syncthing"} 1.5052000000000003e-05
syncthing_fs_operation_seconds_total{operation="options",root="/var/syncthing/Feltons-HomeLab"} 4.81e-07
syncthing_fs_operation_seconds_total{operation="options",root="/var/syncthing/Feltons-HomeLab/ai-obsidian"} 4.890000000000001e-06
syncthing_fs_operation_seconds_total{operation="options",root="/var/syncthing/Feltons-HomeLab\\ai-obsidian"} 5.39e-06
syncthing_fs_operation_seconds_total{operation="options",root="/var/syncthing/config"} 1.3416999999999997e-05
syncthing_fs_operation_seconds_total{operation="options",root="/var/syncthing/config/index-v2"} 5.345399999999992e-05
syncthing_fs_operation_seconds_total{operation="options",root="/var/syncthing/documents"} 0.0002517909999999999
syncthing_fs_operation_seconds_total{operation="options",root="/var/syncthing/obsidian"} 0.00029038699999999954
syncthing_fs_operation_seconds_total{operation="read",root="/var/syncthing/obsidian"} 0.16119723700000016
syncthing_fs_operation_seconds_total{operation="readat",root="/var/syncthing/obsidian"} 1.1811e-05
syncthing_fs_operation_seconds_total{operation="remove",root="/var/syncthing/Feltons-HomeLab/ai-obsidian"} 4.418e-06
syncthing_fs_operation_seconds_total{operation="remove",root="/var/syncthing/config"} 0.000261472
syncthing_fs_operation_seconds_total{operation="remove",root="/var/syncthing/obsidian"} 0.2246789170000001
syncthing_fs_operation_seconds_total{operation="rename",root="/var/syncthing/config"} 0.000757749
syncthing_fs_operation_seconds_total{operation="rename",root="/var/syncthing/obsidian"} 0.07053958399999999
syncthing_fs_operation_seconds_total{operation="stat",root="/"} 0.0005277810000000002
syncthing_fs_operation_seconds_total{operation="stat",root="/var"} 0.0012380639999999994
syncthing_fs_operation_seconds_total{operation="stat",root="/var/syncthing"} 0.00036520899999999986
syncthing_fs_operation_seconds_total{operation="stat",root="/var/syncthing/Feltons-HomeLab/ai-obsidian"} 2.1408999999999998e-05
syncthing_fs_operation_seconds_total{operation="stat",root="/var/syncthing/Feltons-HomeLab\\ai-obsidian"} 3.7038999999999996e-05
syncthing_fs_operation_seconds_total{operation="stat",root="/var/syncthing/config"} 2.228e-06
syncthing_fs_operation_seconds_total{operation="stat",root="/var/syncthing/documents"} 0.0026217460000000008
syncthing_fs_operation_seconds_total{operation="stat",root="/var/syncthing/obsidian"} 0.02937331499999996
syncthing_fs_operation_seconds_total{operation="sync",root="/var/syncthing/config"} 0.6438070140000001
syncthing_fs_operation_seconds_total{operation="sync",root="/var/syncthing/documents"} 0.019175397
syncthing_fs_operation_seconds_total{operation="sync",root="/var/syncthing/obsidian"} 2.429498990999998
syncthing_fs_operation_seconds_total{operation="truncate",root="/var/syncthing/obsidian"} 0.004791432000000003
syncthing_fs_operation_seconds_total{operation="type",root="/var/syncthing/Feltons-HomeLab/ai-obsidian"} 1.635e-06
syncthing_fs_operation_seconds_total{operation="type",root="/var/syncthing/Feltons-HomeLab\\ai-obsidian"} 1.6999999999999998e-06
syncthing_fs_operation_seconds_total{operation="type",root="/var/syncthing/documents"} 7.68499999999999e-05
syncthing_fs_operation_seconds_total{operation="type",root="/var/syncthing/obsidian"} 0.00023606699999999958
syncthing_fs_operation_seconds_total{operation="unhide",root="/var/syncthing/obsidian"} 0.00021540299999999997
syncthing_fs_operation_seconds_total{operation="uri",root="/var/syncthing/Feltons-HomeLab/ai-obsidian"} 1.0510000000000002e-06
syncthing_fs_operation_seconds_total{operation="uri",root="/var/syncthing/Feltons-HomeLab\\ai-obsidian"} 1.146e-06
syncthing_fs_operation_seconds_total{operation="uri",root="/var/syncthing/documents"} 4.957300000000003e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/var/syncthing/obsidian"} 0.00015714900000000017
syncthing_fs_operation_seconds_total{operation="usage",root="/var/syncthing/config/index-v2"} 0.0025295379999999987
syncthing_fs_operation_seconds_total{operation="usage",root="/var/syncthing/obsidian"} 0.083455832
syncthing_fs_operation_seconds_total{operation="watch",root="/var/syncthing/documents"} 7.0689e-05
syncthing_fs_operation_seconds_total{operation="watch",root="/var/syncthing/obsidian"} 0.00322662
syncthing_fs_operation_seconds_total{operation="write",root="/var/syncthing/config"} 0.0003515499999999999
syncthing_fs_operation_seconds_total{operation="write",root="/var/syncthing/documents"} 5.63e-06
syncthing_fs_operation_seconds_total{operation="write",root="/var/syncthing/obsidian"} 0.006484708
syncthing_fs_operation_seconds_total{operation="writeat",root="/var/syncthing/obsidian"} 0.005217894999999997
# 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/config"} 18
syncthing_fs_operations_total{operation="chmod",root="/var/syncthing/obsidian"} 487
syncthing_fs_operations_total{operation="chtimes",root="/var/syncthing/obsidian"} 456
syncthing_fs_operations_total{operation="close",root="/var/syncthing/config"} 36
syncthing_fs_operations_total{operation="close",root="/var/syncthing/documents"} 1
syncthing_fs_operations_total{operation="close",root="/var/syncthing/obsidian"} 635
syncthing_fs_operations_total{operation="dirnames",root="/"} 12
syncthing_fs_operations_total{operation="dirnames",root="/var"} 34
syncthing_fs_operations_total{operation="dirnames",root="/var/syncthing"} 28
syncthing_fs_operations_total{operation="dirnames",root="/var/syncthing/Feltons-HomeLab"} 2
syncthing_fs_operations_total{operation="dirnames",root="/var/syncthing/documents"} 424
syncthing_fs_operations_total{operation="dirnames",root="/var/syncthing/obsidian"} 10958
syncthing_fs_operations_total{operation="glob",root="/var/syncthing/config"} 5
syncthing_fs_operations_total{operation="glob",root="/var/syncthing/obsidian"} 1
syncthing_fs_operations_total{operation="hide",root="/var/syncthing/Feltons-HomeLab/ai-obsidian"} 3
syncthing_fs_operations_total{operation="hide",root="/var/syncthing/Feltons-HomeLab\\ai-obsidian"} 3
syncthing_fs_operations_total{operation="hide",root="/var/syncthing/documents"} 4
syncthing_fs_operations_total{operation="hide",root="/var/syncthing/obsidian"} 279
syncthing_fs_operations_total{operation="lstat",root="/var/syncthing/Feltons-HomeLab/ai-obsidian"} 9
syncthing_fs_operations_total{operation="lstat",root="/var/syncthing/Feltons-HomeLab\\ai-obsidian"} 6
syncthing_fs_operations_total{operation="lstat",root="/var/syncthing/config"} 19
syncthing_fs_operations_total{operation="lstat",root="/var/syncthing/documents"} 646
syncthing_fs_operations_total{operation="lstat",root="/var/syncthing/obsidian"} 122037
syncthing_fs_operations_total{operation="mdkir",root="/var/syncthing/documents"} 1
syncthing_fs_operations_total{operation="mdkir",root="/var/syncthing/obsidian"} 2
syncthing_fs_operations_total{operation="mkdirall",root="/var/syncthing/Feltons-HomeLab/ai-obsidian"} 1
syncthing_fs_operations_total{operation="mkdirall",root="/var/syncthing/Feltons-HomeLab\\ai-obsidian"} 1
syncthing_fs_operations_total{operation="mkdirall",root="/var/syncthing/config"} 2
syncthing_fs_operations_total{operation="name",root="/var/syncthing/config"} 54
syncthing_fs_operations_total{operation="open",root="/var/syncthing/Feltons-HomeLab/ai-obsidian"} 3
syncthing_fs_operations_total{operation="open",root="/var/syncthing/Feltons-HomeLab\\ai-obsidian"} 2
syncthing_fs_operations_total{operation="open",root="/var/syncthing/config"} 18
syncthing_fs_operations_total{operation="open",root="/var/syncthing/documents"} 109
syncthing_fs_operations_total{operation="open",root="/var/syncthing/obsidian"} 888
syncthing_fs_operations_total{operation="openfile",root="/var/syncthing/config"} 18
syncthing_fs_operations_total{operation="openfile",root="/var/syncthing/documents"} 1
syncthing_fs_operations_total{operation="openfile",root="/var/syncthing/obsidian"} 267
syncthing_fs_operations_total{operation="options",root="/"} 12
syncthing_fs_operations_total{operation="options",root="/var"} 34
syncthing_fs_operations_total{operation="options",root="/var/syncthing"} 28
syncthing_fs_operations_total{operation="options",root="/var/syncthing/Feltons-HomeLab"} 2
syncthing_fs_operations_total{operation="options",root="/var/syncthing/Feltons-HomeLab/ai-obsidian"} 20
syncthing_fs_operations_total{operation="options",root="/var/syncthing/Feltons-HomeLab\\ai-obsidian"} 18
syncthing_fs_operations_total{operation="options",root="/var/syncthing/config"} 21
syncthing_fs_operations_total{operation="options",root="/var/syncthing/config/index-v2"} 439
syncthing_fs_operations_total{operation="options",root="/var/syncthing/documents"} 854
syncthing_fs_operations_total{operation="options",root="/var/syncthing/obsidian"} 1238
syncthing_fs_operations_total{operation="read",root="/var/syncthing/obsidian"} 371
syncthing_fs_operations_total{operation="readat",root="/var/syncthing/obsidian"} 4
syncthing_fs_operations_total{operation="remove",root="/var/syncthing/Feltons-HomeLab/ai-obsidian"} 2
syncthing_fs_operations_total{operation="remove",root="/var/syncthing/config"} 18
syncthing_fs_operations_total{operation="remove",root="/var/syncthing/obsidian"} 521
syncthing_fs_operations_total{operation="rename",root="/var/syncthing/config"} 18
syncthing_fs_operations_total{operation="rename",root="/var/syncthing/obsidian"} 274
syncthing_fs_operations_total{operation="stat",root="/"} 204
syncthing_fs_operations_total{operation="stat",root="/var"} 408
syncthing_fs_operations_total{operation="stat",root="/var/syncthing"} 84
syncthing_fs_operations_total{operation="stat",root="/var/syncthing/Feltons-HomeLab/ai-obsidian"} 5
syncthing_fs_operations_total{operation="stat",root="/var/syncthing/Feltons-HomeLab\\ai-obsidian"} 5
syncthing_fs_operations_total{operation="stat",root="/var/syncthing/config"} 2
syncthing_fs_operations_total{operation="stat",root="/var/syncthing/documents"} 219
syncthing_fs_operations_total{operation="stat",root="/var/syncthing/obsidian"} 2093
syncthing_fs_operations_total{operation="sync",root="/var/syncthing/config"} 36
syncthing_fs_operations_total{operation="sync",root="/var/syncthing/documents"} 1
syncthing_fs_operations_total{operation="sync",root="/var/syncthing/obsidian"} 447
syncthing_fs_operations_total{operation="truncate",root="/var/syncthing/obsidian"} 266
syncthing_fs_operations_total{operation="type",root="/var/syncthing/Feltons-HomeLab/ai-obsidian"} 11
syncthing_fs_operations_total{operation="type",root="/var/syncthing/Feltons-HomeLab\\ai-obsidian"} 10
syncthing_fs_operations_total{operation="type",root="/var/syncthing/documents"} 428
syncthing_fs_operations_total{operation="type",root="/var/syncthing/obsidian"} 1169
syncthing_fs_operations_total{operation="unhide",root="/var/syncthing/obsidian"} 266
syncthing_fs_operations_total{operation="uri",root="/var/syncthing/Feltons-HomeLab/ai-obsidian"} 11
syncthing_fs_operations_total{operation="uri",root="/var/syncthing/Feltons-HomeLab\\ai-obsidian"} 10
syncthing_fs_operations_total{operation="uri",root="/var/syncthing/documents"} 428
syncthing_fs_operations_total{operation="uri",root="/var/syncthing/obsidian"} 1169
syncthing_fs_operations_total{operation="usage",root="/var/syncthing/config/index-v2"} 439
syncthing_fs_operations_total{operation="usage",root="/var/syncthing/obsidian"} 266
syncthing_fs_operations_total{operation="watch",root="/var/syncthing/documents"} 1
syncthing_fs_operations_total{operation="watch",root="/var/syncthing/obsidian"} 4
syncthing_fs_operations_total{operation="write",root="/var/syncthing/config"} 94
syncthing_fs_operations_total{operation="write",root="/var/syncthing/documents"} 1
syncthing_fs_operations_total{operation="write",root="/var/syncthing/obsidian"} 1
syncthing_fs_operations_total{operation="writeat",root="/var/syncthing/obsidian"} 265
# HELP syncthing_model_folder_conflicts_total Total number of conflicts
# TYPE syncthing_model_folder_conflicts_total counter
syncthing_model_folder_conflicts_total{folder="de2ta-g2hwq"} 0
syncthing_model_folder_conflicts_total{folder="gz475-zxzxp"} 0
syncthing_model_folder_conflicts_total{folder="m54ps-om3k2"} 1
# 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="de2ta-g2hwq",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="de2ta-g2hwq",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="de2ta-g2hwq",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="de2ta-g2hwq",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="gz475-zxzxp",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="gz475-zxzxp",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="gz475-zxzxp",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="gz475-zxzxp",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="m54ps-om3k2",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="m54ps-om3k2",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="m54ps-om3k2",source="network"} 1.032108e+06
syncthing_model_folder_processed_bytes_total{folder="m54ps-om3k2",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="de2ta-g2hwq"} 0
syncthing_model_folder_pull_seconds_total{folder="gz475-zxzxp"} 0
syncthing_model_folder_pull_seconds_total{folder="m54ps-om3k2"} 11.419971114
# 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="de2ta-g2hwq"} 0
syncthing_model_folder_pulls_total{folder="gz475-zxzxp"} 0
syncthing_model_folder_pulls_total{folder="m54ps-om3k2"} 81
# 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="de2ta-g2hwq"} 0.071903818
syncthing_model_folder_scan_seconds_total{folder="gz475-zxzxp"} 0.7936893289999999
syncthing_model_folder_scan_seconds_total{folder="m54ps-om3k2"} 1.451871069
# 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="de2ta-g2hwq"} 106
syncthing_model_folder_scans_total{folder="gz475-zxzxp"} 24
syncthing_model_folder_scans_total{folder="m54ps-om3k2"} 139
# HELP syncthing_model_folder_state Current folder state
# TYPE syncthing_model_folder_state gauge
syncthing_model_folder_state{folder="de2ta-g2hwq"} 0
syncthing_model_folder_state{folder="gz475-zxzxp"} 0
syncthing_model_folder_state{folder="m54ps-om3k2"} 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="de2ta-g2hwq",scope="global",type="bytes"} 128
syncthing_model_folder_summary{folder="de2ta-g2hwq",scope="global",type="deleted"} 0
syncthing_model_folder_summary{folder="de2ta-g2hwq",scope="global",type="directories"} 1
syncthing_model_folder_summary{folder="de2ta-g2hwq",scope="global",type="files"} 0
syncthing_model_folder_summary{folder="de2ta-g2hwq",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="de2ta-g2hwq",scope="local",type="bytes"} 128
syncthing_model_folder_summary{folder="de2ta-g2hwq",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="de2ta-g2hwq",scope="local",type="directories"} 1
syncthing_model_folder_summary{folder="de2ta-g2hwq",scope="local",type="files"} 0
syncthing_model_folder_summary{folder="de2ta-g2hwq",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="de2ta-g2hwq",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="de2ta-g2hwq",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="de2ta-g2hwq",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="de2ta-g2hwq",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="de2ta-g2hwq",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="m54ps-om3k2",scope="global",type="bytes"} 6.809993e+06
syncthing_model_folder_summary{folder="m54ps-om3k2",scope="global",type="deleted"} 5
syncthing_model_folder_summary{folder="m54ps-om3k2",scope="global",type="directories"} 32
syncthing_model_folder_summary{folder="m54ps-om3k2",scope="global",type="files"} 194
syncthing_model_folder_summary{folder="m54ps-om3k2",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="m54ps-om3k2",scope="local",type="bytes"} 6.809993e+06
syncthing_model_folder_summary{folder="m54ps-om3k2",scope="local",type="deleted"} 5
syncthing_model_folder_summary{folder="m54ps-om3k2",scope="local",type="directories"} 32
syncthing_model_folder_summary{folder="m54ps-om3k2",scope="local",type="files"} 194
syncthing_model_folder_summary{folder="m54ps-om3k2",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="m54ps-om3k2",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="m54ps-om3k2",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="m54ps-om3k2",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="m54ps-om3k2",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="m54ps-om3k2",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="225KNJE-23JWGGT-ID7TA6T-F64Z56J-UREWOBT-R7Q7HWP-XGUYKUD-F2WDMQG"} 1.241424e+06
# 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="225KNJE-23JWGGT-ID7TA6T-F64Z56J-UREWOBT-R7Q7HWP-XGUYKUD-F2WDMQG"} 1.28053e+06
# 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="225KNJE-23JWGGT-ID7TA6T-F64Z56J-UREWOBT-R7Q7HWP-XGUYKUD-F2WDMQG"} 14273
# 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="225KNJE-23JWGGT-ID7TA6T-F64Z56J-UREWOBT-R7Q7HWP-XGUYKUD-F2WDMQG"} 241851
# 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="225KNJE-23JWGGT-ID7TA6T-F64Z56J-UREWOBT-R7Q7HWP-XGUYKUD-F2WDMQG"} 14499
# 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="225KNJE-23JWGGT-ID7TA6T-F64Z56J-UREWOBT-R7Q7HWP-XGUYKUD-F2WDMQG"} 286586
# 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="de2ta-g2hwq"} 0
syncthing_scanner_hashed_bytes_total{folder="gz475-zxzxp"} 0
syncthing_scanner_hashed_bytes_total{folder="m54ps-om3k2"} 6.721728e+06
# 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="de2ta-g2hwq"} 318
syncthing_scanner_scanned_items_total{folder="gz475-zxzxp"} 5160
syncthing_scanner_scanned_items_total{folder="m54ps-om3k2"} 24316
