# 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.4532e-05
go_gc_duration_seconds{quantile="0.25"} 2.2267e-05
go_gc_duration_seconds{quantile="0.5"} 3.7168e-05
go_gc_duration_seconds{quantile="0.75"} 6.7449e-05
go_gc_duration_seconds{quantile="1"} 0.005189358
go_gc_duration_seconds_sum 0.174327683
go_gc_duration_seconds_count 2800
# 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 104
# 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.660136e+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 9.918846272e+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.129118e+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 8.251877e+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.292896e+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.660136e+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 7.3572352e+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.2443648e+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 37006
# HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes.
# TYPE go_memstats_heap_released_bytes gauge
go_memstats_heap_released_bytes 7.2146944e+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 8.6016e+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.7678348625905867e+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 8.2555776e+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 2416
# HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes.
# TYPE go_memstats_mcache_sys_bytes gauge
go_memstats_mcache_sys_bytes 15704
# HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes.
# TYPE go_memstats_mspan_inuse_bytes gauge
go_memstats_mspan_inuse_bytes 209440
# 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 620160
# 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.6122618e+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 833346
# 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.064384e+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.064384e+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 9.5971608e+07
# HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads.
# TYPE go_sched_gomaxprocs_threads gauge
go_sched_gomaxprocs_threads 2
# HELP go_threads Number of OS threads created.
# TYPE go_threads gauge
go_threads 26
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 212.56
# HELP process_max_fds Maximum number of open file descriptors.
# TYPE process_max_fds gauge
process_max_fds 1.048576e+06
# HELP process_network_receive_bytes_total Number of bytes received by the process over the network.
# TYPE process_network_receive_bytes_total counter
process_network_receive_bytes_total 9.97935241e+08
# 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.151103992e+09
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 39
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 4.6092288e+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.76770803858e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 1.560199168e+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="6UF4BME-ML54NBJ-YZZGVUR-3OX6JLS-NHC3N4T-K2KYEHK-CG5LRHI-DR5ZPAP",introducer="false",name="Zcc09-Magic V3",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="PW2PABE-NUX5AZT-N6PXDNC-3HRAJWQ-RD6I7GU-CRGCKFA-LLCKIFW-23U6GQO",introducer="false",name="Zcc09-NAS",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="ct2fu-imygo",label="Music",path="/Music",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="6UF4BME-ML54NBJ-YZZGVUR-3OX6JLS-NHC3N4T-K2KYEHK-CG5LRHI-DR5ZPAP"} 3
syncthing_connections_active{device="PW2PABE-NUX5AZT-N6PXDNC-3HRAJWQ-RD6I7GU-CRGCKFA-LLCKIFW-23U6GQO"} 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="ct2fu-imygo"} 1545
# 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.19399985800000064
syncthing_db_operation_seconds_total{folder="-",operation="GetKV"} 0.6879389329999942
syncthing_db_operation_seconds_total{folder="-",operation="ListFolders"} 2.5736e-05
syncthing_db_operation_seconds_total{folder="-",operation="PrefixKV"} 0.0026549810000000003
syncthing_db_operation_seconds_total{folder="-",operation="PutKV"} 0.10674053900000005
syncthing_db_operation_seconds_total{folder="ct2fu-imygo",operation="AllLocalFilesBySequence"} 0.03910947299999998
syncthing_db_operation_seconds_total{folder="ct2fu-imygo",operation="AllLocalFilesPrefix"} 0.06886922600000002
syncthing_db_operation_seconds_total{folder="ct2fu-imygo",operation="AllLocalFilesWithBlocksHash"} 0.048197358000000017
syncthing_db_operation_seconds_total{folder="ct2fu-imygo",operation="AllNeededGlobalFiles"} 0.005853036999999999
syncthing_db_operation_seconds_total{folder="ct2fu-imygo",operation="CountGlobal"} 0.2780195290000003
syncthing_db_operation_seconds_total{folder="ct2fu-imygo",operation="CountLocal"} 0.14572662399999975
syncthing_db_operation_seconds_total{folder="ct2fu-imygo",operation="CountNeed"} 6.4137895949999875
syncthing_db_operation_seconds_total{folder="ct2fu-imygo",operation="CountReceiveOnlyChanged"} 0.033752666
syncthing_db_operation_seconds_total{folder="ct2fu-imygo",operation="GetDeviceFile"} 7.793836925000046
syncthing_db_operation_seconds_total{folder="ct2fu-imygo",operation="GetDeviceSequence"} 0.8479241119999992
syncthing_db_operation_seconds_total{folder="ct2fu-imygo",operation="GetGlobalAvailability"} 0.9300235009999979
syncthing_db_operation_seconds_total{folder="ct2fu-imygo",operation="GetGlobalFile"} 0.26546206700000013
syncthing_db_operation_seconds_total{folder="ct2fu-imygo",operation="IndexIDGet"} 0.03813667000000004
syncthing_db_operation_seconds_total{folder="ct2fu-imygo",operation="ListDevicesForFolder"} 0.000186247
syncthing_db_operation_seconds_total{folder="ct2fu-imygo",operation="RemoteSequences"} 0.07847206599999997
syncthing_db_operation_seconds_total{folder="ct2fu-imygo",operation="Update"} 4.426976542999999
# 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="ct2fu-imygo",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="ct2fu-imygo",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="ct2fu-imygo",operation="AllLocalFilesWithBlocksHash"} 0
syncthing_db_operations_current{folder="ct2fu-imygo",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="ct2fu-imygo",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="ct2fu-imygo",operation="CountLocal"} 0
syncthing_db_operations_current{folder="ct2fu-imygo",operation="CountNeed"} 0
syncthing_db_operations_current{folder="ct2fu-imygo",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="ct2fu-imygo",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="ct2fu-imygo",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="ct2fu-imygo",operation="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="ct2fu-imygo",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="ct2fu-imygo",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="ct2fu-imygo",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="ct2fu-imygo",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="ct2fu-imygo",operation="Update"} 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"} 11571
syncthing_db_operations_total{folder="-",operation="GetKV"} 12003
syncthing_db_operations_total{folder="-",operation="ListFolders"} 1
syncthing_db_operations_total{folder="-",operation="PrefixKV"} 53
syncthing_db_operations_total{folder="-",operation="PutKV"} 847
syncthing_db_operations_total{folder="ct2fu-imygo",operation="AllLocalFilesBySequence"} 522
syncthing_db_operations_total{folder="ct2fu-imygo",operation="AllLocalFilesPrefix"} 751
syncthing_db_operations_total{folder="ct2fu-imygo",operation="AllLocalFilesWithBlocksHash"} 643
syncthing_db_operations_total{folder="ct2fu-imygo",operation="AllNeededGlobalFiles"} 38
syncthing_db_operations_total{folder="ct2fu-imygo",operation="CountGlobal"} 1805
syncthing_db_operations_total{folder="ct2fu-imygo",operation="CountLocal"} 902
syncthing_db_operations_total{folder="ct2fu-imygo",operation="CountNeed"} 3644
syncthing_db_operations_total{folder="ct2fu-imygo",operation="CountReceiveOnlyChanged"} 902
syncthing_db_operations_total{folder="ct2fu-imygo",operation="GetDeviceFile"} 109012
syncthing_db_operations_total{folder="ct2fu-imygo",operation="GetDeviceSequence"} 6470
syncthing_db_operations_total{folder="ct2fu-imygo",operation="GetGlobalAvailability"} 11598
syncthing_db_operations_total{folder="ct2fu-imygo",operation="GetGlobalFile"} 772
syncthing_db_operations_total{folder="ct2fu-imygo",operation="IndexIDGet"} 304
syncthing_db_operations_total{folder="ct2fu-imygo",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="ct2fu-imygo",operation="RemoteSequences"} 902
syncthing_db_operations_total{folder="ct2fu-imygo",operation="Update"} 921
# HELP syncthing_events_total Total number of created/forwarded/dropped events
# TYPE syncthing_events_total counter
syncthing_events_total{event="ClusterConfigReceived",state="created"} 51
syncthing_events_total{event="ClusterConfigReceived",state="delivered"} 102
syncthing_events_total{event="DeviceConnected",state="created"} 88
syncthing_events_total{event="DeviceConnected",state="delivered"} 176
syncthing_events_total{event="DeviceDisconnected",state="created"} 38
syncthing_events_total{event="DeviceDisconnected",state="delivered"} 40
syncthing_events_total{event="DownloadProgress",state="created"} 2
syncthing_events_total{event="DownloadProgress",state="delivered"} 4
syncthing_events_total{event="FolderCompletion",state="created"} 902
syncthing_events_total{event="FolderCompletion",state="delivered"} 902
syncthing_events_total{event="FolderErrors",state="created"} 9
syncthing_events_total{event="FolderErrors",state="delivered"} 9
syncthing_events_total{event="FolderScanProgress",state="created"} 422
syncthing_events_total{event="FolderScanProgress",state="delivered"} 422
syncthing_events_total{event="FolderSummary",state="created"} 902
syncthing_events_total{event="FolderSummary",state="delivered"} 902
syncthing_events_total{event="ItemFinished",state="created"} 86
syncthing_events_total{event="ItemFinished",state="delivered"} 172
syncthing_events_total{event="ItemStarted",state="created"} 86
syncthing_events_total{event="ItemStarted",state="delivered"} 172
syncthing_events_total{event="ListenAddressesChanged",state="created"} 7
syncthing_events_total{event="ListenAddressesChanged",state="delivered"} 21
syncthing_events_total{event="LocalChangeDetected",state="created"} 706
syncthing_events_total{event="LocalChangeDetected",state="delivered"} 706
syncthing_events_total{event="LocalIndexUpdated",state="created"} 473
syncthing_events_total{event="LocalIndexUpdated",state="delivered"} 1419
syncthing_events_total{event="RemoteChangeDetected",state="created"} 62
syncthing_events_total{event="RemoteChangeDetected",state="delivered"} 62
syncthing_events_total{event="RemoteDownloadProgress",state="created"} 94
syncthing_events_total{event="RemoteDownloadProgress",state="delivered"} 188
syncthing_events_total{event="RemoteIndexUpdated",state="created"} 448
syncthing_events_total{event="RemoteIndexUpdated",state="delivered"} 896
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"} 1624
syncthing_events_total{event="StateChanged",state="delivered"} 3246
# HELP syncthing_fs_operation_bytes_total Total number of filesystem bytes transferred, per filesystem root and operation
# TYPE syncthing_fs_operation_bytes_total counter
syncthing_fs_operation_bytes_total{operation="read",root="/Music"} 2.235851482e+09
syncthing_fs_operation_bytes_total{operation="readat",root="/Music"} 1.006059595e+09
syncthing_fs_operation_bytes_total{operation="writeat",root="/Music"} 9.6277886e+08
# 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="/Music"} 0.007475625999999999
syncthing_fs_operation_seconds_total{operation="close",root="/Music"} 0.056067274999999944
syncthing_fs_operation_seconds_total{operation="dirnames",root="/Music"} 1.745699648000024
syncthing_fs_operation_seconds_total{operation="glob",root="/var/syncthing/config"} 5.6989e-05
syncthing_fs_operation_seconds_total{operation="hide",root="/Music"} 8.950599999999998e-05
syncthing_fs_operation_seconds_total{operation="lstat",root="/Music"} 3.447723561000087
syncthing_fs_operation_seconds_total{operation="mdkir",root="/Music"} 0.014060677000000002
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/Music"} 0.011832114999999999
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/var/syncthing/config"} 1.0782000000000001e-05
syncthing_fs_operation_seconds_total{operation="open",root="/Music"} 0.6267993119999982
syncthing_fs_operation_seconds_total{operation="openfile",root="/Music"} 0.07140902600000001
syncthing_fs_operation_seconds_total{operation="options",root="/Music"} 0.005977989000000018
syncthing_fs_operation_seconds_total{operation="options",root="/var/syncthing/config"} 7.429999999999999e-07
syncthing_fs_operation_seconds_total{operation="options",root="/var/syncthing/config/index-v2"} 0.0002529700000000002
syncthing_fs_operation_seconds_total{operation="read",root="/Music"} 6.8760852610000045
syncthing_fs_operation_seconds_total{operation="readat",root="/Music"} 1.3998943370000005
syncthing_fs_operation_seconds_total{operation="remove",root="/Music"} 0.011044838
syncthing_fs_operation_seconds_total{operation="rename",root="/Music"} 0.006639738000000001
syncthing_fs_operation_seconds_total{operation="stat",root="/Music"} 0.09560772400000014
syncthing_fs_operation_seconds_total{operation="stat",root="/var/syncthing/config"} 3.928e-06
syncthing_fs_operation_seconds_total{operation="sync",root="/Music"} 7.059912724000004
syncthing_fs_operation_seconds_total{operation="truncate",root="/Music"} 0.0018284020000000005
syncthing_fs_operation_seconds_total{operation="type",root="/Music"} 0.003070848000000015
syncthing_fs_operation_seconds_total{operation="unhide",root="/Music"} 0.000161869
syncthing_fs_operation_seconds_total{operation="uri",root="/Music"} 0.002552204000000004
syncthing_fs_operation_seconds_total{operation="usage",root="/Music"} 0.000644653
syncthing_fs_operation_seconds_total{operation="usage",root="/var/syncthing/config/index-v2"} 0.026042366999999983
syncthing_fs_operation_seconds_total{operation="watch",root="/Music"} 0.026803772
syncthing_fs_operation_seconds_total{operation="writeat",root="/Music"} 1.071474057999998
# 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="/Music"} 42
syncthing_fs_operations_total{operation="close",root="/Music"} 8707
syncthing_fs_operations_total{operation="dirnames",root="/Music"} 66686
syncthing_fs_operations_total{operation="glob",root="/var/syncthing/config"} 5
syncthing_fs_operations_total{operation="hide",root="/Music"} 69
syncthing_fs_operations_total{operation="lstat",root="/Music"} 411651
syncthing_fs_operations_total{operation="mdkir",root="/Music"} 13
syncthing_fs_operations_total{operation="mkdirall",root="/Music"} 2
syncthing_fs_operations_total{operation="mkdirall",root="/var/syncthing/config"} 2
syncthing_fs_operations_total{operation="open",root="/Music"} 9203
syncthing_fs_operations_total{operation="openfile",root="/Music"} 66
syncthing_fs_operations_total{operation="options",root="/Music"} 17988
syncthing_fs_operations_total{operation="options",root="/var/syncthing/config"} 3
syncthing_fs_operations_total{operation="options",root="/var/syncthing/config/index-v2"} 985
syncthing_fs_operations_total{operation="read",root="/Music"} 68817
syncthing_fs_operations_total{operation="readat",root="/Music"} 7945
syncthing_fs_operations_total{operation="remove",root="/Music"} 69
syncthing_fs_operations_total{operation="rename",root="/Music"} 42
syncthing_fs_operations_total{operation="stat",root="/Music"} 3488
syncthing_fs_operations_total{operation="stat",root="/var/syncthing/config"} 2
syncthing_fs_operations_total{operation="sync",root="/Music"} 98
syncthing_fs_operations_total{operation="truncate",root="/Music"} 66
syncthing_fs_operations_total{operation="type",root="/Music"} 9079
syncthing_fs_operations_total{operation="unhide",root="/Music"} 66
syncthing_fs_operations_total{operation="uri",root="/Music"} 9079
syncthing_fs_operations_total{operation="usage",root="/Music"} 66
syncthing_fs_operations_total{operation="usage",root="/var/syncthing/config/index-v2"} 985
syncthing_fs_operations_total{operation="watch",root="/Music"} 1
syncthing_fs_operations_total{operation="writeat",root="/Music"} 7371
# HELP syncthing_model_folder_conflicts_total Total number of conflicts
# TYPE syncthing_model_folder_conflicts_total counter
syncthing_model_folder_conflicts_total{folder="ct2fu-imygo"} 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="ct2fu-imygo",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="ct2fu-imygo",source="local_other"} 489675
syncthing_model_folder_processed_bytes_total{folder="ct2fu-imygo",source="network"} 9.62289185e+08
syncthing_model_folder_processed_bytes_total{folder="ct2fu-imygo",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="ct2fu-imygo"} 29.133310863000002
# 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="ct2fu-imygo"} 19
# 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="ct2fu-imygo"} 26.74385494700002
# 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="ct2fu-imygo"} 496
# HELP syncthing_model_folder_state Current folder state
# TYPE syncthing_model_folder_state gauge
syncthing_model_folder_state{folder="ct2fu-imygo"} 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="ct2fu-imygo",scope="global",type="bytes"} 2.782947373e+10
syncthing_model_folder_summary{folder="ct2fu-imygo",scope="global",type="deleted"} 282
syncthing_model_folder_summary{folder="ct2fu-imygo",scope="global",type="directories"} 897
syncthing_model_folder_summary{folder="ct2fu-imygo",scope="global",type="files"} 2304
syncthing_model_folder_summary{folder="ct2fu-imygo",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="ct2fu-imygo",scope="local",type="bytes"} 2.782947373e+10
syncthing_model_folder_summary{folder="ct2fu-imygo",scope="local",type="deleted"} 262
syncthing_model_folder_summary{folder="ct2fu-imygo",scope="local",type="directories"} 897
syncthing_model_folder_summary{folder="ct2fu-imygo",scope="local",type="files"} 2304
syncthing_model_folder_summary{folder="ct2fu-imygo",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="ct2fu-imygo",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="ct2fu-imygo",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="ct2fu-imygo",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="ct2fu-imygo",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="ct2fu-imygo",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="6UF4BME-ML54NBJ-YZZGVUR-3OX6JLS-NHC3N4T-K2KYEHK-CG5LRHI-DR5ZPAP"} 9.64416393e+08
# 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="6UF4BME-ML54NBJ-YZZGVUR-3OX6JLS-NHC3N4T-K2KYEHK-CG5LRHI-DR5ZPAP"} 9.64683294e+08
# 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="6UF4BME-ML54NBJ-YZZGVUR-3OX6JLS-NHC3N4T-K2KYEHK-CG5LRHI-DR5ZPAP"} 23114
# 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="6UF4BME-ML54NBJ-YZZGVUR-3OX6JLS-NHC3N4T-K2KYEHK-CG5LRHI-DR5ZPAP"} 1.008300994e+09
# 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="6UF4BME-ML54NBJ-YZZGVUR-3OX6JLS-NHC3N4T-K2KYEHK-CG5LRHI-DR5ZPAP"} 23866
# 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="6UF4BME-ML54NBJ-YZZGVUR-3OX6JLS-NHC3N4T-K2KYEHK-CG5LRHI-DR5ZPAP"} 1.009118514e+09
# 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="ct2fu-imygo"} 2.235851482e+09
# 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="ct2fu-imygo"} 108335
