# 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.7532e-05
go_gc_duration_seconds{quantile="0.25"} 7.5285e-05
go_gc_duration_seconds{quantile="0.5"} 0.000108111
go_gc_duration_seconds{quantile="0.75"} 0.000521125
go_gc_duration_seconds{quantile="1"} 0.002115763
go_gc_duration_seconds_sum 64.136933813
go_gc_duration_seconds_count 282937
# 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 93
# HELP go_info Information about the Go environment.
# TYPE go_info gauge
go_info{version="go1.26.1"} 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 4.3339304e+07
# HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes.
# TYPE go_memstats_alloc_bytes_total counter
go_memstats_alloc_bytes_total 4.601810227e+12
# 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 6.447308e+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 8.3378585948e+10
# 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 5.272352e+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 4.3339304e+07
# HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes.
# TYPE go_memstats_heap_idle_bytes gauge
go_memstats_heap_idle_bytes 8.8793088e+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 7.3211904e+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 293511
# 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 8.318976e+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 1.62004992e+08
# 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.7890121222740443e+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 8.3378879459e+10
# 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 1.31024e+06
# 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 2.25216e+06
# 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 7.949801e+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 841988
# 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.572864e+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.572864e+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 1.78407736e+08
# HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads.
# TYPE go_sched_gomaxprocs_threads gauge
go_sched_gomaxprocs_threads 2
# HELP go_threads Number of OS threads created.
# TYPE go_threads gauge
go_threads 13
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 29834.27
# HELP process_max_fds Maximum number of open file descriptors.
# TYPE process_max_fds gauge
process_max_fds 524288
# HELP process_network_receive_bytes_total Number of bytes received by the process over the network.
# TYPE process_network_receive_bytes_total counter
process_network_receive_bytes_total 1.076027703e+09
# HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network.
# TYPE process_network_transmit_bytes_total counter
process_network_transmit_bytes_total 1.709815641e+09
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 38
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 1.15675136e+08
# HELP process_start_time_seconds Start time of the process since unix epoch in seconds.
# TYPE process_start_time_seconds gauge
process_start_time_seconds 1.77756186978e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 1.628168192e+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"} 15
promhttp_metric_handler_requests_total{code="500"} 0
promhttp_metric_handler_requests_total{code="503"} 0
# HELP syncthing_config_device_info Provides additional information labels on devices
# TYPE syncthing_config_device_info gauge
syncthing_config_device_info{device="53AG4M5-LQJCN56-ELMY2HZ-LHCJ76B-5ELCMUW-B2RBEWD-VZ737EG-CQNMPA5",introducer="false",name="fa7273b52159",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="RVMCSW6-7OS4MX2-3EWYQQP-I6TCTDV-5NNTVCX-RCMC5JC-PCMPWQ5-RHZLIAX",introducer="false",name="Home PC",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="ai-brain",label="AI-Brain",path="/data/syncthing/ai-brain",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="claude-vault",label="Claude Vault (Brain)",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="53AG4M5-LQJCN56-ELMY2HZ-LHCJ76B-5ELCMUW-B2RBEWD-VZ737EG-CQNMPA5"} 0
syncthing_connections_active{device="RVMCSW6-7OS4MX2-3EWYQQP-I6TCTDV-5NNTVCX-RCMC5JC-PCMPWQ5-RHZLIAX"} 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="ai-brain"} 5
syncthing_db_files_updated_total{folder="claude-vault"} 221737
# 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.012087643000000016
syncthing_db_operation_seconds_total{folder="-",operation="GetKV"} 1551.2558606360774
syncthing_db_operation_seconds_total{folder="-",operation="ListFolders"} 0.004859673
syncthing_db_operation_seconds_total{folder="-",operation="PrefixKV"} 0.038966082
syncthing_db_operation_seconds_total{folder="-",operation="PutKV"} 2.0076251100000007
syncthing_db_operation_seconds_total{folder="ai-brain",operation="AllLocalFilesPrefix"} 0.0841818429999998
syncthing_db_operation_seconds_total{folder="ai-brain",operation="AllLocalFilesWithBlocksHash"} 0.00046551199999999996
syncthing_db_operation_seconds_total{folder="ai-brain",operation="CountGlobal"} 0.14058291399999995
syncthing_db_operation_seconds_total{folder="ai-brain",operation="CountLocal"} 0.036188724999999984
syncthing_db_operation_seconds_total{folder="ai-brain",operation="CountNeed"} 0.874907950999999
syncthing_db_operation_seconds_total{folder="ai-brain",operation="CountReceiveOnlyChanged"} 0.006390974000000001
syncthing_db_operation_seconds_total{folder="ai-brain",operation="GetDeviceFile"} 43.57630191599835
syncthing_db_operation_seconds_total{folder="ai-brain",operation="GetDeviceSequence"} 0.040183326000000026
syncthing_db_operation_seconds_total{folder="ai-brain",operation="GetGlobalFile"} 0.0027352599999999998
syncthing_db_operation_seconds_total{folder="ai-brain",operation="IndexIDGet"} 0.09845119900000003
syncthing_db_operation_seconds_total{folder="ai-brain",operation="ListDevicesForFolder"} 0.001732079
syncthing_db_operation_seconds_total{folder="ai-brain",operation="RemoteSequences"} 0.043661707
syncthing_db_operation_seconds_total{folder="ai-brain",operation="Update"} 0.008676702000000001
syncthing_db_operation_seconds_total{folder="claude-vault",operation="AllLocalFilesBySequence"} 0.102462031
syncthing_db_operation_seconds_total{folder="claude-vault",operation="AllLocalFilesPrefix"} 1.4921630769999965
syncthing_db_operation_seconds_total{folder="claude-vault",operation="AllLocalFilesWithBlocksHash"} 0.2717733890000036
syncthing_db_operation_seconds_total{folder="claude-vault",operation="AllNeededGlobalFiles"} 0.020892117000000012
syncthing_db_operation_seconds_total{folder="claude-vault",operation="CountGlobal"} 1.2761928579999977
syncthing_db_operation_seconds_total{folder="claude-vault",operation="CountLocal"} 0.36141521900000007
syncthing_db_operation_seconds_total{folder="claude-vault",operation="CountNeed"} 593.0027588350041
syncthing_db_operation_seconds_total{folder="claude-vault",operation="CountReceiveOnlyChanged"} 0.1129600150000006
syncthing_db_operation_seconds_total{folder="claude-vault",operation="GetDeviceFile"} 3463.300343283104
syncthing_db_operation_seconds_total{folder="claude-vault",operation="GetDeviceSequence"} 29.23538170699997
syncthing_db_operation_seconds_total{folder="claude-vault",operation="GetGlobalAvailability"} 0.015359181999999997
syncthing_db_operation_seconds_total{folder="claude-vault",operation="GetGlobalFile"} 3.7927222219999406
syncthing_db_operation_seconds_total{folder="claude-vault",operation="IndexIDGet"} 0.09329385799999994
syncthing_db_operation_seconds_total{folder="claude-vault",operation="ListDevicesForFolder"} 0.000148873
syncthing_db_operation_seconds_total{folder="claude-vault",operation="RemoteSequences"} 0.24710101500000067
syncthing_db_operation_seconds_total{folder="claude-vault",operation="Update"} 323.803554494999
# 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="ai-brain",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="ai-brain",operation="AllLocalFilesWithBlocksHash"} 0
syncthing_db_operations_current{folder="ai-brain",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="ai-brain",operation="CountLocal"} 0
syncthing_db_operations_current{folder="ai-brain",operation="CountNeed"} 0
syncthing_db_operations_current{folder="ai-brain",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="ai-brain",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="ai-brain",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="ai-brain",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="ai-brain",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="ai-brain",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="ai-brain",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="ai-brain",operation="Update"} 0
syncthing_db_operations_current{folder="claude-vault",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="claude-vault",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="claude-vault",operation="AllLocalFilesWithBlocksHash"} 0
syncthing_db_operations_current{folder="claude-vault",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="claude-vault",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="claude-vault",operation="CountLocal"} 0
syncthing_db_operations_current{folder="claude-vault",operation="CountNeed"} 0
syncthing_db_operations_current{folder="claude-vault",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="claude-vault",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="claude-vault",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="claude-vault",operation="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="claude-vault",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="claude-vault",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="claude-vault",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="claude-vault",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="claude-vault",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"} 431
syncthing_db_operations_total{folder="-",operation="GetKV"} 818039
syncthing_db_operations_total{folder="-",operation="ListFolders"} 1
syncthing_db_operations_total{folder="-",operation="PrefixKV"} 182
syncthing_db_operations_total{folder="-",operation="PutKV"} 13985
syncthing_db_operations_total{folder="ai-brain",operation="AllLocalFilesPrefix"} 3183
syncthing_db_operations_total{folder="ai-brain",operation="AllLocalFilesWithBlocksHash"} 5
syncthing_db_operations_total{folder="ai-brain",operation="CountGlobal"} 1113
syncthing_db_operations_total{folder="ai-brain",operation="CountLocal"} 545
syncthing_db_operations_total{folder="ai-brain",operation="CountNeed"} 1099
syncthing_db_operations_total{folder="ai-brain",operation="CountReceiveOnlyChanged"} 545
syncthing_db_operations_total{folder="ai-brain",operation="GetDeviceFile"} 3.59329e+06
syncthing_db_operations_total{folder="ai-brain",operation="GetDeviceSequence"} 2192
syncthing_db_operations_total{folder="ai-brain",operation="GetGlobalFile"} 5
syncthing_db_operations_total{folder="ai-brain",operation="IndexIDGet"} 1096
syncthing_db_operations_total{folder="ai-brain",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="ai-brain",operation="RemoteSequences"} 545
syncthing_db_operations_total{folder="ai-brain",operation="Update"} 3
syncthing_db_operations_total{folder="claude-vault",operation="AllLocalFilesBySequence"} 681
syncthing_db_operations_total{folder="claude-vault",operation="AllLocalFilesPrefix"} 26168
syncthing_db_operations_total{folder="claude-vault",operation="AllLocalFilesWithBlocksHash"} 41027
syncthing_db_operations_total{folder="claude-vault",operation="AllNeededGlobalFiles"} 246
syncthing_db_operations_total{folder="claude-vault",operation="CountGlobal"} 9687
syncthing_db_operations_total{folder="claude-vault",operation="CountLocal"} 4832
syncthing_db_operations_total{folder="claude-vault",operation="CountNeed"} 18445
syncthing_db_operations_total{folder="claude-vault",operation="CountReceiveOnlyChanged"} 4832
syncthing_db_operations_total{folder="claude-vault",operation="GetDeviceFile"} 1.90326644e+08
syncthing_db_operations_total{folder="claude-vault",operation="GetDeviceSequence"} 36157
syncthing_db_operations_total{folder="claude-vault",operation="GetGlobalAvailability"} 363
syncthing_db_operations_total{folder="claude-vault",operation="GetGlobalFile"} 194266
syncthing_db_operations_total{folder="claude-vault",operation="IndexIDGet"} 1436
syncthing_db_operations_total{folder="claude-vault",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="claude-vault",operation="RemoteSequences"} 4832
syncthing_db_operations_total{folder="claude-vault",operation="Update"} 4630
# HELP syncthing_events_total Total number of created/forwarded/dropped events
# TYPE syncthing_events_total counter
syncthing_events_total{event="ClusterConfigReceived",state="created"} 170
syncthing_events_total{event="ClusterConfigReceived",state="delivered"} 340
syncthing_events_total{event="DeviceConnected",state="created"} 453
syncthing_events_total{event="DeviceConnected",state="delivered"} 906
syncthing_events_total{event="DeviceDisconnected",state="created"} 149
syncthing_events_total{event="DeviceDisconnected",state="delivered"} 154
syncthing_events_total{event="DeviceDiscovered",state="created"} 13
syncthing_events_total{event="DeviceDiscovered",state="delivered"} 13
syncthing_events_total{event="DownloadProgress",state="created"} 4
syncthing_events_total{event="DownloadProgress",state="delivered"} 8
syncthing_events_total{event="FolderCompletion",state="created"} 5367
syncthing_events_total{event="FolderCompletion",state="delivered"} 5367
syncthing_events_total{event="FolderErrors",state="created"} 1
syncthing_events_total{event="FolderErrors",state="delivered"} 1
syncthing_events_total{event="FolderScanProgress",state="created"} 3506
syncthing_events_total{event="FolderScanProgress",state="delivered"} 3506
syncthing_events_total{event="FolderSummary",state="created"} 5367
syncthing_events_total{event="FolderSummary",state="delivered"} 5367
syncthing_events_total{event="ItemFinished",state="created"} 1853
syncthing_events_total{event="ItemFinished",state="delivered"} 5559
syncthing_events_total{event="ItemStarted",state="created"} 1853
syncthing_events_total{event="ItemStarted",state="delivered"} 5559
syncthing_events_total{event="ListenAddressesChanged",state="created"} 60
syncthing_events_total{event="ListenAddressesChanged",state="delivered"} 179
syncthing_events_total{event="ListenAddressesChanged",state="dropped"} 1
syncthing_events_total{event="LocalChangeDetected",state="created"} 47435
syncthing_events_total{event="LocalChangeDetected",state="delivered"} 47435
syncthing_events_total{event="LocalIndexUpdated",state="created"} 3907
syncthing_events_total{event="LocalIndexUpdated",state="delivered"} 8168
syncthing_events_total{event="RemoteChangeDetected",state="created"} 1852
syncthing_events_total{event="RemoteChangeDetected",state="delivered"} 1852
syncthing_events_total{event="RemoteDownloadProgress",state="created"} 8
syncthing_events_total{event="RemoteDownloadProgress",state="delivered"} 16
syncthing_events_total{event="RemoteIndexUpdated",state="created"} 723
syncthing_events_total{event="RemoteIndexUpdated",state="delivered"} 1446
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"} 36286
syncthing_events_total{event="StateChanged",state="delivered"} 72570
# 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="/data/syncthing/ai-brain"} 95133
syncthing_fs_operation_bytes_total{operation="read",root="/var/syncthing/obsidian"} 7.774992246e+09
syncthing_fs_operation_bytes_total{operation="readat",root="/var/syncthing/obsidian"} 1.24068781e+08
syncthing_fs_operation_bytes_total{operation="writeat",root="/var/syncthing/obsidian"} 1.1680776e+07
# 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"} 0.04058740599999992
syncthing_fs_operation_seconds_total{operation="chtimes",root="/var/syncthing/obsidian"} 0.005694573
syncthing_fs_operation_seconds_total{operation="close",root="/data/syncthing/ai-brain"} 1.273e-05
syncthing_fs_operation_seconds_total{operation="close",root="/var/syncthing/obsidian"} 0.0900293619999995
syncthing_fs_operation_seconds_total{operation="dirnames",root="/data/syncthing/ai-brain"} 47.17003205299935
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/syncthing/obsidian"} 726.9731243766164
syncthing_fs_operation_seconds_total{operation="glob",root="/var/syncthing/config"} 8.0671e-05
syncthing_fs_operation_seconds_total{operation="hide",root="/data/syncthing/ai-brain"} 1.412e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/var/syncthing/obsidian"} 0.00011455199999999998
syncthing_fs_operation_seconds_total{operation="lstat",root="/data/syncthing/ai-brain"} 128.1551739351255
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/syncthing/config"} 0.033015943
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/syncthing/obsidian"} 7775.477984054091
syncthing_fs_operation_seconds_total{operation="mdkir",root="/var/syncthing/obsidian"} 0.003281510000000001
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/var/syncthing/config"} 9.744999999999999e-06
syncthing_fs_operation_seconds_total{operation="open",root="/data/syncthing/ai-brain"} 0.008581587
syncthing_fs_operation_seconds_total{operation="open",root="/var/syncthing/obsidian"} 0.3275486339999979
syncthing_fs_operation_seconds_total{operation="openfile",root="/var/syncthing/obsidian"} 0.014297811000000002
syncthing_fs_operation_seconds_total{operation="options",root="/data/syncthing/ai-brain"} 0.01710082199999992
syncthing_fs_operation_seconds_total{operation="options",root="/var/syncthing/config"} 1.513e-06
syncthing_fs_operation_seconds_total{operation="options",root="/var/syncthing/config/index-v2"} 0.006171525999999737
syncthing_fs_operation_seconds_total{operation="options",root="/var/syncthing/obsidian"} 2.2011206940004926
syncthing_fs_operation_seconds_total{operation="read",root="/data/syncthing/ai-brain"} 7.835899999999999e-05
syncthing_fs_operation_seconds_total{operation="read",root="/var/syncthing/obsidian"} 6.4370281640000515
syncthing_fs_operation_seconds_total{operation="readat",root="/var/syncthing/obsidian"} 1.1904756330000006
syncthing_fs_operation_seconds_total{operation="readsymlink",root="/var/syncthing/obsidian"} 0.2175463070000047
syncthing_fs_operation_seconds_total{operation="remove",root="/var/syncthing/obsidian"} 0.019175730999999988
syncthing_fs_operation_seconds_total{operation="removeall",root="/var/syncthing/config"} 0.031352978000000004
syncthing_fs_operation_seconds_total{operation="rename",root="/var/syncthing/obsidian"} 0.011433591
syncthing_fs_operation_seconds_total{operation="stat",root="/data/syncthing/ai-brain"} 0.5916991589999986
syncthing_fs_operation_seconds_total{operation="stat",root="/var/syncthing/config"} 2.784e-06
syncthing_fs_operation_seconds_total{operation="stat",root="/var/syncthing/obsidian"} 2.3565382139999995
syncthing_fs_operation_seconds_total{operation="sync",root="/var/syncthing/obsidian"} 29.062617547
syncthing_fs_operation_seconds_total{operation="truncate",root="/var/syncthing/obsidian"} 0.002194738
syncthing_fs_operation_seconds_total{operation="type",root="/data/syncthing/ai-brain"} 0.005372354000000027
syncthing_fs_operation_seconds_total{operation="type",root="/var/syncthing/obsidian"} 5.381692332000063
syncthing_fs_operation_seconds_total{operation="unhide",root="/var/syncthing/obsidian"} 0.00015578100000000007
syncthing_fs_operation_seconds_total{operation="uri",root="/data/syncthing/ai-brain"} 13.187967085999993
syncthing_fs_operation_seconds_total{operation="uri",root="/var/syncthing/obsidian"} 0.00387964099999992
syncthing_fs_operation_seconds_total{operation="usage",root="/var/syncthing/config/index-v2"} 0.45137192499999884
syncthing_fs_operation_seconds_total{operation="usage",root="/var/syncthing/obsidian"} 0.0008239359999999998
syncthing_fs_operation_seconds_total{operation="watch",root="/data/syncthing/ai-brain"} 0.540231281
syncthing_fs_operation_seconds_total{operation="watch",root="/var/syncthing/obsidian"} 6.786363682
syncthing_fs_operation_seconds_total{operation="writeat",root="/var/syncthing/obsidian"} 0.024648213
# 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"} 2391
syncthing_fs_operations_total{operation="chtimes",root="/var/syncthing/obsidian"} 164
syncthing_fs_operations_total{operation="close",root="/data/syncthing/ai-brain"} 5
syncthing_fs_operations_total{operation="close",root="/var/syncthing/obsidian"} 49166
syncthing_fs_operations_total{operation="dirnames",root="/data/syncthing/ai-brain"} 1.839192e+06
syncthing_fs_operations_total{operation="dirnames",root="/var/syncthing/obsidian"} 3.8105487e+07
syncthing_fs_operations_total{operation="glob",root="/var/syncthing/config"} 5
syncthing_fs_operations_total{operation="hide",root="/data/syncthing/ai-brain"} 3
syncthing_fs_operations_total{operation="hide",root="/var/syncthing/obsidian"} 155
syncthing_fs_operations_total{operation="lstat",root="/data/syncthing/ai-brain"} 2.2606588e+07
syncthing_fs_operations_total{operation="lstat",root="/var/syncthing/config"} 9
syncthing_fs_operations_total{operation="lstat",root="/var/syncthing/obsidian"} 1.587936043e+09
syncthing_fs_operations_total{operation="mdkir",root="/var/syncthing/obsidian"} 20
syncthing_fs_operations_total{operation="mkdirall",root="/var/syncthing/config"} 2
syncthing_fs_operations_total{operation="open",root="/data/syncthing/ai-brain"} 3187
syncthing_fs_operations_total{operation="open",root="/var/syncthing/obsidian"} 51655
syncthing_fs_operations_total{operation="openfile",root="/var/syncthing/obsidian"} 152
syncthing_fs_operations_total{operation="options",root="/data/syncthing/ai-brain"} 7360
syncthing_fs_operations_total{operation="options",root="/var/syncthing/config"} 3
syncthing_fs_operations_total{operation="options",root="/var/syncthing/config/index-v2"} 15872
syncthing_fs_operations_total{operation="options",root="/var/syncthing/obsidian"} 37728
syncthing_fs_operations_total{operation="read",root="/data/syncthing/ai-brain"} 6
syncthing_fs_operations_total{operation="read",root="/var/syncthing/obsidian"} 273112
syncthing_fs_operations_total{operation="readat",root="/var/syncthing/obsidian"} 6029
syncthing_fs_operations_total{operation="readsymlink",root="/var/syncthing/obsidian"} 65423
syncthing_fs_operations_total{operation="remove",root="/var/syncthing/obsidian"} 248
syncthing_fs_operations_total{operation="removeall",root="/var/syncthing/config"} 2
syncthing_fs_operations_total{operation="rename",root="/var/syncthing/obsidian"} 159
syncthing_fs_operations_total{operation="stat",root="/data/syncthing/ai-brain"} 6378
syncthing_fs_operations_total{operation="stat",root="/var/syncthing/config"} 2
syncthing_fs_operations_total{operation="stat",root="/var/syncthing/obsidian"} 114659
syncthing_fs_operations_total{operation="sync",root="/var/syncthing/obsidian"} 1934
syncthing_fs_operations_total{operation="truncate",root="/var/syncthing/obsidian"} 152
syncthing_fs_operations_total{operation="type",root="/data/syncthing/ai-brain"} 3681
syncthing_fs_operations_total{operation="type",root="/var/syncthing/obsidian"} 19183
syncthing_fs_operations_total{operation="unhide",root="/var/syncthing/obsidian"} 152
syncthing_fs_operations_total{operation="uri",root="/data/syncthing/ai-brain"} 3681
syncthing_fs_operations_total{operation="uri",root="/var/syncthing/obsidian"} 19183
syncthing_fs_operations_total{operation="usage",root="/var/syncthing/config/index-v2"} 15872
syncthing_fs_operations_total{operation="usage",root="/var/syncthing/obsidian"} 152
syncthing_fs_operations_total{operation="watch",root="/data/syncthing/ai-brain"} 1
syncthing_fs_operations_total{operation="watch",root="/var/syncthing/obsidian"} 2
syncthing_fs_operations_total{operation="writeat",root="/var/syncthing/obsidian"} 219
# HELP syncthing_model_folder_conflicts_total Total number of conflicts
# TYPE syncthing_model_folder_conflicts_total counter
syncthing_model_folder_conflicts_total{folder="ai-brain"} 0
syncthing_model_folder_conflicts_total{folder="claude-vault"} 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="ai-brain",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="ai-brain",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="ai-brain",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="ai-brain",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="claude-vault",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="claude-vault",source="local_other"} 11078
syncthing_model_folder_processed_bytes_total{folder="claude-vault",source="network"} 1.1669698e+07
syncthing_model_folder_processed_bytes_total{folder="claude-vault",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="ai-brain"} 0
syncthing_model_folder_pull_seconds_total{folder="claude-vault"} 87.80092548500001
# 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="ai-brain"} 0
syncthing_model_folder_pulls_total{folder="claude-vault"} 123
# 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="ai-brain"} 323.0600580569997
syncthing_model_folder_scan_seconds_total{folder="claude-vault"} 21483.105597325983
# 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="ai-brain"} 3180
syncthing_model_folder_scans_total{folder="claude-vault"} 8664
# HELP syncthing_model_folder_state Current folder state
# TYPE syncthing_model_folder_state gauge
syncthing_model_folder_state{folder="ai-brain"} 0
syncthing_model_folder_state{folder="claude-vault"} 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="ai-brain",scope="global",type="bytes"} 2.067057e+06
syncthing_model_folder_summary{folder="ai-brain",scope="global",type="deleted"} 1
syncthing_model_folder_summary{folder="ai-brain",scope="global",type="directories"} 291
syncthing_model_folder_summary{folder="ai-brain",scope="global",type="files"} 841
syncthing_model_folder_summary{folder="ai-brain",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="ai-brain",scope="local",type="bytes"} 2.067057e+06
syncthing_model_folder_summary{folder="ai-brain",scope="local",type="deleted"} 1
syncthing_model_folder_summary{folder="ai-brain",scope="local",type="directories"} 291
syncthing_model_folder_summary{folder="ai-brain",scope="local",type="files"} 841
syncthing_model_folder_summary{folder="ai-brain",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="ai-brain",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="ai-brain",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="ai-brain",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="ai-brain",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="ai-brain",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="claude-vault",scope="global",type="bytes"} 2.08962853e+08
syncthing_model_folder_summary{folder="claude-vault",scope="global",type="deleted"} 572
syncthing_model_folder_summary{folder="claude-vault",scope="global",type="directories"} 3001
syncthing_model_folder_summary{folder="claude-vault",scope="global",type="files"} 16542
syncthing_model_folder_summary{folder="claude-vault",scope="global",type="symlinks"} 3
syncthing_model_folder_summary{folder="claude-vault",scope="local",type="bytes"} 2.06135699e+08
syncthing_model_folder_summary{folder="claude-vault",scope="local",type="deleted"} 566
syncthing_model_folder_summary{folder="claude-vault",scope="local",type="directories"} 2973
syncthing_model_folder_summary{folder="claude-vault",scope="local",type="files"} 16409
syncthing_model_folder_summary{folder="claude-vault",scope="local",type="symlinks"} 3
syncthing_model_folder_summary{folder="claude-vault",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="claude-vault",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="claude-vault",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="claude-vault",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="claude-vault",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="RVMCSW6-7OS4MX2-3EWYQQP-I6TCTDV-5NNTVCX-RCMC5JC-PCMPWQ5-RHZLIAX"} 1.4538206e+07
# 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="RVMCSW6-7OS4MX2-3EWYQQP-I6TCTDV-5NNTVCX-RCMC5JC-PCMPWQ5-RHZLIAX"} 1.7095716e+07
# 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="RVMCSW6-7OS4MX2-3EWYQQP-I6TCTDV-5NNTVCX-RCMC5JC-PCMPWQ5-RHZLIAX"} 53909
# 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="RVMCSW6-7OS4MX2-3EWYQQP-I6TCTDV-5NNTVCX-RCMC5JC-PCMPWQ5-RHZLIAX"} 1.32633743e+08
# 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="RVMCSW6-7OS4MX2-3EWYQQP-I6TCTDV-5NNTVCX-RCMC5JC-PCMPWQ5-RHZLIAX"} 50323
# 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="RVMCSW6-7OS4MX2-3EWYQQP-I6TCTDV-5NNTVCX-RCMC5JC-PCMPWQ5-RHZLIAX"} 1.53613854e+08
# 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="ai-brain"} 95133
syncthing_scanner_hashed_bytes_total{folder="claude-vault"} 7.774990937e+09
# 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="ai-brain"} 3.599637e+06
syncthing_scanner_scanned_items_total{folder="claude-vault"} 1.90636551e+08
