# 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"} 5.1411e-05
go_gc_duration_seconds{quantile="0.25"} 0.001418393
go_gc_duration_seconds{quantile="0.5"} 0.075712848
go_gc_duration_seconds{quantile="0.75"} 0.093748874
go_gc_duration_seconds{quantile="1"} 0.311799836
go_gc_duration_seconds_sum 135.661380798
go_gc_duration_seconds_count 28158
# 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 80
# HELP go_info Information about the Go environment.
# TYPE go_info gauge
go_info{version="go1.25.5"} 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 6.566528e+06
# HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes.
# TYPE go_memstats_alloc_bytes_total counter
go_memstats_alloc_bytes_total 3.0521962032e+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.803241e+06
# HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects.
# TYPE go_memstats_frees_total counter
go_memstats_frees_total 3.3392201e+08
# HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes.
# TYPE go_memstats_gc_sys_bytes gauge
go_memstats_gc_sys_bytes 4.063504e+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 6.566528e+06
# HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes.
# TYPE go_memstats_heap_idle_bytes gauge
go_memstats_heap_idle_bytes 8.609792e+06
# HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes
# TYPE go_memstats_heap_inuse_bytes gauge
go_memstats_heap_inuse_bytes 1.0625024e+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 31795
# 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 7.839744e+06
# HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes.
# TYPE go_memstats_heap_sys_bytes gauge
go_memstats_heap_sys_bytes 1.9234816e+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.7721561556598365e+09
# HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects.
# TYPE go_memstats_mallocs_total counter
go_memstats_mallocs_total 3.33953805e+08
# HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes.
# TYPE go_memstats_mcache_inuse_bytes gauge
go_memstats_mcache_inuse_bytes 2416
# HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes.
# TYPE go_memstats_mcache_sys_bytes gauge
go_memstats_mcache_sys_bytes 15704
# HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes.
# TYPE go_memstats_mspan_inuse_bytes gauge
go_memstats_mspan_inuse_bytes 169440
# 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 228480
# 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.405589e+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 841719
# 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.736704e+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.736704e+06
# HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte.
# TYPE go_memstats_sys_bytes gauge
go_memstats_sys_bytes 2.8924168e+07
# HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads.
# TYPE go_sched_gomaxprocs_threads gauge
go_sched_gomaxprocs_threads 2
# HELP go_threads Number of OS threads created.
# TYPE go_threads gauge
go_threads 21
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 1469.45
# 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.5334259715e+10
# 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 5.82283495355e+11
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 41
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 2.9249536e+07
# HELP process_start_time_seconds Start time of the process since unix epoch in seconds.
# TYPE process_start_time_seconds gauge
process_start_time_seconds 1.76925042412e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 2.455085056e+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"} 2
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="EAW7SQ2-N57O5DY-PXJJK4N-F7CWOBX-44WHOKR-YVVBBG2-EKJQ27R-IW7RSQJ",introducer="false",name="GBOX",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="LNPW4VK-ZSWOD4M-K4RHEJ3-LR3PCYE-STWB2AV-3IKEFNS-GAAAEFJ-JDWHJQY",introducer="false",name="NBOX",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="MEKM454-44QOQEO-QGQYSRV-BKVZAUV-7AMOW6Q-MELUSZS-CMP7VNH-BF4RLA3",introducer="false",name="HWY",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="hwy",label="hwy",path="~/hwy",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="uw3hm-i503r",label="Resilio",path="~/Resilio",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="uyfzv-grqeb",label="NTCE",path="~/NTCE",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="EAW7SQ2-N57O5DY-PXJJK4N-F7CWOBX-44WHOKR-YVVBBG2-EKJQ27R-IW7RSQJ"} 0
syncthing_connections_active{device="LNPW4VK-ZSWOD4M-K4RHEJ3-LR3PCYE-STWB2AV-3IKEFNS-GAAAEFJ-JDWHJQY"} 0
syncthing_connections_active{device="MEKM454-44QOQEO-QGQYSRV-BKVZAUV-7AMOW6Q-MELUSZS-CMP7VNH-BF4RLA3"} 0
# 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="GetKV"} 35.024687030000656
syncthing_db_operation_seconds_total{folder="-",operation="ListFolders"} 5.8154e-05
syncthing_db_operation_seconds_total{folder="-",operation="PrefixKV"} 0.06993696700000004
syncthing_db_operation_seconds_total{folder="-",operation="PutKV"} 2.410401803000002
syncthing_db_operation_seconds_total{folder="hwy",operation="AllLocalFilesBySequence"} 0.030870693000000005
syncthing_db_operation_seconds_total{folder="hwy",operation="AllLocalFilesPrefix"} 0.14054655000000002
syncthing_db_operation_seconds_total{folder="hwy",operation="CountGlobal"} 0.6370051859999998
syncthing_db_operation_seconds_total{folder="hwy",operation="CountLocal"} 0.496387137
syncthing_db_operation_seconds_total{folder="hwy",operation="CountNeed"} 3.81137281
syncthing_db_operation_seconds_total{folder="hwy",operation="CountReceiveOnlyChanged"} 0.07260419000000004
syncthing_db_operation_seconds_total{folder="hwy",operation="GetDeviceSequence"} 7.6462272329999985
syncthing_db_operation_seconds_total{folder="hwy",operation="IndexIDGet"} 0.15262771799999983
syncthing_db_operation_seconds_total{folder="hwy",operation="ListDevicesForFolder"} 0.011427763
syncthing_db_operation_seconds_total{folder="hwy",operation="RemoteSequences"} 0.246266692
syncthing_db_operation_seconds_total{folder="uw3hm-i503r",operation="AllLocalFilesBySequence"} 0.02831569899999998
syncthing_db_operation_seconds_total{folder="uw3hm-i503r",operation="AllLocalFilesPrefix"} 0.074524267
syncthing_db_operation_seconds_total{folder="uw3hm-i503r",operation="CountGlobal"} 0.9234066259999996
syncthing_db_operation_seconds_total{folder="uw3hm-i503r",operation="CountLocal"} 0.332771608
syncthing_db_operation_seconds_total{folder="uw3hm-i503r",operation="CountNeed"} 4.935735274999999
syncthing_db_operation_seconds_total{folder="uw3hm-i503r",operation="CountReceiveOnlyChanged"} 0.07432762
syncthing_db_operation_seconds_total{folder="uw3hm-i503r",operation="GetDeviceFile"} 59.82247507799981
syncthing_db_operation_seconds_total{folder="uw3hm-i503r",operation="GetDeviceSequence"} 6.275398442000021
syncthing_db_operation_seconds_total{folder="uw3hm-i503r",operation="IndexIDGet"} 0.14189739100000004
syncthing_db_operation_seconds_total{folder="uw3hm-i503r",operation="ListDevicesForFolder"} 0.000182296
syncthing_db_operation_seconds_total{folder="uw3hm-i503r",operation="RemoteSequences"} 0.152285578
syncthing_db_operation_seconds_total{folder="uyfzv-grqeb",operation="AllLocalFilesBySequence"} 0.057011155999999986
syncthing_db_operation_seconds_total{folder="uyfzv-grqeb",operation="AllLocalFilesPrefix"} 0.082272364
syncthing_db_operation_seconds_total{folder="uyfzv-grqeb",operation="CountGlobal"} 0.8992321740000001
syncthing_db_operation_seconds_total{folder="uyfzv-grqeb",operation="CountLocal"} 0.20639871599999998
syncthing_db_operation_seconds_total{folder="uyfzv-grqeb",operation="CountNeed"} 4.5062280180000025
syncthing_db_operation_seconds_total{folder="uyfzv-grqeb",operation="CountReceiveOnlyChanged"} 0.05013971899999999
syncthing_db_operation_seconds_total{folder="uyfzv-grqeb",operation="GetDeviceFile"} 36.619917208999986
syncthing_db_operation_seconds_total{folder="uyfzv-grqeb",operation="GetDeviceSequence"} 4.357402616000005
syncthing_db_operation_seconds_total{folder="uyfzv-grqeb",operation="IndexIDGet"} 0.15398934
syncthing_db_operation_seconds_total{folder="uyfzv-grqeb",operation="ListDevicesForFolder"} 0.000199273
syncthing_db_operation_seconds_total{folder="uyfzv-grqeb",operation="RemoteSequences"} 0.09920559300000002
# 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="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="hwy",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="hwy",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="hwy",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="hwy",operation="CountLocal"} 0
syncthing_db_operations_current{folder="hwy",operation="CountNeed"} 0
syncthing_db_operations_current{folder="hwy",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="hwy",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="hwy",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="hwy",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="hwy",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="uw3hm-i503r",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="uw3hm-i503r",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="uw3hm-i503r",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="uw3hm-i503r",operation="CountLocal"} 0
syncthing_db_operations_current{folder="uw3hm-i503r",operation="CountNeed"} 0
syncthing_db_operations_current{folder="uw3hm-i503r",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="uw3hm-i503r",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="uw3hm-i503r",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="uw3hm-i503r",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="uw3hm-i503r",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="uw3hm-i503r",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="uyfzv-grqeb",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="uyfzv-grqeb",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="uyfzv-grqeb",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="uyfzv-grqeb",operation="CountLocal"} 0
syncthing_db_operations_current{folder="uyfzv-grqeb",operation="CountNeed"} 0
syncthing_db_operations_current{folder="uyfzv-grqeb",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="uyfzv-grqeb",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="uyfzv-grqeb",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="uyfzv-grqeb",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="uyfzv-grqeb",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="uyfzv-grqeb",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="GetKV"} 447724
syncthing_db_operations_total{folder="-",operation="ListFolders"} 1
syncthing_db_operations_total{folder="-",operation="PrefixKV"} 532
syncthing_db_operations_total{folder="-",operation="PutKV"} 3917
syncthing_db_operations_total{folder="hwy",operation="AllLocalFilesBySequence"} 260
syncthing_db_operations_total{folder="hwy",operation="AllLocalFilesPrefix"} 809
syncthing_db_operations_total{folder="hwy",operation="CountGlobal"} 1772
syncthing_db_operations_total{folder="hwy",operation="CountLocal"} 576
syncthing_db_operations_total{folder="hwy",operation="CountNeed"} 2290
syncthing_db_operations_total{folder="hwy",operation="CountReceiveOnlyChanged"} 576
syncthing_db_operations_total{folder="hwy",operation="GetDeviceSequence"} 29371
syncthing_db_operations_total{folder="hwy",operation="IndexIDGet"} 1903
syncthing_db_operations_total{folder="hwy",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="hwy",operation="RemoteSequences"} 576
syncthing_db_operations_total{folder="uw3hm-i503r",operation="AllLocalFilesBySequence"} 260
syncthing_db_operations_total{folder="uw3hm-i503r",operation="AllLocalFilesPrefix"} 809
syncthing_db_operations_total{folder="uw3hm-i503r",operation="CountGlobal"} 1772
syncthing_db_operations_total{folder="uw3hm-i503r",operation="CountLocal"} 576
syncthing_db_operations_total{folder="uw3hm-i503r",operation="CountNeed"} 2290
syncthing_db_operations_total{folder="uw3hm-i503r",operation="CountReceiveOnlyChanged"} 576
syncthing_db_operations_total{folder="uw3hm-i503r",operation="GetDeviceFile"} 238655
syncthing_db_operations_total{folder="uw3hm-i503r",operation="GetDeviceSequence"} 29371
syncthing_db_operations_total{folder="uw3hm-i503r",operation="IndexIDGet"} 1903
syncthing_db_operations_total{folder="uw3hm-i503r",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="uw3hm-i503r",operation="RemoteSequences"} 576
syncthing_db_operations_total{folder="uyfzv-grqeb",operation="AllLocalFilesBySequence"} 260
syncthing_db_operations_total{folder="uyfzv-grqeb",operation="AllLocalFilesPrefix"} 809
syncthing_db_operations_total{folder="uyfzv-grqeb",operation="CountGlobal"} 1772
syncthing_db_operations_total{folder="uyfzv-grqeb",operation="CountLocal"} 576
syncthing_db_operations_total{folder="uyfzv-grqeb",operation="CountNeed"} 2290
syncthing_db_operations_total{folder="uyfzv-grqeb",operation="CountReceiveOnlyChanged"} 576
syncthing_db_operations_total{folder="uyfzv-grqeb",operation="GetDeviceFile"} 211149
syncthing_db_operations_total{folder="uyfzv-grqeb",operation="GetDeviceSequence"} 29371
syncthing_db_operations_total{folder="uyfzv-grqeb",operation="IndexIDGet"} 1903
syncthing_db_operations_total{folder="uyfzv-grqeb",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="uyfzv-grqeb",operation="RemoteSequences"} 576
# HELP syncthing_events_total Total number of created/forwarded/dropped events
# TYPE syncthing_events_total counter
syncthing_events_total{event="ClusterConfigReceived",state="created"} 260
syncthing_events_total{event="ClusterConfigReceived",state="delivered"} 520
syncthing_events_total{event="ConfigSaved",state="created"} 3
syncthing_events_total{event="ConfigSaved",state="delivered"} 3
syncthing_events_total{event="DeviceConnected",state="created"} 262
syncthing_events_total{event="DeviceConnected",state="delivered"} 524
syncthing_events_total{event="DeviceDisconnected",state="created"} 254
syncthing_events_total{event="DeviceDisconnected",state="delivered"} 545
syncthing_events_total{event="FolderCompletion",state="created"} 2688
syncthing_events_total{event="FolderCompletion",state="delivered"} 2688
syncthing_events_total{event="FolderSummary",state="created"} 1344
syncthing_events_total{event="FolderSummary",state="delivered"} 1344
syncthing_events_total{event="ListenAddressesChanged",state="created"} 460
syncthing_events_total{event="ListenAddressesChanged",state="delivered"} 920
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"} 7281
syncthing_events_total{event="StateChanged",state="delivered"} 14562
# HELP syncthing_fs_operation_bytes_total Total number of filesystem bytes transferred, per filesystem root and operation
# TYPE syncthing_fs_operation_bytes_total counter
syncthing_fs_operation_bytes_total{operation="read",root="/var/lib/syncthing/Resilio"} 8
syncthing_fs_operation_bytes_total{operation="write",root="/var/lib/syncthing/.config/syncthing"} 42813
# 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/lib/syncthing/.config/syncthing"} 0.000224379
syncthing_fs_operation_seconds_total{operation="close",root="/var/lib/syncthing/.config/syncthing"} 5.7814e-05
syncthing_fs_operation_seconds_total{operation="close",root="/var/lib/syncthing/Resilio"} 1.0985e-05
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/lib/syncthing/NTCE"} 5.241894625000002
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/lib/syncthing/Resilio"} 12.83119473800017
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/lib/syncthing/hwy"} 0.3880832709999999
syncthing_fs_operation_seconds_total{operation="glob",root="/var/lib/syncthing/.config/syncthing"} 0.00016209999999999998
syncthing_fs_operation_seconds_total{operation="hide",root="/var/lib/syncthing/NTCE"} 1.789e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/var/lib/syncthing/Resilio"} 1.573e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/var/lib/syncthing/hwy"} 3.6520000000000004e-06
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/lib/syncthing/.config/syncthing"} 0.00013631
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/lib/syncthing/NTCE"} 20.421451756000003
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/lib/syncthing/Resilio"} 20.36309102699999
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/lib/syncthing/hwy"} 1.5126213
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/var/lib/syncthing/.config/syncthing"} 1.1560000000000001e-05
syncthing_fs_operation_seconds_total{operation="name",root="/var/lib/syncthing/.config/syncthing"} 3.048e-06
syncthing_fs_operation_seconds_total{operation="open",root="/var/lib/syncthing/.config/syncthing"} 7.0236e-05
syncthing_fs_operation_seconds_total{operation="open",root="/var/lib/syncthing/NTCE"} 0.0061091249999999965
syncthing_fs_operation_seconds_total{operation="open",root="/var/lib/syncthing/Resilio"} 1.4756e-05
syncthing_fs_operation_seconds_total{operation="open",root="/var/lib/syncthing/hwy"} 0.01818950999999998
syncthing_fs_operation_seconds_total{operation="openfile",root="/var/lib/syncthing/.config/syncthing"} 0.000219399
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/.config/syncthing"} 3.4069999999999997e-06
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/.config/syncthing/index-v2"} 0.005764729999999994
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/NTCE"} 0.026579953999999996
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/Resilio"} 0.03866288699999997
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/hwy"} 0.03734638099999999
syncthing_fs_operation_seconds_total{operation="read",root="/var/lib/syncthing/Resilio"} 0.063591357
syncthing_fs_operation_seconds_total{operation="remove",root="/var/lib/syncthing/.config/syncthing"} 4.3303e-05
syncthing_fs_operation_seconds_total{operation="removeall",root="/var/lib/syncthing/.config/syncthing"} 0.004864166
syncthing_fs_operation_seconds_total{operation="rename",root="/var/lib/syncthing/.config/syncthing"} 0.000182135
syncthing_fs_operation_seconds_total{operation="stat",root="/var/lib/syncthing/.config/syncthing"} 4.4529999999999995e-06
syncthing_fs_operation_seconds_total{operation="stat",root="/var/lib/syncthing/NTCE"} 0.23649662499999996
syncthing_fs_operation_seconds_total{operation="stat",root="/var/lib/syncthing/Resilio"} 0.2713871320000001
syncthing_fs_operation_seconds_total{operation="stat",root="/var/lib/syncthing/hwy"} 0.25214457200000007
syncthing_fs_operation_seconds_total{operation="sync",root="/var/lib/syncthing/.config/syncthing"} 0.017494876
syncthing_fs_operation_seconds_total{operation="type",root="/var/lib/syncthing/NTCE"} 0.0002544059999999999
syncthing_fs_operation_seconds_total{operation="type",root="/var/lib/syncthing/Resilio"} 0.00029680900000000015
syncthing_fs_operation_seconds_total{operation="type",root="/var/lib/syncthing/hwy"} 0.00024198300000000022
syncthing_fs_operation_seconds_total{operation="uri",root="/var/lib/syncthing/NTCE"} 0.000919705
syncthing_fs_operation_seconds_total{operation="uri",root="/var/lib/syncthing/Resilio"} 0.00013086700000000017
syncthing_fs_operation_seconds_total{operation="uri",root="/var/lib/syncthing/hwy"} 0.00018141500000000028
syncthing_fs_operation_seconds_total{operation="usage",root="/var/lib/syncthing/.config/syncthing/index-v2"} 0.6620768140000003
syncthing_fs_operation_seconds_total{operation="watch",root="/var/lib/syncthing/NTCE"} 0.165670905
syncthing_fs_operation_seconds_total{operation="watch",root="/var/lib/syncthing/Resilio"} 0.145317785
syncthing_fs_operation_seconds_total{operation="watch",root="/var/lib/syncthing/hwy"} 0.017951143
syncthing_fs_operation_seconds_total{operation="write",root="/var/lib/syncthing/.config/syncthing"} 0.000114763
# 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/lib/syncthing/.config/syncthing"} 3
syncthing_fs_operations_total{operation="close",root="/var/lib/syncthing/.config/syncthing"} 6
syncthing_fs_operations_total{operation="close",root="/var/lib/syncthing/Resilio"} 1
syncthing_fs_operations_total{operation="dirnames",root="/var/lib/syncthing/NTCE"} 46113
syncthing_fs_operations_total{operation="dirnames",root="/var/lib/syncthing/Resilio"} 117312
syncthing_fs_operations_total{operation="dirnames",root="/var/lib/syncthing/hwy"} 1618
syncthing_fs_operations_total{operation="glob",root="/var/lib/syncthing/.config/syncthing"} 5
syncthing_fs_operations_total{operation="hide",root="/var/lib/syncthing/NTCE"} 3
syncthing_fs_operations_total{operation="hide",root="/var/lib/syncthing/Resilio"} 3
syncthing_fs_operations_total{operation="hide",root="/var/lib/syncthing/hwy"} 3
syncthing_fs_operations_total{operation="lstat",root="/var/lib/syncthing/.config/syncthing"} 8
syncthing_fs_operations_total{operation="lstat",root="/var/lib/syncthing/NTCE"} 1.096201e+06
syncthing_fs_operations_total{operation="lstat",root="/var/lib/syncthing/Resilio"} 1.143931e+06
syncthing_fs_operations_total{operation="lstat",root="/var/lib/syncthing/hwy"} 3242
syncthing_fs_operations_total{operation="mkdirall",root="/var/lib/syncthing/.config/syncthing"} 2
syncthing_fs_operations_total{operation="name",root="/var/lib/syncthing/.config/syncthing"} 9
syncthing_fs_operations_total{operation="open",root="/var/lib/syncthing/.config/syncthing"} 3
syncthing_fs_operations_total{operation="open",root="/var/lib/syncthing/NTCE"} 811
syncthing_fs_operations_total{operation="open",root="/var/lib/syncthing/Resilio"} 1
syncthing_fs_operations_total{operation="open",root="/var/lib/syncthing/hwy"} 811
syncthing_fs_operations_total{operation="openfile",root="/var/lib/syncthing/.config/syncthing"} 3
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/.config/syncthing"} 6
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/.config/syncthing/index-v2"} 2430
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/NTCE"} 1628
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/Resilio"} 1628
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/hwy"} 1628
syncthing_fs_operations_total{operation="read",root="/var/lib/syncthing/Resilio"} 2
syncthing_fs_operations_total{operation="remove",root="/var/lib/syncthing/.config/syncthing"} 3
syncthing_fs_operations_total{operation="removeall",root="/var/lib/syncthing/.config/syncthing"} 1
syncthing_fs_operations_total{operation="rename",root="/var/lib/syncthing/.config/syncthing"} 3
syncthing_fs_operations_total{operation="stat",root="/var/lib/syncthing/.config/syncthing"} 2
syncthing_fs_operations_total{operation="stat",root="/var/lib/syncthing/NTCE"} 1620
syncthing_fs_operations_total{operation="stat",root="/var/lib/syncthing/Resilio"} 2431
syncthing_fs_operations_total{operation="stat",root="/var/lib/syncthing/hwy"} 1620
syncthing_fs_operations_total{operation="sync",root="/var/lib/syncthing/.config/syncthing"} 6
syncthing_fs_operations_total{operation="type",root="/var/lib/syncthing/NTCE"} 815
syncthing_fs_operations_total{operation="type",root="/var/lib/syncthing/Resilio"} 815
syncthing_fs_operations_total{operation="type",root="/var/lib/syncthing/hwy"} 815
syncthing_fs_operations_total{operation="uri",root="/var/lib/syncthing/NTCE"} 815
syncthing_fs_operations_total{operation="uri",root="/var/lib/syncthing/Resilio"} 815
syncthing_fs_operations_total{operation="uri",root="/var/lib/syncthing/hwy"} 815
syncthing_fs_operations_total{operation="usage",root="/var/lib/syncthing/.config/syncthing/index-v2"} 2430
syncthing_fs_operations_total{operation="watch",root="/var/lib/syncthing/NTCE"} 1
syncthing_fs_operations_total{operation="watch",root="/var/lib/syncthing/Resilio"} 1
syncthing_fs_operations_total{operation="watch",root="/var/lib/syncthing/hwy"} 1
syncthing_fs_operations_total{operation="write",root="/var/lib/syncthing/.config/syncthing"} 21
# HELP syncthing_model_folder_conflicts_total Total number of conflicts
# TYPE syncthing_model_folder_conflicts_total counter
syncthing_model_folder_conflicts_total{folder="hwy"} 0
syncthing_model_folder_conflicts_total{folder="uw3hm-i503r"} 0
syncthing_model_folder_conflicts_total{folder="uyfzv-grqeb"} 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="hwy",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="hwy",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="hwy",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="hwy",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="uw3hm-i503r",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="uw3hm-i503r",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="uw3hm-i503r",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="uw3hm-i503r",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="uyfzv-grqeb",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="uyfzv-grqeb",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="uyfzv-grqeb",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="uyfzv-grqeb",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="hwy"} 0
syncthing_model_folder_pull_seconds_total{folder="uw3hm-i503r"} 0
syncthing_model_folder_pull_seconds_total{folder="uyfzv-grqeb"} 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="hwy"} 0
syncthing_model_folder_pulls_total{folder="uw3hm-i503r"} 0
syncthing_model_folder_pulls_total{folder="uyfzv-grqeb"} 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="hwy"} 3.834899979
syncthing_model_folder_scan_seconds_total{folder="uw3hm-i503r"} 131.74547127700015
syncthing_model_folder_scan_seconds_total{folder="uyfzv-grqeb"} 96.29493960699999
# 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="hwy"} 809
syncthing_model_folder_scans_total{folder="uw3hm-i503r"} 809
syncthing_model_folder_scans_total{folder="uyfzv-grqeb"} 809
# HELP syncthing_model_folder_state Current folder state
# TYPE syncthing_model_folder_state gauge
syncthing_model_folder_state{folder="hwy"} 0
syncthing_model_folder_state{folder="uw3hm-i503r"} 0
syncthing_model_folder_state{folder="uyfzv-grqeb"} 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="hwy",scope="global",type="bytes"} 0
syncthing_model_folder_summary{folder="hwy",scope="global",type="deleted"} 1
syncthing_model_folder_summary{folder="hwy",scope="global",type="directories"} 0
syncthing_model_folder_summary{folder="hwy",scope="global",type="files"} 0
syncthing_model_folder_summary{folder="hwy",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="hwy",scope="local",type="bytes"} 0
syncthing_model_folder_summary{folder="hwy",scope="local",type="deleted"} 1
syncthing_model_folder_summary{folder="hwy",scope="local",type="directories"} 0
syncthing_model_folder_summary{folder="hwy",scope="local",type="files"} 0
syncthing_model_folder_summary{folder="hwy",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="hwy",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="hwy",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="hwy",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="hwy",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="hwy",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="uw3hm-i503r",scope="global",type="bytes"} 2.283348182e+09
syncthing_model_folder_summary{folder="uw3hm-i503r",scope="global",type="deleted"} 12
syncthing_model_folder_summary{folder="uw3hm-i503r",scope="global",type="directories"} 77
syncthing_model_folder_summary{folder="uw3hm-i503r",scope="global",type="files"} 218
syncthing_model_folder_summary{folder="uw3hm-i503r",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="uw3hm-i503r",scope="local",type="bytes"} 2.283348182e+09
syncthing_model_folder_summary{folder="uw3hm-i503r",scope="local",type="deleted"} 10
syncthing_model_folder_summary{folder="uw3hm-i503r",scope="local",type="directories"} 77
syncthing_model_folder_summary{folder="uw3hm-i503r",scope="local",type="files"} 218
syncthing_model_folder_summary{folder="uw3hm-i503r",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="uw3hm-i503r",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="uw3hm-i503r",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="uw3hm-i503r",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="uw3hm-i503r",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="uw3hm-i503r",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="uyfzv-grqeb",scope="global",type="bytes"} 5.9858253e+08
syncthing_model_folder_summary{folder="uyfzv-grqeb",scope="global",type="deleted"} 1
syncthing_model_folder_summary{folder="uyfzv-grqeb",scope="global",type="directories"} 27
syncthing_model_folder_summary{folder="uyfzv-grqeb",scope="global",type="files"} 234
syncthing_model_folder_summary{folder="uyfzv-grqeb",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="uyfzv-grqeb",scope="local",type="bytes"} 5.9858253e+08
syncthing_model_folder_summary{folder="uyfzv-grqeb",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="uyfzv-grqeb",scope="local",type="directories"} 27
syncthing_model_folder_summary{folder="uyfzv-grqeb",scope="local",type="files"} 234
syncthing_model_folder_summary{folder="uyfzv-grqeb",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="uyfzv-grqeb",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="uyfzv-grqeb",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="uyfzv-grqeb",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="uyfzv-grqeb",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="uyfzv-grqeb",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="EAW7SQ2-N57O5DY-PXJJK4N-F7CWOBX-44WHOKR-YVVBBG2-EKJQ27R-IW7RSQJ"} 85160
syncthing_protocol_recv_bytes_total{device="LNPW4VK-ZSWOD4M-K4RHEJ3-LR3PCYE-STWB2AV-3IKEFNS-GAAAEFJ-JDWHJQY"} 170036
# 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="EAW7SQ2-N57O5DY-PXJJK4N-F7CWOBX-44WHOKR-YVVBBG2-EKJQ27R-IW7RSQJ"} 142074
syncthing_protocol_recv_decompressed_bytes_total{device="LNPW4VK-ZSWOD4M-K4RHEJ3-LR3PCYE-STWB2AV-3IKEFNS-GAAAEFJ-JDWHJQY"} 187604
# 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="EAW7SQ2-N57O5DY-PXJJK4N-F7CWOBX-44WHOKR-YVVBBG2-EKJQ27R-IW7RSQJ"} 1491
syncthing_protocol_recv_messages_total{device="LNPW4VK-ZSWOD4M-K4RHEJ3-LR3PCYE-STWB2AV-3IKEFNS-GAAAEFJ-JDWHJQY"} 18485
# 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="EAW7SQ2-N57O5DY-PXJJK4N-F7CWOBX-44WHOKR-YVVBBG2-EKJQ27R-IW7RSQJ"} 91651
syncthing_protocol_sent_bytes_total{device="LNPW4VK-ZSWOD4M-K4RHEJ3-LR3PCYE-STWB2AV-3IKEFNS-GAAAEFJ-JDWHJQY"} 178495
# 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="EAW7SQ2-N57O5DY-PXJJK4N-F7CWOBX-44WHOKR-YVVBBG2-EKJQ27R-IW7RSQJ"} 2629
syncthing_protocol_sent_messages_total{device="LNPW4VK-ZSWOD4M-K4RHEJ3-LR3PCYE-STWB2AV-3IKEFNS-GAAAEFJ-JDWHJQY"} 19542
# 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="EAW7SQ2-N57O5DY-PXJJK4N-F7CWOBX-44WHOKR-YVVBBG2-EKJQ27R-IW7RSQJ"} 147506
syncthing_protocol_sent_uncompressed_bytes_total{device="LNPW4VK-ZSWOD4M-K4RHEJ3-LR3PCYE-STWB2AV-3IKEFNS-GAAAEFJ-JDWHJQY"} 195820
# 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="hwy"} 0
syncthing_scanner_hashed_bytes_total{folder="uw3hm-i503r"} 0
syncthing_scanner_hashed_bytes_total{folder="uyfzv-grqeb"} 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="hwy"} 1618
syncthing_scanner_scanned_items_total{folder="uw3hm-i503r"} 241082
syncthing_scanner_scanned_items_total{folder="uyfzv-grqeb"} 212767
