# 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.8467e-05
go_gc_duration_seconds{quantile="0.25"} 6.2193e-05
go_gc_duration_seconds{quantile="0.5"} 6.8525e-05
go_gc_duration_seconds{quantile="0.75"} 7.4472e-05
go_gc_duration_seconds{quantile="1"} 0.000129631
go_gc_duration_seconds_sum 0.399963485
go_gc_duration_seconds_count 5723
# 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 139
# 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 1.8108488e+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 5.458804908e+10
# 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.954043e+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.013592927e+09
# 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.732672e+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 1.8108488e+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 4.7898624e+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 2.9106176e+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 136902
# 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.4802048e+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 7.70048e+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.7818437436494675e+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.013729829e+09
# 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 18368
# 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 32144
# 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 514560
# 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 897600
# 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.9915018e+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.371917e+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.62144e+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.62144e+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 8.9614616e+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 448.07
# 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.29083519486e+11
# 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.49912358307e+11
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 64
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 1.38825728e+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.78183752729e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 1.590841344e+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-05-25 13:22:07 UTC",builduser="builder@github.syncthing.net",codename="Hafnium Hornet",goversion="go1.26.3",program="syncthing",tags="",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="6Y4WYPM-CALZVK6-NHXFDHO-FV4QHEL-VZRC3DP-VUP2YEH-LMBAXZB-7DL5MQU",introducer="false",name="flexusx-410440",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="I6IQUXK-M3ITW5F-RQARDYT-JLSIFW2-EPNFWOO-RLBO62S-NHJKYZD-56QQ5AV",introducer="false",name="DESKTOP-G1FGV5H",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="QE3RVND-QVZF7YT-QFAKOGI-UYAJUA5-4OQQZW4-ZTHXBXR-YMXON6H-7ZIKRQH",introducer="false",name="DESKTOP-LC12QVT",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="AHM",label="AHM",path="/root/home/AHM",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="VibeForge",label="VibeForge",path="/root/VibeForge",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="douyin-ads",label="douyin-ads",path="/home/douyin-ads",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="qbot",label="qbot",path="/root/qbot",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="trinity",label="trinity - 三层分析框架",path="/root/trinity",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="6Y4WYPM-CALZVK6-NHXFDHO-FV4QHEL-VZRC3DP-VUP2YEH-LMBAXZB-7DL5MQU"} 0
syncthing_connections_active{device="I6IQUXK-M3ITW5F-RQARDYT-JLSIFW2-EPNFWOO-RLBO62S-NHJKYZD-56QQ5AV"} 0
syncthing_connections_active{device="QE3RVND-QVZF7YT-QFAKOGI-UYAJUA5-4OQQZW4-ZTHXBXR-YMXON6H-7ZIKRQH"} 3
# HELP syncthing_db_files_updated_total Total number of files updated
# TYPE syncthing_db_files_updated_total counter
syncthing_db_files_updated_total{folder="AHM"} 5811
syncthing_db_files_updated_total{folder="qbot"} 2519
# 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.04632665400000016
syncthing_db_operation_seconds_total{folder="-",operation="GetKV"} 0.20900744899999874
syncthing_db_operation_seconds_total{folder="-",operation="ListFolders"} 0.000171626
syncthing_db_operation_seconds_total{folder="-",operation="PrefixKV"} 0.00014665299999999998
syncthing_db_operation_seconds_total{folder="-",operation="PutKV"} 0.19256862299999994
syncthing_db_operation_seconds_total{folder="AHM",operation="AllLocalFilesBySequence"} 0.0011154160000000002
syncthing_db_operation_seconds_total{folder="AHM",operation="AllLocalFilesPrefix"} 0.0042750240000000005
syncthing_db_operation_seconds_total{folder="AHM",operation="AllNeededGlobalFiles"} 0.0014787010000000002
syncthing_db_operation_seconds_total{folder="AHM",operation="CountGlobal"} 0.010017816999999993
syncthing_db_operation_seconds_total{folder="AHM",operation="CountLocal"} 0.003497252
syncthing_db_operation_seconds_total{folder="AHM",operation="CountNeed"} 0.27374081999999955
syncthing_db_operation_seconds_total{folder="AHM",operation="CountReceiveOnlyChanged"} 0.001177989
syncthing_db_operation_seconds_total{folder="AHM",operation="DropAllFiles"} 0.000327411
syncthing_db_operation_seconds_total{folder="AHM",operation="GetDeviceFile"} 0.17106705399999997
syncthing_db_operation_seconds_total{folder="AHM",operation="GetDeviceSequence"} 0.0634853629999999
syncthing_db_operation_seconds_total{folder="AHM",operation="GetGlobalAvailability"} 0.09176732999999974
syncthing_db_operation_seconds_total{folder="AHM",operation="GetGlobalFile"} 0.06306910699999997
syncthing_db_operation_seconds_total{folder="AHM",operation="IndexIDGet"} 0.0006253330000000002
syncthing_db_operation_seconds_total{folder="AHM",operation="ListDevicesForFolder"} 0.000340469
syncthing_db_operation_seconds_total{folder="AHM",operation="RemoteSequences"} 0.002369140000000001
syncthing_db_operation_seconds_total{folder="AHM",operation="Update"} 1.8676281479999997
syncthing_db_operation_seconds_total{folder="VibeForge",operation="CountGlobal"} 0.001219945
syncthing_db_operation_seconds_total{folder="VibeForge",operation="CountLocal"} 0.000345391
syncthing_db_operation_seconds_total{folder="VibeForge",operation="CountNeed"} 0.02612628400000001
syncthing_db_operation_seconds_total{folder="VibeForge",operation="CountReceiveOnlyChanged"} 0.000117462
syncthing_db_operation_seconds_total{folder="VibeForge",operation="GetDeviceSequence"} 0.0006429939999999999
syncthing_db_operation_seconds_total{folder="VibeForge",operation="IndexIDGet"} 0.00025509700000000003
syncthing_db_operation_seconds_total{folder="VibeForge",operation="ListDevicesForFolder"} 8.7148e-05
syncthing_db_operation_seconds_total{folder="VibeForge",operation="RemoteSequences"} 0.00019301
syncthing_db_operation_seconds_total{folder="douyin-ads",operation="AllLocalFilesBySequence"} 0.000149524
syncthing_db_operation_seconds_total{folder="douyin-ads",operation="AllLocalFilesPrefix"} 0.001002239
syncthing_db_operation_seconds_total{folder="douyin-ads",operation="CountGlobal"} 0.0016975740000000003
syncthing_db_operation_seconds_total{folder="douyin-ads",operation="CountLocal"} 0.0005394829999999999
syncthing_db_operation_seconds_total{folder="douyin-ads",operation="CountNeed"} 0.063589344
syncthing_db_operation_seconds_total{folder="douyin-ads",operation="CountReceiveOnlyChanged"} 0.00014208500000000002
syncthing_db_operation_seconds_total{folder="douyin-ads",operation="GetDeviceFile"} 2.4361655730000256
syncthing_db_operation_seconds_total{folder="douyin-ads",operation="GetDeviceSequence"} 0.04755041599999996
syncthing_db_operation_seconds_total{folder="douyin-ads",operation="IndexIDGet"} 0.000257616
syncthing_db_operation_seconds_total{folder="douyin-ads",operation="ListDevicesForFolder"} 7.109e-05
syncthing_db_operation_seconds_total{folder="douyin-ads",operation="RemoteSequences"} 0.00025564300000000006
syncthing_db_operation_seconds_total{folder="qbot",operation="AllLocalFilesBySequence"} 0.008491969000000002
syncthing_db_operation_seconds_total{folder="qbot",operation="AllLocalFilesPrefix"} 0.0644750910000001
syncthing_db_operation_seconds_total{folder="qbot",operation="AllLocalFilesWithBlocksHash"} 0.007121272000000003
syncthing_db_operation_seconds_total{folder="qbot",operation="AllNeededGlobalFiles"} 0.002460742000000002
syncthing_db_operation_seconds_total{folder="qbot",operation="CountGlobal"} 0.168037356
syncthing_db_operation_seconds_total{folder="qbot",operation="CountLocal"} 0.050255549999999954
syncthing_db_operation_seconds_total{folder="qbot",operation="CountNeed"} 36.631462203000034
syncthing_db_operation_seconds_total{folder="qbot",operation="CountReceiveOnlyChanged"} 0.011220161000000005
syncthing_db_operation_seconds_total{folder="qbot",operation="GetDeviceFile"} 52.11867816800008
syncthing_db_operation_seconds_total{folder="qbot",operation="GetDeviceSequence"} 0.2602333600000005
syncthing_db_operation_seconds_total{folder="qbot",operation="GetGlobalAvailability"} 0.007614006000000004
syncthing_db_operation_seconds_total{folder="qbot",operation="GetGlobalFile"} 0.09623798499999983
syncthing_db_operation_seconds_total{folder="qbot",operation="IndexIDGet"} 0.00020302299999999998
syncthing_db_operation_seconds_total{folder="qbot",operation="ListDevicesForFolder"} 7.5023e-05
syncthing_db_operation_seconds_total{folder="qbot",operation="RemoteSequences"} 0.026705058000000025
syncthing_db_operation_seconds_total{folder="qbot",operation="Update"} 4.423647793000007
syncthing_db_operation_seconds_total{folder="trinity",operation="AllLocalFilesPrefix"} 0.000168085
syncthing_db_operation_seconds_total{folder="trinity",operation="CountGlobal"} 0.0012120700000000004
syncthing_db_operation_seconds_total{folder="trinity",operation="CountLocal"} 0.000404167
syncthing_db_operation_seconds_total{folder="trinity",operation="CountNeed"} 0.006831790999999999
syncthing_db_operation_seconds_total{folder="trinity",operation="CountReceiveOnlyChanged"} 0.00014185400000000001
syncthing_db_operation_seconds_total{folder="trinity",operation="GetDeviceFile"} 0.016413906999999985
syncthing_db_operation_seconds_total{folder="trinity",operation="GetDeviceSequence"} 0.0005498129999999999
syncthing_db_operation_seconds_total{folder="trinity",operation="IndexIDGet"} 0.000250028
syncthing_db_operation_seconds_total{folder="trinity",operation="ListDevicesForFolder"} 6.2413e-05
syncthing_db_operation_seconds_total{folder="trinity",operation="RemoteSequences"} 0.00023381799999999998
# 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="AHM",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="AHM",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="AHM",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="AHM",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="AHM",operation="CountLocal"} 0
syncthing_db_operations_current{folder="AHM",operation="CountNeed"} 0
syncthing_db_operations_current{folder="AHM",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="AHM",operation="DropAllFiles"} 0
syncthing_db_operations_current{folder="AHM",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="AHM",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="AHM",operation="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="AHM",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="AHM",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="AHM",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="AHM",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="AHM",operation="Update"} 0
syncthing_db_operations_current{folder="VibeForge",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="VibeForge",operation="CountLocal"} 0
syncthing_db_operations_current{folder="VibeForge",operation="CountNeed"} 0
syncthing_db_operations_current{folder="VibeForge",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="VibeForge",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="VibeForge",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="VibeForge",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="VibeForge",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="douyin-ads",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="douyin-ads",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="douyin-ads",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="douyin-ads",operation="CountLocal"} 0
syncthing_db_operations_current{folder="douyin-ads",operation="CountNeed"} 0
syncthing_db_operations_current{folder="douyin-ads",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="douyin-ads",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="douyin-ads",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="douyin-ads",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="douyin-ads",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="douyin-ads",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="qbot",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="qbot",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="qbot",operation="AllLocalFilesWithBlocksHash"} 0
syncthing_db_operations_current{folder="qbot",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="qbot",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="qbot",operation="CountLocal"} 0
syncthing_db_operations_current{folder="qbot",operation="CountNeed"} 0
syncthing_db_operations_current{folder="qbot",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="qbot",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="qbot",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="qbot",operation="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="qbot",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="qbot",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="qbot",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="qbot",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="qbot",operation="Update"} 0
syncthing_db_operations_current{folder="trinity",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="trinity",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="trinity",operation="CountLocal"} 0
syncthing_db_operations_current{folder="trinity",operation="CountNeed"} 0
syncthing_db_operations_current{folder="trinity",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="trinity",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="trinity",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="trinity",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="trinity",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="trinity",operation="RemoteSequences"} 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"} 10444
syncthing_db_operations_total{folder="-",operation="GetKV"} 22188
syncthing_db_operations_total{folder="-",operation="ListFolders"} 1
syncthing_db_operations_total{folder="-",operation="PrefixKV"} 7
syncthing_db_operations_total{folder="-",operation="PutKV"} 2645
syncthing_db_operations_total{folder="AHM",operation="AllLocalFilesBySequence"} 67
syncthing_db_operations_total{folder="AHM",operation="AllLocalFilesPrefix"} 68
syncthing_db_operations_total{folder="AHM",operation="AllNeededGlobalFiles"} 123
syncthing_db_operations_total{folder="AHM",operation="CountGlobal"} 221
syncthing_db_operations_total{folder="AHM",operation="CountLocal"} 109
syncthing_db_operations_total{folder="AHM",operation="CountNeed"} 356
syncthing_db_operations_total{folder="AHM",operation="CountReceiveOnlyChanged"} 109
syncthing_db_operations_total{folder="AHM",operation="DropAllFiles"} 1
syncthing_db_operations_total{folder="AHM",operation="GetDeviceFile"} 11885
syncthing_db_operations_total{folder="AHM",operation="GetDeviceSequence"} 1325
syncthing_db_operations_total{folder="AHM",operation="GetGlobalAvailability"} 3869
syncthing_db_operations_total{folder="AHM",operation="GetGlobalFile"} 2094
syncthing_db_operations_total{folder="AHM",operation="IndexIDGet"} 16
syncthing_db_operations_total{folder="AHM",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="AHM",operation="RemoteSequences"} 109
syncthing_db_operations_total{folder="AHM",operation="Update"} 139
syncthing_db_operations_total{folder="VibeForge",operation="CountGlobal"} 33
syncthing_db_operations_total{folder="VibeForge",operation="CountLocal"} 10
syncthing_db_operations_total{folder="VibeForge",operation="CountNeed"} 31
syncthing_db_operations_total{folder="VibeForge",operation="CountReceiveOnlyChanged"} 10
syncthing_db_operations_total{folder="VibeForge",operation="GetDeviceSequence"} 52
syncthing_db_operations_total{folder="VibeForge",operation="IndexIDGet"} 21
syncthing_db_operations_total{folder="VibeForge",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="VibeForge",operation="RemoteSequences"} 10
syncthing_db_operations_total{folder="douyin-ads",operation="AllLocalFilesBySequence"} 1
syncthing_db_operations_total{folder="douyin-ads",operation="AllLocalFilesPrefix"} 107
syncthing_db_operations_total{folder="douyin-ads",operation="CountGlobal"} 33
syncthing_db_operations_total{folder="douyin-ads",operation="CountLocal"} 10
syncthing_db_operations_total{folder="douyin-ads",operation="CountNeed"} 33
syncthing_db_operations_total{folder="douyin-ads",operation="CountReceiveOnlyChanged"} 10
syncthing_db_operations_total{folder="douyin-ads",operation="GetDeviceFile"} 167134
syncthing_db_operations_total{folder="douyin-ads",operation="GetDeviceSequence"} 866
syncthing_db_operations_total{folder="douyin-ads",operation="IndexIDGet"} 23
syncthing_db_operations_total{folder="douyin-ads",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="douyin-ads",operation="RemoteSequences"} 10
syncthing_db_operations_total{folder="qbot",operation="AllLocalFilesBySequence"} 644
syncthing_db_operations_total{folder="qbot",operation="AllLocalFilesPrefix"} 1180
syncthing_db_operations_total{folder="qbot",operation="AllLocalFilesWithBlocksHash"} 1139
syncthing_db_operations_total{folder="qbot",operation="AllNeededGlobalFiles"} 220
syncthing_db_operations_total{folder="qbot",operation="CountGlobal"} 2327
syncthing_db_operations_total{folder="qbot",operation="CountLocal"} 1162
syncthing_db_operations_total{folder="qbot",operation="CountNeed"} 4635
syncthing_db_operations_total{folder="qbot",operation="CountReceiveOnlyChanged"} 1162
syncthing_db_operations_total{folder="qbot",operation="GetDeviceFile"} 2.783866e+06
syncthing_db_operations_total{folder="qbot",operation="GetDeviceSequence"} 5880
syncthing_db_operations_total{folder="qbot",operation="GetGlobalAvailability"} 231
syncthing_db_operations_total{folder="qbot",operation="GetGlobalFile"} 1263
syncthing_db_operations_total{folder="qbot",operation="IndexIDGet"} 16
syncthing_db_operations_total{folder="qbot",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="qbot",operation="RemoteSequences"} 1162
syncthing_db_operations_total{folder="qbot",operation="Update"} 1368
syncthing_db_operations_total{folder="trinity",operation="AllLocalFilesPrefix"} 2
syncthing_db_operations_total{folder="trinity",operation="CountGlobal"} 33
syncthing_db_operations_total{folder="trinity",operation="CountLocal"} 10
syncthing_db_operations_total{folder="trinity",operation="CountNeed"} 31
syncthing_db_operations_total{folder="trinity",operation="CountReceiveOnlyChanged"} 10
syncthing_db_operations_total{folder="trinity",operation="GetDeviceFile"} 606
syncthing_db_operations_total{folder="trinity",operation="GetDeviceSequence"} 52
syncthing_db_operations_total{folder="trinity",operation="IndexIDGet"} 21
syncthing_db_operations_total{folder="trinity",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="trinity",operation="RemoteSequences"} 10
# HELP syncthing_events_total Total number of created/forwarded/dropped events
# TYPE syncthing_events_total counter
syncthing_events_total{event="ClusterConfigReceived",state="created"} 1
syncthing_events_total{event="ClusterConfigReceived",state="delivered"} 2
syncthing_events_total{event="DeviceConnected",state="created"} 7
syncthing_events_total{event="DeviceConnected",state="delivered"} 21
syncthing_events_total{event="DeviceDisconnected",state="created"} 4
syncthing_events_total{event="DeviceDisconnected",state="delivered"} 4
syncthing_events_total{event="DownloadProgress",state="created"} 3
syncthing_events_total{event="DownloadProgress",state="delivered"} 6
syncthing_events_total{event="Failure",state="created"} 4
syncthing_events_total{event="Failure",state="delivered"} 8
syncthing_events_total{event="FolderCompletion",state="created"} 1315
syncthing_events_total{event="FolderCompletion",state="delivered"} 1315
syncthing_events_total{event="FolderErrors",state="created"} 40
syncthing_events_total{event="FolderErrors",state="delivered"} 40
syncthing_events_total{event="FolderScanProgress",state="created"} 554
syncthing_events_total{event="FolderScanProgress",state="delivered"} 554
syncthing_events_total{event="FolderSummary",state="created"} 1291
syncthing_events_total{event="FolderSummary",state="delivered"} 1291
syncthing_events_total{event="ItemFinished",state="created"} 3047
syncthing_events_total{event="ItemFinished",state="delivered"} 15235
syncthing_events_total{event="ItemStarted",state="created"} 3047
syncthing_events_total{event="ItemStarted",state="delivered"} 15235
syncthing_events_total{event="ListenAddressesChanged",state="created"} 8
syncthing_events_total{event="ListenAddressesChanged",state="delivered"} 24
syncthing_events_total{event="LocalChangeDetected",state="created"} 1147
syncthing_events_total{event="LocalChangeDetected",state="delivered"} 1147
syncthing_events_total{event="LocalIndexUpdated",state="created"} 712
syncthing_events_total{event="LocalIndexUpdated",state="delivered"} 3551
syncthing_events_total{event="RemoteChangeDetected",state="created"} 3002
syncthing_events_total{event="RemoteChangeDetected",state="delivered"} 3002
syncthing_events_total{event="RemoteDownloadProgress",state="created"} 30
syncthing_events_total{event="RemoteDownloadProgress",state="delivered"} 60
syncthing_events_total{event="RemoteIndexUpdated",state="created"} 792
syncthing_events_total{event="RemoteIndexUpdated",state="delivered"} 1584
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"} 3608
syncthing_events_total{event="StateChanged",state="delivered"} 7216
# 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="/root/home/AHM"} 37314
syncthing_fs_operation_bytes_total{operation="read",root="/root/qbot"} 3.366977831e+09
syncthing_fs_operation_bytes_total{operation="readat",root="/home/douyin-ads"} 3.957562e+06
syncthing_fs_operation_bytes_total{operation="readat",root="/root/qbot"} 1.23244126e+08
syncthing_fs_operation_bytes_total{operation="readat",root="/root/trinity"} 12861
syncthing_fs_operation_bytes_total{operation="writeat",root="/root/home/AHM"} 1.0741901e+07
syncthing_fs_operation_bytes_total{operation="writeat",root="/root/qbot"} 644300
# 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="/root/home/AHM"} 0.03155212899999999
syncthing_fs_operation_seconds_total{operation="chmod",root="/root/qbot"} 0.0018007240000000007
syncthing_fs_operation_seconds_total{operation="chtimes",root="/root/home/AHM"} 0.12247268000000015
syncthing_fs_operation_seconds_total{operation="chtimes",root="/root/qbot"} 0.002396194000000001
syncthing_fs_operation_seconds_total{operation="chtimes",root="/root/qbot/.stversions"} 0.00034012800000000003
syncthing_fs_operation_seconds_total{operation="close",root="/home/douyin-ads"} 0.0002088310000000001
syncthing_fs_operation_seconds_total{operation="close",root="/root/home/AHM"} 0.013407688999999978
syncthing_fs_operation_seconds_total{operation="close",root="/root/qbot"} 0.007687991000000006
syncthing_fs_operation_seconds_total{operation="close",root="/root/trinity"} 2.3425e-05
syncthing_fs_operation_seconds_total{operation="dirnames",root="/home/douyin-ads"} 0.7116624190000056
syncthing_fs_operation_seconds_total{operation="dirnames",root="/root/home/AHM"} 0.9887018739999969
syncthing_fs_operation_seconds_total{operation="dirnames",root="/root/qbot"} 9.035047548000216
syncthing_fs_operation_seconds_total{operation="dirnames",root="/root/qbot/.stversions"} 0.00041468900000000015
syncthing_fs_operation_seconds_total{operation="dirnames",root="/root/trinity"} 0.004111744
syncthing_fs_operation_seconds_total{operation="glob",root="/root/.config/syncthing"} 7.5541e-05
syncthing_fs_operation_seconds_total{operation="glob",root="/root/qbot/.stversions"} 0.0033690720000000003
syncthing_fs_operation_seconds_total{operation="hide",root="/home/douyin-ads"} 9.210000000000002e-07
syncthing_fs_operation_seconds_total{operation="hide",root="/root/VibeForge"} 2.716e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/root/home/AHM"} 0.0016320869999999993
syncthing_fs_operation_seconds_total{operation="hide",root="/root/qbot"} 7.895599999999997e-05
syncthing_fs_operation_seconds_total{operation="hide",root="/root/trinity"} 7.55e-07
syncthing_fs_operation_seconds_total{operation="lstat",root="/home/douyin-ads"} 5.141046384999905
syncthing_fs_operation_seconds_total{operation="lstat",root="/root/.config/syncthing"} 6.517e-06
syncthing_fs_operation_seconds_total{operation="lstat",root="/root/VibeForge"} 0.004011607999999997
syncthing_fs_operation_seconds_total{operation="lstat",root="/root/home/AHM"} 0.6746771239999998
syncthing_fs_operation_seconds_total{operation="lstat",root="/root/qbot"} 123.36019006786081
syncthing_fs_operation_seconds_total{operation="lstat",root="/root/qbot/.stversions"} 0.0007397000000000001
syncthing_fs_operation_seconds_total{operation="lstat",root="/root/trinity"} 0.02431475600000004
syncthing_fs_operation_seconds_total{operation="mdkir",root="/root/home/AHM"} 0.013582427999999988
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/root/.config/syncthing"} 7.333e-06
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/root/home/AHM"} 0.0010715380000000004
syncthing_fs_operation_seconds_total{operation="open",root="/home/douyin-ads"} 0.000700817
syncthing_fs_operation_seconds_total{operation="open",root="/root/VibeForge"} 0.03001740500000001
syncthing_fs_operation_seconds_total{operation="open",root="/root/home/AHM"} 0.09400530199999993
syncthing_fs_operation_seconds_total{operation="open",root="/root/qbot"} 0.021662099999999997
syncthing_fs_operation_seconds_total{operation="open",root="/root/trinity"} 3.6167999999999997e-05
syncthing_fs_operation_seconds_total{operation="openfile",root="/root/home/AHM"} 0.15211115599999991
syncthing_fs_operation_seconds_total{operation="openfile",root="/root/qbot"} 0.0055725359999999995
syncthing_fs_operation_seconds_total{operation="options",root="/home/douyin-ads"} 0.00022197299999999982
syncthing_fs_operation_seconds_total{operation="options",root="/root/.config/syncthing"} 8.48e-07
syncthing_fs_operation_seconds_total{operation="options",root="/root/.config/syncthing/index-v2"} 0.00021087799999999987
syncthing_fs_operation_seconds_total{operation="options",root="/root/VibeForge"} 0.0002598380000000003
syncthing_fs_operation_seconds_total{operation="options",root="/root/VibeForge/.stversions"} 5.7e-08
syncthing_fs_operation_seconds_total{operation="options",root="/root/home/AHM"} 0.0007123290000000007
syncthing_fs_operation_seconds_total{operation="options",root="/root/qbot"} 0.00163206699999998
syncthing_fs_operation_seconds_total{operation="options",root="/root/qbot/.stversions"} 5.1e-08
syncthing_fs_operation_seconds_total{operation="options",root="/root/trinity"} 0.00016951499999999983
syncthing_fs_operation_seconds_total{operation="read",root="/root/home/AHM"} 8.9679e-05
syncthing_fs_operation_seconds_total{operation="read",root="/root/qbot"} 0.5323738990000023
syncthing_fs_operation_seconds_total{operation="readat",root="/home/douyin-ads"} 0.035458320999999994
syncthing_fs_operation_seconds_total{operation="readat",root="/root/qbot"} 0.07058126900000014
syncthing_fs_operation_seconds_total{operation="readat",root="/root/trinity"} 0.004511609
syncthing_fs_operation_seconds_total{operation="readsymlink",root="/home/douyin-ads"} 0.0009403719999999996
syncthing_fs_operation_seconds_total{operation="readsymlink",root="/root/qbot"} 0.0034303489999999936
syncthing_fs_operation_seconds_total{operation="remove",root="/root/home/AHM"} 0.011201773
syncthing_fs_operation_seconds_total{operation="remove",root="/root/qbot"} 0.0019269879999999995
syncthing_fs_operation_seconds_total{operation="remove",root="/root/qbot/.stversions"} 0.002930803000000001
syncthing_fs_operation_seconds_total{operation="rename",root="/root/home/AHM"} 0.04049377800000009
syncthing_fs_operation_seconds_total{operation="rename",root="/root/qbot"} 0.0040911069999999975
syncthing_fs_operation_seconds_total{operation="samefile",root="/root/qbot"} 0.19697929999921013
syncthing_fs_operation_seconds_total{operation="stat",root="/home/douyin-ads"} 0.0018010769999999997
syncthing_fs_operation_seconds_total{operation="stat",root="/root/.config/syncthing"} 2.358e-06
syncthing_fs_operation_seconds_total{operation="stat",root="/root/VibeForge"} 0.0012555420000000001
syncthing_fs_operation_seconds_total{operation="stat",root="/root/VibeForge/.stversions"} 3.7365e-05
syncthing_fs_operation_seconds_total{operation="stat",root="/root/home/AHM"} 0.08438899099999982
syncthing_fs_operation_seconds_total{operation="stat",root="/root/qbot"} 0.07059807799999994
syncthing_fs_operation_seconds_total{operation="stat",root="/root/qbot/.stversions"} 0.00041913500000000006
syncthing_fs_operation_seconds_total{operation="stat",root="/root/trinity"} 2.7897e-05
syncthing_fs_operation_seconds_total{operation="sync",root="/root/home/AHM"} 3.3448599930000014
syncthing_fs_operation_seconds_total{operation="sync",root="/root/qbot"} 0.37325005699999964
syncthing_fs_operation_seconds_total{operation="truncate",root="/root/home/AHM"} 0.022953830999999973
syncthing_fs_operation_seconds_total{operation="truncate",root="/root/qbot"} 0.001791011
syncthing_fs_operation_seconds_total{operation="type",root="/home/douyin-ads"} 0.00010058300000000014
syncthing_fs_operation_seconds_total{operation="type",root="/root/VibeForge"} 0.00010900800000000012
syncthing_fs_operation_seconds_total{operation="type",root="/root/VibeForge/.stversions"} 5.2e-08
syncthing_fs_operation_seconds_total{operation="type",root="/root/home/AHM"} 0.0020835469999999877
syncthing_fs_operation_seconds_total{operation="type",root="/root/qbot"} 0.0006782800000000003
syncthing_fs_operation_seconds_total{operation="type",root="/root/qbot/.stversions"} 1.6348e-05
syncthing_fs_operation_seconds_total{operation="type",root="/root/trinity"} 8.740100000000011e-05
syncthing_fs_operation_seconds_total{operation="unhide",root="/root/home/AHM"} 0.0015674070000000011
syncthing_fs_operation_seconds_total{operation="unhide",root="/root/qbot"} 8.7809e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/home/douyin-ads"} 8.28120000000001e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/root/VibeForge"} 8.841899999999998e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/root/VibeForge/.stversions"} 5.4e-08
syncthing_fs_operation_seconds_total{operation="uri",root="/root/home/AHM"} 0.0007737939999999997
syncthing_fs_operation_seconds_total{operation="uri",root="/root/qbot"} 0.0004569370000000017
syncthing_fs_operation_seconds_total{operation="uri",root="/root/qbot/.stversions"} 1.966399999999999e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/root/trinity"} 6.533900000000011e-05
syncthing_fs_operation_seconds_total{operation="usage",root="/root/.config/syncthing/index-v2"} 0.01126507100000002
syncthing_fs_operation_seconds_total{operation="usage",root="/root/home/AHM"} 0.0064934850000000046
syncthing_fs_operation_seconds_total{operation="usage",root="/root/qbot"} 0.000698469
syncthing_fs_operation_seconds_total{operation="watch",root="/home/douyin-ads"} 0.008335126
syncthing_fs_operation_seconds_total{operation="watch",root="/root/home/AHM"} 5.6636e-05
syncthing_fs_operation_seconds_total{operation="watch",root="/root/qbot"} 0.107627585
syncthing_fs_operation_seconds_total{operation="watch",root="/root/trinity"} 0.108717506
syncthing_fs_operation_seconds_total{operation="writeat",root="/root/home/AHM"} 0.15345291799999988
syncthing_fs_operation_seconds_total{operation="writeat",root="/root/qbot"} 0.003934488
# 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="/root/home/AHM"} 2747
syncthing_fs_operations_total{operation="chmod",root="/root/qbot"} 99
syncthing_fs_operations_total{operation="chtimes",root="/root/home/AHM"} 2094
syncthing_fs_operations_total{operation="chtimes",root="/root/qbot"} 99
syncthing_fs_operations_total{operation="chtimes",root="/root/qbot/.stversions"} 80
syncthing_fs_operations_total{operation="close",root="/home/douyin-ads"} 62
syncthing_fs_operations_total{operation="close",root="/root/home/AHM"} 3824
syncthing_fs_operations_total{operation="close",root="/root/qbot"} 2776
syncthing_fs_operations_total{operation="close",root="/root/trinity"} 6
syncthing_fs_operations_total{operation="dirnames",root="/home/douyin-ads"} 60795
syncthing_fs_operations_total{operation="dirnames",root="/root/home/AHM"} 40243
syncthing_fs_operations_total{operation="dirnames",root="/root/qbot"} 607639
syncthing_fs_operations_total{operation="dirnames",root="/root/qbot/.stversions"} 38
syncthing_fs_operations_total{operation="dirnames",root="/root/trinity"} 244
syncthing_fs_operations_total{operation="glob",root="/root/.config/syncthing"} 5
syncthing_fs_operations_total{operation="glob",root="/root/qbot/.stversions"} 80
syncthing_fs_operations_total{operation="hide",root="/home/douyin-ads"} 3
syncthing_fs_operations_total{operation="hide",root="/root/VibeForge"} 3
syncthing_fs_operations_total{operation="hide",root="/root/home/AHM"} 1970
syncthing_fs_operations_total{operation="hide",root="/root/qbot"} 119
syncthing_fs_operations_total{operation="hide",root="/root/trinity"} 3
syncthing_fs_operations_total{operation="lstat",root="/home/douyin-ads"} 763192
syncthing_fs_operations_total{operation="lstat",root="/root/.config/syncthing"} 1
syncthing_fs_operations_total{operation="lstat",root="/root/VibeForge"} 1067
syncthing_fs_operations_total{operation="lstat",root="/root/home/AHM"} 86416
syncthing_fs_operations_total{operation="lstat",root="/root/qbot"} 1.898949e+07
syncthing_fs_operations_total{operation="lstat",root="/root/qbot/.stversions"} 327
syncthing_fs_operations_total{operation="lstat",root="/root/trinity"} 2822
syncthing_fs_operations_total{operation="mdkir",root="/root/home/AHM"} 604
syncthing_fs_operations_total{operation="mkdirall",root="/root/.config/syncthing"} 2
syncthing_fs_operations_total{operation="mkdirall",root="/root/home/AHM"} 30
syncthing_fs_operations_total{operation="open",root="/home/douyin-ads"} 171
syncthing_fs_operations_total{operation="open",root="/root/VibeForge"} 1064
syncthing_fs_operations_total{operation="open",root="/root/home/AHM"} 3908
syncthing_fs_operations_total{operation="open",root="/root/qbot"} 3516
syncthing_fs_operations_total{operation="open",root="/root/trinity"} 10
syncthing_fs_operations_total{operation="openfile",root="/root/home/AHM"} 1967
syncthing_fs_operations_total{operation="openfile",root="/root/qbot"} 116
syncthing_fs_operations_total{operation="options",root="/home/douyin-ads"} 1596
syncthing_fs_operations_total{operation="options",root="/root/.config/syncthing"} 3
syncthing_fs_operations_total{operation="options",root="/root/.config/syncthing/index-v2"} 1718
syncthing_fs_operations_total{operation="options",root="/root/VibeForge"} 1592
syncthing_fs_operations_total{operation="options",root="/root/VibeForge/.stversions"} 1
syncthing_fs_operations_total{operation="options",root="/root/home/AHM"} 5126
syncthing_fs_operations_total{operation="options",root="/root/qbot"} 6446
syncthing_fs_operations_total{operation="options",root="/root/qbot/.stversions"} 1
syncthing_fs_operations_total{operation="options",root="/root/trinity"} 1386
syncthing_fs_operations_total{operation="read",root="/root/home/AHM"} 5
syncthing_fs_operations_total{operation="read",root="/root/qbot"} 103310
syncthing_fs_operations_total{operation="readat",root="/home/douyin-ads"} 62
syncthing_fs_operations_total{operation="readat",root="/root/qbot"} 1390
syncthing_fs_operations_total{operation="readat",root="/root/trinity"} 6
syncthing_fs_operations_total{operation="readsymlink",root="/home/douyin-ads"} 428
syncthing_fs_operations_total{operation="readsymlink",root="/root/qbot"} 1500
syncthing_fs_operations_total{operation="remove",root="/root/home/AHM"} 2059
syncthing_fs_operations_total{operation="remove",root="/root/qbot"} 116
syncthing_fs_operations_total{operation="remove",root="/root/qbot/.stversions"} 80
syncthing_fs_operations_total{operation="rename",root="/root/home/AHM"} 2216
syncthing_fs_operations_total{operation="rename",root="/root/qbot"} 160
syncthing_fs_operations_total{operation="samefile",root="/root/qbot"} 1.525347e+06
syncthing_fs_operations_total{operation="stat",root="/home/douyin-ads"} 216
syncthing_fs_operations_total{operation="stat",root="/root/.config/syncthing"} 2
syncthing_fs_operations_total{operation="stat",root="/root/VibeForge"} 104
syncthing_fs_operations_total{operation="stat",root="/root/VibeForge/.stversions"} 1
syncthing_fs_operations_total{operation="stat",root="/root/home/AHM"} 7159
syncthing_fs_operations_total{operation="stat",root="/root/qbot"} 5660
syncthing_fs_operations_total{operation="stat",root="/root/qbot/.stversions"} 161
syncthing_fs_operations_total{operation="stat",root="/root/trinity"} 6
syncthing_fs_operations_total{operation="sync",root="/root/home/AHM"} 3819
syncthing_fs_operations_total{operation="sync",root="/root/qbot"} 209
syncthing_fs_operations_total{operation="truncate",root="/root/home/AHM"} 1967
syncthing_fs_operations_total{operation="truncate",root="/root/qbot"} 116
syncthing_fs_operations_total{operation="type",root="/home/douyin-ads"} 799
syncthing_fs_operations_total{operation="type",root="/root/VibeForge"} 799
syncthing_fs_operations_total{operation="type",root="/root/VibeForge/.stversions"} 1
syncthing_fs_operations_total{operation="type",root="/root/home/AHM"} 6996
syncthing_fs_operations_total{operation="type",root="/root/qbot"} 3586
syncthing_fs_operations_total{operation="type",root="/root/qbot/.stversions"} 161
syncthing_fs_operations_total{operation="type",root="/root/trinity"} 694
syncthing_fs_operations_total{operation="unhide",root="/root/home/AHM"} 1967
syncthing_fs_operations_total{operation="unhide",root="/root/qbot"} 116
syncthing_fs_operations_total{operation="uri",root="/home/douyin-ads"} 799
syncthing_fs_operations_total{operation="uri",root="/root/VibeForge"} 799
syncthing_fs_operations_total{operation="uri",root="/root/VibeForge/.stversions"} 1
syncthing_fs_operations_total{operation="uri",root="/root/home/AHM"} 6996
syncthing_fs_operations_total{operation="uri",root="/root/qbot"} 3586
syncthing_fs_operations_total{operation="uri",root="/root/qbot/.stversions"} 241
syncthing_fs_operations_total{operation="uri",root="/root/trinity"} 694
syncthing_fs_operations_total{operation="usage",root="/root/.config/syncthing/index-v2"} 1718
syncthing_fs_operations_total{operation="usage",root="/root/home/AHM"} 1967
syncthing_fs_operations_total{operation="usage",root="/root/qbot"} 116
syncthing_fs_operations_total{operation="watch",root="/home/douyin-ads"} 1
syncthing_fs_operations_total{operation="watch",root="/root/home/AHM"} 1
syncthing_fs_operations_total{operation="watch",root="/root/qbot"} 1
syncthing_fs_operations_total{operation="watch",root="/root/trinity"} 1
syncthing_fs_operations_total{operation="writeat",root="/root/home/AHM"} 1997
syncthing_fs_operations_total{operation="writeat",root="/root/qbot"} 79
# HELP syncthing_model_folder_conflicts_total Total number of conflicts
# TYPE syncthing_model_folder_conflicts_total counter
syncthing_model_folder_conflicts_total{folder="AHM"} 0
syncthing_model_folder_conflicts_total{folder="VibeForge"} 0
syncthing_model_folder_conflicts_total{folder="douyin-ads"} 0
syncthing_model_folder_conflicts_total{folder="qbot"} 0
syncthing_model_folder_conflicts_total{folder="trinity"} 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="AHM",source="local_origin"} 3.837516e+06
syncthing_model_folder_processed_bytes_total{folder="AHM",source="local_other"} 185187
syncthing_model_folder_processed_bytes_total{folder="AHM",source="network"} 6.719198e+06
syncthing_model_folder_processed_bytes_total{folder="AHM",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="VibeForge",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="VibeForge",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="VibeForge",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="VibeForge",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="douyin-ads",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="douyin-ads",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="douyin-ads",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="douyin-ads",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="qbot",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="qbot",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="qbot",source="network"} 644300
syncthing_model_folder_processed_bytes_total{folder="qbot",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="trinity",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="trinity",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="trinity",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="trinity",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="AHM"} 16.73855333799999
syncthing_model_folder_pull_seconds_total{folder="VibeForge"} 0
syncthing_model_folder_pull_seconds_total{folder="douyin-ads"} 0
syncthing_model_folder_pull_seconds_total{folder="qbot"} 14.538905131
syncthing_model_folder_pull_seconds_total{folder="trinity"} 0
# 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="AHM"} 62
syncthing_model_folder_pulls_total{folder="VibeForge"} 0
syncthing_model_folder_pulls_total{folder="douyin-ads"} 0
syncthing_model_folder_pulls_total{folder="qbot"} 128
syncthing_model_folder_pulls_total{folder="trinity"} 0
# 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="AHM"} 0.755170172
syncthing_model_folder_scan_seconds_total{folder="VibeForge"} 0
syncthing_model_folder_scan_seconds_total{folder="douyin-ads"} 13.381695888000005
syncthing_model_folder_scan_seconds_total{folder="qbot"} 297.3645432589998
syncthing_model_folder_scan_seconds_total{folder="trinity"} 0.068671552
# 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="AHM"} 25
syncthing_model_folder_scans_total{folder="VibeForge"} 0
syncthing_model_folder_scans_total{folder="douyin-ads"} 107
syncthing_model_folder_scans_total{folder="qbot"} 646
syncthing_model_folder_scans_total{folder="trinity"} 2
# HELP syncthing_model_folder_state Current folder state
# TYPE syncthing_model_folder_state gauge
syncthing_model_folder_state{folder="AHM"} 0
syncthing_model_folder_state{folder="VibeForge"} 0
syncthing_model_folder_state{folder="douyin-ads"} 0
syncthing_model_folder_state{folder="qbot"} 0
syncthing_model_folder_state{folder="trinity"} 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="AHM",scope="global",type="bytes"} 1.0447576e+07
syncthing_model_folder_summary{folder="AHM",scope="global",type="deleted"} 156
syncthing_model_folder_summary{folder="AHM",scope="global",type="directories"} 629
syncthing_model_folder_summary{folder="AHM",scope="global",type="files"} 1894
syncthing_model_folder_summary{folder="AHM",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="AHM",scope="local",type="bytes"} 1.0447576e+07
syncthing_model_folder_summary{folder="AHM",scope="local",type="deleted"} 156
syncthing_model_folder_summary{folder="AHM",scope="local",type="directories"} 629
syncthing_model_folder_summary{folder="AHM",scope="local",type="files"} 1894
syncthing_model_folder_summary{folder="AHM",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="AHM",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="AHM",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="AHM",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="AHM",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="AHM",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="VibeForge",scope="global",type="bytes"} 7.280429e+06
syncthing_model_folder_summary{folder="VibeForge",scope="global",type="deleted"} 10
syncthing_model_folder_summary{folder="VibeForge",scope="global",type="directories"} 290
syncthing_model_folder_summary{folder="VibeForge",scope="global",type="files"} 992
syncthing_model_folder_summary{folder="VibeForge",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="VibeForge",scope="local",type="bytes"} 7.273551e+06
syncthing_model_folder_summary{folder="VibeForge",scope="local",type="deleted"} 10
syncthing_model_folder_summary{folder="VibeForge",scope="local",type="directories"} 290
syncthing_model_folder_summary{folder="VibeForge",scope="local",type="files"} 988
syncthing_model_folder_summary{folder="VibeForge",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="VibeForge",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="VibeForge",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="VibeForge",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="VibeForge",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="VibeForge",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="douyin-ads",scope="global",type="bytes"} 1.04555872e+08
syncthing_model_folder_summary{folder="douyin-ads",scope="global",type="deleted"} 1020
syncthing_model_folder_summary{folder="douyin-ads",scope="global",type="directories"} 294
syncthing_model_folder_summary{folder="douyin-ads",scope="global",type="files"} 1264
syncthing_model_folder_summary{folder="douyin-ads",scope="global",type="symlinks"} 4
syncthing_model_folder_summary{folder="douyin-ads",scope="local",type="bytes"} 1.04555872e+08
syncthing_model_folder_summary{folder="douyin-ads",scope="local",type="deleted"} 983
syncthing_model_folder_summary{folder="douyin-ads",scope="local",type="directories"} 294
syncthing_model_folder_summary{folder="douyin-ads",scope="local",type="files"} 1264
syncthing_model_folder_summary{folder="douyin-ads",scope="local",type="symlinks"} 4
syncthing_model_folder_summary{folder="douyin-ads",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="douyin-ads",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="douyin-ads",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="douyin-ads",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="douyin-ads",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="qbot",scope="global",type="bytes"} 7.454464527e+09
syncthing_model_folder_summary{folder="qbot",scope="global",type="deleted"} 90
syncthing_model_folder_summary{folder="qbot",scope="global",type="directories"} 3003
syncthing_model_folder_summary{folder="qbot",scope="global",type="files"} 24802
syncthing_model_folder_summary{folder="qbot",scope="global",type="symlinks"} 15
syncthing_model_folder_summary{folder="qbot",scope="local",type="bytes"} 7.454464527e+09
syncthing_model_folder_summary{folder="qbot",scope="local",type="deleted"} 90
syncthing_model_folder_summary{folder="qbot",scope="local",type="directories"} 3003
syncthing_model_folder_summary{folder="qbot",scope="local",type="files"} 24802
syncthing_model_folder_summary{folder="qbot",scope="local",type="symlinks"} 15
syncthing_model_folder_summary{folder="qbot",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="qbot",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="qbot",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="qbot",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="qbot",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="trinity",scope="global",type="bytes"} 3.1075982e+07
syncthing_model_folder_summary{folder="trinity",scope="global",type="deleted"} 95
syncthing_model_folder_summary{folder="trinity",scope="global",type="directories"} 63
syncthing_model_folder_summary{folder="trinity",scope="global",type="files"} 240
syncthing_model_folder_summary{folder="trinity",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="trinity",scope="local",type="bytes"} 3.1075982e+07
syncthing_model_folder_summary{folder="trinity",scope="local",type="deleted"} 95
syncthing_model_folder_summary{folder="trinity",scope="local",type="directories"} 63
syncthing_model_folder_summary{folder="trinity",scope="local",type="files"} 240
syncthing_model_folder_summary{folder="trinity",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="trinity",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="trinity",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="trinity",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="trinity",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="trinity",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="QE3RVND-QVZF7YT-QFAKOGI-UYAJUA5-4OQQZW4-ZTHXBXR-YMXON6H-7ZIKRQH"} 9.332051e+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="QE3RVND-QVZF7YT-QFAKOGI-UYAJUA5-4OQQZW4-ZTHXBXR-YMXON6H-7ZIKRQH"} 9.98955e+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="QE3RVND-QVZF7YT-QFAKOGI-UYAJUA5-4OQQZW4-ZTHXBXR-YMXON6H-7ZIKRQH"} 4211
# 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="QE3RVND-QVZF7YT-QFAKOGI-UYAJUA5-4OQQZW4-ZTHXBXR-YMXON6H-7ZIKRQH"} 1.24871323e+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="QE3RVND-QVZF7YT-QFAKOGI-UYAJUA5-4OQQZW4-ZTHXBXR-YMXON6H-7ZIKRQH"} 4099
# 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="QE3RVND-QVZF7YT-QFAKOGI-UYAJUA5-4OQQZW4-ZTHXBXR-YMXON6H-7ZIKRQH"} 1.25490069e+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="AHM"} 37314
syncthing_scanner_hashed_bytes_total{folder="douyin-ads"} 0
syncthing_scanner_hashed_bytes_total{folder="qbot"} 3.366977831e+09
syncthing_scanner_hashed_bytes_total{folder="trinity"} 0
# HELP syncthing_scanner_scanned_items_total Total number of items (files/directories) inspected, per folder
# TYPE syncthing_scanner_scanned_items_total counter
syncthing_scanner_scanned_items_total{folder="AHM"} 7488
syncthing_scanner_scanned_items_total{folder="douyin-ads"} 167348
syncthing_scanner_scanned_items_total{folder="qbot"} 2.782839e+06
syncthing_scanner_scanned_items_total{folder="trinity"} 610
