# 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"} 1.7029e-05
go_gc_duration_seconds{quantile="0.25"} 0.000107202
go_gc_duration_seconds{quantile="0.5"} 0.000139062
go_gc_duration_seconds{quantile="0.75"} 0.000168748
go_gc_duration_seconds{quantile="1"} 0.000391909
go_gc_duration_seconds_sum 0.100759573
go_gc_duration_seconds_count 745
# 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 130
# HELP go_info Information about the Go environment.
# TYPE go_info gauge
go_info{version="go1.26.4-X:nodwarf5"} 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.174208e+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.902495264e+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 1.609392e+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 7.677423e+06
# 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.25752e+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.174208e+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.6228352e+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.0215424e+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 28401
# 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.0477568e+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 2.6443776e+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.7895441078402233e+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 7.705824e+06
# 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 64288
# 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 64288
# 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 339680
# 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 456960
# 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.4087402e+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 5.947208e+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.916352e+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.916352e+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.1695496e+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 28
# HELP go_threads Number of OS threads created.
# TYPE go_threads gauge
go_threads 32
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 27.95
# 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 7.1264772332e+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 3.7471556575e+10
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 48
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 6.9787648e+07
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 3.594756096e+09
# HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes.
# TYPE process_virtual_memory_max_bytes gauge
process_virtual_memory_max_bytes 1.8446744073709552e+19
# HELP promhttp_metric_handler_requests_in_flight Current number of scrapes being served.
# TYPE promhttp_metric_handler_requests_in_flight gauge
promhttp_metric_handler_requests_in_flight 1
# HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP status code.
# TYPE promhttp_metric_handler_requests_total counter
promhttp_metric_handler_requests_total{code="200"} 1
promhttp_metric_handler_requests_total{code="500"} 0
promhttp_metric_handler_requests_total{code="503"} 0
# HELP syncthing_build_info A metric with a constant '1' value labeled by version information from when the binary was built.
# TYPE syncthing_build_info gauge
syncthing_build_info{builddate="2026-06-02 21:08:37 UTC",builduser="syncthing@archlinux",codename="Hafnium Hornet",goversion="go1.26.4-X:nodwarf5",program="syncthing",tags="libsqlite3,noupgrade",version="v2.1.1"} 1
# HELP syncthing_config_device_info Provides additional information labels on devices
# TYPE syncthing_config_device_info gauge
syncthing_config_device_info{device="2DLX4CG-G4OFSU6-OG7VUXB-53QJMG2-LFI6ZLQ-NNKMIQA-LEDJODH-P6RNKA5",introducer="false",name="Moiraine-New",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="DUXNF5D-AOEKDCY-75MYMFJ-IXWOLEO-ZQ2LZDY-CGNQAFG-3NH7PYA-2KDKBQE",introducer="false",name="Alanna",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="I4GYVUH-XAVXWI5-TNPIZTE-USV3U5J-R3HVC4K-DI36TSF-GJZL5SI-GWTSUAL",introducer="false",name="Verin",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="L5MQ2VG-EZ6EAAA-72QQRS4-FHRO5LB-KDFS3U3-E46EVFS-PUL5J3I-2F7U2AY",introducer="false",name="Samsung Galaxy S24",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="Z2USB3N-NVTJUQ4-DDKFM2V-4R6X2SI-QVWAW5V-XNNKTYK-SMZB3YO-6J5N4QK",introducer="false",name="Moiraine",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="ahh1g-j0tb2",label="IITC",path="/data2/IITC",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="default",label="Default Folder",path="/home/morainj/Sync",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="scmlv-ugirj",label="SuperProductivity",path="/data/super-productivity-sync",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="vxy5n-p4qp7",label="Obsidian Vault",path="/data/ObsidianVault",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="wljdh-agxmu",label="Factorio Saves",path="/data2/factorio/saves",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="2DLX4CG-G4OFSU6-OG7VUXB-53QJMG2-LFI6ZLQ-NNKMIQA-LEDJODH-P6RNKA5"} 0
syncthing_connections_active{device="DUXNF5D-AOEKDCY-75MYMFJ-IXWOLEO-ZQ2LZDY-CGNQAFG-3NH7PYA-2KDKBQE"} 3
syncthing_connections_active{device="I4GYVUH-XAVXWI5-TNPIZTE-USV3U5J-R3HVC4K-DI36TSF-GJZL5SI-GWTSUAL"} 0
syncthing_connections_active{device="L5MQ2VG-EZ6EAAA-72QQRS4-FHRO5LB-KDFS3U3-E46EVFS-PUL5J3I-2F7U2AY"} 0
syncthing_connections_active{device="Z2USB3N-NVTJUQ4-DDKFM2V-4R6X2SI-QVWAW5V-XNNKTYK-SMZB3YO-6J5N4QK"} 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"} 0.07510816699999995
syncthing_db_operation_seconds_total{folder="-",operation="ListFolders"} 6.9303e-05
syncthing_db_operation_seconds_total{folder="-",operation="PrefixKV"} 4.972100000000001e-05
syncthing_db_operation_seconds_total{folder="-",operation="PutKV"} 0.009734191
syncthing_db_operation_seconds_total{folder="ahh1g-j0tb2",operation="AllLocalFilesBySequence"} 7.0589e-05
syncthing_db_operation_seconds_total{folder="ahh1g-j0tb2",operation="AllLocalFilesPrefix"} 0.00025668699999999996
syncthing_db_operation_seconds_total{folder="ahh1g-j0tb2",operation="CountGlobal"} 0.00060374
syncthing_db_operation_seconds_total{folder="ahh1g-j0tb2",operation="CountLocal"} 0.000105084
syncthing_db_operation_seconds_total{folder="ahh1g-j0tb2",operation="CountNeed"} 0.0005386039999999999
syncthing_db_operation_seconds_total{folder="ahh1g-j0tb2",operation="CountReceiveOnlyChanged"} 4.5057e-05
syncthing_db_operation_seconds_total{folder="ahh1g-j0tb2",operation="GetDeviceFile"} 0.004169474
syncthing_db_operation_seconds_total{folder="ahh1g-j0tb2",operation="GetDeviceSequence"} 0.04986346699999996
syncthing_db_operation_seconds_total{folder="ahh1g-j0tb2",operation="IndexIDGet"} 0.000524813
syncthing_db_operation_seconds_total{folder="ahh1g-j0tb2",operation="ListDevicesForFolder"} 0.000203239
syncthing_db_operation_seconds_total{folder="ahh1g-j0tb2",operation="RemoteSequences"} 9.4954e-05
syncthing_db_operation_seconds_total{folder="default",operation="AllLocalFilesPrefix"} 0.00013429000000000002
syncthing_db_operation_seconds_total{folder="default",operation="CountGlobal"} 0.000570958
syncthing_db_operation_seconds_total{folder="default",operation="CountNeed"} 4.5655e-05
syncthing_db_operation_seconds_total{folder="default",operation="GetDeviceSequence"} 6.1837e-05
syncthing_db_operation_seconds_total{folder="default",operation="ListDevicesForFolder"} 0.000114709
syncthing_db_operation_seconds_total{folder="scmlv-ugirj",operation="AllLocalFilesBySequence"} 6.4445e-05
syncthing_db_operation_seconds_total{folder="scmlv-ugirj",operation="AllLocalFilesPrefix"} 0.00017627799999999998
syncthing_db_operation_seconds_total{folder="scmlv-ugirj",operation="CountGlobal"} 0.000347018
syncthing_db_operation_seconds_total{folder="scmlv-ugirj",operation="CountLocal"} 8.612600000000001e-05
syncthing_db_operation_seconds_total{folder="scmlv-ugirj",operation="CountNeed"} 0.000530927
syncthing_db_operation_seconds_total{folder="scmlv-ugirj",operation="CountReceiveOnlyChanged"} 4.5083e-05
syncthing_db_operation_seconds_total{folder="scmlv-ugirj",operation="GetDeviceFile"} 0.001132637
syncthing_db_operation_seconds_total{folder="scmlv-ugirj",operation="GetDeviceSequence"} 0.04827451099999998
syncthing_db_operation_seconds_total{folder="scmlv-ugirj",operation="IndexIDGet"} 0.00021528700000000004
syncthing_db_operation_seconds_total{folder="scmlv-ugirj",operation="ListDevicesForFolder"} 9.282e-05
syncthing_db_operation_seconds_total{folder="scmlv-ugirj",operation="RemoteSequences"} 7.712e-05
syncthing_db_operation_seconds_total{folder="vxy5n-p4qp7",operation="AllLocalFilesBySequence"} 0.000201146
syncthing_db_operation_seconds_total{folder="vxy5n-p4qp7",operation="AllLocalFilesPrefix"} 6.940499999999999e-05
syncthing_db_operation_seconds_total{folder="vxy5n-p4qp7",operation="CountGlobal"} 0.0007847190000000001
syncthing_db_operation_seconds_total{folder="vxy5n-p4qp7",operation="CountLocal"} 0.000275502
syncthing_db_operation_seconds_total{folder="vxy5n-p4qp7",operation="CountNeed"} 0.005203288
syncthing_db_operation_seconds_total{folder="vxy5n-p4qp7",operation="CountReceiveOnlyChanged"} 4.8956e-05
syncthing_db_operation_seconds_total{folder="vxy5n-p4qp7",operation="GetDeviceFile"} 0.027718270999999985
syncthing_db_operation_seconds_total{folder="vxy5n-p4qp7",operation="GetDeviceSequence"} 0.07818980200000003
syncthing_db_operation_seconds_total{folder="vxy5n-p4qp7",operation="IndexIDGet"} 0.000543063
syncthing_db_operation_seconds_total{folder="vxy5n-p4qp7",operation="ListDevicesForFolder"} 9.6256e-05
syncthing_db_operation_seconds_total{folder="vxy5n-p4qp7",operation="RemoteSequences"} 9.903200000000001e-05
syncthing_db_operation_seconds_total{folder="wljdh-agxmu",operation="AllLocalFilesBySequence"} 4.5692e-05
syncthing_db_operation_seconds_total{folder="wljdh-agxmu",operation="AllLocalFilesPrefix"} 6.0096e-05
syncthing_db_operation_seconds_total{folder="wljdh-agxmu",operation="CountGlobal"} 0.0005699800000000001
syncthing_db_operation_seconds_total{folder="wljdh-agxmu",operation="CountLocal"} 0.000323685
syncthing_db_operation_seconds_total{folder="wljdh-agxmu",operation="CountNeed"} 0.003426071
syncthing_db_operation_seconds_total{folder="wljdh-agxmu",operation="CountReceiveOnlyChanged"} 4.8561e-05
syncthing_db_operation_seconds_total{folder="wljdh-agxmu",operation="GetDeviceFile"} 0.2780952540000001
syncthing_db_operation_seconds_total{folder="wljdh-agxmu",operation="GetDeviceSequence"} 0.07356569899999994
syncthing_db_operation_seconds_total{folder="wljdh-agxmu",operation="IndexIDGet"} 0.00033377499999999997
syncthing_db_operation_seconds_total{folder="wljdh-agxmu",operation="ListDevicesForFolder"} 7.3317e-05
syncthing_db_operation_seconds_total{folder="wljdh-agxmu",operation="RemoteSequences"} 0.000106506
# 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="ahh1g-j0tb2",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="ahh1g-j0tb2",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="ahh1g-j0tb2",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="ahh1g-j0tb2",operation="CountLocal"} 0
syncthing_db_operations_current{folder="ahh1g-j0tb2",operation="CountNeed"} 0
syncthing_db_operations_current{folder="ahh1g-j0tb2",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="ahh1g-j0tb2",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="ahh1g-j0tb2",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="ahh1g-j0tb2",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="ahh1g-j0tb2",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="ahh1g-j0tb2",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="default",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="default",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="default",operation="CountNeed"} 0
syncthing_db_operations_current{folder="default",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="default",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="scmlv-ugirj",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="scmlv-ugirj",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="scmlv-ugirj",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="scmlv-ugirj",operation="CountLocal"} 0
syncthing_db_operations_current{folder="scmlv-ugirj",operation="CountNeed"} 0
syncthing_db_operations_current{folder="scmlv-ugirj",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="scmlv-ugirj",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="scmlv-ugirj",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="scmlv-ugirj",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="scmlv-ugirj",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="scmlv-ugirj",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="vxy5n-p4qp7",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="vxy5n-p4qp7",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="vxy5n-p4qp7",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="vxy5n-p4qp7",operation="CountLocal"} 0
syncthing_db_operations_current{folder="vxy5n-p4qp7",operation="CountNeed"} 0
syncthing_db_operations_current{folder="vxy5n-p4qp7",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="vxy5n-p4qp7",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="vxy5n-p4qp7",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="vxy5n-p4qp7",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="vxy5n-p4qp7",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="vxy5n-p4qp7",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="wljdh-agxmu",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="wljdh-agxmu",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="wljdh-agxmu",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="wljdh-agxmu",operation="CountLocal"} 0
syncthing_db_operations_current{folder="wljdh-agxmu",operation="CountNeed"} 0
syncthing_db_operations_current{folder="wljdh-agxmu",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="wljdh-agxmu",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="wljdh-agxmu",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="wljdh-agxmu",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="wljdh-agxmu",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="wljdh-agxmu",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"} 2793
syncthing_db_operations_total{folder="-",operation="ListFolders"} 1
syncthing_db_operations_total{folder="-",operation="PrefixKV"} 3
syncthing_db_operations_total{folder="-",operation="PutKV"} 60
syncthing_db_operations_total{folder="ahh1g-j0tb2",operation="AllLocalFilesBySequence"} 1
syncthing_db_operations_total{folder="ahh1g-j0tb2",operation="AllLocalFilesPrefix"} 5
syncthing_db_operations_total{folder="ahh1g-j0tb2",operation="CountGlobal"} 11
syncthing_db_operations_total{folder="ahh1g-j0tb2",operation="CountLocal"} 3
syncthing_db_operations_total{folder="ahh1g-j0tb2",operation="CountNeed"} 12
syncthing_db_operations_total{folder="ahh1g-j0tb2",operation="CountReceiveOnlyChanged"} 3
syncthing_db_operations_total{folder="ahh1g-j0tb2",operation="GetDeviceFile"} 50
syncthing_db_operations_total{folder="ahh1g-j0tb2",operation="GetDeviceSequence"} 294
syncthing_db_operations_total{folder="ahh1g-j0tb2",operation="IndexIDGet"} 11
syncthing_db_operations_total{folder="ahh1g-j0tb2",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="ahh1g-j0tb2",operation="RemoteSequences"} 3
syncthing_db_operations_total{folder="default",operation="AllLocalFilesPrefix"} 5
syncthing_db_operations_total{folder="default",operation="CountGlobal"} 2
syncthing_db_operations_total{folder="default",operation="CountNeed"} 1
syncthing_db_operations_total{folder="default",operation="GetDeviceSequence"} 1
syncthing_db_operations_total{folder="default",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="scmlv-ugirj",operation="AllLocalFilesBySequence"} 1
syncthing_db_operations_total{folder="scmlv-ugirj",operation="AllLocalFilesPrefix"} 6
syncthing_db_operations_total{folder="scmlv-ugirj",operation="CountGlobal"} 14
syncthing_db_operations_total{folder="scmlv-ugirj",operation="CountLocal"} 3
syncthing_db_operations_total{folder="scmlv-ugirj",operation="CountNeed"} 15
syncthing_db_operations_total{folder="scmlv-ugirj",operation="CountReceiveOnlyChanged"} 3
syncthing_db_operations_total{folder="scmlv-ugirj",operation="GetDeviceFile"} 12
syncthing_db_operations_total{folder="scmlv-ugirj",operation="GetDeviceSequence"} 300
syncthing_db_operations_total{folder="scmlv-ugirj",operation="IndexIDGet"} 14
syncthing_db_operations_total{folder="scmlv-ugirj",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="scmlv-ugirj",operation="RemoteSequences"} 3
syncthing_db_operations_total{folder="vxy5n-p4qp7",operation="AllLocalFilesBySequence"} 1
syncthing_db_operations_total{folder="vxy5n-p4qp7",operation="AllLocalFilesPrefix"} 5
syncthing_db_operations_total{folder="vxy5n-p4qp7",operation="CountGlobal"} 17
syncthing_db_operations_total{folder="vxy5n-p4qp7",operation="CountLocal"} 3
syncthing_db_operations_total{folder="vxy5n-p4qp7",operation="CountNeed"} 18
syncthing_db_operations_total{folder="vxy5n-p4qp7",operation="CountReceiveOnlyChanged"} 3
syncthing_db_operations_total{folder="vxy5n-p4qp7",operation="GetDeviceFile"} 535
syncthing_db_operations_total{folder="vxy5n-p4qp7",operation="GetDeviceSequence"} 306
syncthing_db_operations_total{folder="vxy5n-p4qp7",operation="IndexIDGet"} 17
syncthing_db_operations_total{folder="vxy5n-p4qp7",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="vxy5n-p4qp7",operation="RemoteSequences"} 3
syncthing_db_operations_total{folder="wljdh-agxmu",operation="AllLocalFilesBySequence"} 1
syncthing_db_operations_total{folder="wljdh-agxmu",operation="AllLocalFilesPrefix"} 5
syncthing_db_operations_total{folder="wljdh-agxmu",operation="CountGlobal"} 11
syncthing_db_operations_total{folder="wljdh-agxmu",operation="CountLocal"} 3
syncthing_db_operations_total{folder="wljdh-agxmu",operation="CountNeed"} 12
syncthing_db_operations_total{folder="wljdh-agxmu",operation="CountReceiveOnlyChanged"} 3
syncthing_db_operations_total{folder="wljdh-agxmu",operation="GetDeviceFile"} 1015
syncthing_db_operations_total{folder="wljdh-agxmu",operation="GetDeviceSequence"} 294
syncthing_db_operations_total{folder="wljdh-agxmu",operation="IndexIDGet"} 11
syncthing_db_operations_total{folder="wljdh-agxmu",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="wljdh-agxmu",operation="RemoteSequences"} 3
# HELP syncthing_events_total Total number of created/forwarded/dropped events
# TYPE syncthing_events_total counter
syncthing_events_total{event="ClusterConfigReceived",state="created"} 1
syncthing_events_total{event="ClusterConfigReceived",state="delivered"} 2
syncthing_events_total{event="DeviceConnected",state="created"} 3
syncthing_events_total{event="DeviceConnected",state="delivered"} 6
syncthing_events_total{event="FolderCompletion",state="created"} 33
syncthing_events_total{event="FolderCompletion",state="delivered"} 33
syncthing_events_total{event="FolderSummary",state="created"} 12
syncthing_events_total{event="FolderSummary",state="delivered"} 12
syncthing_events_total{event="ListenAddressesChanged",state="created"} 7
syncthing_events_total{event="ListenAddressesChanged",state="delivered"} 21
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"} 88
syncthing_events_total{event="StateChanged",state="delivered"} 176
# 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="dirnames",root="/data/ObsidianVault"} 0.01563686600000001
syncthing_fs_operation_seconds_total{operation="dirnames",root="/data/super-productivity-sync"} 0.000919594
syncthing_fs_operation_seconds_total{operation="dirnames",root="/data2/IITC"} 0.014159734000000002
syncthing_fs_operation_seconds_total{operation="dirnames",root="/data2/factorio/saves"} 0.0022259940000000002
syncthing_fs_operation_seconds_total{operation="dirnames",root="/home/morainj/Sync"} 0.0007219280000000002
syncthing_fs_operation_seconds_total{operation="glob",root="/home/morainj/.local/state/syncthing"} 0.000140884
syncthing_fs_operation_seconds_total{operation="hide",root="/data/ObsidianVault"} 1.0329999999999999e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/data/super-productivity-sync"} 6.45e-07
syncthing_fs_operation_seconds_total{operation="hide",root="/data2/IITC"} 1.168e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/data2/factorio/saves"} 1.203e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/home/morainj/Sync"} 1.142e-06
syncthing_fs_operation_seconds_total{operation="lstat",root="/data/ObsidianVault"} 0.233355217
syncthing_fs_operation_seconds_total{operation="lstat",root="/data/super-productivity-sync"} 0.044313048999999986
syncthing_fs_operation_seconds_total{operation="lstat",root="/data2/IITC"} 0.06424232699999997
syncthing_fs_operation_seconds_total{operation="lstat",root="/data2/factorio/saves"} 0.1186941339999998
syncthing_fs_operation_seconds_total{operation="lstat",root="/home/morainj/.local/state/syncthing"} 5.4632e-05
syncthing_fs_operation_seconds_total{operation="lstat",root="/home/morainj/Sync"} 0.0010957789999999999
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/home/morainj/.local/state/syncthing"} 1.794e-05
syncthing_fs_operation_seconds_total{operation="open",root="/data/ObsidianVault"} 6.344e-05
syncthing_fs_operation_seconds_total{operation="open",root="/data/super-productivity-sync"} 0.00011574099999999999
syncthing_fs_operation_seconds_total{operation="open",root="/data2/IITC"} 8.477499999999999e-05
syncthing_fs_operation_seconds_total{operation="open",root="/data2/factorio/saves"} 8.0193e-05
syncthing_fs_operation_seconds_total{operation="open",root="/home/morainj/Sync"} 5.7827e-05
syncthing_fs_operation_seconds_total{operation="options",root="/data/ObsidianVault"} 7.355e-06
syncthing_fs_operation_seconds_total{operation="options",root="/data/super-productivity-sync"} 1.1910999999999998e-05
syncthing_fs_operation_seconds_total{operation="options",root="/data2/IITC"} 1.1187e-05
syncthing_fs_operation_seconds_total{operation="options",root="/data2/factorio/saves"} 7.1979999999999995e-06
syncthing_fs_operation_seconds_total{operation="options",root="/home/morainj/.local/state/syncthing"} 1.794e-06
syncthing_fs_operation_seconds_total{operation="options",root="/home/morainj/.local/state/syncthing/index-v2"} 6.0840000000000005e-06
syncthing_fs_operation_seconds_total{operation="options",root="/home/morainj/Sync"} 7.981e-06
syncthing_fs_operation_seconds_total{operation="stat",root="/data/ObsidianVault"} 0.000138495
syncthing_fs_operation_seconds_total{operation="stat",root="/data/super-productivity-sync"} 0.00015777900000000004
syncthing_fs_operation_seconds_total{operation="stat",root="/data2/IITC"} 0.000164155
syncthing_fs_operation_seconds_total{operation="stat",root="/data2/factorio/saves"} 0.00012173099999999999
syncthing_fs_operation_seconds_total{operation="stat",root="/home/morainj/.local/state/syncthing"} 6.231e-06
syncthing_fs_operation_seconds_total{operation="stat",root="/home/morainj/Sync"} 0.00012895999999999999
syncthing_fs_operation_seconds_total{operation="type",root="/data/ObsidianVault"} 1.9239999999999997e-06
syncthing_fs_operation_seconds_total{operation="type",root="/data/super-productivity-sync"} 2.076e-06
syncthing_fs_operation_seconds_total{operation="type",root="/data2/IITC"} 2.625e-06
syncthing_fs_operation_seconds_total{operation="type",root="/data2/factorio/saves"} 2.2240000000000002e-06
syncthing_fs_operation_seconds_total{operation="type",root="/home/morainj/Sync"} 2.11e-06
syncthing_fs_operation_seconds_total{operation="uri",root="/data/ObsidianVault"} 1.6280000000000001e-06
syncthing_fs_operation_seconds_total{operation="uri",root="/data/super-productivity-sync"} 1.672e-06
syncthing_fs_operation_seconds_total{operation="uri",root="/data2/IITC"} 1.95e-06
syncthing_fs_operation_seconds_total{operation="uri",root="/data2/factorio/saves"} 2.131e-06
syncthing_fs_operation_seconds_total{operation="uri",root="/home/morainj/Sync"} 1.937e-06
syncthing_fs_operation_seconds_total{operation="usage",root="/home/morainj/.local/state/syncthing/index-v2"} 0.000406038
syncthing_fs_operation_seconds_total{operation="watch",root="/data/ObsidianVault"} 0.058678123
syncthing_fs_operation_seconds_total{operation="watch",root="/data/super-productivity-sync"} 0.011825776
syncthing_fs_operation_seconds_total{operation="watch",root="/data2/IITC"} 0.055100254
syncthing_fs_operation_seconds_total{operation="watch",root="/data2/factorio/saves"} 0.10519046
syncthing_fs_operation_seconds_total{operation="watch",root="/home/morainj/Sync"} 0.054635876
# 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="dirnames",root="/data/ObsidianVault"} 195
syncthing_fs_operations_total{operation="dirnames",root="/data/super-productivity-sync"} 18
syncthing_fs_operations_total{operation="dirnames",root="/data2/IITC"} 15
syncthing_fs_operations_total{operation="dirnames",root="/data2/factorio/saves"} 15
syncthing_fs_operations_total{operation="dirnames",root="/home/morainj/Sync"} 10
syncthing_fs_operations_total{operation="glob",root="/home/morainj/.local/state/syncthing"} 5
syncthing_fs_operations_total{operation="hide",root="/data/ObsidianVault"} 3
syncthing_fs_operations_total{operation="hide",root="/data/super-productivity-sync"} 3
syncthing_fs_operations_total{operation="hide",root="/data2/IITC"} 3
syncthing_fs_operations_total{operation="hide",root="/data2/factorio/saves"} 3
syncthing_fs_operations_total{operation="hide",root="/home/morainj/Sync"} 3
syncthing_fs_operations_total{operation="lstat",root="/data/ObsidianVault"} 1546
syncthing_fs_operations_total{operation="lstat",root="/data/super-productivity-sync"} 54
syncthing_fs_operations_total{operation="lstat",root="/data2/IITC"} 126
syncthing_fs_operations_total{operation="lstat",root="/data2/factorio/saves"} 2056
syncthing_fs_operations_total{operation="lstat",root="/home/morainj/.local/state/syncthing"} 6
syncthing_fs_operations_total{operation="lstat",root="/home/morainj/Sync"} 26
syncthing_fs_operations_total{operation="mkdirall",root="/home/morainj/.local/state/syncthing"} 2
syncthing_fs_operations_total{operation="open",root="/data/ObsidianVault"} 7
syncthing_fs_operations_total{operation="open",root="/data/super-productivity-sync"} 8
syncthing_fs_operations_total{operation="open",root="/data2/IITC"} 7
syncthing_fs_operations_total{operation="open",root="/data2/factorio/saves"} 7
syncthing_fs_operations_total{operation="open",root="/home/morainj/Sync"} 7
syncthing_fs_operations_total{operation="options",root="/data/ObsidianVault"} 20
syncthing_fs_operations_total{operation="options",root="/data/super-productivity-sync"} 22
syncthing_fs_operations_total{operation="options",root="/data2/IITC"} 20
syncthing_fs_operations_total{operation="options",root="/data2/factorio/saves"} 20
syncthing_fs_operations_total{operation="options",root="/home/morainj/.local/state/syncthing"} 3
syncthing_fs_operations_total{operation="options",root="/home/morainj/.local/state/syncthing/index-v2"} 31
syncthing_fs_operations_total{operation="options",root="/home/morainj/Sync"} 24
syncthing_fs_operations_total{operation="stat",root="/data/ObsidianVault"} 12
syncthing_fs_operations_total{operation="stat",root="/data/super-productivity-sync"} 14
syncthing_fs_operations_total{operation="stat",root="/data2/IITC"} 12
syncthing_fs_operations_total{operation="stat",root="/data2/factorio/saves"} 12
syncthing_fs_operations_total{operation="stat",root="/home/morainj/.local/state/syncthing"} 2
syncthing_fs_operations_total{operation="stat",root="/home/morainj/Sync"} 15
syncthing_fs_operations_total{operation="type",root="/data/ObsidianVault"} 11
syncthing_fs_operations_total{operation="type",root="/data/super-productivity-sync"} 12
syncthing_fs_operations_total{operation="type",root="/data2/IITC"} 11
syncthing_fs_operations_total{operation="type",root="/data2/factorio/saves"} 11
syncthing_fs_operations_total{operation="type",root="/home/morainj/Sync"} 13
syncthing_fs_operations_total{operation="uri",root="/data/ObsidianVault"} 11
syncthing_fs_operations_total{operation="uri",root="/data/super-productivity-sync"} 12
syncthing_fs_operations_total{operation="uri",root="/data2/IITC"} 11
syncthing_fs_operations_total{operation="uri",root="/data2/factorio/saves"} 11
syncthing_fs_operations_total{operation="uri",root="/home/morainj/Sync"} 13
syncthing_fs_operations_total{operation="usage",root="/home/morainj/.local/state/syncthing/index-v2"} 31
syncthing_fs_operations_total{operation="watch",root="/data/ObsidianVault"} 1
syncthing_fs_operations_total{operation="watch",root="/data/super-productivity-sync"} 1
syncthing_fs_operations_total{operation="watch",root="/data2/IITC"} 1
syncthing_fs_operations_total{operation="watch",root="/data2/factorio/saves"} 1
syncthing_fs_operations_total{operation="watch",root="/home/morainj/Sync"} 1
# HELP syncthing_model_folder_conflicts_total Total number of conflicts
# TYPE syncthing_model_folder_conflicts_total counter
syncthing_model_folder_conflicts_total{folder="ahh1g-j0tb2"} 0
syncthing_model_folder_conflicts_total{folder="default"} 0
syncthing_model_folder_conflicts_total{folder="scmlv-ugirj"} 0
syncthing_model_folder_conflicts_total{folder="vxy5n-p4qp7"} 0
syncthing_model_folder_conflicts_total{folder="wljdh-agxmu"} 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="ahh1g-j0tb2",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="ahh1g-j0tb2",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="ahh1g-j0tb2",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="ahh1g-j0tb2",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="default",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="default",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="default",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="default",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="scmlv-ugirj",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="scmlv-ugirj",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="scmlv-ugirj",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="scmlv-ugirj",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="vxy5n-p4qp7",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="vxy5n-p4qp7",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="vxy5n-p4qp7",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="vxy5n-p4qp7",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="wljdh-agxmu",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="wljdh-agxmu",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="wljdh-agxmu",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="wljdh-agxmu",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="ahh1g-j0tb2"} 0
syncthing_model_folder_pull_seconds_total{folder="default"} 0
syncthing_model_folder_pull_seconds_total{folder="scmlv-ugirj"} 0
syncthing_model_folder_pull_seconds_total{folder="vxy5n-p4qp7"} 0
syncthing_model_folder_pull_seconds_total{folder="wljdh-agxmu"} 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="ahh1g-j0tb2"} 0
syncthing_model_folder_pulls_total{folder="default"} 0
syncthing_model_folder_pulls_total{folder="scmlv-ugirj"} 0
syncthing_model_folder_pulls_total{folder="vxy5n-p4qp7"} 0
syncthing_model_folder_pulls_total{folder="wljdh-agxmu"} 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="ahh1g-j0tb2"} 0.071521716
syncthing_model_folder_scan_seconds_total{folder="default"} 0.046437192
syncthing_model_folder_scan_seconds_total{folder="scmlv-ugirj"} 0.229447269
syncthing_model_folder_scan_seconds_total{folder="vxy5n-p4qp7"} 0.111919198
syncthing_model_folder_scan_seconds_total{folder="wljdh-agxmu"} 0.615002711
# 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="ahh1g-j0tb2"} 5
syncthing_model_folder_scans_total{folder="default"} 5
syncthing_model_folder_scans_total{folder="scmlv-ugirj"} 6
syncthing_model_folder_scans_total{folder="vxy5n-p4qp7"} 5
syncthing_model_folder_scans_total{folder="wljdh-agxmu"} 5
# HELP syncthing_model_folder_state Current folder state
# TYPE syncthing_model_folder_state gauge
syncthing_model_folder_state{folder="ahh1g-j0tb2"} 0
syncthing_model_folder_state{folder="default"} 0
syncthing_model_folder_state{folder="scmlv-ugirj"} 0
syncthing_model_folder_state{folder="vxy5n-p4qp7"} 0
syncthing_model_folder_state{folder="wljdh-agxmu"} 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="ahh1g-j0tb2",scope="global",type="bytes"} 1.372922e+06
syncthing_model_folder_summary{folder="ahh1g-j0tb2",scope="global",type="deleted"} 1
syncthing_model_folder_summary{folder="ahh1g-j0tb2",scope="global",type="directories"} 0
syncthing_model_folder_summary{folder="ahh1g-j0tb2",scope="global",type="files"} 10
syncthing_model_folder_summary{folder="ahh1g-j0tb2",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="ahh1g-j0tb2",scope="local",type="bytes"} 1.372922e+06
syncthing_model_folder_summary{folder="ahh1g-j0tb2",scope="local",type="deleted"} 1
syncthing_model_folder_summary{folder="ahh1g-j0tb2",scope="local",type="directories"} 0
syncthing_model_folder_summary{folder="ahh1g-j0tb2",scope="local",type="files"} 10
syncthing_model_folder_summary{folder="ahh1g-j0tb2",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="ahh1g-j0tb2",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="ahh1g-j0tb2",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="ahh1g-j0tb2",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="ahh1g-j0tb2",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="ahh1g-j0tb2",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="scmlv-ugirj",scope="global",type="bytes"} 79372
syncthing_model_folder_summary{folder="scmlv-ugirj",scope="global",type="deleted"} 0
syncthing_model_folder_summary{folder="scmlv-ugirj",scope="global",type="directories"} 0
syncthing_model_folder_summary{folder="scmlv-ugirj",scope="global",type="files"} 2
syncthing_model_folder_summary{folder="scmlv-ugirj",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="scmlv-ugirj",scope="local",type="bytes"} 79372
syncthing_model_folder_summary{folder="scmlv-ugirj",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="scmlv-ugirj",scope="local",type="directories"} 0
syncthing_model_folder_summary{folder="scmlv-ugirj",scope="local",type="files"} 2
syncthing_model_folder_summary{folder="scmlv-ugirj",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="scmlv-ugirj",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="scmlv-ugirj",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="scmlv-ugirj",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="scmlv-ugirj",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="scmlv-ugirj",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="vxy5n-p4qp7",scope="global",type="bytes"} 155696
syncthing_model_folder_summary{folder="vxy5n-p4qp7",scope="global",type="deleted"} 41
syncthing_model_folder_summary{folder="vxy5n-p4qp7",scope="global",type="directories"} 18
syncthing_model_folder_summary{folder="vxy5n-p4qp7",scope="global",type="files"} 89
syncthing_model_folder_summary{folder="vxy5n-p4qp7",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="vxy5n-p4qp7",scope="local",type="bytes"} 155696
syncthing_model_folder_summary{folder="vxy5n-p4qp7",scope="local",type="deleted"} 41
syncthing_model_folder_summary{folder="vxy5n-p4qp7",scope="local",type="directories"} 18
syncthing_model_folder_summary{folder="vxy5n-p4qp7",scope="local",type="files"} 89
syncthing_model_folder_summary{folder="vxy5n-p4qp7",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="vxy5n-p4qp7",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="vxy5n-p4qp7",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="vxy5n-p4qp7",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="vxy5n-p4qp7",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="vxy5n-p4qp7",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="wljdh-agxmu",scope="global",type="bytes"} 1.3949460928e+10
syncthing_model_folder_summary{folder="wljdh-agxmu",scope="global",type="deleted"} 0
syncthing_model_folder_summary{folder="wljdh-agxmu",scope="global",type="directories"} 0
syncthing_model_folder_summary{folder="wljdh-agxmu",scope="global",type="files"} 203
syncthing_model_folder_summary{folder="wljdh-agxmu",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="wljdh-agxmu",scope="local",type="bytes"} 1.3949460928e+10
syncthing_model_folder_summary{folder="wljdh-agxmu",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="wljdh-agxmu",scope="local",type="directories"} 0
syncthing_model_folder_summary{folder="wljdh-agxmu",scope="local",type="files"} 203
syncthing_model_folder_summary{folder="wljdh-agxmu",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="wljdh-agxmu",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="wljdh-agxmu",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="wljdh-agxmu",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="wljdh-agxmu",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="wljdh-agxmu",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="DUXNF5D-AOEKDCY-75MYMFJ-IXWOLEO-ZQ2LZDY-CGNQAFG-3NH7PYA-2KDKBQE"} 5483
# 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="DUXNF5D-AOEKDCY-75MYMFJ-IXWOLEO-ZQ2LZDY-CGNQAFG-3NH7PYA-2KDKBQE"} 5767
# 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="DUXNF5D-AOEKDCY-75MYMFJ-IXWOLEO-ZQ2LZDY-CGNQAFG-3NH7PYA-2KDKBQE"} 639
# 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="DUXNF5D-AOEKDCY-75MYMFJ-IXWOLEO-ZQ2LZDY-CGNQAFG-3NH7PYA-2KDKBQE"} 5766
# 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="DUXNF5D-AOEKDCY-75MYMFJ-IXWOLEO-ZQ2LZDY-CGNQAFG-3NH7PYA-2KDKBQE"} 641
# 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="DUXNF5D-AOEKDCY-75MYMFJ-IXWOLEO-ZQ2LZDY-CGNQAFG-3NH7PYA-2KDKBQE"} 6291
# 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="ahh1g-j0tb2"} 0
syncthing_scanner_hashed_bytes_total{folder="default"} 0
syncthing_scanner_hashed_bytes_total{folder="scmlv-ugirj"} 0
syncthing_scanner_hashed_bytes_total{folder="vxy5n-p4qp7"} 0
syncthing_scanner_hashed_bytes_total{folder="wljdh-agxmu"} 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="ahh1g-j0tb2"} 60
syncthing_scanner_scanned_items_total{folder="default"} 10
syncthing_scanner_scanned_items_total{folder="scmlv-ugirj"} 24
syncthing_scanner_scanned_items_total{folder="vxy5n-p4qp7"} 545
syncthing_scanner_scanned_items_total{folder="wljdh-agxmu"} 1025
