# 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"} 6.1572e-05
go_gc_duration_seconds{quantile="0.25"} 7.2007e-05
go_gc_duration_seconds{quantile="0.5"} 8.6756e-05
go_gc_duration_seconds{quantile="0.75"} 0.000121447
go_gc_duration_seconds{quantile="1"} 0.013406099
go_gc_duration_seconds_sum 0.526173117
go_gc_duration_seconds_count 4233
# 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 383
# HELP go_info Information about the Go environment.
# TYPE go_info gauge
go_info{version="go1.24.9"} 1
# HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes.
# TYPE go_memstats_alloc_bytes gauge
go_memstats_alloc_bytes 8.975232e+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 2.2739203336e+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.350646e+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 2.25329391e+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.06524e+06
# HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes.
# TYPE go_memstats_heap_alloc_bytes gauge
go_memstats_heap_alloc_bytes 8.975232e+06
# HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes.
# TYPE go_memstats_heap_idle_bytes gauge
go_memstats_heap_idle_bytes 1.5499264e+07
# HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes
# TYPE go_memstats_heap_inuse_bytes gauge
go_memstats_heap_inuse_bytes 1.5532032e+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 48790
# HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes.
# TYPE go_memstats_heap_released_bytes gauge
go_memstats_heap_released_bytes 1.2664832e+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 3.1031296e+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.7616930089333732e+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 2.25378181e+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 4832
# 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 289280
# 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 375360
# 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.899321e+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 882530
# 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 6.71744e+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 6.71744e+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 4.5438216e+07
# HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads.
# TYPE go_sched_gomaxprocs_threads gauge
go_sched_gomaxprocs_threads 4
# HELP go_threads Number of OS threads created.
# TYPE go_threads gauge
go_threads 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 1763.72
# HELP process_max_fds Maximum number of open file descriptors.
# TYPE process_max_fds gauge
process_max_fds 1.048576e+06
# HELP process_network_receive_bytes_total Number of bytes received by the process over the network.
# TYPE process_network_receive_bytes_total counter
process_network_receive_bytes_total 1.264282281e+09
# HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network.
# TYPE process_network_transmit_bytes_total counter
process_network_transmit_bytes_total 3.1280243e+07
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 75
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 1.02895616e+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.76167865988e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 1.332297728e+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"} 0
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="3272OUQ-BVE4YO3-6UONFA4-X2HJ3PK-PUTXO6T-V2P2LNI-EOHYL57-N5SKOQR",introducer="false",name="minipckr",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="TDDKUWN-KBHJ5NO-QPZLGJG-UOHYM2W-52XJ4K4-DCCLD57-FI36UEC-IUPCEAJ",introducer="false",name="S22",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="WP6OJZH-U5AYWG6-24F3ZTT-6TQLNM4-C4G2QGB-WIMFM2J-MGUTVQS-KQ3KCQM",introducer="false",name="ZFLIP5",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="ZYHOQ2K-3KZIK6W-TQR2YF5-RSDQYDI-G5H5V4V-LFZ2GWQ-7NBO5CY-2H36WQD",introducer="false",name="minipcau",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="but77-oa179",label="Backup_AR",path="/data/backup_ar",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="qrj63-sv3dj",label="photo",path="/data/photo",paused="false",type="sendonly"} 1
syncthing_config_folder_info{folder="vt80r-26mob",label="Backup_JH",path="/data/backup_jh",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="3272OUQ-BVE4YO3-6UONFA4-X2HJ3PK-PUTXO6T-V2P2LNI-EOHYL57-N5SKOQR"} 0
syncthing_connections_active{device="TDDKUWN-KBHJ5NO-QPZLGJG-UOHYM2W-52XJ4K4-DCCLD57-FI36UEC-IUPCEAJ"} 0
syncthing_connections_active{device="WP6OJZH-U5AYWG6-24F3ZTT-6TQLNM4-C4G2QGB-WIMFM2J-MGUTVQS-KQ3KCQM"} 1
syncthing_connections_active{device="ZYHOQ2K-3KZIK6W-TQR2YF5-RSDQYDI-G5H5V4V-LFZ2GWQ-7NBO5CY-2H36WQD"} 0
# HELP syncthing_db_files_updated_total Total number of files updated
# TYPE syncthing_db_files_updated_total counter
syncthing_db_files_updated_total{folder="but77-oa179"} 126
syncthing_db_files_updated_total{folder="qrj63-sv3dj"} 1563
# 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"} 108.01527169299938
syncthing_db_operation_seconds_total{folder="-",operation="GetKV"} 6.427015492000006
syncthing_db_operation_seconds_total{folder="-",operation="ListFolders"} 0.0012404
syncthing_db_operation_seconds_total{folder="-",operation="PrefixKV"} 0.42107315900000003
syncthing_db_operation_seconds_total{folder="-",operation="PutKV"} 12.243066147999995
syncthing_db_operation_seconds_total{folder="but77-oa179",operation="AllLocalFilesBySequence"} 2.147664818
syncthing_db_operation_seconds_total{folder="but77-oa179",operation="AllLocalFilesPrefix"} 0.002325503
syncthing_db_operation_seconds_total{folder="but77-oa179",operation="AllNeededGlobalFiles"} 100.59022260800002
syncthing_db_operation_seconds_total{folder="but77-oa179",operation="CountGlobal"} 1.8264652739999996
syncthing_db_operation_seconds_total{folder="but77-oa179",operation="CountLocal"} 1.0870458759999986
syncthing_db_operation_seconds_total{folder="but77-oa179",operation="CountNeed"} 311.0332148230001
syncthing_db_operation_seconds_total{folder="but77-oa179",operation="CountReceiveOnlyChanged"} 0.46118875899999995
syncthing_db_operation_seconds_total{folder="but77-oa179",operation="GetDeviceFile"} 106.7858401220013
syncthing_db_operation_seconds_total{folder="but77-oa179",operation="GetDeviceSequence"} 2.9690978389999976
syncthing_db_operation_seconds_total{folder="but77-oa179",operation="GetGlobalAvailability"} 60.622361862000126
syncthing_db_operation_seconds_total{folder="but77-oa179",operation="GetGlobalFile"} 118.22905147900046
syncthing_db_operation_seconds_total{folder="but77-oa179",operation="IndexIDGet"} 0.06652441899999999
syncthing_db_operation_seconds_total{folder="but77-oa179",operation="ListDevicesForFolder"} 0.061771104
syncthing_db_operation_seconds_total{folder="but77-oa179",operation="RemoteSequences"} 0.5520137400000001
syncthing_db_operation_seconds_total{folder="but77-oa179",operation="Update"} 27.809766854
syncthing_db_operation_seconds_total{folder="qrj63-sv3dj",operation="AllLocalFilesBySequence"} 0.003663174
syncthing_db_operation_seconds_total{folder="qrj63-sv3dj",operation="AllLocalFilesPrefix"} 0.006315023
syncthing_db_operation_seconds_total{folder="qrj63-sv3dj",operation="CountGlobal"} 0.07980394400000002
syncthing_db_operation_seconds_total{folder="qrj63-sv3dj",operation="CountLocal"} 0.049097088
syncthing_db_operation_seconds_total{folder="qrj63-sv3dj",operation="CountNeed"} 53.721484563999994
syncthing_db_operation_seconds_total{folder="qrj63-sv3dj",operation="CountReceiveOnlyChanged"} 0.003290467
syncthing_db_operation_seconds_total{folder="qrj63-sv3dj",operation="GetDeviceFile"} 2541.1636701199945
syncthing_db_operation_seconds_total{folder="qrj63-sv3dj",operation="GetDeviceSequence"} 0.6131695269999995
syncthing_db_operation_seconds_total{folder="qrj63-sv3dj",operation="IndexIDGet"} 0.30932567099999997
syncthing_db_operation_seconds_total{folder="qrj63-sv3dj",operation="ListDevicesForFolder"} 0.017982966
syncthing_db_operation_seconds_total{folder="qrj63-sv3dj",operation="RemoteSequences"} 0.015612434
syncthing_db_operation_seconds_total{folder="qrj63-sv3dj",operation="Update"} 76.181881437
syncthing_db_operation_seconds_total{folder="vt80r-26mob",operation="AllLocalFilesPrefix"} 0.013443198
syncthing_db_operation_seconds_total{folder="vt80r-26mob",operation="CountGlobal"} 0.034280009
syncthing_db_operation_seconds_total{folder="vt80r-26mob",operation="CountLocal"} 0.018730837
syncthing_db_operation_seconds_total{folder="vt80r-26mob",operation="CountNeed"} 0.8340489859999999
syncthing_db_operation_seconds_total{folder="vt80r-26mob",operation="CountReceiveOnlyChanged"} 0.000867031
syncthing_db_operation_seconds_total{folder="vt80r-26mob",operation="GetDeviceFile"} 25.307569167999983
syncthing_db_operation_seconds_total{folder="vt80r-26mob",operation="GetDeviceSequence"} 0.062912717
syncthing_db_operation_seconds_total{folder="vt80r-26mob",operation="ListDevicesForFolder"} 0.059617798
syncthing_db_operation_seconds_total{folder="vt80r-26mob",operation="RemoteSequences"} 0.041769025
# 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="but77-oa179",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="but77-oa179",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="but77-oa179",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="but77-oa179",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="but77-oa179",operation="CountLocal"} 0
syncthing_db_operations_current{folder="but77-oa179",operation="CountNeed"} 0
syncthing_db_operations_current{folder="but77-oa179",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="but77-oa179",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="but77-oa179",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="but77-oa179",operation="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="but77-oa179",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="but77-oa179",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="but77-oa179",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="but77-oa179",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="but77-oa179",operation="Update"} 0
syncthing_db_operations_current{folder="qrj63-sv3dj",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="qrj63-sv3dj",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="qrj63-sv3dj",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="qrj63-sv3dj",operation="CountLocal"} 0
syncthing_db_operations_current{folder="qrj63-sv3dj",operation="CountNeed"} 0
syncthing_db_operations_current{folder="qrj63-sv3dj",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="qrj63-sv3dj",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="qrj63-sv3dj",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="qrj63-sv3dj",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="qrj63-sv3dj",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="qrj63-sv3dj",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="qrj63-sv3dj",operation="Update"} 0
syncthing_db_operations_current{folder="vt80r-26mob",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="vt80r-26mob",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="vt80r-26mob",operation="CountLocal"} 0
syncthing_db_operations_current{folder="vt80r-26mob",operation="CountNeed"} 0
syncthing_db_operations_current{folder="vt80r-26mob",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="vt80r-26mob",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="vt80r-26mob",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="vt80r-26mob",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="vt80r-26mob",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"} 28601
syncthing_db_operations_total{folder="-",operation="GetKV"} 3481
syncthing_db_operations_total{folder="-",operation="ListFolders"} 1
syncthing_db_operations_total{folder="-",operation="PrefixKV"} 12
syncthing_db_operations_total{folder="-",operation="PutKV"} 1432
syncthing_db_operations_total{folder="but77-oa179",operation="AllLocalFilesBySequence"} 112
syncthing_db_operations_total{folder="but77-oa179",operation="AllLocalFilesPrefix"} 3
syncthing_db_operations_total{folder="but77-oa179",operation="AllNeededGlobalFiles"} 28
syncthing_db_operations_total{folder="but77-oa179",operation="CountGlobal"} 922
syncthing_db_operations_total{folder="but77-oa179",operation="CountLocal"} 460
syncthing_db_operations_total{folder="but77-oa179",operation="CountNeed"} 932
syncthing_db_operations_total{folder="but77-oa179",operation="CountReceiveOnlyChanged"} 460
syncthing_db_operations_total{folder="but77-oa179",operation="GetDeviceFile"} 34664
syncthing_db_operations_total{folder="but77-oa179",operation="GetDeviceSequence"} 1312
syncthing_db_operations_total{folder="but77-oa179",operation="GetGlobalAvailability"} 32890
syncthing_db_operations_total{folder="but77-oa179",operation="GetGlobalFile"} 23364
syncthing_db_operations_total{folder="but77-oa179",operation="IndexIDGet"} 4
syncthing_db_operations_total{folder="but77-oa179",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="but77-oa179",operation="RemoteSequences"} 460
syncthing_db_operations_total{folder="but77-oa179",operation="Update"} 111
syncthing_db_operations_total{folder="qrj63-sv3dj",operation="AllLocalFilesBySequence"} 1
syncthing_db_operations_total{folder="qrj63-sv3dj",operation="AllLocalFilesPrefix"} 3
syncthing_db_operations_total{folder="qrj63-sv3dj",operation="CountGlobal"} 16
syncthing_db_operations_total{folder="qrj63-sv3dj",operation="CountLocal"} 7
syncthing_db_operations_total{folder="qrj63-sv3dj",operation="CountNeed"} 18
syncthing_db_operations_total{folder="qrj63-sv3dj",operation="CountReceiveOnlyChanged"} 7
syncthing_db_operations_total{folder="qrj63-sv3dj",operation="GetDeviceFile"} 428364
syncthing_db_operations_total{folder="qrj63-sv3dj",operation="GetDeviceSequence"} 181
syncthing_db_operations_total{folder="qrj63-sv3dj",operation="IndexIDGet"} 8
syncthing_db_operations_total{folder="qrj63-sv3dj",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="qrj63-sv3dj",operation="RemoteSequences"} 7
syncthing_db_operations_total{folder="qrj63-sv3dj",operation="Update"} 19
syncthing_db_operations_total{folder="vt80r-26mob",operation="AllLocalFilesPrefix"} 5
syncthing_db_operations_total{folder="vt80r-26mob",operation="CountGlobal"} 10
syncthing_db_operations_total{folder="vt80r-26mob",operation="CountLocal"} 4
syncthing_db_operations_total{folder="vt80r-26mob",operation="CountNeed"} 10
syncthing_db_operations_total{folder="vt80r-26mob",operation="CountReceiveOnlyChanged"} 4
syncthing_db_operations_total{folder="vt80r-26mob",operation="GetDeviceFile"} 2900
syncthing_db_operations_total{folder="vt80r-26mob",operation="GetDeviceSequence"} 10
syncthing_db_operations_total{folder="vt80r-26mob",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="vt80r-26mob",operation="RemoteSequences"} 4
# HELP syncthing_events_total Total number of created/forwarded/dropped events
# TYPE syncthing_events_total counter
syncthing_events_total{event="ClusterConfigReceived",state="created"} 2
syncthing_events_total{event="ClusterConfigReceived",state="delivered"} 4
syncthing_events_total{event="DeviceConnected",state="created"} 4
syncthing_events_total{event="DeviceConnected",state="delivered"} 8
syncthing_events_total{event="DeviceDisconnected",state="created"} 1
syncthing_events_total{event="DeviceDisconnected",state="delivered"} 1
syncthing_events_total{event="DeviceDiscovered",state="created"} 1
syncthing_events_total{event="DeviceDiscovered",state="delivered"} 1
syncthing_events_total{event="DownloadProgress",state="created"} 414
syncthing_events_total{event="DownloadProgress",state="delivered"} 828
syncthing_events_total{event="FolderCompletion",state="created"} 459
syncthing_events_total{event="FolderCompletion",state="delivered"} 459
syncthing_events_total{event="FolderErrors",state="created"} 9
syncthing_events_total{event="FolderErrors",state="delivered"} 9
syncthing_events_total{event="FolderSummary",state="created"} 459
syncthing_events_total{event="FolderSummary",state="delivered"} 459
syncthing_events_total{event="ItemFinished",state="created"} 126
syncthing_events_total{event="ItemFinished",state="delivered"} 504
syncthing_events_total{event="ItemStarted",state="created"} 144
syncthing_events_total{event="ItemStarted",state="delivered"} 576
syncthing_events_total{event="ListenAddressesChanged",state="created"} 3
syncthing_events_total{event="ListenAddressesChanged",state="delivered"} 5
syncthing_events_total{event="LocalIndexUpdated",state="created"} 111
syncthing_events_total{event="LocalIndexUpdated",state="delivered"} 333
syncthing_events_total{event="RemoteChangeDetected",state="created"} 126
syncthing_events_total{event="RemoteChangeDetected",state="delivered"} 126
syncthing_events_total{event="RemoteIndexUpdated",state="created"} 19
syncthing_events_total{event="RemoteIndexUpdated",state="delivered"} 38
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"} 64
syncthing_events_total{event="StateChanged",state="delivered"} 128
# 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="readat",root="/data/backup_ar"} 1.828947e+06
syncthing_fs_operation_bytes_total{operation="writeat",root="/data/backup_ar"} 1.208275755e+09
# 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="chtimes",root="/data/backup_ar"} 2.725688796
syncthing_fs_operation_seconds_total{operation="close",root="/data/backup_ar"} 2.656663802999998
syncthing_fs_operation_seconds_total{operation="dirnames",root="/data/backup_ar"} 9.062444654999997
syncthing_fs_operation_seconds_total{operation="dirnames",root="/data/backup_jh"} 1.1728483449999993
syncthing_fs_operation_seconds_total{operation="dirnames",root="/data/photo"} 80.40565746900032
syncthing_fs_operation_seconds_total{operation="glob",root="/config"} 0.11222740899999999
syncthing_fs_operation_seconds_total{operation="hide",root="/data/backup_ar"} 0.0005881469999999998
syncthing_fs_operation_seconds_total{operation="hide",root="/data/backup_jh"} 9.07e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/data/photo"} 9.016e-06
syncthing_fs_operation_seconds_total{operation="lstat",root="/config"} 0.004839206
syncthing_fs_operation_seconds_total{operation="lstat",root="/data/backup_ar"} 186.27155537799922
syncthing_fs_operation_seconds_total{operation="lstat",root="/data/backup_jh"} 37.535974365999806
syncthing_fs_operation_seconds_total{operation="lstat",root="/data/photo"} 3986.7681872058633
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/config"} 0.007821132
syncthing_fs_operation_seconds_total{operation="open",root="/data/backup_ar"} 0.6287978820000002
syncthing_fs_operation_seconds_total{operation="open",root="/data/backup_jh"} 0.008331764
syncthing_fs_operation_seconds_total{operation="open",root="/data/photo"} 0.006659726
syncthing_fs_operation_seconds_total{operation="openfile",root="/data/backup_ar"} 1.0956289340000005
syncthing_fs_operation_seconds_total{operation="options",root="/config"} 9.006e-06
syncthing_fs_operation_seconds_total{operation="options",root="/config/index-v2"} 1.8923e-05
syncthing_fs_operation_seconds_total{operation="options",root="/data/backup_ar"} 0.00012509199999999996
syncthing_fs_operation_seconds_total{operation="options",root="/data/backup_jh"} 2.5449000000000003e-05
syncthing_fs_operation_seconds_total{operation="options",root="/data/photo"} 3.3299999999999996e-05
syncthing_fs_operation_seconds_total{operation="readat",root="/data/backup_ar"} 0.060722203
syncthing_fs_operation_seconds_total{operation="remove",root="/data/backup_ar"} 0.5936612470000003
syncthing_fs_operation_seconds_total{operation="rename",root="/data/backup_ar"} 1.312292703
syncthing_fs_operation_seconds_total{operation="stat",root="/config"} 0.001397964
syncthing_fs_operation_seconds_total{operation="stat",root="/data/backup_ar"} 1.4530189679999994
syncthing_fs_operation_seconds_total{operation="stat",root="/data/backup_jh"} 0.035431749
syncthing_fs_operation_seconds_total{operation="stat",root="/data/photo"} 0.07744481300000002
syncthing_fs_operation_seconds_total{operation="sync",root="/data/backup_ar"} 1.4563910230000008
syncthing_fs_operation_seconds_total{operation="truncate",root="/data/backup_ar"} 3.4064868930000007
syncthing_fs_operation_seconds_total{operation="type",root="/data/backup_ar"} 0.0002968180000000005
syncthing_fs_operation_seconds_total{operation="type",root="/data/backup_jh"} 8.248999999999998e-06
syncthing_fs_operation_seconds_total{operation="type",root="/data/photo"} 1.3982000000000001e-05
syncthing_fs_operation_seconds_total{operation="unhide",root="/data/backup_ar"} 0.000498292
syncthing_fs_operation_seconds_total{operation="uri",root="/data/backup_ar"} 6.755599999999996e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/data/backup_jh"} 2.7475e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/data/photo"} 7.656000000000001e-06
syncthing_fs_operation_seconds_total{operation="usage",root="/config/index-v2"} 0.032252679
syncthing_fs_operation_seconds_total{operation="usage",root="/data/backup_ar"} 0.07884632500000001
syncthing_fs_operation_seconds_total{operation="watch",root="/data/backup_ar"} 38.362413332
syncthing_fs_operation_seconds_total{operation="watch",root="/data/backup_jh"} 515.869753202
syncthing_fs_operation_seconds_total{operation="watch",root="/data/photo"} 515.056071683
syncthing_fs_operation_seconds_total{operation="writeat",root="/data/backup_ar"} 45.6934995460002
# 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="chtimes",root="/data/backup_ar"} 126
syncthing_fs_operations_total{operation="close",root="/data/backup_ar"} 254
syncthing_fs_operations_total{operation="dirnames",root="/data/backup_ar"} 1381
syncthing_fs_operations_total{operation="dirnames",root="/data/backup_jh"} 146
syncthing_fs_operations_total{operation="dirnames",root="/data/photo"} 17171
syncthing_fs_operations_total{operation="glob",root="/config"} 5
syncthing_fs_operations_total{operation="hide",root="/data/backup_ar"} 146
syncthing_fs_operations_total{operation="hide",root="/data/backup_jh"} 3
syncthing_fs_operations_total{operation="hide",root="/data/photo"} 3
syncthing_fs_operations_total{operation="lstat",root="/config"} 1
syncthing_fs_operations_total{operation="lstat",root="/data/backup_ar"} 79570
syncthing_fs_operations_total{operation="lstat",root="/data/backup_jh"} 8701
syncthing_fs_operations_total{operation="lstat",root="/data/photo"} 1.505535e+06
syncthing_fs_operations_total{operation="mkdirall",root="/config"} 2
syncthing_fs_operations_total{operation="open",root="/data/backup_ar"} 287
syncthing_fs_operations_total{operation="open",root="/data/backup_jh"} 7
syncthing_fs_operations_total{operation="open",root="/data/photo"} 5
syncthing_fs_operations_total{operation="openfile",root="/data/backup_ar"} 143
syncthing_fs_operations_total{operation="options",root="/config"} 3
syncthing_fs_operations_total{operation="options",root="/config/index-v2"} 34
syncthing_fs_operations_total{operation="options",root="/data/backup_ar"} 344
syncthing_fs_operations_total{operation="options",root="/data/backup_jh"} 132
syncthing_fs_operations_total{operation="options",root="/data/photo"} 126
syncthing_fs_operations_total{operation="readat",root="/data/backup_ar"} 14
syncthing_fs_operations_total{operation="remove",root="/data/backup_ar"} 144
syncthing_fs_operations_total{operation="rename",root="/data/backup_ar"} 126
syncthing_fs_operations_total{operation="stat",root="/config"} 2
syncthing_fs_operations_total{operation="stat",root="/data/backup_ar"} 461
syncthing_fs_operations_total{operation="stat",root="/data/backup_jh"} 12
syncthing_fs_operations_total{operation="stat",root="/data/photo"} 8
syncthing_fs_operations_total{operation="sync",root="/data/backup_ar"} 240
syncthing_fs_operations_total{operation="truncate",root="/data/backup_ar"} 143
syncthing_fs_operations_total{operation="type",root="/data/backup_ar"} 425
syncthing_fs_operations_total{operation="type",root="/data/backup_jh"} 67
syncthing_fs_operations_total{operation="type",root="/data/photo"} 63
syncthing_fs_operations_total{operation="unhide",root="/data/backup_ar"} 126
syncthing_fs_operations_total{operation="uri",root="/data/backup_ar"} 425
syncthing_fs_operations_total{operation="uri",root="/data/backup_jh"} 67
syncthing_fs_operations_total{operation="uri",root="/data/photo"} 63
syncthing_fs_operations_total{operation="usage",root="/config/index-v2"} 34
syncthing_fs_operations_total{operation="usage",root="/data/backup_ar"} 144
syncthing_fs_operations_total{operation="watch",root="/data/backup_ar"} 1
syncthing_fs_operations_total{operation="watch",root="/data/backup_jh"} 1
syncthing_fs_operations_total{operation="watch",root="/data/photo"} 1
syncthing_fs_operations_total{operation="writeat",root="/data/backup_ar"} 9284
# HELP syncthing_model_folder_conflicts_total Total number of conflicts
# TYPE syncthing_model_folder_conflicts_total counter
syncthing_model_folder_conflicts_total{folder="but77-oa179"} 0
syncthing_model_folder_conflicts_total{folder="qrj63-sv3dj"} 0
syncthing_model_folder_conflicts_total{folder="vt80r-26mob"} 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="but77-oa179",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="but77-oa179",source="local_other"} 1.828947e+06
syncthing_model_folder_processed_bytes_total{folder="but77-oa179",source="network"} 1.206446808e+09
syncthing_model_folder_processed_bytes_total{folder="but77-oa179",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="qrj63-sv3dj",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="qrj63-sv3dj",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="qrj63-sv3dj",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="qrj63-sv3dj",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="vt80r-26mob",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="vt80r-26mob",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="vt80r-26mob",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="vt80r-26mob",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="but77-oa179"} 3555.733076673004
syncthing_model_folder_pull_seconds_total{folder="qrj63-sv3dj"} 0
syncthing_model_folder_pull_seconds_total{folder="vt80r-26mob"} 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="but77-oa179"} 10
syncthing_model_folder_pulls_total{folder="qrj63-sv3dj"} 0
syncthing_model_folder_pulls_total{folder="vt80r-26mob"} 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="but77-oa179"} 238.50097644699989
syncthing_model_folder_scan_seconds_total{folder="qrj63-sv3dj"} 7872.322894241003
syncthing_model_folder_scan_seconds_total{folder="vt80r-26mob"} 82.444325395
# 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="but77-oa179"} 3
syncthing_model_folder_scans_total{folder="qrj63-sv3dj"} 3
syncthing_model_folder_scans_total{folder="vt80r-26mob"} 5
# HELP syncthing_model_folder_state Current folder state
# TYPE syncthing_model_folder_state gauge
syncthing_model_folder_state{folder="but77-oa179"} 5
syncthing_model_folder_state{folder="qrj63-sv3dj"} 1
syncthing_model_folder_state{folder="vt80r-26mob"} 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="but77-oa179",scope="global",type="bytes"} 3.3425267398e+10
syncthing_model_folder_summary{folder="but77-oa179",scope="global",type="deleted"} 5984
syncthing_model_folder_summary{folder="but77-oa179",scope="global",type="directories"} 11
syncthing_model_folder_summary{folder="but77-oa179",scope="global",type="files"} 4328
syncthing_model_folder_summary{folder="but77-oa179",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="but77-oa179",scope="local",type="bytes"} 2.8158293575e+10
syncthing_model_folder_summary{folder="but77-oa179",scope="local",type="deleted"} 5964
syncthing_model_folder_summary{folder="but77-oa179",scope="local",type="directories"} 11
syncthing_model_folder_summary{folder="but77-oa179",scope="local",type="files"} 3595
syncthing_model_folder_summary{folder="but77-oa179",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="but77-oa179",scope="need",type="bytes"} 5.145855036e+09
syncthing_model_folder_summary{folder="but77-oa179",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="but77-oa179",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="but77-oa179",scope="need",type="files"} 734
syncthing_model_folder_summary{folder="but77-oa179",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="qrj63-sv3dj",scope="global",type="bytes"} 1.276386203817e+12
syncthing_model_folder_summary{folder="qrj63-sv3dj",scope="global",type="deleted"} 0
syncthing_model_folder_summary{folder="qrj63-sv3dj",scope="global",type="directories"} 839
syncthing_model_folder_summary{folder="qrj63-sv3dj",scope="global",type="files"} 141949
syncthing_model_folder_summary{folder="qrj63-sv3dj",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="qrj63-sv3dj",scope="local",type="bytes"} 1.276386203817e+12
syncthing_model_folder_summary{folder="qrj63-sv3dj",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="qrj63-sv3dj",scope="local",type="directories"} 839
syncthing_model_folder_summary{folder="qrj63-sv3dj",scope="local",type="files"} 141949
syncthing_model_folder_summary{folder="qrj63-sv3dj",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="qrj63-sv3dj",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="qrj63-sv3dj",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="qrj63-sv3dj",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="qrj63-sv3dj",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="qrj63-sv3dj",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="3272OUQ-BVE4YO3-6UONFA4-X2HJ3PK-PUTXO6T-V2P2LNI-EOHYL57-N5SKOQR"} 4.022391e+06
syncthing_protocol_recv_bytes_total{device="WP6OJZH-U5AYWG6-24F3ZTT-6TQLNM4-C4G2QGB-WIMFM2J-MGUTVQS-KQ3KCQM"} 1.206585935e+09
# 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="3272OUQ-BVE4YO3-6UONFA4-X2HJ3PK-PUTXO6T-V2P2LNI-EOHYL57-N5SKOQR"} 4.753626e+06
syncthing_protocol_recv_decompressed_bytes_total{device="WP6OJZH-U5AYWG6-24F3ZTT-6TQLNM4-C4G2QGB-WIMFM2J-MGUTVQS-KQ3KCQM"} 1.206585935e+09
# 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="3272OUQ-BVE4YO3-6UONFA4-X2HJ3PK-PUTXO6T-V2P2LNI-EOHYL57-N5SKOQR"} 331
syncthing_protocol_recv_messages_total{device="WP6OJZH-U5AYWG6-24F3ZTT-6TQLNM4-C4G2QGB-WIMFM2J-MGUTVQS-KQ3KCQM"} 9277
# 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="3272OUQ-BVE4YO3-6UONFA4-X2HJ3PK-PUTXO6T-V2P2LNI-EOHYL57-N5SKOQR"} 4012
syncthing_protocol_sent_bytes_total{device="WP6OJZH-U5AYWG6-24F3ZTT-6TQLNM4-C4G2QGB-WIMFM2J-MGUTVQS-KQ3KCQM"} 1.36378e+06
# 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="3272OUQ-BVE4YO3-6UONFA4-X2HJ3PK-PUTXO6T-V2P2LNI-EOHYL57-N5SKOQR"} 479
syncthing_protocol_sent_messages_total{device="WP6OJZH-U5AYWG6-24F3ZTT-6TQLNM4-C4G2QGB-WIMFM2J-MGUTVQS-KQ3KCQM"} 10057
# 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="3272OUQ-BVE4YO3-6UONFA4-X2HJ3PK-PUTXO6T-V2P2LNI-EOHYL57-N5SKOQR"} 4202
syncthing_protocol_sent_uncompressed_bytes_total{device="WP6OJZH-U5AYWG6-24F3ZTT-6TQLNM4-C4G2QGB-WIMFM2J-MGUTVQS-KQ3KCQM"} 1.434521e+06
# 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="but77-oa179"} 0
syncthing_scanner_hashed_bytes_total{folder="qrj63-sv3dj"} 0
syncthing_scanner_hashed_bytes_total{folder="vt80r-26mob"} 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="but77-oa179"} 10467
syncthing_scanner_scanned_items_total{folder="qrj63-sv3dj"} 428370
syncthing_scanner_scanned_items_total{folder="vt80r-26mob"} 2910
