# 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"} 0.000101479
go_gc_duration_seconds{quantile="0.25"} 0.000154
go_gc_duration_seconds{quantile="0.5"} 0.000179492
go_gc_duration_seconds{quantile="0.75"} 0.000214817
go_gc_duration_seconds{quantile="1"} 0.000477006
go_gc_duration_seconds_sum 0.549550851
go_gc_duration_seconds_count 2361
# 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 103
# 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 7.494592e+06
# HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes.
# TYPE go_memstats_alloc_bytes_total counter
go_memstats_alloc_bytes_total 7.37271644e+09
# HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes.
# TYPE go_memstats_buck_hash_sys_bytes gauge
go_memstats_buck_hash_sys_bytes 2.043438e+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 9.6433737e+07
# 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.058384e+06
# HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes.
# TYPE go_memstats_heap_alloc_bytes gauge
go_memstats_heap_alloc_bytes 7.494592e+06
# HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes.
# TYPE go_memstats_heap_idle_bytes gauge
go_memstats_heap_idle_bytes 6.856704e+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.1853824e+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 38417
# 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 5.750784e+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.8710528e+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.7686976595154924e+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 9.6472154e+07
# HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes.
# TYPE go_memstats_mcache_inuse_bytes gauge
go_memstats_mcache_inuse_bytes 9664
# HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes.
# TYPE go_memstats_mcache_sys_bytes gauge
go_memstats_mcache_sys_bytes 15704
# HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes.
# TYPE go_memstats_mspan_inuse_bytes gauge
go_memstats_mspan_inuse_bytes 251840
# 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 342720
# 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 8.797274e+06
# 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.52517e+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.228224e+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.228224e+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 8
# HELP go_threads Number of OS threads created.
# TYPE go_threads gauge
go_threads 18
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 415.78
# 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 4.2404022e+07
# HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network.
# TYPE process_network_transmit_bytes_total counter
process_network_transmit_bytes_total 1.50358396e+08
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 45
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 5.2785152e+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.76861899805e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 1.430151168e+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="2MT7OFK-5HVDFTN-C2HOGBA-I5VREHG-W2QT7W7-XHDMNU5-V3SZKGF-76F5SAL",introducer="false",name="2de1baa12b50",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="VD3GULQ-AVFA2AQ-4OGRDAJ-SMH3TAS-EQ7JLR4-ZCZJ5Z3-PLZQJ7E-E6YAEQG",introducer="true",name="Pix8",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="VKYL6JZ-ZPIW4A7-AIGGLMF-YDAQ73Y-GJ3OXGU-U25RNLG-74PSJFX-L2Q2SQK",introducer="false",name="Sync_SRV_Linux",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="bzs2a-hpfkw",label="Px8_Picture",path="/sync/Px8_Picture",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="d91gm-bzdc5",label="Livres NAS",path="/sync/Livres",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="frjjw-tuakm",label="Videos NAS",path="/sync/NAS_videos",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="ucprq-62n45",label="Px8_DCIM",path="/sync/Px8_DCIM",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="2MT7OFK-5HVDFTN-C2HOGBA-I5VREHG-W2QT7W7-XHDMNU5-V3SZKGF-76F5SAL"} 1
syncthing_connections_active{device="VD3GULQ-AVFA2AQ-4OGRDAJ-SMH3TAS-EQ7JLR4-ZCZJ5Z3-PLZQJ7E-E6YAEQG"} 0
syncthing_connections_active{device="VKYL6JZ-ZPIW4A7-AIGGLMF-YDAQ73Y-GJ3OXGU-U25RNLG-74PSJFX-L2Q2SQK"} 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="bzs2a-hpfkw"} 8
# 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.006302714000000001
syncthing_db_operation_seconds_total{folder="-",operation="GetKV"} 1.327534278000004
syncthing_db_operation_seconds_total{folder="-",operation="ListFolders"} 0.0020296
syncthing_db_operation_seconds_total{folder="-",operation="PrefixKV"} 0.001054823
syncthing_db_operation_seconds_total{folder="-",operation="PutKV"} 0.04943381499999998
syncthing_db_operation_seconds_total{folder="bzs2a-hpfkw",operation="AllLocalFilesBySequence"} 0.0015345779999999998
syncthing_db_operation_seconds_total{folder="bzs2a-hpfkw",operation="AllLocalFilesPrefix"} 0.0013866210000000002
syncthing_db_operation_seconds_total{folder="bzs2a-hpfkw",operation="AllNeededGlobalFiles"} 0.0016492149999999999
syncthing_db_operation_seconds_total{folder="bzs2a-hpfkw",operation="CountGlobal"} 0.010917825000000003
syncthing_db_operation_seconds_total{folder="bzs2a-hpfkw",operation="CountLocal"} 0.006071734
syncthing_db_operation_seconds_total{folder="bzs2a-hpfkw",operation="CountNeed"} 2.948697094
syncthing_db_operation_seconds_total{folder="bzs2a-hpfkw",operation="CountReceiveOnlyChanged"} 0.0019080800000000001
syncthing_db_operation_seconds_total{folder="bzs2a-hpfkw",operation="GetDeviceFile"} 49.353689540000204
syncthing_db_operation_seconds_total{folder="bzs2a-hpfkw",operation="GetDeviceSequence"} 0.03489733300000001
syncthing_db_operation_seconds_total{folder="bzs2a-hpfkw",operation="GetGlobalAvailability"} 0.004582037999999999
syncthing_db_operation_seconds_total{folder="bzs2a-hpfkw",operation="GetGlobalFile"} 0.0019017309999999998
syncthing_db_operation_seconds_total{folder="bzs2a-hpfkw",operation="IndexIDGet"} 0.006615927999999999
syncthing_db_operation_seconds_total{folder="bzs2a-hpfkw",operation="ListDevicesForFolder"} 0.001776247
syncthing_db_operation_seconds_total{folder="bzs2a-hpfkw",operation="RemoteSequences"} 0.0030210160000000005
syncthing_db_operation_seconds_total{folder="bzs2a-hpfkw",operation="Update"} 0.057295818000000005
syncthing_db_operation_seconds_total{folder="d91gm-bzdc5",operation="AllLocalFilesBySequence"} 0.002654802000000001
syncthing_db_operation_seconds_total{folder="d91gm-bzdc5",operation="AllLocalFilesPrefix"} 0.0014463389999999996
syncthing_db_operation_seconds_total{folder="d91gm-bzdc5",operation="CountGlobal"} 0.005961702000000003
syncthing_db_operation_seconds_total{folder="d91gm-bzdc5",operation="CountLocal"} 0.0029600030000000005
syncthing_db_operation_seconds_total{folder="d91gm-bzdc5",operation="CountNeed"} 0.011933767999999999
syncthing_db_operation_seconds_total{folder="d91gm-bzdc5",operation="CountReceiveOnlyChanged"} 0.001293069
syncthing_db_operation_seconds_total{folder="d91gm-bzdc5",operation="GetDeviceFile"} 0.015471165000000002
syncthing_db_operation_seconds_total{folder="d91gm-bzdc5",operation="GetDeviceSequence"} 0.02855450900000001
syncthing_db_operation_seconds_total{folder="d91gm-bzdc5",operation="IndexIDGet"} 0.003939359
syncthing_db_operation_seconds_total{folder="d91gm-bzdc5",operation="ListDevicesForFolder"} 0.000604016
syncthing_db_operation_seconds_total{folder="d91gm-bzdc5",operation="RemoteSequences"} 0.0020348040000000003
syncthing_db_operation_seconds_total{folder="frjjw-tuakm",operation="AllLocalFilesBySequence"} 0.0034420510000000002
syncthing_db_operation_seconds_total{folder="frjjw-tuakm",operation="AllLocalFilesPrefix"} 0.002315417999999999
syncthing_db_operation_seconds_total{folder="frjjw-tuakm",operation="CountGlobal"} 0.007245433000000001
syncthing_db_operation_seconds_total{folder="frjjw-tuakm",operation="CountLocal"} 0.0037154329999999998
syncthing_db_operation_seconds_total{folder="frjjw-tuakm",operation="CountNeed"} 0.05697666400000002
syncthing_db_operation_seconds_total{folder="frjjw-tuakm",operation="CountReceiveOnlyChanged"} 0.0013896240000000001
syncthing_db_operation_seconds_total{folder="frjjw-tuakm",operation="GetDeviceFile"} 1.3166258069999992
syncthing_db_operation_seconds_total{folder="frjjw-tuakm",operation="GetDeviceSequence"} 0.02724036999999999
syncthing_db_operation_seconds_total{folder="frjjw-tuakm",operation="IndexIDGet"} 0.004011179000000001
syncthing_db_operation_seconds_total{folder="frjjw-tuakm",operation="ListDevicesForFolder"} 0.00062147
syncthing_db_operation_seconds_total{folder="frjjw-tuakm",operation="RemoteSequences"} 0.0019276970000000001
syncthing_db_operation_seconds_total{folder="ucprq-62n45",operation="AllLocalFilesBySequence"} 0.0018310229999999998
syncthing_db_operation_seconds_total{folder="ucprq-62n45",operation="AllLocalFilesPrefix"} 0.001335363
syncthing_db_operation_seconds_total{folder="ucprq-62n45",operation="CountGlobal"} 0.007807728
syncthing_db_operation_seconds_total{folder="ucprq-62n45",operation="CountLocal"} 0.004160789
syncthing_db_operation_seconds_total{folder="ucprq-62n45",operation="CountNeed"} 0.44166605900000006
syncthing_db_operation_seconds_total{folder="ucprq-62n45",operation="CountReceiveOnlyChanged"} 0.0012475459999999998
syncthing_db_operation_seconds_total{folder="ucprq-62n45",operation="GetDeviceFile"} 14.832119224999863
syncthing_db_operation_seconds_total{folder="ucprq-62n45",operation="GetDeviceSequence"} 0.025818953000000002
syncthing_db_operation_seconds_total{folder="ucprq-62n45",operation="IndexIDGet"} 0.004910036
syncthing_db_operation_seconds_total{folder="ucprq-62n45",operation="ListDevicesForFolder"} 0.000582563
syncthing_db_operation_seconds_total{folder="ucprq-62n45",operation="RemoteSequences"} 0.001889626
# 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="bzs2a-hpfkw",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="bzs2a-hpfkw",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="bzs2a-hpfkw",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="bzs2a-hpfkw",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="bzs2a-hpfkw",operation="CountLocal"} 0
syncthing_db_operations_current{folder="bzs2a-hpfkw",operation="CountNeed"} 0
syncthing_db_operations_current{folder="bzs2a-hpfkw",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="bzs2a-hpfkw",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="bzs2a-hpfkw",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="bzs2a-hpfkw",operation="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="bzs2a-hpfkw",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="bzs2a-hpfkw",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="bzs2a-hpfkw",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="bzs2a-hpfkw",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="bzs2a-hpfkw",operation="Update"} 0
syncthing_db_operations_current{folder="d91gm-bzdc5",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="d91gm-bzdc5",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="d91gm-bzdc5",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="d91gm-bzdc5",operation="CountLocal"} 0
syncthing_db_operations_current{folder="d91gm-bzdc5",operation="CountNeed"} 0
syncthing_db_operations_current{folder="d91gm-bzdc5",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="d91gm-bzdc5",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="d91gm-bzdc5",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="d91gm-bzdc5",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="d91gm-bzdc5",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="d91gm-bzdc5",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="frjjw-tuakm",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="frjjw-tuakm",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="frjjw-tuakm",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="frjjw-tuakm",operation="CountLocal"} 0
syncthing_db_operations_current{folder="frjjw-tuakm",operation="CountNeed"} 0
syncthing_db_operations_current{folder="frjjw-tuakm",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="frjjw-tuakm",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="frjjw-tuakm",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="frjjw-tuakm",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="frjjw-tuakm",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="frjjw-tuakm",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="ucprq-62n45",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="ucprq-62n45",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="ucprq-62n45",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="ucprq-62n45",operation="CountLocal"} 0
syncthing_db_operations_current{folder="ucprq-62n45",operation="CountNeed"} 0
syncthing_db_operations_current{folder="ucprq-62n45",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="ucprq-62n45",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="ucprq-62n45",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="ucprq-62n45",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="ucprq-62n45",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="ucprq-62n45",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"} 56
syncthing_db_operations_total{folder="-",operation="GetKV"} 17013
syncthing_db_operations_total{folder="-",operation="ListFolders"} 1
syncthing_db_operations_total{folder="-",operation="PrefixKV"} 10
syncthing_db_operations_total{folder="-",operation="PutKV"} 184
syncthing_db_operations_total{folder="bzs2a-hpfkw",operation="AllLocalFilesBySequence"} 8
syncthing_db_operations_total{folder="bzs2a-hpfkw",operation="AllLocalFilesPrefix"} 22
syncthing_db_operations_total{folder="bzs2a-hpfkw",operation="AllNeededGlobalFiles"} 4
syncthing_db_operations_total{folder="bzs2a-hpfkw",operation="CountGlobal"} 43
syncthing_db_operations_total{folder="bzs2a-hpfkw",operation="CountLocal"} 21
syncthing_db_operations_total{folder="bzs2a-hpfkw",operation="CountNeed"} 58
syncthing_db_operations_total{folder="bzs2a-hpfkw",operation="CountReceiveOnlyChanged"} 21
syncthing_db_operations_total{folder="bzs2a-hpfkw",operation="GetDeviceFile"} 228555
syncthing_db_operations_total{folder="bzs2a-hpfkw",operation="GetDeviceSequence"} 193
syncthing_db_operations_total{folder="bzs2a-hpfkw",operation="GetGlobalAvailability"} 18
syncthing_db_operations_total{folder="bzs2a-hpfkw",operation="GetGlobalFile"} 4
syncthing_db_operations_total{folder="bzs2a-hpfkw",operation="IndexIDGet"} 48
syncthing_db_operations_total{folder="bzs2a-hpfkw",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="bzs2a-hpfkw",operation="RemoteSequences"} 21
syncthing_db_operations_total{folder="bzs2a-hpfkw",operation="Update"} 4
syncthing_db_operations_total{folder="d91gm-bzdc5",operation="AllLocalFilesBySequence"} 6
syncthing_db_operations_total{folder="d91gm-bzdc5",operation="AllLocalFilesPrefix"} 23
syncthing_db_operations_total{folder="d91gm-bzdc5",operation="CountGlobal"} 35
syncthing_db_operations_total{folder="d91gm-bzdc5",operation="CountLocal"} 17
syncthing_db_operations_total{folder="d91gm-bzdc5",operation="CountNeed"} 46
syncthing_db_operations_total{folder="d91gm-bzdc5",operation="CountReceiveOnlyChanged"} 17
syncthing_db_operations_total{folder="d91gm-bzdc5",operation="GetDeviceFile"} 23
syncthing_db_operations_total{folder="d91gm-bzdc5",operation="GetDeviceSequence"} 177
syncthing_db_operations_total{folder="d91gm-bzdc5",operation="IndexIDGet"} 48
syncthing_db_operations_total{folder="d91gm-bzdc5",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="d91gm-bzdc5",operation="RemoteSequences"} 17
syncthing_db_operations_total{folder="frjjw-tuakm",operation="AllLocalFilesBySequence"} 6
syncthing_db_operations_total{folder="frjjw-tuakm",operation="AllLocalFilesPrefix"} 21
syncthing_db_operations_total{folder="frjjw-tuakm",operation="CountGlobal"} 35
syncthing_db_operations_total{folder="frjjw-tuakm",operation="CountLocal"} 17
syncthing_db_operations_total{folder="frjjw-tuakm",operation="CountNeed"} 46
syncthing_db_operations_total{folder="frjjw-tuakm",operation="CountReceiveOnlyChanged"} 17
syncthing_db_operations_total{folder="frjjw-tuakm",operation="GetDeviceFile"} 4767
syncthing_db_operations_total{folder="frjjw-tuakm",operation="GetDeviceSequence"} 177
syncthing_db_operations_total{folder="frjjw-tuakm",operation="IndexIDGet"} 48
syncthing_db_operations_total{folder="frjjw-tuakm",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="frjjw-tuakm",operation="RemoteSequences"} 17
syncthing_db_operations_total{folder="ucprq-62n45",operation="AllLocalFilesBySequence"} 6
syncthing_db_operations_total{folder="ucprq-62n45",operation="AllLocalFilesPrefix"} 22
syncthing_db_operations_total{folder="ucprq-62n45",operation="CountGlobal"} 35
syncthing_db_operations_total{folder="ucprq-62n45",operation="CountLocal"} 17
syncthing_db_operations_total{folder="ucprq-62n45",operation="CountNeed"} 46
syncthing_db_operations_total{folder="ucprq-62n45",operation="CountReceiveOnlyChanged"} 17
syncthing_db_operations_total{folder="ucprq-62n45",operation="GetDeviceFile"} 46596
syncthing_db_operations_total{folder="ucprq-62n45",operation="GetDeviceSequence"} 177
syncthing_db_operations_total{folder="ucprq-62n45",operation="IndexIDGet"} 48
syncthing_db_operations_total{folder="ucprq-62n45",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="ucprq-62n45",operation="RemoteSequences"} 17
# HELP syncthing_events_total Total number of created/forwarded/dropped events
# TYPE syncthing_events_total counter
syncthing_events_total{event="ClusterConfigReceived",state="created"} 8
syncthing_events_total{event="ClusterConfigReceived",state="delivered"} 16
syncthing_events_total{event="DeviceConnected",state="created"} 19
syncthing_events_total{event="DeviceConnected",state="delivered"} 38
syncthing_events_total{event="DeviceDisconnected",state="created"} 4
syncthing_events_total{event="DeviceDisconnected",state="delivered"} 8
syncthing_events_total{event="DeviceDiscovered",state="created"} 8
syncthing_events_total{event="DeviceDiscovered",state="delivered"} 8
syncthing_events_total{event="FolderCompletion",state="created"} 72
syncthing_events_total{event="FolderCompletion",state="delivered"} 72
syncthing_events_total{event="FolderSummary",state="created"} 72
syncthing_events_total{event="FolderSummary",state="delivered"} 72
syncthing_events_total{event="ItemFinished",state="created"} 4
syncthing_events_total{event="ItemFinished",state="delivered"} 20
syncthing_events_total{event="ItemStarted",state="created"} 4
syncthing_events_total{event="ItemStarted",state="delivered"} 20
syncthing_events_total{event="ListenAddressesChanged",state="created"} 7
syncthing_events_total{event="ListenAddressesChanged",state="delivered"} 19
syncthing_events_total{event="LocalIndexUpdated",state="created"} 2
syncthing_events_total{event="LocalIndexUpdated",state="delivered"} 12
syncthing_events_total{event="RemoteChangeDetected",state="created"} 4
syncthing_events_total{event="RemoteChangeDetected",state="delivered"} 4
syncthing_events_total{event="RemoteIndexUpdated",state="created"} 2
syncthing_events_total{event="RemoteIndexUpdated",state="delivered"} 4
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"} 278
syncthing_events_total{event="StateChanged",state="delivered"} 556
# 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="writeat",root="/sync/Px8_Picture"} 1.421957e+06
# HELP syncthing_fs_operation_seconds_total Total time spent in filesystem operations, per filesystem root and operation
# TYPE syncthing_fs_operation_seconds_total counter
syncthing_fs_operation_seconds_total{operation="chtimes",root="/sync/Px8_Picture"} 0.005462633
syncthing_fs_operation_seconds_total{operation="close",root="/sync/Px8_Picture"} 0.000240142
syncthing_fs_operation_seconds_total{operation="dirnames",root="/sync/Livres"} 0.008682614
syncthing_fs_operation_seconds_total{operation="dirnames",root="/sync/NAS_videos"} 0.07739495399999999
syncthing_fs_operation_seconds_total{operation="dirnames",root="/sync/Px8_DCIM"} 0.343203898
syncthing_fs_operation_seconds_total{operation="dirnames",root="/sync/Px8_Picture"} 2.330100963000002
syncthing_fs_operation_seconds_total{operation="glob",root="/var/syncthing/config"} 0.0006968580000000001
syncthing_fs_operation_seconds_total{operation="hide",root="/sync/Livres"} 8.477e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/sync/NAS_videos"} 7.5430000000000005e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/sync/Px8_DCIM"} 9.465000000000002e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/sync/Px8_Picture"} 6.0905e-05
syncthing_fs_operation_seconds_total{operation="lstat",root="/sync/Livres"} 0.1739092329999999
syncthing_fs_operation_seconds_total{operation="lstat",root="/sync/NAS_videos"} 1.2792313329999925
syncthing_fs_operation_seconds_total{operation="lstat",root="/sync/Px8_DCIM"} 11.28437409899981
syncthing_fs_operation_seconds_total{operation="lstat",root="/sync/Px8_Picture"} 53.419745453001596
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/var/syncthing/config"} 6.5683e-05
syncthing_fs_operation_seconds_total{operation="open",root="/sync/Livres"} 0.000535655
syncthing_fs_operation_seconds_total{operation="open",root="/sync/NAS_videos"} 0.000455123
syncthing_fs_operation_seconds_total{operation="open",root="/sync/Px8_DCIM"} 0.0004857580000000001
syncthing_fs_operation_seconds_total{operation="open",root="/sync/Px8_Picture"} 0.0007889829999999999
syncthing_fs_operation_seconds_total{operation="openfile",root="/sync/Px8_Picture"} 0.7897511039999999
syncthing_fs_operation_seconds_total{operation="options",root="/sync/Livres"} 7.503300000000001e-05
syncthing_fs_operation_seconds_total{operation="options",root="/sync/NAS_videos"} 6.782899999999999e-05
syncthing_fs_operation_seconds_total{operation="options",root="/sync/Px8_DCIM"} 7.481699999999999e-05
syncthing_fs_operation_seconds_total{operation="options",root="/sync/Px8_Picture"} 0.00010566099999999999
syncthing_fs_operation_seconds_total{operation="options",root="/var/syncthing/config"} 5.404e-06
syncthing_fs_operation_seconds_total{operation="options",root="/var/syncthing/config/index-v2"} 8.354100000000002e-05
syncthing_fs_operation_seconds_total{operation="remove",root="/sync/Px8_Picture"} 0.00011757199999999999
syncthing_fs_operation_seconds_total{operation="rename",root="/sync/Px8_Picture"} 0.000839115
syncthing_fs_operation_seconds_total{operation="stat",root="/sync/Livres"} 0.0017638590000000002
syncthing_fs_operation_seconds_total{operation="stat",root="/sync/NAS_videos"} 0.001589944
syncthing_fs_operation_seconds_total{operation="stat",root="/sync/Px8_DCIM"} 0.001632304
syncthing_fs_operation_seconds_total{operation="stat",root="/sync/Px8_Picture"} 0.003530188999999998
syncthing_fs_operation_seconds_total{operation="stat",root="/var/syncthing/config"} 4.2087999999999994e-05
syncthing_fs_operation_seconds_total{operation="sync",root="/sync/Px8_Picture"} 1.371506892
syncthing_fs_operation_seconds_total{operation="truncate",root="/sync/Px8_Picture"} 0.000297642
syncthing_fs_operation_seconds_total{operation="type",root="/sync/Livres"} 2.6022e-05
syncthing_fs_operation_seconds_total{operation="type",root="/sync/NAS_videos"} 2.5155e-05
syncthing_fs_operation_seconds_total{operation="type",root="/sync/Px8_DCIM"} 2.627e-05
syncthing_fs_operation_seconds_total{operation="type",root="/sync/Px8_Picture"} 3.621599999999999e-05
syncthing_fs_operation_seconds_total{operation="unhide",root="/sync/Px8_Picture"} 2.4247e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/sync/Livres"} 2.5993000000000007e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/sync/NAS_videos"} 2.2102e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/sync/Px8_DCIM"} 2.3339999999999997e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/sync/Px8_Picture"} 2.8954000000000004e-05
syncthing_fs_operation_seconds_total{operation="usage",root="/sync/Px8_Picture"} 0.000122708
syncthing_fs_operation_seconds_total{operation="usage",root="/var/syncthing/config/index-v2"} 0.009152541000000002
syncthing_fs_operation_seconds_total{operation="watch",root="/sync/Livres"} 1.7280867720000002
syncthing_fs_operation_seconds_total{operation="watch",root="/sync/NAS_videos"} 1.708788784
syncthing_fs_operation_seconds_total{operation="watch",root="/sync/Px8_DCIM"} 2.004956013
syncthing_fs_operation_seconds_total{operation="watch",root="/sync/Px8_Picture"} 1.829720622
syncthing_fs_operation_seconds_total{operation="writeat",root="/sync/Px8_Picture"} 0.0041786539999999995
# 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="/sync/Px8_Picture"} 4
syncthing_fs_operations_total{operation="close",root="/sync/Px8_Picture"} 6
syncthing_fs_operations_total{operation="dirnames",root="/sync/Livres"} 69
syncthing_fs_operations_total{operation="dirnames",root="/sync/NAS_videos"} 147
syncthing_fs_operations_total{operation="dirnames",root="/sync/Px8_DCIM"} 156
syncthing_fs_operations_total{operation="dirnames",root="/sync/Px8_Picture"} 1937
syncthing_fs_operations_total{operation="glob",root="/var/syncthing/config"} 5
syncthing_fs_operations_total{operation="hide",root="/sync/Livres"} 3
syncthing_fs_operations_total{operation="hide",root="/sync/NAS_videos"} 3
syncthing_fs_operations_total{operation="hide",root="/sync/Px8_DCIM"} 3
syncthing_fs_operations_total{operation="hide",root="/sync/Px8_Picture"} 7
syncthing_fs_operations_total{operation="lstat",root="/sync/Livres"} 144
syncthing_fs_operations_total{operation="lstat",root="/sync/NAS_videos"} 14265
syncthing_fs_operations_total{operation="lstat",root="/sync/Px8_DCIM"} 139838
syncthing_fs_operations_total{operation="lstat",root="/sync/Px8_Picture"} 760477
syncthing_fs_operations_total{operation="mkdirall",root="/var/syncthing/config"} 2
syncthing_fs_operations_total{operation="open",root="/sync/Livres"} 25
syncthing_fs_operations_total{operation="open",root="/sync/NAS_videos"} 23
syncthing_fs_operations_total{operation="open",root="/sync/Px8_DCIM"} 24
syncthing_fs_operations_total{operation="open",root="/sync/Px8_Picture"} 32
syncthing_fs_operations_total{operation="openfile",root="/sync/Px8_Picture"} 4
syncthing_fs_operations_total{operation="options",root="/sync/Livres"} 72
syncthing_fs_operations_total{operation="options",root="/sync/NAS_videos"} 68
syncthing_fs_operations_total{operation="options",root="/sync/Px8_DCIM"} 70
syncthing_fs_operations_total{operation="options",root="/sync/Px8_Picture"} 70
syncthing_fs_operations_total{operation="options",root="/var/syncthing/config"} 3
syncthing_fs_operations_total{operation="options",root="/var/syncthing/config/index-v2"} 96
syncthing_fs_operations_total{operation="remove",root="/sync/Px8_Picture"} 4
syncthing_fs_operations_total{operation="rename",root="/sync/Px8_Picture"} 4
syncthing_fs_operations_total{operation="stat",root="/sync/Livres"} 48
syncthing_fs_operations_total{operation="stat",root="/sync/NAS_videos"} 44
syncthing_fs_operations_total{operation="stat",root="/sync/Px8_DCIM"} 46
syncthing_fs_operations_total{operation="stat",root="/sync/Px8_Picture"} 66
syncthing_fs_operations_total{operation="stat",root="/var/syncthing/config"} 2
syncthing_fs_operations_total{operation="sync",root="/sync/Px8_Picture"} 6
syncthing_fs_operations_total{operation="truncate",root="/sync/Px8_Picture"} 4
syncthing_fs_operations_total{operation="type",root="/sync/Livres"} 37
syncthing_fs_operations_total{operation="type",root="/sync/NAS_videos"} 35
syncthing_fs_operations_total{operation="type",root="/sync/Px8_DCIM"} 36
syncthing_fs_operations_total{operation="type",root="/sync/Px8_Picture"} 44
syncthing_fs_operations_total{operation="unhide",root="/sync/Px8_Picture"} 4
syncthing_fs_operations_total{operation="uri",root="/sync/Livres"} 37
syncthing_fs_operations_total{operation="uri",root="/sync/NAS_videos"} 35
syncthing_fs_operations_total{operation="uri",root="/sync/Px8_DCIM"} 36
syncthing_fs_operations_total{operation="uri",root="/sync/Px8_Picture"} 44
syncthing_fs_operations_total{operation="usage",root="/sync/Px8_Picture"} 4
syncthing_fs_operations_total{operation="usage",root="/var/syncthing/config/index-v2"} 96
syncthing_fs_operations_total{operation="watch",root="/sync/Livres"} 1
syncthing_fs_operations_total{operation="watch",root="/sync/NAS_videos"} 1
syncthing_fs_operations_total{operation="watch",root="/sync/Px8_DCIM"} 1
syncthing_fs_operations_total{operation="watch",root="/sync/Px8_Picture"} 1
syncthing_fs_operations_total{operation="writeat",root="/sync/Px8_Picture"} 14
# HELP syncthing_model_folder_conflicts_total Total number of conflicts
# TYPE syncthing_model_folder_conflicts_total counter
syncthing_model_folder_conflicts_total{folder="bzs2a-hpfkw"} 0
syncthing_model_folder_conflicts_total{folder="d91gm-bzdc5"} 0
syncthing_model_folder_conflicts_total{folder="frjjw-tuakm"} 0
syncthing_model_folder_conflicts_total{folder="ucprq-62n45"} 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="bzs2a-hpfkw",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="bzs2a-hpfkw",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="bzs2a-hpfkw",source="network"} 1.421957e+06
syncthing_model_folder_processed_bytes_total{folder="bzs2a-hpfkw",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="d91gm-bzdc5",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="d91gm-bzdc5",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="d91gm-bzdc5",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="d91gm-bzdc5",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="frjjw-tuakm",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="frjjw-tuakm",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="frjjw-tuakm",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="frjjw-tuakm",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="ucprq-62n45",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="ucprq-62n45",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="ucprq-62n45",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="ucprq-62n45",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="bzs2a-hpfkw"} 5.149359004999999
syncthing_model_folder_pull_seconds_total{folder="d91gm-bzdc5"} 0
syncthing_model_folder_pull_seconds_total{folder="frjjw-tuakm"} 0
syncthing_model_folder_pull_seconds_total{folder="ucprq-62n45"} 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="bzs2a-hpfkw"} 2
syncthing_model_folder_pulls_total{folder="d91gm-bzdc5"} 0
syncthing_model_folder_pulls_total{folder="frjjw-tuakm"} 0
syncthing_model_folder_pulls_total{folder="ucprq-62n45"} 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="bzs2a-hpfkw"} 169.12309524600002
syncthing_model_folder_scan_seconds_total{folder="d91gm-bzdc5"} 0.133199797
syncthing_model_folder_scan_seconds_total{folder="frjjw-tuakm"} 4.293044513
syncthing_model_folder_scan_seconds_total{folder="ucprq-62n45"} 43.787803217
# 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="bzs2a-hpfkw"} 22
syncthing_model_folder_scans_total{folder="d91gm-bzdc5"} 23
syncthing_model_folder_scans_total{folder="frjjw-tuakm"} 21
syncthing_model_folder_scans_total{folder="ucprq-62n45"} 22
# HELP syncthing_model_folder_state Current folder state
# TYPE syncthing_model_folder_state gauge
syncthing_model_folder_state{folder="bzs2a-hpfkw"} 0
syncthing_model_folder_state{folder="d91gm-bzdc5"} 0
syncthing_model_folder_state{folder="frjjw-tuakm"} 0
syncthing_model_folder_state{folder="ucprq-62n45"} 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="bzs2a-hpfkw",scope="global",type="bytes"} 1.4615048456e+10
syncthing_model_folder_summary{folder="bzs2a-hpfkw",scope="global",type="deleted"} 8401
syncthing_model_folder_summary{folder="bzs2a-hpfkw",scope="global",type="directories"} 36
syncthing_model_folder_summary{folder="bzs2a-hpfkw",scope="global",type="files"} 10354
syncthing_model_folder_summary{folder="bzs2a-hpfkw",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="bzs2a-hpfkw",scope="local",type="bytes"} 1.4615048456e+10
syncthing_model_folder_summary{folder="bzs2a-hpfkw",scope="local",type="deleted"} 8401
syncthing_model_folder_summary{folder="bzs2a-hpfkw",scope="local",type="directories"} 36
syncthing_model_folder_summary{folder="bzs2a-hpfkw",scope="local",type="files"} 10354
syncthing_model_folder_summary{folder="bzs2a-hpfkw",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="bzs2a-hpfkw",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="bzs2a-hpfkw",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="bzs2a-hpfkw",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="bzs2a-hpfkw",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="bzs2a-hpfkw",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="d91gm-bzdc5",scope="global",type="bytes"} 2.5657455e+07
syncthing_model_folder_summary{folder="d91gm-bzdc5",scope="global",type="deleted"} 1
syncthing_model_folder_summary{folder="d91gm-bzdc5",scope="global",type="directories"} 0
syncthing_model_folder_summary{folder="d91gm-bzdc5",scope="global",type="files"} 1
syncthing_model_folder_summary{folder="d91gm-bzdc5",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="d91gm-bzdc5",scope="local",type="bytes"} 2.5657455e+07
syncthing_model_folder_summary{folder="d91gm-bzdc5",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="d91gm-bzdc5",scope="local",type="directories"} 0
syncthing_model_folder_summary{folder="d91gm-bzdc5",scope="local",type="files"} 1
syncthing_model_folder_summary{folder="d91gm-bzdc5",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="d91gm-bzdc5",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="d91gm-bzdc5",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="d91gm-bzdc5",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="d91gm-bzdc5",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="d91gm-bzdc5",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="frjjw-tuakm",scope="global",type="bytes"} 9.01902659e+08
syncthing_model_folder_summary{folder="frjjw-tuakm",scope="global",type="deleted"} 124
syncthing_model_folder_summary{folder="frjjw-tuakm",scope="global",type="directories"} 2
syncthing_model_folder_summary{folder="frjjw-tuakm",scope="global",type="files"} 225
syncthing_model_folder_summary{folder="frjjw-tuakm",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="frjjw-tuakm",scope="local",type="bytes"} 9.01902659e+08
syncthing_model_folder_summary{folder="frjjw-tuakm",scope="local",type="deleted"} 124
syncthing_model_folder_summary{folder="frjjw-tuakm",scope="local",type="directories"} 2
syncthing_model_folder_summary{folder="frjjw-tuakm",scope="local",type="files"} 225
syncthing_model_folder_summary{folder="frjjw-tuakm",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="frjjw-tuakm",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="frjjw-tuakm",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="frjjw-tuakm",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="frjjw-tuakm",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="frjjw-tuakm",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="ucprq-62n45",scope="global",type="bytes"} 1.3356216197e+10
syncthing_model_folder_summary{folder="ucprq-62n45",scope="global",type="deleted"} 1413
syncthing_model_folder_summary{folder="ucprq-62n45",scope="global",type="directories"} 2
syncthing_model_folder_summary{folder="ucprq-62n45",scope="global",type="files"} 2116
syncthing_model_folder_summary{folder="ucprq-62n45",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="ucprq-62n45",scope="local",type="bytes"} 1.3356216197e+10
syncthing_model_folder_summary{folder="ucprq-62n45",scope="local",type="deleted"} 1413
syncthing_model_folder_summary{folder="ucprq-62n45",scope="local",type="directories"} 2
syncthing_model_folder_summary{folder="ucprq-62n45",scope="local",type="files"} 2116
syncthing_model_folder_summary{folder="ucprq-62n45",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="ucprq-62n45",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="ucprq-62n45",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="ucprq-62n45",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="ucprq-62n45",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="ucprq-62n45",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="2MT7OFK-5HVDFTN-C2HOGBA-I5VREHG-W2QT7W7-XHDMNU5-V3SZKGF-76F5SAL"} 8332
syncthing_protocol_recv_bytes_total{device="VD3GULQ-AVFA2AQ-4OGRDAJ-SMH3TAS-EQ7JLR4-ZCZJ5Z3-PLZQJ7E-E6YAEQG"} 1.427137e+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="2MT7OFK-5HVDFTN-C2HOGBA-I5VREHG-W2QT7W7-XHDMNU5-V3SZKGF-76F5SAL"} 8332
syncthing_protocol_recv_decompressed_bytes_total{device="VD3GULQ-AVFA2AQ-4OGRDAJ-SMH3TAS-EQ7JLR4-ZCZJ5Z3-PLZQJ7E-E6YAEQG"} 1.429114e+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="2MT7OFK-5HVDFTN-C2HOGBA-I5VREHG-W2QT7W7-XHDMNU5-V3SZKGF-76F5SAL"} 1042
syncthing_protocol_recv_messages_total{device="VD3GULQ-AVFA2AQ-4OGRDAJ-SMH3TAS-EQ7JLR4-ZCZJ5Z3-PLZQJ7E-E6YAEQG"} 210
# 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="2MT7OFK-5HVDFTN-C2HOGBA-I5VREHG-W2QT7W7-XHDMNU5-V3SZKGF-76F5SAL"} 7996
syncthing_protocol_sent_bytes_total{device="VD3GULQ-AVFA2AQ-4OGRDAJ-SMH3TAS-EQ7JLR4-ZCZJ5Z3-PLZQJ7E-E6YAEQG"} 6586
# 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="2MT7OFK-5HVDFTN-C2HOGBA-I5VREHG-W2QT7W7-XHDMNU5-V3SZKGF-76F5SAL"} 1000
syncthing_protocol_sent_messages_total{device="VD3GULQ-AVFA2AQ-4OGRDAJ-SMH3TAS-EQ7JLR4-ZCZJ5Z3-PLZQJ7E-E6YAEQG"} 255
# 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="2MT7OFK-5HVDFTN-C2HOGBA-I5VREHG-W2QT7W7-XHDMNU5-V3SZKGF-76F5SAL"} 7996
syncthing_protocol_sent_uncompressed_bytes_total{device="VD3GULQ-AVFA2AQ-4OGRDAJ-SMH3TAS-EQ7JLR4-ZCZJ5Z3-PLZQJ7E-E6YAEQG"} 8602
# 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="bzs2a-hpfkw"} 0
syncthing_scanner_hashed_bytes_total{folder="d91gm-bzdc5"} 0
syncthing_scanner_hashed_bytes_total{folder="frjjw-tuakm"} 0
syncthing_scanner_hashed_bytes_total{folder="ucprq-62n45"} 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="bzs2a-hpfkw"} 228591
syncthing_scanner_scanned_items_total{folder="d91gm-bzdc5"} 69
syncthing_scanner_scanned_items_total{folder="frjjw-tuakm"} 4809
syncthing_scanner_scanned_items_total{folder="ucprq-62n45"} 46640
