# 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"} 4.146e-05
go_gc_duration_seconds{quantile="0.25"} 7.3121e-05
go_gc_duration_seconds{quantile="0.5"} 8.794e-05
go_gc_duration_seconds{quantile="0.75"} 0.000124461
go_gc_duration_seconds{quantile="1"} 0.002449978
go_gc_duration_seconds_sum 0.345607486
go_gc_duration_seconds_count 2671
# 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 105
# HELP go_info Information about the Go environment.
# TYPE go_info gauge
go_info{version="go1.25.10"} 1
# HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes.
# TYPE go_memstats_alloc_bytes gauge
go_memstats_alloc_bytes 7.69232e+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 7.620953888e+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.193758e+06
# HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects.
# TYPE go_memstats_frees_total counter
go_memstats_frees_total 1.00326743e+08
# HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes.
# TYPE go_memstats_gc_sys_bytes gauge
go_memstats_gc_sys_bytes 3.894032e+06
# HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes.
# TYPE go_memstats_heap_alloc_bytes gauge
go_memstats_heap_alloc_bytes 7.69232e+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 6.283264e+06
# 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.2263424e+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 33655
# 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 4.87424e+06
# 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 1.8546688e+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.783118666909124e+09
# HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects.
# TYPE go_memstats_mallocs_total counter
go_memstats_mallocs_total 1.00360398e+08
# HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes.
# TYPE go_memstats_mcache_inuse_bytes gauge
go_memstats_mcache_inuse_bytes 9664
# 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 15704
# 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 268480
# HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. Equals to /memory/classes/metadata/mspan/inuse:bytes + /memory/classes/metadata/mspan/free:bytes.
# TYPE go_memstats_mspan_sys_bytes gauge
go_memstats_mspan_sys_bytes 293760
# HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes.
# TYPE go_memstats_next_gc_bytes gauge
go_memstats_next_gc_bytes 1.4980554e+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.817538e+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.424832e+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.424832e+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 2.9186312e+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 8
# HELP go_threads Number of OS threads created.
# TYPE go_threads gauge
go_threads 17
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 324.52
# 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 2.1755619e+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 2.70048785e+08
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 43
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 5.0925568e+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.78283603661e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 1.29196032e+09
# HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes.
# TYPE process_virtual_memory_max_bytes gauge
process_virtual_memory_max_bytes 1.8446744073709552e+19
# HELP promhttp_metric_handler_requests_in_flight Current number of scrapes being served.
# TYPE promhttp_metric_handler_requests_in_flight gauge
promhttp_metric_handler_requests_in_flight 1
# HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP status code.
# TYPE promhttp_metric_handler_requests_total counter
promhttp_metric_handler_requests_total{code="200"} 1
promhttp_metric_handler_requests_total{code="500"} 0
promhttp_metric_handler_requests_total{code="503"} 0
# HELP syncthing_build_info A metric with a constant '1' value labeled by version information from when the binary was built.
# TYPE syncthing_build_info gauge
syncthing_build_info{builddate="2026-06-27 04:40:52 UTC",builduser="root@buildkitsandbox",codename="Hafnium Hornet",goversion="go1.25.10",program="syncthing",tags="modernc-sqlite,noupgrade",version="v2.1.1"} 1
# HELP syncthing_config_device_info Provides additional information labels on devices
# TYPE syncthing_config_device_info gauge
syncthing_config_device_info{device="CDU66N5-ZPRNGNH-VA2ZKWP-IAFCMXN-4HSTLYP-5DVEINI-MSS4IEL-IDC3WQ2",introducer="false",name="6e8d599d8b61",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="PFRXY4U-SC6LYXL-HIOO6LI-APFMLO2-4QBESRU-7QJQ7G3-JZWXFPJ-VIAH4AA",introducer="false",name="Mac Mini",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="secondbrain",label="SecondBrain Vault",path="/vault",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="CDU66N5-ZPRNGNH-VA2ZKWP-IAFCMXN-4HSTLYP-5DVEINI-MSS4IEL-IDC3WQ2"} 0
syncthing_connections_active{device="PFRXY4U-SC6LYXL-HIOO6LI-APFMLO2-4QBESRU-7QJQ7G3-JZWXFPJ-VIAH4AA"} 1
# HELP syncthing_db_files_updated_total Total number of files updated
# TYPE syncthing_db_files_updated_total counter
syncthing_db_files_updated_total{folder="secondbrain"} 128
# 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.008449786
syncthing_db_operation_seconds_total{folder="-",operation="DeleteKV"} 0.00011767
syncthing_db_operation_seconds_total{folder="-",operation="GetKV"} 1.7275487789999775
syncthing_db_operation_seconds_total{folder="-",operation="ListFolders"} 0.001574024
syncthing_db_operation_seconds_total{folder="-",operation="PrefixKV"} 0.02044155000000001
syncthing_db_operation_seconds_total{folder="-",operation="PutKV"} 1.2897642829999982
syncthing_db_operation_seconds_total{folder="secondbrain",operation="AllLocalFilesBySequence"} 0.020759851999999995
syncthing_db_operation_seconds_total{folder="secondbrain",operation="AllLocalFilesPrefix"} 0.35702937099999976
syncthing_db_operation_seconds_total{folder="secondbrain",operation="AllLocalFilesWithBlocksHash"} 0.00389377
syncthing_db_operation_seconds_total{folder="secondbrain",operation="AllNeededGlobalFiles"} 0.006731277
syncthing_db_operation_seconds_total{folder="secondbrain",operation="CountGlobal"} 0.0821419150000001
syncthing_db_operation_seconds_total{folder="secondbrain",operation="CountLocal"} 0.036787965999999984
syncthing_db_operation_seconds_total{folder="secondbrain",operation="CountNeed"} 0.11406990199999988
syncthing_db_operation_seconds_total{folder="secondbrain",operation="CountReceiveOnlyChanged"} 0.007396595000000003
syncthing_db_operation_seconds_total{folder="secondbrain",operation="DropAllFiles"} 0.010515471
syncthing_db_operation_seconds_total{folder="secondbrain",operation="GetDeviceFile"} 13.00183567100016
syncthing_db_operation_seconds_total{folder="secondbrain",operation="GetDeviceSequence"} 0.19405784599999998
syncthing_db_operation_seconds_total{folder="secondbrain",operation="GetGlobalAvailability"} 0.023737018000000006
syncthing_db_operation_seconds_total{folder="secondbrain",operation="GetGlobalFile"} 0.019924242
syncthing_db_operation_seconds_total{folder="secondbrain",operation="IndexIDGet"} 0.09180543700000006
syncthing_db_operation_seconds_total{folder="secondbrain",operation="IndexIDSet"} 0.001988424
syncthing_db_operation_seconds_total{folder="secondbrain",operation="ListDevicesForFolder"} 0.00018912
syncthing_db_operation_seconds_total{folder="secondbrain",operation="RemoteSequences"} 0.012564252000000003
syncthing_db_operation_seconds_total{folder="secondbrain",operation="Update"} 0.14176724599999999
# 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="secondbrain",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="secondbrain",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="secondbrain",operation="AllLocalFilesWithBlocksHash"} 0
syncthing_db_operations_current{folder="secondbrain",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="secondbrain",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="secondbrain",operation="CountLocal"} 0
syncthing_db_operations_current{folder="secondbrain",operation="CountNeed"} 0
syncthing_db_operations_current{folder="secondbrain",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="secondbrain",operation="DropAllFiles"} 0
syncthing_db_operations_current{folder="secondbrain",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="secondbrain",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="secondbrain",operation="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="secondbrain",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="secondbrain",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="secondbrain",operation="IndexIDSet"} 0
syncthing_db_operations_current{folder="secondbrain",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="secondbrain",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="secondbrain",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"} 59
syncthing_db_operations_total{folder="-",operation="DeleteKV"} 1
syncthing_db_operations_total{folder="-",operation="GetKV"} 38351
syncthing_db_operations_total{folder="-",operation="ListFolders"} 1
syncthing_db_operations_total{folder="-",operation="PrefixKV"} 99
syncthing_db_operations_total{folder="-",operation="PutKV"} 10639
syncthing_db_operations_total{folder="secondbrain",operation="AllLocalFilesBySequence"} 78
syncthing_db_operations_total{folder="secondbrain",operation="AllLocalFilesPrefix"} 9420
syncthing_db_operations_total{folder="secondbrain",operation="AllLocalFilesWithBlocksHash"} 12
syncthing_db_operations_total{folder="secondbrain",operation="AllNeededGlobalFiles"} 10
syncthing_db_operations_total{folder="secondbrain",operation="CountGlobal"} 854
syncthing_db_operations_total{folder="secondbrain",operation="CountLocal"} 423
syncthing_db_operations_total{folder="secondbrain",operation="CountNeed"} 1022
syncthing_db_operations_total{folder="secondbrain",operation="CountReceiveOnlyChanged"} 423
syncthing_db_operations_total{folder="secondbrain",operation="DropAllFiles"} 2
syncthing_db_operations_total{folder="secondbrain",operation="GetDeviceFile"} 274564
syncthing_db_operations_total{folder="secondbrain",operation="GetDeviceSequence"} 2859
syncthing_db_operations_total{folder="secondbrain",operation="GetGlobalAvailability"} 92
syncthing_db_operations_total{folder="secondbrain",operation="GetGlobalFile"} 59
syncthing_db_operations_total{folder="secondbrain",operation="IndexIDGet"} 986
syncthing_db_operations_total{folder="secondbrain",operation="IndexIDSet"} 1
syncthing_db_operations_total{folder="secondbrain",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="secondbrain",operation="RemoteSequences"} 423
syncthing_db_operations_total{folder="secondbrain",operation="Update"} 34
# HELP syncthing_events_total Total number of created/forwarded/dropped events
# TYPE syncthing_events_total counter
syncthing_events_total{event="ClusterConfigReceived",state="created"} 83
syncthing_events_total{event="ClusterConfigReceived",state="delivered"} 166
syncthing_events_total{event="ConfigSaved",state="created"} 6
syncthing_events_total{event="ConfigSaved",state="delivered"} 4
syncthing_events_total{event="DeviceConnected",state="created"} 365
syncthing_events_total{event="DeviceConnected",state="delivered"} 730
syncthing_events_total{event="DeviceDisconnected",state="created"} 197
syncthing_events_total{event="DeviceDisconnected",state="delivered"} 197
syncthing_events_total{event="DeviceRejected",state="created"} 33
syncthing_events_total{event="DeviceRejected",state="delivered"} 33
syncthing_events_total{event="DownloadProgress",state="created"} 2
syncthing_events_total{event="DownloadProgress",state="delivered"} 4
syncthing_events_total{event="FolderCompletion",state="created"} 418
syncthing_events_total{event="FolderCompletion",state="delivered"} 418
syncthing_events_total{event="FolderScanProgress",state="created"} 8
syncthing_events_total{event="FolderScanProgress",state="delivered"} 8
syncthing_events_total{event="FolderSummary",state="created"} 418
syncthing_events_total{event="FolderSummary",state="delivered"} 418
syncthing_events_total{event="ItemFinished",state="created"} 38
syncthing_events_total{event="ItemFinished",state="delivered"} 76
syncthing_events_total{event="ItemStarted",state="created"} 38
syncthing_events_total{event="ItemStarted",state="delivered"} 76
syncthing_events_total{event="ListenAddressesChanged",state="created"} 5
syncthing_events_total{event="ListenAddressesChanged",state="delivered"} 15
syncthing_events_total{event="LocalChangeDetected",state="created"} 26
syncthing_events_total{event="LocalChangeDetected",state="delivered"} 26
syncthing_events_total{event="LocalIndexUpdated",state="created"} 18
syncthing_events_total{event="LocalIndexUpdated",state="delivered"} 54
syncthing_events_total{event="PendingDevicesChanged",state="created"} 34
syncthing_events_total{event="PendingDevicesChanged",state="delivered"} 34
syncthing_events_total{event="RemoteChangeDetected",state="created"} 38
syncthing_events_total{event="RemoteChangeDetected",state="delivered"} 38
syncthing_events_total{event="RemoteIndexUpdated",state="created"} 16
syncthing_events_total{event="RemoteIndexUpdated",state="delivered"} 32
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"} 28255
syncthing_events_total{event="StateChanged",state="delivered"} 56510
# 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="/vault"} 7238
syncthing_fs_operation_bytes_total{operation="readat",root="/vault"} 3359
syncthing_fs_operation_bytes_total{operation="write",root="/config"} 46184
syncthing_fs_operation_bytes_total{operation="write",root="/vault"} 122
syncthing_fs_operation_bytes_total{operation="writeat",root="/vault"} 3.578146e+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="/config"} 4.3179e-05
syncthing_fs_operation_seconds_total{operation="chmod",root="/vault"} 0.0008856950000000001
syncthing_fs_operation_seconds_total{operation="chtimes",root="/vault"} 0.0019296250000000001
syncthing_fs_operation_seconds_total{operation="close",root="/config"} 0.00012325000000000001
syncthing_fs_operation_seconds_total{operation="close",root="/vault"} 0.0010149309999999997
syncthing_fs_operation_seconds_total{operation="dirnames",root="/vault"} 3.8651549079999548
syncthing_fs_operation_seconds_total{operation="glob",root="/config"} 0.00013903
syncthing_fs_operation_seconds_total{operation="hide",root="/vault"} 3.077999999999999e-05
syncthing_fs_operation_seconds_total{operation="lstat",root="/config"} 9.5499e-05
syncthing_fs_operation_seconds_total{operation="lstat",root="/vault"} 13.402829063999254
syncthing_fs_operation_seconds_total{operation="mdkir",root="/vault"} 0.0005864220000000001
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/config"} 1.4262e-05
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/vault"} 0.000916032
syncthing_fs_operation_seconds_total{operation="name",root="/config"} 3.187e-06
syncthing_fs_operation_seconds_total{operation="open",root="/config"} 7.607e-05
syncthing_fs_operation_seconds_total{operation="open",root="/vault"} 0.04335429699999985
syncthing_fs_operation_seconds_total{operation="openfile",root="/config"} 0.000454263
syncthing_fs_operation_seconds_total{operation="openfile",root="/vault"} 0.004944258
syncthing_fs_operation_seconds_total{operation="options",root="/config"} 5.5399999999999995e-06
syncthing_fs_operation_seconds_total{operation="options",root="/config/index-v2"} 0.001790248999999962
syncthing_fs_operation_seconds_total{operation="options",root="/vault"} 0.01497628799999998
syncthing_fs_operation_seconds_total{operation="read",root="/vault"} 0.00017302000000000002
syncthing_fs_operation_seconds_total{operation="readat",root="/vault"} 4.728e-05
syncthing_fs_operation_seconds_total{operation="remove",root="/config"} 9.436899999999999e-05
syncthing_fs_operation_seconds_total{operation="remove",root="/vault"} 0.0028163570000000002
syncthing_fs_operation_seconds_total{operation="rename",root="/config"} 0.00044105399999999997
syncthing_fs_operation_seconds_total{operation="rename",root="/vault"} 0.001283363
syncthing_fs_operation_seconds_total{operation="stat",root="/config"} 2.0652e-05
syncthing_fs_operation_seconds_total{operation="stat",root="/vault"} 0.4274611210000007
syncthing_fs_operation_seconds_total{operation="sync",root="/config"} 0.010587178999999999
syncthing_fs_operation_seconds_total{operation="sync",root="/vault"} 0.050561350999999984
syncthing_fs_operation_seconds_total{operation="truncate",root="/vault"} 0.000837063
syncthing_fs_operation_seconds_total{operation="type",root="/vault"} 0.0030459649999999587
syncthing_fs_operation_seconds_total{operation="unhide",root="/vault"} 2.2827999999999996e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/vault"} 0.0018074469999999575
syncthing_fs_operation_seconds_total{operation="usage",root="/config/index-v2"} 0.11116365500000022
syncthing_fs_operation_seconds_total{operation="usage",root="/vault"} 0.000230422
syncthing_fs_operation_seconds_total{operation="watch",root="/vault"} 0.00012538
syncthing_fs_operation_seconds_total{operation="write",root="/config"} 0.00023911300000000003
syncthing_fs_operation_seconds_total{operation="write",root="/vault"} 1.62e-05
syncthing_fs_operation_seconds_total{operation="writeat",root="/vault"} 0.008092616
# 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="/config"} 5
syncthing_fs_operations_total{operation="chmod",root="/vault"} 38
syncthing_fs_operations_total{operation="chtimes",root="/vault"} 33
syncthing_fs_operations_total{operation="close",root="/config"} 12
syncthing_fs_operations_total{operation="close",root="/vault"} 70
syncthing_fs_operations_total{operation="dirnames",root="/vault"} 129379
syncthing_fs_operations_total{operation="glob",root="/config"} 5
syncthing_fs_operations_total{operation="hide",root="/vault"} 37
syncthing_fs_operations_total{operation="lstat",root="/config"} 7
syncthing_fs_operations_total{operation="lstat",root="/vault"} 980695
syncthing_fs_operations_total{operation="mdkir",root="/vault"} 5
syncthing_fs_operations_total{operation="mkdirall",root="/config"} 2
syncthing_fs_operations_total{operation="mkdirall",root="/vault"} 1
syncthing_fs_operations_total{operation="name",root="/config"} 18
syncthing_fs_operations_total{operation="open",root="/config"} 6
syncthing_fs_operations_total{operation="open",root="/vault"} 9483
syncthing_fs_operations_total{operation="openfile",root="/config"} 6
syncthing_fs_operations_total{operation="openfile",root="/vault"} 34
syncthing_fs_operations_total{operation="options",root="/config"} 9
syncthing_fs_operations_total{operation="options",root="/config/index-v2"} 9428
syncthing_fs_operations_total{operation="options",root="/vault"} 18954
syncthing_fs_operations_total{operation="read",root="/vault"} 12
syncthing_fs_operations_total{operation="readat",root="/vault"} 9
syncthing_fs_operations_total{operation="remove",root="/config"} 6
syncthing_fs_operations_total{operation="remove",root="/vault"} 37
syncthing_fs_operations_total{operation="rename",root="/config"} 6
syncthing_fs_operations_total{operation="rename",root="/vault"} 33
syncthing_fs_operations_total{operation="stat",root="/config"} 2
syncthing_fs_operations_total{operation="stat",root="/vault"} 18992
syncthing_fs_operations_total{operation="sync",root="/config"} 12
syncthing_fs_operations_total{operation="sync",root="/vault"} 48
syncthing_fs_operations_total{operation="truncate",root="/vault"} 33
syncthing_fs_operations_total{operation="type",root="/vault"} 9544
syncthing_fs_operations_total{operation="unhide",root="/vault"} 33
syncthing_fs_operations_total{operation="uri",root="/vault"} 9544
syncthing_fs_operations_total{operation="usage",root="/config/index-v2"} 9428
syncthing_fs_operations_total{operation="usage",root="/vault"} 33
syncthing_fs_operations_total{operation="watch",root="/vault"} 1
syncthing_fs_operations_total{operation="write",root="/config"} 26
syncthing_fs_operations_total{operation="write",root="/vault"} 1
syncthing_fs_operations_total{operation="writeat",root="/vault"} 59
# HELP syncthing_model_folder_conflicts_total Total number of conflicts
# TYPE syncthing_model_folder_conflicts_total counter
syncthing_model_folder_conflicts_total{folder="secondbrain"} 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="secondbrain",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="secondbrain",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="secondbrain",source="network"} 3.578146e+06
syncthing_model_folder_processed_bytes_total{folder="secondbrain",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="secondbrain"} 10.459057987000001
# 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="secondbrain"} 5
# 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="secondbrain"} 42.161455854000145
# 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="secondbrain"} 9406
# HELP syncthing_model_folder_state Current folder state
# TYPE syncthing_model_folder_state gauge
syncthing_model_folder_state{folder="secondbrain"} 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="secondbrain",scope="global",type="bytes"} 3.557334e+06
syncthing_model_folder_summary{folder="secondbrain",scope="global",type="deleted"} 5
syncthing_model_folder_summary{folder="secondbrain",scope="global",type="directories"} 13
syncthing_model_folder_summary{folder="secondbrain",scope="global",type="files"} 37
syncthing_model_folder_summary{folder="secondbrain",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="secondbrain",scope="local",type="bytes"} 3.557334e+06
syncthing_model_folder_summary{folder="secondbrain",scope="local",type="deleted"} 5
syncthing_model_folder_summary{folder="secondbrain",scope="local",type="directories"} 13
syncthing_model_folder_summary{folder="secondbrain",scope="local",type="files"} 37
syncthing_model_folder_summary{folder="secondbrain",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="secondbrain",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="secondbrain",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="secondbrain",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="secondbrain",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="secondbrain",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="PFRXY4U-SC6LYXL-HIOO6LI-APFMLO2-4QBESRU-7QJQ7G3-JZWXFPJ-VIAH4AA"} 3.618086e+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="PFRXY4U-SC6LYXL-HIOO6LI-APFMLO2-4QBESRU-7QJQ7G3-JZWXFPJ-VIAH4AA"} 3.620814e+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="PFRXY4U-SC6LYXL-HIOO6LI-APFMLO2-4QBESRU-7QJQ7G3-JZWXFPJ-VIAH4AA"} 2448
# 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="PFRXY4U-SC6LYXL-HIOO6LI-APFMLO2-4QBESRU-7QJQ7G3-JZWXFPJ-VIAH4AA"} 98842
# 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="PFRXY4U-SC6LYXL-HIOO6LI-APFMLO2-4QBESRU-7QJQ7G3-JZWXFPJ-VIAH4AA"} 3788
# 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="PFRXY4U-SC6LYXL-HIOO6LI-APFMLO2-4QBESRU-7QJQ7G3-JZWXFPJ-VIAH4AA"} 157910
# 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="secondbrain"} 7238
# 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="secondbrain"} 293269
