# 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.6965e-05
go_gc_duration_seconds{quantile="0.25"} 3.0275e-05
go_gc_duration_seconds{quantile="0.5"} 7.6624e-05
go_gc_duration_seconds{quantile="0.75"} 0.000117016
go_gc_duration_seconds{quantile="1"} 0.000282323
go_gc_duration_seconds_sum 102.518018932
go_gc_duration_seconds_count 175072
# 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 98
# HELP go_info Information about the Go environment.
# TYPE go_info gauge
go_info{version="go1.26.2"} 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 1.2621384e+07
# 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 1.173798362872e+12
# 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 5.042126e+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 6.229045919e+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.487408e+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 1.2621384e+07
# 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 2.3232512e+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.9955712e+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 59544
# 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.9677184e+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 4.3188224e+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.781281938971046e+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 6.229105463e+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 27552
# 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 32144
# 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 396960
# 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 669120
# 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.5797218e+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 2.30937e+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.850816e+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.850816e+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 5.8579208e+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 12
# HELP go_threads Number of OS threads created.
# TYPE go_threads gauge
go_threads 31
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 6474.94
# HELP process_max_fds Maximum number of open file descriptors.
# TYPE process_max_fds gauge
process_max_fds 524288
# HELP process_network_receive_bytes_total Number of bytes received by the process over the network.
# TYPE process_network_receive_bytes_total counter
process_network_receive_bytes_total 4.36630807819e+11
# 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.21656337009e+11
# 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.5585152e+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.77922828857e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 3.383025664e+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"} 17
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="JJXFRYP-2DFMLYX-S3PVLVA-B2I737G-RX3K4MK-JRKQRBI-HBVEURV-LCJUUAH",introducer="false",name="everest",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="MCLVEGT-JGE25VN-MOMHI2J-GN2QF2W-M4Z2OGF-7IEQOCR-FCZ7ZOB-7X4OKQI",introducer="false",name="Steamdeck",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="QIDVK2Y-LRZCS2A-DF4OGDE-3DM76QN-XDUYL4F-YFULJPK-BIJNDBK-ARJCXQZ",introducer="false",name="SM-A715F",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="SIFVZTK-IKD33FN-6MJFABV-A537FUP-MT3RX6E-AY5OADT-K4KDQZX-RVLR3A5",introducer="false",name="table",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="SUQB73T-VDLR6TF-Z5PIBL2-4QGS3IW-K2G3Z3C-S72OAXU-77R4HHC-7CNPSQC",introducer="false",name="chromebook",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="4fq1u-e8int",label="transfer",path="/mnt/data/syncthing/transfer",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="i9pdn-59w4m",label="Obsidian",path="/mnt/data/syncthing/Obsidian",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="kontener",label="Kontener",path="/mnt/data/syncthing/Kontener",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="JJXFRYP-2DFMLYX-S3PVLVA-B2I737G-RX3K4MK-JRKQRBI-HBVEURV-LCJUUAH"} 0
syncthing_connections_active{device="MCLVEGT-JGE25VN-MOMHI2J-GN2QF2W-M4Z2OGF-7IEQOCR-FCZ7ZOB-7X4OKQI"} 0
syncthing_connections_active{device="QIDVK2Y-LRZCS2A-DF4OGDE-3DM76QN-XDUYL4F-YFULJPK-BIJNDBK-ARJCXQZ"} 0
syncthing_connections_active{device="SIFVZTK-IKD33FN-6MJFABV-A537FUP-MT3RX6E-AY5OADT-K4KDQZX-RVLR3A5"} 0
syncthing_connections_active{device="SUQB73T-VDLR6TF-Z5PIBL2-4QGS3IW-K2G3Z3C-S72OAXU-77R4HHC-7CNPSQC"} 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"} 413.33279092000606
syncthing_db_operation_seconds_total{folder="-",operation="ListFolders"} 3.8271e-05
syncthing_db_operation_seconds_total{folder="-",operation="PrefixKV"} 0.008859190000000001
syncthing_db_operation_seconds_total{folder="-",operation="PutKV"} 0.6861055970000016
syncthing_db_operation_seconds_total{folder="4fq1u-e8int",operation="AllLocalFilesPrefix"} 0.0030801550000000002
syncthing_db_operation_seconds_total{folder="4fq1u-e8int",operation="CountGlobal"} 0.028474445999999997
syncthing_db_operation_seconds_total{folder="4fq1u-e8int",operation="CountLocal"} 0.015004943
syncthing_db_operation_seconds_total{folder="4fq1u-e8int",operation="CountNeed"} 0.5192185819999999
syncthing_db_operation_seconds_total{folder="4fq1u-e8int",operation="CountReceiveOnlyChanged"} 0.000876098
syncthing_db_operation_seconds_total{folder="4fq1u-e8int",operation="GetDeviceFile"} 115.53265879913258
syncthing_db_operation_seconds_total{folder="4fq1u-e8int",operation="GetDeviceSequence"} 0.00543078
syncthing_db_operation_seconds_total{folder="4fq1u-e8int",operation="ListDevicesForFolder"} 0.000115026
syncthing_db_operation_seconds_total{folder="4fq1u-e8int",operation="RemoteSequences"} 0.007440081
syncthing_db_operation_seconds_total{folder="i9pdn-59w4m",operation="AllLocalFilesPrefix"} 0.0025481020000000013
syncthing_db_operation_seconds_total{folder="i9pdn-59w4m",operation="CountGlobal"} 0.02039155
syncthing_db_operation_seconds_total{folder="i9pdn-59w4m",operation="CountLocal"} 0.009506194999999999
syncthing_db_operation_seconds_total{folder="i9pdn-59w4m",operation="CountNeed"} 0.06719092199999999
syncthing_db_operation_seconds_total{folder="i9pdn-59w4m",operation="CountReceiveOnlyChanged"} 0.000580993
syncthing_db_operation_seconds_total{folder="i9pdn-59w4m",operation="GetDeviceFile"} 3.689667719000012
syncthing_db_operation_seconds_total{folder="i9pdn-59w4m",operation="GetDeviceSequence"} 0.0015864650000000002
syncthing_db_operation_seconds_total{folder="i9pdn-59w4m",operation="ListDevicesForFolder"} 7.9365e-05
syncthing_db_operation_seconds_total{folder="i9pdn-59w4m",operation="RemoteSequences"} 0.0008833790000000001
syncthing_db_operation_seconds_total{folder="kontener",operation="AllLocalFilesBySequence"} 0.0006962750000000001
syncthing_db_operation_seconds_total{folder="kontener",operation="AllLocalFilesPrefix"} 0.0052280300000000016
syncthing_db_operation_seconds_total{folder="kontener",operation="CountGlobal"} 0.06091777299999999
syncthing_db_operation_seconds_total{folder="kontener",operation="CountLocal"} 0.026688861000000005
syncthing_db_operation_seconds_total{folder="kontener",operation="CountNeed"} 0.2708831319999999
syncthing_db_operation_seconds_total{folder="kontener",operation="CountReceiveOnlyChanged"} 0.0018025369999999997
syncthing_db_operation_seconds_total{folder="kontener",operation="GetDeviceFile"} 3.418189652000018
syncthing_db_operation_seconds_total{folder="kontener",operation="GetDeviceSequence"} 432.58120937500007
syncthing_db_operation_seconds_total{folder="kontener",operation="IndexIDGet"} 0.036059117
syncthing_db_operation_seconds_total{folder="kontener",operation="ListDevicesForFolder"} 7.3369e-05
syncthing_db_operation_seconds_total{folder="kontener",operation="RemoteSequences"} 0.016042825000000004
# 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="4fq1u-e8int",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="4fq1u-e8int",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="4fq1u-e8int",operation="CountLocal"} 0
syncthing_db_operations_current{folder="4fq1u-e8int",operation="CountNeed"} 0
syncthing_db_operations_current{folder="4fq1u-e8int",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="4fq1u-e8int",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="4fq1u-e8int",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="4fq1u-e8int",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="4fq1u-e8int",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="i9pdn-59w4m",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="i9pdn-59w4m",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="i9pdn-59w4m",operation="CountLocal"} 0
syncthing_db_operations_current{folder="i9pdn-59w4m",operation="CountNeed"} 0
syncthing_db_operations_current{folder="i9pdn-59w4m",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="i9pdn-59w4m",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="i9pdn-59w4m",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="i9pdn-59w4m",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="i9pdn-59w4m",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="kontener",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="kontener",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="kontener",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="kontener",operation="CountLocal"} 0
syncthing_db_operations_current{folder="kontener",operation="CountNeed"} 0
syncthing_db_operations_current{folder="kontener",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="kontener",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="kontener",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="kontener",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="kontener",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="kontener",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"} 364517
syncthing_db_operations_total{folder="-",operation="ListFolders"} 1
syncthing_db_operations_total{folder="-",operation="PrefixKV"} 33
syncthing_db_operations_total{folder="-",operation="PutKV"} 2422
syncthing_db_operations_total{folder="4fq1u-e8int",operation="AllLocalFilesPrefix"} 570
syncthing_db_operations_total{folder="4fq1u-e8int",operation="CountGlobal"} 56
syncthing_db_operations_total{folder="4fq1u-e8int",operation="CountLocal"} 8
syncthing_db_operations_total{folder="4fq1u-e8int",operation="CountNeed"} 35
syncthing_db_operations_total{folder="4fq1u-e8int",operation="CountReceiveOnlyChanged"} 8
syncthing_db_operations_total{folder="4fq1u-e8int",operation="GetDeviceFile"} 1.116801e+07
syncthing_db_operations_total{folder="4fq1u-e8int",operation="GetDeviceSequence"} 33
syncthing_db_operations_total{folder="4fq1u-e8int",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="4fq1u-e8int",operation="RemoteSequences"} 8
syncthing_db_operations_total{folder="i9pdn-59w4m",operation="AllLocalFilesPrefix"} 572
syncthing_db_operations_total{folder="i9pdn-59w4m",operation="CountGlobal"} 48
syncthing_db_operations_total{folder="i9pdn-59w4m",operation="CountLocal"} 8
syncthing_db_operations_total{folder="i9pdn-59w4m",operation="CountNeed"} 27
syncthing_db_operations_total{folder="i9pdn-59w4m",operation="CountReceiveOnlyChanged"} 8
syncthing_db_operations_total{folder="i9pdn-59w4m",operation="GetDeviceFile"} 165308
syncthing_db_operations_total{folder="i9pdn-59w4m",operation="GetDeviceSequence"} 25
syncthing_db_operations_total{folder="i9pdn-59w4m",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="i9pdn-59w4m",operation="RemoteSequences"} 8
syncthing_db_operations_total{folder="kontener",operation="AllLocalFilesBySequence"} 13
syncthing_db_operations_total{folder="kontener",operation="AllLocalFilesPrefix"} 571
syncthing_db_operations_total{folder="kontener",operation="CountGlobal"} 216
syncthing_db_operations_total{folder="kontener",operation="CountLocal"} 46
syncthing_db_operations_total{folder="kontener",operation="CountNeed"} 221
syncthing_db_operations_total{folder="kontener",operation="CountReceiveOnlyChanged"} 46
syncthing_db_operations_total{folder="kontener",operation="GetDeviceFile"} 56529
syncthing_db_operations_total{folder="kontener",operation="GetDeviceSequence"} 6247
syncthing_db_operations_total{folder="kontener",operation="IndexIDGet"} 174
syncthing_db_operations_total{folder="kontener",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="kontener",operation="RemoteSequences"} 46
# HELP syncthing_events_total Total number of created/forwarded/dropped events
# TYPE syncthing_events_total counter
syncthing_events_total{event="ClusterConfigReceived",state="created"} 13
syncthing_events_total{event="ClusterConfigReceived",state="delivered"} 26
syncthing_events_total{event="ConfigSaved",state="created"} 2
syncthing_events_total{event="ConfigSaved",state="delivered"} 2
syncthing_events_total{event="DeviceConnected",state="created"} 38
syncthing_events_total{event="DeviceConnected",state="delivered"} 76
syncthing_events_total{event="DeviceDisconnected",state="created"} 12
syncthing_events_total{event="DeviceDisconnected",state="delivered"} 13
syncthing_events_total{event="FolderCompletion",state="created"} 114
syncthing_events_total{event="FolderCompletion",state="delivered"} 114
syncthing_events_total{event="FolderSummary",state="created"} 38
syncthing_events_total{event="FolderSummary",state="delivered"} 38
syncthing_events_total{event="ListenAddressesChanged",state="created"} 48
syncthing_events_total{event="ListenAddressesChanged",state="delivered"} 142
syncthing_events_total{event="ListenAddressesChanged",state="dropped"} 2
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"} 5146
syncthing_events_total{event="StateChanged",state="delivered"} 10292
# 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="write",root="/var/lib/syncthing/.config/syncthing"} 30620
# 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="/var/lib/syncthing/.config/syncthing"} 1.3714000000000001e-05
syncthing_fs_operation_seconds_total{operation="close",root="/var/lib/syncthing/.config/syncthing"} 2.1714e-05
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/Kontener"} 0.6257554249999969
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/Obsidian"} 1.3611738029999987
syncthing_fs_operation_seconds_total{operation="dirnames",root="/mnt/data/syncthing/transfer"} 40.31087818699843
syncthing_fs_operation_seconds_total{operation="glob",root="/var/lib/syncthing/.config/syncthing"} 0.000113779
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/Kontener"} 1.319e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/Obsidian"} 8.02e-07
syncthing_fs_operation_seconds_total{operation="hide",root="/mnt/data/syncthing/transfer"} 1.499e-06
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/Kontener"} 6.450357956999877
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/Obsidian"} 5.5303372369998
syncthing_fs_operation_seconds_total{operation="lstat",root="/mnt/data/syncthing/transfer"} 387.1913595756161
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/lib/syncthing/.config/syncthing"} 7.1676e-05
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/var/lib/syncthing/.config/syncthing"} 6.081e-06
syncthing_fs_operation_seconds_total{operation="name",root="/var/lib/syncthing/.config/syncthing"} 2.923e-06
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/Kontener"} 0.005454108999999999
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/Obsidian"} 0.005350634999999996
syncthing_fs_operation_seconds_total{operation="open",root="/mnt/data/syncthing/transfer"} 0.017039498999999996
syncthing_fs_operation_seconds_total{operation="open",root="/var/lib/syncthing/.config/syncthing"} 1.6603e-05
syncthing_fs_operation_seconds_total{operation="openfile",root="/var/lib/syncthing/.config/syncthing"} 9.5805e-05
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/Kontener"} 0.001106698000000001
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/Obsidian"} 0.001122418000000001
syncthing_fs_operation_seconds_total{operation="options",root="/mnt/data/syncthing/transfer"} 0.0560230569999999
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/.config/syncthing"} 1.8489999999999998e-06
syncthing_fs_operation_seconds_total{operation="options",root="/var/lib/syncthing/.config/syncthing/index-v2"} 0.00047496599999999946
syncthing_fs_operation_seconds_total{operation="readsymlink",root="/mnt/data/syncthing/transfer"} 15.213474911004923
syncthing_fs_operation_seconds_total{operation="remove",root="/var/lib/syncthing/.config/syncthing"} 2.0427e-05
syncthing_fs_operation_seconds_total{operation="rename",root="/var/lib/syncthing/.config/syncthing"} 8.233700000000001e-05
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/Kontener"} 3.3132895990000004
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/Obsidian"} 2.6760980080000034
syncthing_fs_operation_seconds_total{operation="stat",root="/mnt/data/syncthing/transfer"} 0.4424080169999996
syncthing_fs_operation_seconds_total{operation="stat",root="/var/lib/syncthing/.config/syncthing"} 2.56e-06
syncthing_fs_operation_seconds_total{operation="sync",root="/var/lib/syncthing/.config/syncthing"} 0.009419877
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/Kontener"} 0.00036123200000000034
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/Obsidian"} 0.0003472620000000002
syncthing_fs_operation_seconds_total{operation="type",root="/mnt/data/syncthing/transfer"} 0.007357210000000007
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/Kontener"} 0.00024055000000000007
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/Obsidian"} 0.00022858699999999999
syncthing_fs_operation_seconds_total{operation="uri",root="/mnt/data/syncthing/transfer"} 0.08670037599999991
syncthing_fs_operation_seconds_total{operation="usage",root="/var/lib/syncthing/.config/syncthing/index-v2"} 0.12852110599999983
syncthing_fs_operation_seconds_total{operation="watch",root="/mnt/data/syncthing/Kontener"} 0.000891346
syncthing_fs_operation_seconds_total{operation="watch",root="/mnt/data/syncthing/Obsidian"} 0.001876985
syncthing_fs_operation_seconds_total{operation="watch",root="/mnt/data/syncthing/transfer"} 0.06549104
syncthing_fs_operation_seconds_total{operation="write",root="/var/lib/syncthing/.config/syncthing"} 4.1455e-05
# 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="/var/lib/syncthing/.config/syncthing"} 2
syncthing_fs_operations_total{operation="close",root="/var/lib/syncthing/.config/syncthing"} 4
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/Kontener"} 19413
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/Obsidian"} 77791
syncthing_fs_operations_total{operation="dirnames",root="/mnt/data/syncthing/transfer"} 2.897454e+06
syncthing_fs_operations_total{operation="glob",root="/var/lib/syncthing/.config/syncthing"} 5
syncthing_fs_operations_total{operation="hide",root="/mnt/data/syncthing/Kontener"} 3
syncthing_fs_operations_total{operation="hide",root="/mnt/data/syncthing/Obsidian"} 3
syncthing_fs_operations_total{operation="hide",root="/mnt/data/syncthing/transfer"} 3
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/Kontener"} 214130
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/Obsidian"} 878597
syncthing_fs_operations_total{operation="lstat",root="/mnt/data/syncthing/transfer"} 9.7130855e+07
syncthing_fs_operations_total{operation="lstat",root="/var/lib/syncthing/.config/syncthing"} 9
syncthing_fs_operations_total{operation="mkdirall",root="/var/lib/syncthing/.config/syncthing"} 2
syncthing_fs_operations_total{operation="name",root="/var/lib/syncthing/.config/syncthing"} 6
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/Kontener"} 572
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/Obsidian"} 573
syncthing_fs_operations_total{operation="open",root="/mnt/data/syncthing/transfer"} 571
syncthing_fs_operations_total{operation="open",root="/var/lib/syncthing/.config/syncthing"} 2
syncthing_fs_operations_total{operation="openfile",root="/var/lib/syncthing/.config/syncthing"} 2
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/Kontener"} 1154
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/Obsidian"} 1156
syncthing_fs_operations_total{operation="options",root="/mnt/data/syncthing/transfer"} 1152
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/.config/syncthing"} 5
syncthing_fs_operations_total{operation="options",root="/var/lib/syncthing/.config/syncthing/index-v2"} 1713
syncthing_fs_operations_total{operation="readsymlink",root="/mnt/data/syncthing/transfer"} 5.32437e+06
syncthing_fs_operations_total{operation="remove",root="/var/lib/syncthing/.config/syncthing"} 2
syncthing_fs_operations_total{operation="rename",root="/var/lib/syncthing/.config/syncthing"} 2
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/Kontener"} 1144
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/Obsidian"} 1146
syncthing_fs_operations_total{operation="stat",root="/mnt/data/syncthing/transfer"} 1142
syncthing_fs_operations_total{operation="stat",root="/var/lib/syncthing/.config/syncthing"} 2
syncthing_fs_operations_total{operation="sync",root="/var/lib/syncthing/.config/syncthing"} 4
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/Kontener"} 578
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/Obsidian"} 579
syncthing_fs_operations_total{operation="type",root="/mnt/data/syncthing/transfer"} 577
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/Kontener"} 578
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/Obsidian"} 579
syncthing_fs_operations_total{operation="uri",root="/mnt/data/syncthing/transfer"} 577
syncthing_fs_operations_total{operation="usage",root="/var/lib/syncthing/.config/syncthing/index-v2"} 1713
syncthing_fs_operations_total{operation="watch",root="/mnt/data/syncthing/Kontener"} 1
syncthing_fs_operations_total{operation="watch",root="/mnt/data/syncthing/Obsidian"} 1
syncthing_fs_operations_total{operation="watch",root="/mnt/data/syncthing/transfer"} 1
syncthing_fs_operations_total{operation="write",root="/var/lib/syncthing/.config/syncthing"} 14
# HELP syncthing_model_folder_conflicts_total Total number of conflicts
# TYPE syncthing_model_folder_conflicts_total counter
syncthing_model_folder_conflicts_total{folder="4fq1u-e8int"} 0
syncthing_model_folder_conflicts_total{folder="i9pdn-59w4m"} 0
syncthing_model_folder_conflicts_total{folder="kontener"} 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="4fq1u-e8int",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="4fq1u-e8int",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="4fq1u-e8int",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="4fq1u-e8int",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="i9pdn-59w4m",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="i9pdn-59w4m",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="i9pdn-59w4m",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="i9pdn-59w4m",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="kontener",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="kontener",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="kontener",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="kontener",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="4fq1u-e8int"} 0
syncthing_model_folder_pull_seconds_total{folder="i9pdn-59w4m"} 0
syncthing_model_folder_pull_seconds_total{folder="kontener"} 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="4fq1u-e8int"} 0
syncthing_model_folder_pulls_total{folder="i9pdn-59w4m"} 0
syncthing_model_folder_pulls_total{folder="kontener"} 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="4fq1u-e8int"} 904.0306838189999
syncthing_model_folder_scan_seconds_total{folder="i9pdn-59w4m"} 17.00693279299998
syncthing_model_folder_scan_seconds_total{folder="kontener"} 12.814497364999998
# 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="4fq1u-e8int"} 570
syncthing_model_folder_scans_total{folder="i9pdn-59w4m"} 572
syncthing_model_folder_scans_total{folder="kontener"} 571
# HELP syncthing_model_folder_state Current folder state
# TYPE syncthing_model_folder_state gauge
syncthing_model_folder_state{folder="4fq1u-e8int"} 0
syncthing_model_folder_state{folder="i9pdn-59w4m"} 0
syncthing_model_folder_state{folder="kontener"} 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="kontener",scope="global",type="bytes"} 1.0681908e+07
syncthing_model_folder_summary{folder="kontener",scope="global",type="deleted"} 26
syncthing_model_folder_summary{folder="kontener",scope="global",type="directories"} 16
syncthing_model_folder_summary{folder="kontener",scope="global",type="files"} 83
syncthing_model_folder_summary{folder="kontener",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="kontener",scope="local",type="bytes"} 1.0681908e+07
syncthing_model_folder_summary{folder="kontener",scope="local",type="deleted"} 26
syncthing_model_folder_summary{folder="kontener",scope="local",type="directories"} 16
syncthing_model_folder_summary{folder="kontener",scope="local",type="files"} 83
syncthing_model_folder_summary{folder="kontener",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="kontener",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="kontener",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="kontener",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="kontener",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="kontener",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="SIFVZTK-IKD33FN-6MJFABV-A537FUP-MT3RX6E-AY5OADT-K4KDQZX-RVLR3A5"} 112990
# 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="SIFVZTK-IKD33FN-6MJFABV-A537FUP-MT3RX6E-AY5OADT-K4KDQZX-RVLR3A5"} 112990
# 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="SIFVZTK-IKD33FN-6MJFABV-A537FUP-MT3RX6E-AY5OADT-K4KDQZX-RVLR3A5"} 13749
# 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="SIFVZTK-IKD33FN-6MJFABV-A537FUP-MT3RX6E-AY5OADT-K4KDQZX-RVLR3A5"} 113506
# 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="SIFVZTK-IKD33FN-6MJFABV-A537FUP-MT3RX6E-AY5OADT-K4KDQZX-RVLR3A5"} 13623
# 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="SIFVZTK-IKD33FN-6MJFABV-A537FUP-MT3RX6E-AY5OADT-K4KDQZX-RVLR3A5"} 114468
# 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="4fq1u-e8int"} 0
syncthing_scanner_hashed_bytes_total{folder="i9pdn-59w4m"} 0
syncthing_scanner_hashed_bytes_total{folder="kontener"} 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="4fq1u-e8int"} 1.116972e+07
syncthing_scanner_scanned_items_total{folder="i9pdn-59w4m"} 167024
syncthing_scanner_scanned_items_total{folder="kontener"} 57671
