# 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"} 4.6039e-05
go_gc_duration_seconds{quantile="0.25"} 8.3785e-05
go_gc_duration_seconds{quantile="0.5"} 0.000117726
go_gc_duration_seconds{quantile="0.75"} 0.000218126
go_gc_duration_seconds{quantile="1"} 0.008467361
go_gc_duration_seconds_sum 7.973542546
go_gc_duration_seconds_count 40331
# 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.10"} 1
# HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes.
# TYPE go_memstats_alloc_bytes gauge
go_memstats_alloc_bytes 8.616216e+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 6.9945370032e+10
# HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes.
# TYPE go_memstats_buck_hash_sys_bytes gauge
go_memstats_buck_hash_sys_bytes 3.159406e+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 1.176268807e+09
# 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.489504e+06
# HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes.
# TYPE go_memstats_heap_alloc_bytes gauge
go_memstats_heap_alloc_bytes 8.616216e+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.0270976e+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.5679488e+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 43968
# 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 6.9517312e+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.5950464e+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.7858365398809931e+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 1.176312775e+09
# 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 246560
# 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 832320
# 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.1007786e+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 639474
# 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.12992e+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.12992e+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.7216792e+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 20
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 5017.8
# 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 3.44311328e+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 7.38773924e+08
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 38
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 5.036032e+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.78197687944e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 1.363197952e+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"} 6
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 14:11:00 UTC",builduser="root@buildkitsandbox",codename="Hafnium Hornet",goversion="go1.25.10",program="syncthing",tags="modernc-sqlite,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="JB6ZMQ5-KVWP377-SFDLR2F-CWC23IJ-B266QBG-3F4SJ5B-OZ2PMVQ-5BSSNAT",introducer="false",name="lilly-iphone",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="MCLAQME-DYJQQYA-WIOGYNG-54VAZ5W-TZJXPED-CWPOFTF-EDFSZSL-Z6PH3AW",introducer="false",name="lilly-mac",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="VGTTL2C-LP4B6HA-OEQJW3C-Q5AB6NQ-5NGHU5V-RB4Q5SX-Y2L7IQE-XK3ZAQD",introducer="false",name="syncthing-vps",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="wiki",label="wiki",path="/wiki",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="JB6ZMQ5-KVWP377-SFDLR2F-CWC23IJ-B266QBG-3F4SJ5B-OZ2PMVQ-5BSSNAT"} 0
syncthing_connections_active{device="MCLAQME-DYJQQYA-WIOGYNG-54VAZ5W-TZJXPED-CWPOFTF-EDFSZSL-Z6PH3AW"} 3
syncthing_connections_active{device="VGTTL2C-LP4B6HA-OEQJW3C-Q5AB6NQ-5NGHU5V-RB4Q5SX-Y2L7IQE-XK3ZAQD"} 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="wiki"} 8006
# 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.35183428300000014
syncthing_db_operation_seconds_total{folder="-",operation="DeleteKV"} 0.000725145
syncthing_db_operation_seconds_total{folder="-",operation="GetKV"} 42.11403366899875
syncthing_db_operation_seconds_total{folder="-",operation="ListFolders"} 0.002615015
syncthing_db_operation_seconds_total{folder="-",operation="PrefixKV"} 0.14798692100000005
syncthing_db_operation_seconds_total{folder="-",operation="PutKV"} 2.7085623250000017
syncthing_db_operation_seconds_total{folder="wiki",operation="AllLocalFilesBySequence"} 1.2533537080000003
syncthing_db_operation_seconds_total{folder="wiki",operation="AllLocalFilesPrefix"} 2.6411500140000017
syncthing_db_operation_seconds_total{folder="wiki",operation="AllLocalFilesWithBlocksHash"} 0.4509551830000003
syncthing_db_operation_seconds_total{folder="wiki",operation="AllNeededGlobalFiles"} 4.420613816
syncthing_db_operation_seconds_total{folder="wiki",operation="CountGlobal"} 1.1280884509999993
syncthing_db_operation_seconds_total{folder="wiki",operation="CountLocal"} 0.46583862600000076
syncthing_db_operation_seconds_total{folder="wiki",operation="CountNeed"} 24.295749804999993
syncthing_db_operation_seconds_total{folder="wiki",operation="CountReceiveOnlyChanged"} 0.094959242
syncthing_db_operation_seconds_total{folder="wiki",operation="DropAllFiles"} 0.036144079
syncthing_db_operation_seconds_total{folder="wiki",operation="GetDeviceFile"} 279.66575660500996
syncthing_db_operation_seconds_total{folder="wiki",operation="GetDeviceSequence"} 22.627864999000032
syncthing_db_operation_seconds_total{folder="wiki",operation="GetGlobalAvailability"} 0.6469333910000018
syncthing_db_operation_seconds_total{folder="wiki",operation="GetGlobalFile"} 0.5096057939999996
syncthing_db_operation_seconds_total{folder="wiki",operation="IndexIDGet"} 0.6606021429999972
syncthing_db_operation_seconds_total{folder="wiki",operation="IndexIDSet"} 0.0049740570000000005
syncthing_db_operation_seconds_total{folder="wiki",operation="ListDevicesForFolder"} 0.004035815
syncthing_db_operation_seconds_total{folder="wiki",operation="RemoteSequences"} 0.17558421899999996
syncthing_db_operation_seconds_total{folder="wiki",operation="Update"} 12.571860770999992
# 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="DeleteKV"} 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="wiki",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="wiki",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="wiki",operation="AllLocalFilesWithBlocksHash"} 0
syncthing_db_operations_current{folder="wiki",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="wiki",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="wiki",operation="CountLocal"} 0
syncthing_db_operations_current{folder="wiki",operation="CountNeed"} 0
syncthing_db_operations_current{folder="wiki",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="wiki",operation="DropAllFiles"} 0
syncthing_db_operations_current{folder="wiki",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="wiki",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="wiki",operation="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="wiki",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="wiki",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="wiki",operation="IndexIDSet"} 0
syncthing_db_operations_current{folder="wiki",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="wiki",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="wiki",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"} 1723
syncthing_db_operations_total{folder="-",operation="DeleteKV"} 2
syncthing_db_operations_total{folder="-",operation="GetKV"} 992911
syncthing_db_operations_total{folder="-",operation="ListFolders"} 1
syncthing_db_operations_total{folder="-",operation="PrefixKV"} 592
syncthing_db_operations_total{folder="-",operation="PutKV"} 3435
syncthing_db_operations_total{folder="wiki",operation="AllLocalFilesBySequence"} 828
syncthing_db_operations_total{folder="wiki",operation="AllLocalFilesPrefix"} 1729
syncthing_db_operations_total{folder="wiki",operation="AllLocalFilesWithBlocksHash"} 1971
syncthing_db_operations_total{folder="wiki",operation="AllNeededGlobalFiles"} 280
syncthing_db_operations_total{folder="wiki",operation="CountGlobal"} 4228
syncthing_db_operations_total{folder="wiki",operation="CountLocal"} 1410
syncthing_db_operations_total{folder="wiki",operation="CountNeed"} 6282
syncthing_db_operations_total{folder="wiki",operation="CountReceiveOnlyChanged"} 1410
syncthing_db_operations_total{folder="wiki",operation="DropAllFiles"} 7
syncthing_db_operations_total{folder="wiki",operation="GetDeviceFile"} 2.178005e+06
syncthing_db_operations_total{folder="wiki",operation="GetDeviceSequence"} 62390
syncthing_db_operations_total{folder="wiki",operation="GetGlobalAvailability"} 1743
syncthing_db_operations_total{folder="wiki",operation="GetGlobalFile"} 2477
syncthing_db_operations_total{folder="wiki",operation="IndexIDGet"} 6000
syncthing_db_operations_total{folder="wiki",operation="IndexIDSet"} 3
syncthing_db_operations_total{folder="wiki",operation="ListDevicesForFolder"} 5
syncthing_db_operations_total{folder="wiki",operation="RemoteSequences"} 1410
syncthing_db_operations_total{folder="wiki",operation="Update"} 641
# HELP syncthing_events_total Total number of created/forwarded/dropped events
# TYPE syncthing_events_total counter
syncthing_events_total{event="ClusterConfigReceived",state="created"} 568
syncthing_events_total{event="ClusterConfigReceived",state="delivered"} 1136
syncthing_events_total{event="ConfigSaved",state="created"} 17
syncthing_events_total{event="ConfigSaved",state="delivered"} 17
syncthing_events_total{event="DeviceConnected",state="created"} 607
syncthing_events_total{event="DeviceConnected",state="delivered"} 1214
syncthing_events_total{event="DeviceDisconnected",state="created"} 578
syncthing_events_total{event="DeviceDisconnected",state="delivered"} 1089
syncthing_events_total{event="DeviceRejected",state="created"} 9
syncthing_events_total{event="DeviceRejected",state="delivered"} 9
syncthing_events_total{event="DownloadProgress",state="created"} 14
syncthing_events_total{event="DownloadProgress",state="delivered"} 28
syncthing_events_total{event="FolderCompletion",state="created"} 2804
syncthing_events_total{event="FolderCompletion",state="delivered"} 2804
syncthing_events_total{event="FolderScanProgress",state="created"} 1104
syncthing_events_total{event="FolderScanProgress",state="delivered"} 1104
syncthing_events_total{event="FolderSummary",state="created"} 1402
syncthing_events_total{event="FolderSummary",state="delivered"} 1402
syncthing_events_total{event="ItemFinished",state="created"} 316
syncthing_events_total{event="ItemFinished",state="delivered"} 632
syncthing_events_total{event="ItemStarted",state="created"} 316
syncthing_events_total{event="ItemStarted",state="delivered"} 632
syncthing_events_total{event="ListenAddressesChanged",state="created"} 11
syncthing_events_total{event="ListenAddressesChanged",state="delivered"} 32
syncthing_events_total{event="LocalChangeDetected",state="created"} 2452
syncthing_events_total{event="LocalChangeDetected",state="delivered"} 2452
syncthing_events_total{event="LocalIndexUpdated",state="created"} 271
syncthing_events_total{event="LocalIndexUpdated",state="delivered"} 807
syncthing_events_total{event="PendingDevicesChanged",state="created"} 11
syncthing_events_total{event="PendingDevicesChanged",state="delivered"} 11
syncthing_events_total{event="RemoteChangeDetected",state="created"} 316
syncthing_events_total{event="RemoteChangeDetected",state="delivered"} 316
syncthing_events_total{event="RemoteDownloadProgress",state="created"} 6
syncthing_events_total{event="RemoteDownloadProgress",state="delivered"} 12
syncthing_events_total{event="RemoteIndexUpdated",state="created"} 370
syncthing_events_total{event="RemoteIndexUpdated",state="delivered"} 740
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"} 5011
syncthing_events_total{event="StateChanged",state="delivered"} 10018
# 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="/wiki"} 2.95667887e+08
syncthing_fs_operation_bytes_total{operation="readat",root="/wiki"} 5.2629275e+08
syncthing_fs_operation_bytes_total{operation="write",root="/config"} 171376
syncthing_fs_operation_bytes_total{operation="writeat",root="/wiki"} 2.22760221e+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="chmod",root="/config"} 0.000251524
syncthing_fs_operation_seconds_total{operation="chmod",root="/wiki"} 0.019345205
syncthing_fs_operation_seconds_total{operation="chtimes",root="/wiki"} 0.013380930000000001
syncthing_fs_operation_seconds_total{operation="close",root="/config"} 0.000461301
syncthing_fs_operation_seconds_total{operation="close",root="/wiki"} 0.13104206699999954
syncthing_fs_operation_seconds_total{operation="dirnames",root="/wiki"} 75.23136276600111
syncthing_fs_operation_seconds_total{operation="glob",root="/config"} 0.000169163
syncthing_fs_operation_seconds_total{operation="glob",root="/wiki"} 0.00203063
syncthing_fs_operation_seconds_total{operation="hide",root="/wiki"} 3.1026e-05
syncthing_fs_operation_seconds_total{operation="lstat",root="/config"} 0.0005782729999999999
syncthing_fs_operation_seconds_total{operation="lstat",root="/wiki"} 387.0603801697247
syncthing_fs_operation_seconds_total{operation="mdkir",root="/wiki"} 0.00036961000000000003
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/config"} 2.691e-05
syncthing_fs_operation_seconds_total{operation="name",root="/config"} 1.1180000000000001e-05
syncthing_fs_operation_seconds_total{operation="open",root="/config"} 0.00030468600000000003
syncthing_fs_operation_seconds_total{operation="open",root="/wiki"} 0.4465023120000022
syncthing_fs_operation_seconds_total{operation="openfile",root="/config"} 0.007523633
syncthing_fs_operation_seconds_total{operation="openfile",root="/wiki"} 0.013895044000000002
syncthing_fs_operation_seconds_total{operation="options",root="/config"} 1.6834999999999997e-05
syncthing_fs_operation_seconds_total{operation="options",root="/config/index-v2"} 0.0008886730000000018
syncthing_fs_operation_seconds_total{operation="options",root="/wiki"} 0.11049063800000274
syncthing_fs_operation_seconds_total{operation="read",root="/wiki"} 0.24973398899999935
syncthing_fs_operation_seconds_total{operation="readat",root="/wiki"} 2.1323074389999994
syncthing_fs_operation_seconds_total{operation="remove",root="/config"} 0.0007634090000000002
syncthing_fs_operation_seconds_total{operation="remove",root="/wiki"} 0.009624413
syncthing_fs_operation_seconds_total{operation="rename",root="/config"} 0.00699282
syncthing_fs_operation_seconds_total{operation="rename",root="/wiki"} 0.0076987950000000005
syncthing_fs_operation_seconds_total{operation="stat",root="/config"} 6.529e-06
syncthing_fs_operation_seconds_total{operation="stat",root="/wiki"} 1.0479455039999992
syncthing_fs_operation_seconds_total{operation="sync",root="/config"} 0.087572925
syncthing_fs_operation_seconds_total{operation="sync",root="/wiki"} 0.29618623399999994
syncthing_fs_operation_seconds_total{operation="truncate",root="/wiki"} 0.0022604089999999997
syncthing_fs_operation_seconds_total{operation="type",root="/wiki"} 0.010062682000000576
syncthing_fs_operation_seconds_total{operation="unhide",root="/wiki"} 2.7223000000000007e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/wiki"} 0.005651059000000023
syncthing_fs_operation_seconds_total{operation="usage",root="/config/index-v2"} 0.5186722729999996
syncthing_fs_operation_seconds_total{operation="usage",root="/wiki"} 0.00028235299999999994
syncthing_fs_operation_seconds_total{operation="watch",root="/wiki"} 0.042970257
syncthing_fs_operation_seconds_total{operation="write",root="/config"} 0.0015034769999999996
syncthing_fs_operation_seconds_total{operation="writeat",root="/wiki"} 4.3670332529999945
# HELP syncthing_fs_operations_total Total number of filesystem operations, per filesystem root and operation
# TYPE syncthing_fs_operations_total counter
syncthing_fs_operations_total{operation="chmod",root="/config"} 17
syncthing_fs_operations_total{operation="chmod",root="/wiki"} 316
syncthing_fs_operations_total{operation="chtimes",root="/wiki"} 255
syncthing_fs_operations_total{operation="close",root="/config"} 34
syncthing_fs_operations_total{operation="close",root="/wiki"} 9180
syncthing_fs_operations_total{operation="dirnames",root="/wiki"} 753846
syncthing_fs_operations_total{operation="glob",root="/config"} 5
syncthing_fs_operations_total{operation="glob",root="/wiki"} 2
syncthing_fs_operations_total{operation="hide",root="/wiki"} 40
syncthing_fs_operations_total{operation="lstat",root="/config"} 26
syncthing_fs_operations_total{operation="lstat",root="/wiki"} 1.9522002e+07
syncthing_fs_operations_total{operation="mdkir",root="/wiki"} 2
syncthing_fs_operations_total{operation="mkdirall",root="/config"} 2
syncthing_fs_operations_total{operation="name",root="/config"} 51
syncthing_fs_operations_total{operation="open",root="/config"} 17
syncthing_fs_operations_total{operation="open",root="/wiki"} 19176
syncthing_fs_operations_total{operation="openfile",root="/config"} 17
syncthing_fs_operations_total{operation="openfile",root="/wiki"} 25
syncthing_fs_operations_total{operation="options",root="/config"} 20
syncthing_fs_operations_total{operation="options",root="/config/index-v2"} 1833
syncthing_fs_operations_total{operation="options",root="/wiki"} 21998
syncthing_fs_operations_total{operation="read",root="/wiki"} 10614
syncthing_fs_operations_total{operation="readat",root="/wiki"} 7088
syncthing_fs_operations_total{operation="remove",root="/config"} 17
syncthing_fs_operations_total{operation="remove",root="/wiki"} 41
syncthing_fs_operations_total{operation="rename",root="/config"} 17
syncthing_fs_operations_total{operation="rename",root="/wiki"} 27
syncthing_fs_operations_total{operation="stat",root="/config"} 2
syncthing_fs_operations_total{operation="stat",root="/wiki"} 9274
syncthing_fs_operations_total{operation="sync",root="/config"} 34
syncthing_fs_operations_total{operation="sync",root="/wiki"} 115
syncthing_fs_operations_total{operation="truncate",root="/wiki"} 25
syncthing_fs_operations_total{operation="type",root="/wiki"} 11054
syncthing_fs_operations_total{operation="unhide",root="/wiki"} 25
syncthing_fs_operations_total{operation="uri",root="/wiki"} 11054
syncthing_fs_operations_total{operation="usage",root="/config/index-v2"} 1833
syncthing_fs_operations_total{operation="usage",root="/wiki"} 25
syncthing_fs_operations_total{operation="watch",root="/wiki"} 5
syncthing_fs_operations_total{operation="write",root="/config"} 85
syncthing_fs_operations_total{operation="writeat",root="/wiki"} 1723
# HELP syncthing_model_folder_conflicts_total Total number of conflicts
# TYPE syncthing_model_folder_conflicts_total counter
syncthing_model_folder_conflicts_total{folder="wiki"} 2
# 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="wiki",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="wiki",source="local_other"} 2245
syncthing_model_folder_processed_bytes_total{folder="wiki",source="network"} 2.22757976e+08
syncthing_model_folder_processed_bytes_total{folder="wiki",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="wiki"} 70.841155322
# 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="wiki"} 140
# 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="wiki"} 972.9059392290006
# 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="wiki"} 1419
# HELP syncthing_model_folder_state Current folder state
# TYPE syncthing_model_folder_state gauge
syncthing_model_folder_state{folder="wiki"} 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="wiki",scope="global",type="bytes"} 4.97249422e+08
syncthing_model_folder_summary{folder="wiki",scope="global",type="deleted"} 118
syncthing_model_folder_summary{folder="wiki",scope="global",type="directories"} 421
syncthing_model_folder_summary{folder="wiki",scope="global",type="files"} 1946
syncthing_model_folder_summary{folder="wiki",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="wiki",scope="local",type="bytes"} 4.97208375e+08
syncthing_model_folder_summary{folder="wiki",scope="local",type="deleted"} 118
syncthing_model_folder_summary{folder="wiki",scope="local",type="directories"} 421
syncthing_model_folder_summary{folder="wiki",scope="local",type="files"} 1941
syncthing_model_folder_summary{folder="wiki",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="wiki",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="wiki",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="wiki",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="wiki",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="wiki",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="JB6ZMQ5-KVWP377-SFDLR2F-CWC23IJ-B266QBG-3F4SJ5B-OZ2PMVQ-5BSSNAT"} 952620
syncthing_protocol_recv_bytes_total{device="MCLAQME-DYJQQYA-WIOGYNG-54VAZ5W-TZJXPED-CWPOFTF-EDFSZSL-Z6PH3AW"} 2.24818698e+08
syncthing_protocol_recv_bytes_total{device="QBMJJIJ-N7Q46A3-RF6WN3G-CIRYC5I-I6ET3G4-7OMLXWY-JXYUOKD-HAKZAQX"} 23176
syncthing_protocol_recv_bytes_total{device="QMSCNLA-IJNBQWU-KFVBBB6-NJLADSD-4DKN35U-7OFL4NI-BEUJ4WF-PSVGFQI"} 1712
# 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="JB6ZMQ5-KVWP377-SFDLR2F-CWC23IJ-B266QBG-3F4SJ5B-OZ2PMVQ-5BSSNAT"} 1.116441e+06
syncthing_protocol_recv_decompressed_bytes_total{device="MCLAQME-DYJQQYA-WIOGYNG-54VAZ5W-TZJXPED-CWPOFTF-EDFSZSL-Z6PH3AW"} 2.25104967e+08
syncthing_protocol_recv_decompressed_bytes_total{device="QBMJJIJ-N7Q46A3-RF6WN3G-CIRYC5I-I6ET3G4-7OMLXWY-JXYUOKD-HAKZAQX"} 45596
syncthing_protocol_recv_decompressed_bytes_total{device="QMSCNLA-IJNBQWU-KFVBBB6-NJLADSD-4DKN35U-7OFL4NI-BEUJ4WF-PSVGFQI"} 2080
# 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="JB6ZMQ5-KVWP377-SFDLR2F-CWC23IJ-B266QBG-3F4SJ5B-OZ2PMVQ-5BSSNAT"} 6273
syncthing_protocol_recv_messages_total{device="MCLAQME-DYJQQYA-WIOGYNG-54VAZ5W-TZJXPED-CWPOFTF-EDFSZSL-Z6PH3AW"} 137521
syncthing_protocol_recv_messages_total{device="QBMJJIJ-N7Q46A3-RF6WN3G-CIRYC5I-I6ET3G4-7OMLXWY-JXYUOKD-HAKZAQX"} 72
syncthing_protocol_recv_messages_total{device="QMSCNLA-IJNBQWU-KFVBBB6-NJLADSD-4DKN35U-7OFL4NI-BEUJ4WF-PSVGFQI"} 15
# 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="JB6ZMQ5-KVWP377-SFDLR2F-CWC23IJ-B266QBG-3F4SJ5B-OZ2PMVQ-5BSSNAT"} 2.42946535e+08
syncthing_protocol_sent_bytes_total{device="MCLAQME-DYJQQYA-WIOGYNG-54VAZ5W-TZJXPED-CWPOFTF-EDFSZSL-Z6PH3AW"} 2.85156353e+08
syncthing_protocol_sent_bytes_total{device="QBMJJIJ-N7Q46A3-RF6WN3G-CIRYC5I-I6ET3G4-7OMLXWY-JXYUOKD-HAKZAQX"} 169417
syncthing_protocol_sent_bytes_total{device="QMSCNLA-IJNBQWU-KFVBBB6-NJLADSD-4DKN35U-7OFL4NI-BEUJ4WF-PSVGFQI"} 12914
# 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="JB6ZMQ5-KVWP377-SFDLR2F-CWC23IJ-B266QBG-3F4SJ5B-OZ2PMVQ-5BSSNAT"} 6385
syncthing_protocol_sent_messages_total{device="MCLAQME-DYJQQYA-WIOGYNG-54VAZ5W-TZJXPED-CWPOFTF-EDFSZSL-Z6PH3AW"} 124343
syncthing_protocol_sent_messages_total{device="QBMJJIJ-N7Q46A3-RF6WN3G-CIRYC5I-I6ET3G4-7OMLXWY-JXYUOKD-HAKZAQX"} 72
syncthing_protocol_sent_messages_total{device="QMSCNLA-IJNBQWU-KFVBBB6-NJLADSD-4DKN35U-7OFL4NI-BEUJ4WF-PSVGFQI"} 13
# 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="JB6ZMQ5-KVWP377-SFDLR2F-CWC23IJ-B266QBG-3F4SJ5B-OZ2PMVQ-5BSSNAT"} 2.43376475e+08
syncthing_protocol_sent_uncompressed_bytes_total{device="MCLAQME-DYJQQYA-WIOGYNG-54VAZ5W-TZJXPED-CWPOFTF-EDFSZSL-Z6PH3AW"} 2.85563518e+08
syncthing_protocol_sent_uncompressed_bytes_total{device="QBMJJIJ-N7Q46A3-RF6WN3G-CIRYC5I-I6ET3G4-7OMLXWY-JXYUOKD-HAKZAQX"} 193926
syncthing_protocol_sent_uncompressed_bytes_total{device="QMSCNLA-IJNBQWU-KFVBBB6-NJLADSD-4DKN35U-7OFL4NI-BEUJ4WF-PSVGFQI"} 13706
# 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="wiki"} 2.95666267e+08
# 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="wiki"} 2.180685e+06
