# 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.916e-05
go_gc_duration_seconds{quantile="0.25"} 5.871e-05
go_gc_duration_seconds{quantile="0.5"} 6.618e-05
go_gc_duration_seconds{quantile="0.75"} 7.587e-05
go_gc_duration_seconds{quantile="1"} 0.00012414
go_gc_duration_seconds_sum 15.14885703
go_gc_duration_seconds_count 236126
# 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 108
# HELP go_info Information about the Go environment.
# TYPE go_info gauge
go_info{version="go1.26.3"} 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.4233424e+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 2.525989708448e+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 6.74749e+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 4.5392408648e+10
# 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.602624e+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.4233424e+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 3.0916608e+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 2.5837568e+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 81438
# 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 2.953216e+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 5.6754176e+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.7823919362048805e+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 4.5392490086e+10
# 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 9184
# 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 16072
# 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 437600
# 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 930240
# 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 2.0328554e+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 673838
# 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 1.96608e+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 1.96608e+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 7.169052e+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 4
# HELP go_threads Number of OS threads created.
# TYPE go_threads gauge
go_threads 14
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 39724.44
# HELP process_max_fds Maximum number of open file descriptors.
# TYPE process_max_fds gauge
process_max_fds 4096
# 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.955467451154e+12
# 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 2.945222429471e+12
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 43
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 1.0233856e+08
# 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.78017169909e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 1.437806592e+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"} 11
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="B7VXJZE-47CDGS7-WMK5KH7-DYKSYAB-Q2I2BZQ-RJIZJJK-GPZSAUV-PYC6BQW",introducer="false",name="DSM",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="XOICKNP-RG5PXCK-XTSNRCN-ON3EI2G-AKOQN7B-65P5YAK-5N7QFWS-FWYALA6",introducer="false",name="Alexs Mac",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="Dokumente",label="Dokumente",path="/var/services/homes/alex/Dokumente",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="Projekte",label="Projekte",path="/var/services/homes/alex/Projekte",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="B7VXJZE-47CDGS7-WMK5KH7-DYKSYAB-Q2I2BZQ-RJIZJJK-GPZSAUV-PYC6BQW"} 0
syncthing_connections_active{device="XOICKNP-RG5PXCK-XTSNRCN-ON3EI2G-AKOQN7B-65P5YAK-5N7QFWS-FWYALA6"} 3
# HELP syncthing_db_files_updated_total Total number of files updated
# TYPE syncthing_db_files_updated_total counter
syncthing_db_files_updated_total{folder="Dokumente"} 132
syncthing_db_files_updated_total{folder="Projekte"} 226
# 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"} 1.1889014799999997
syncthing_db_operation_seconds_total{folder="-",operation="GetKV"} 5.3449518600000125
syncthing_db_operation_seconds_total{folder="-",operation="ListFolders"} 4.475e-05
syncthing_db_operation_seconds_total{folder="-",operation="PrefixKV"} 0.00255706
syncthing_db_operation_seconds_total{folder="-",operation="PutKV"} 0.2224546299999997
syncthing_db_operation_seconds_total{folder="Dokumente",operation="AllLocalFilesBySequence"} 0.00842423
syncthing_db_operation_seconds_total{folder="Dokumente",operation="AllLocalFilesPrefix"} 0.02201868000000001
syncthing_db_operation_seconds_total{folder="Dokumente",operation="AllNeededGlobalFiles"} 0.48190339999999987
syncthing_db_operation_seconds_total{folder="Dokumente",operation="CountGlobal"} 0.03868587
syncthing_db_operation_seconds_total{folder="Dokumente",operation="CountLocal"} 0.007996889999999998
syncthing_db_operation_seconds_total{folder="Dokumente",operation="CountNeed"} 4.363157090000001
syncthing_db_operation_seconds_total{folder="Dokumente",operation="CountReceiveOnlyChanged"} 0.00141281
syncthing_db_operation_seconds_total{folder="Dokumente",operation="GetDeviceFile"} 358.28577270980674
syncthing_db_operation_seconds_total{folder="Dokumente",operation="GetDeviceSequence"} 4.3134246800000176
syncthing_db_operation_seconds_total{folder="Dokumente",operation="GetGlobalAvailability"} 0.014807389999999995
syncthing_db_operation_seconds_total{folder="Dokumente",operation="GetGlobalFile"} 0.0039611
syncthing_db_operation_seconds_total{folder="Dokumente",operation="IndexIDGet"} 0.0033817100000000013
syncthing_db_operation_seconds_total{folder="Dokumente",operation="ListDevicesForFolder"} 0.0002824
syncthing_db_operation_seconds_total{folder="Dokumente",operation="RemoteSequences"} 0.0022712499999999994
syncthing_db_operation_seconds_total{folder="Dokumente",operation="Update"} 0.26253171000000003
syncthing_db_operation_seconds_total{folder="Projekte",operation="AllLocalFilesBySequence"} 0.03756068999999999
syncthing_db_operation_seconds_total{folder="Projekte",operation="AllLocalFilesPrefix"} 0.029582050000000023
syncthing_db_operation_seconds_total{folder="Projekte",operation="AllNeededGlobalFiles"} 15.191115589999994
syncthing_db_operation_seconds_total{folder="Projekte",operation="CountGlobal"} 0.09834708999999996
syncthing_db_operation_seconds_total{folder="Projekte",operation="CountLocal"} 0.06544862000000005
syncthing_db_operation_seconds_total{folder="Projekte",operation="CountNeed"} 101.98182639000001
syncthing_db_operation_seconds_total{folder="Projekte",operation="CountReceiveOnlyChanged"} 0.009168079999999999
syncthing_db_operation_seconds_total{folder="Projekte",operation="GetDeviceFile"} 1947.0196329620744
syncthing_db_operation_seconds_total{folder="Projekte",operation="GetDeviceSequence"} 4.95719365000001
syncthing_db_operation_seconds_total{folder="Projekte",operation="GetGlobalAvailability"} 0.017771620000000005
syncthing_db_operation_seconds_total{folder="Projekte",operation="GetGlobalFile"} 0.006305889999999997
syncthing_db_operation_seconds_total{folder="Projekte",operation="IndexIDGet"} 0.00628115
syncthing_db_operation_seconds_total{folder="Projekte",operation="ListDevicesForFolder"} 0.00019619
syncthing_db_operation_seconds_total{folder="Projekte",operation="RemoteSequences"} 0.12957126999999996
syncthing_db_operation_seconds_total{folder="Projekte",operation="Update"} 0.3880238799999999
# 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="Dokumente",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="Dokumente",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="Dokumente",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="Dokumente",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="Dokumente",operation="CountLocal"} 0
syncthing_db_operations_current{folder="Dokumente",operation="CountNeed"} 0
syncthing_db_operations_current{folder="Dokumente",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="Dokumente",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="Dokumente",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="Dokumente",operation="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="Dokumente",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="Dokumente",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="Dokumente",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="Dokumente",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="Dokumente",operation="Update"} 0
syncthing_db_operations_current{folder="Projekte",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="Projekte",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="Projekte",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="Projekte",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="Projekte",operation="CountLocal"} 0
syncthing_db_operations_current{folder="Projekte",operation="CountNeed"} 0
syncthing_db_operations_current{folder="Projekte",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="Projekte",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="Projekte",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="Projekte",operation="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="Projekte",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="Projekte",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="Projekte",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="Projekte",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="Projekte",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"} 546
syncthing_db_operations_total{folder="-",operation="GetKV"} 148443
syncthing_db_operations_total{folder="-",operation="ListFolders"} 1
syncthing_db_operations_total{folder="-",operation="PrefixKV"} 20
syncthing_db_operations_total{folder="-",operation="PutKV"} 2257
syncthing_db_operations_total{folder="Dokumente",operation="AllLocalFilesBySequence"} 64
syncthing_db_operations_total{folder="Dokumente",operation="AllLocalFilesPrefix"} 655
syncthing_db_operations_total{folder="Dokumente",operation="AllNeededGlobalFiles"} 118
syncthing_db_operations_total{folder="Dokumente",operation="CountGlobal"} 222
syncthing_db_operations_total{folder="Dokumente",operation="CountLocal"} 105
syncthing_db_operations_total{folder="Dokumente",operation="CountNeed"} 343
syncthing_db_operations_total{folder="Dokumente",operation="CountReceiveOnlyChanged"} 105
syncthing_db_operations_total{folder="Dokumente",operation="GetDeviceFile"} 1.0961563e+07
syncthing_db_operations_total{folder="Dokumente",operation="GetDeviceSequence"} 35988
syncthing_db_operations_total{folder="Dokumente",operation="GetGlobalAvailability"} 165
syncthing_db_operations_total{folder="Dokumente",operation="GetGlobalFile"} 62
syncthing_db_operations_total{folder="Dokumente",operation="IndexIDGet"} 38
syncthing_db_operations_total{folder="Dokumente",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="Dokumente",operation="RemoteSequences"} 105
syncthing_db_operations_total{folder="Dokumente",operation="Update"} 118
syncthing_db_operations_total{folder="Projekte",operation="AllLocalFilesBySequence"} 101
syncthing_db_operations_total{folder="Projekte",operation="AllLocalFilesPrefix"} 941
syncthing_db_operations_total{folder="Projekte",operation="AllNeededGlobalFiles"} 191
syncthing_db_operations_total{folder="Projekte",operation="CountGlobal"} 1524
syncthing_db_operations_total{folder="Projekte",operation="CountLocal"} 756
syncthing_db_operations_total{folder="Projekte",operation="CountNeed"} 1717
syncthing_db_operations_total{folder="Projekte",operation="CountReceiveOnlyChanged"} 756
syncthing_db_operations_total{folder="Projekte",operation="GetDeviceFile"} 6.1439536e+07
syncthing_db_operations_total{folder="Projekte",operation="GetDeviceSequence"} 37438
syncthing_db_operations_total{folder="Projekte",operation="GetGlobalAvailability"} 192
syncthing_db_operations_total{folder="Projekte",operation="GetGlobalFile"} 99
syncthing_db_operations_total{folder="Projekte",operation="IndexIDGet"} 38
syncthing_db_operations_total{folder="Projekte",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="Projekte",operation="RemoteSequences"} 756
syncthing_db_operations_total{folder="Projekte",operation="Update"} 192
# HELP syncthing_events_total Total number of created/forwarded/dropped events
# TYPE syncthing_events_total counter
syncthing_events_total{event="ClusterConfigReceived",state="created"} 6
syncthing_events_total{event="ClusterConfigReceived",state="delivered"} 12
syncthing_events_total{event="DeviceConnected",state="created"} 15
syncthing_events_total{event="DeviceConnected",state="delivered"} 45
syncthing_events_total{event="DeviceDisconnected",state="created"} 5
syncthing_events_total{event="DeviceDisconnected",state="delivered"} 5
syncthing_events_total{event="DeviceDiscovered",state="created"} 32
syncthing_events_total{event="DeviceDiscovered",state="delivered"} 32
syncthing_events_total{event="FolderCompletion",state="created"} 849
syncthing_events_total{event="FolderCompletion",state="delivered"} 849
syncthing_events_total{event="FolderErrors",state="created"} 3
syncthing_events_total{event="FolderErrors",state="delivered"} 3
syncthing_events_total{event="FolderSummary",state="created"} 849
syncthing_events_total{event="FolderSummary",state="delivered"} 849
syncthing_events_total{event="FolderWatchStateChanged",state="created"} 584
syncthing_events_total{event="FolderWatchStateChanged",state="delivered"} 1168
syncthing_events_total{event="ItemFinished",state="created"} 180
syncthing_events_total{event="ItemFinished",state="delivered"} 360
syncthing_events_total{event="ItemStarted",state="created"} 180
syncthing_events_total{event="ItemStarted",state="delivered"} 360
syncthing_events_total{event="ListenAddressesChanged",state="created"} 137
syncthing_events_total{event="ListenAddressesChanged",state="delivered"} 411
syncthing_events_total{event="LocalIndexUpdated",state="created"} 153
syncthing_events_total{event="LocalIndexUpdated",state="delivered"} 612
syncthing_events_total{event="RemoteChangeDetected",state="created"} 177
syncthing_events_total{event="RemoteChangeDetected",state="delivered"} 177
syncthing_events_total{event="RemoteIndexUpdated",state="created"} 157
syncthing_events_total{event="RemoteIndexUpdated",state="delivered"} 314
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"} 5849
syncthing_events_total{event="StateChanged",state="delivered"} 11698
# 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="/var/services/homes/alex/Dokumente"} 1.358051e+06
syncthing_fs_operation_bytes_total{operation="read",root="/var/services/homes/alex/Projekte"} 1863
syncthing_fs_operation_bytes_total{operation="readat",root="/var/services/homes/alex/Dokumente"} 1.9398656e+07
syncthing_fs_operation_bytes_total{operation="readat",root="/var/services/homes/alex/Projekte"} 83445
syncthing_fs_operation_bytes_total{operation="writeat",root="/var/services/homes/alex/Dokumente"} 2.8332153e+07
syncthing_fs_operation_bytes_total{operation="writeat",root="/var/services/homes/alex/Projekte"} 896143
# 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="/var/services/homes/alex/Dokumente"} 0.0018728199999999999
syncthing_fs_operation_seconds_total{operation="chtimes",root="/var/services/homes/alex/Projekte"} 0.003076610000000001
syncthing_fs_operation_seconds_total{operation="close",root="/var/services/homes/alex/Dokumente"} 0.0023542799999999994
syncthing_fs_operation_seconds_total{operation="close",root="/var/services/homes/alex/Projekte"} 0.003495620000000002
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/services/homes/alex/Dokumente"} 81.19264337001387
syncthing_fs_operation_seconds_total{operation="dirnames",root="/var/services/homes/alex/Projekte"} 602.9339618096375
syncthing_fs_operation_seconds_total{operation="glob",root="/volume1/@appdata/syncthing"} 0.00011091000000000001
syncthing_fs_operation_seconds_total{operation="hide",root="/var/services/homes/alex/Dokumente"} 0.00014044999999999997
syncthing_fs_operation_seconds_total{operation="hide",root="/var/services/homes/alex/Projekte"} 0.00023124000000000004
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/services/homes/alex/Dokumente"} 837.3930622051857
syncthing_fs_operation_seconds_total{operation="lstat",root="/var/services/homes/alex/Projekte"} 7766.4596887494135
syncthing_fs_operation_seconds_total{operation="lstat",root="/volume1/@appdata/syncthing"} 0.00245942
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/volume1/@appdata/syncthing"} 8.12e-06
syncthing_fs_operation_seconds_total{operation="open",root="/var/services/homes/alex/Dokumente"} 0.0023572499999999995
syncthing_fs_operation_seconds_total{operation="open",root="/var/services/homes/alex/Projekte"} 0.0029920800000000024
syncthing_fs_operation_seconds_total{operation="openfile",root="/var/services/homes/alex/Dokumente"} 0.0088849
syncthing_fs_operation_seconds_total{operation="openfile",root="/var/services/homes/alex/Projekte"} 0.009876749999999997
syncthing_fs_operation_seconds_total{operation="options",root="/var/services/homes/alex/Dokumente"} 0.005235489999999987
syncthing_fs_operation_seconds_total{operation="options",root="/var/services/homes/alex/Projekte"} 0.006031099999999969
syncthing_fs_operation_seconds_total{operation="options",root="/volume1/@appdata/syncthing"} 5.68e-06
syncthing_fs_operation_seconds_total{operation="options",root="/volume1/@appdata/syncthing/index-v2"} 0.003448850000000003
syncthing_fs_operation_seconds_total{operation="read",root="/var/services/homes/alex/Dokumente"} 0.00023799
syncthing_fs_operation_seconds_total{operation="read",root="/var/services/homes/alex/Projekte"} 2.5169999999999998e-05
syncthing_fs_operation_seconds_total{operation="readat",root="/var/services/homes/alex/Dokumente"} 0.01187049000000001
syncthing_fs_operation_seconds_total{operation="readat",root="/var/services/homes/alex/Projekte"} 0.016685290000000002
syncthing_fs_operation_seconds_total{operation="readsymlink",root="/var/services/homes/alex/Projekte"} 0.08648963000000034
syncthing_fs_operation_seconds_total{operation="remove",root="/var/services/homes/alex/Dokumente"} 0.013114590000000002
syncthing_fs_operation_seconds_total{operation="remove",root="/var/services/homes/alex/Projekte"} 0.01768652
syncthing_fs_operation_seconds_total{operation="removeall",root="/volume1/@appdata/syncthing"} 0.040875550000000004
syncthing_fs_operation_seconds_total{operation="rename",root="/var/services/homes/alex/Dokumente"} 0.0076980699999999996
syncthing_fs_operation_seconds_total{operation="rename",root="/var/services/homes/alex/Projekte"} 0.0180145
syncthing_fs_operation_seconds_total{operation="stat",root="/var/services/homes/alex/Dokumente"} 0.08207829000000016
syncthing_fs_operation_seconds_total{operation="stat",root="/var/services/homes/alex/Projekte"} 0.06886631000000004
syncthing_fs_operation_seconds_total{operation="stat",root="/volume1/@appdata/syncthing"} 5.0099999999999995e-06
syncthing_fs_operation_seconds_total{operation="sync",root="/var/services/homes/alex/Dokumente"} 0.6316894500000004
syncthing_fs_operation_seconds_total{operation="sync",root="/var/services/homes/alex/Projekte"} 0.8995757100000003
syncthing_fs_operation_seconds_total{operation="truncate",root="/var/services/homes/alex/Dokumente"} 0.0015729300000000002
syncthing_fs_operation_seconds_total{operation="truncate",root="/var/services/homes/alex/Projekte"} 0.0021415200000000005
syncthing_fs_operation_seconds_total{operation="type",root="/var/services/homes/alex/Dokumente"} 0.00257295
syncthing_fs_operation_seconds_total{operation="type",root="/var/services/homes/alex/Projekte"} 0.002966349999999998
syncthing_fs_operation_seconds_total{operation="unhide",root="/var/services/homes/alex/Dokumente"} 0.00014047999999999998
syncthing_fs_operation_seconds_total{operation="unhide",root="/var/services/homes/alex/Projekte"} 0.00020801
syncthing_fs_operation_seconds_total{operation="uri",root="/var/services/homes/alex/Dokumente"} 0.002491430000000004
syncthing_fs_operation_seconds_total{operation="uri",root="/var/services/homes/alex/Projekte"} 0.0029081999999999992
syncthing_fs_operation_seconds_total{operation="usage",root="/var/services/homes/alex/Dokumente"} 0.0004229999999999999
syncthing_fs_operation_seconds_total{operation="usage",root="/var/services/homes/alex/Projekte"} 0.0008909199999999999
syncthing_fs_operation_seconds_total{operation="usage",root="/volume1/@appdata/syncthing/index-v2"} 0.018893770000000015
syncthing_fs_operation_seconds_total{operation="watch",root="/var/services/homes/alex/Dokumente"} 2.01949601
syncthing_fs_operation_seconds_total{operation="watch",root="/var/services/homes/alex/Projekte"} 192.72354893000013
syncthing_fs_operation_seconds_total{operation="writeat",root="/var/services/homes/alex/Dokumente"} 0.009794570000000002
syncthing_fs_operation_seconds_total{operation="writeat",root="/var/services/homes/alex/Projekte"} 0.00257884
# 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="/var/services/homes/alex/Dokumente"} 64
syncthing_fs_operations_total{operation="chtimes",root="/var/services/homes/alex/Projekte"} 112
syncthing_fs_operations_total{operation="close",root="/var/services/homes/alex/Dokumente"} 276
syncthing_fs_operations_total{operation="close",root="/var/services/homes/alex/Projekte"} 208
syncthing_fs_operations_total{operation="dirnames",root="/var/services/homes/alex/Dokumente"} 3.897761e+06
syncthing_fs_operations_total{operation="dirnames",root="/var/services/homes/alex/Projekte"} 2.711121e+07
syncthing_fs_operations_total{operation="glob",root="/volume1/@appdata/syncthing"} 5
syncthing_fs_operations_total{operation="hide",root="/var/services/homes/alex/Dokumente"} 65
syncthing_fs_operations_total{operation="hide",root="/var/services/homes/alex/Projekte"} 102
syncthing_fs_operations_total{operation="lstat",root="/var/services/homes/alex/Dokumente"} 9.4798978e+07
syncthing_fs_operations_total{operation="lstat",root="/var/services/homes/alex/Projekte"} 8.61651374e+08
syncthing_fs_operations_total{operation="lstat",root="/volume1/@appdata/syncthing"} 17
syncthing_fs_operations_total{operation="mkdirall",root="/volume1/@appdata/syncthing"} 2
syncthing_fs_operations_total{operation="open",root="/var/services/homes/alex/Dokumente"} 274
syncthing_fs_operations_total{operation="open",root="/var/services/homes/alex/Projekte"} 207
syncthing_fs_operations_total{operation="openfile",root="/var/services/homes/alex/Dokumente"} 62
syncthing_fs_operations_total{operation="openfile",root="/var/services/homes/alex/Projekte"} 99
syncthing_fs_operations_total{operation="options",root="/var/services/homes/alex/Dokumente"} 2448
syncthing_fs_operations_total{operation="options",root="/var/services/homes/alex/Projekte"} 2946
syncthing_fs_operations_total{operation="options",root="/volume1/@appdata/syncthing"} 3
syncthing_fs_operations_total{operation="options",root="/volume1/@appdata/syncthing/index-v2"} 1910
syncthing_fs_operations_total{operation="read",root="/var/services/homes/alex/Dokumente"} 46
syncthing_fs_operations_total{operation="read",root="/var/services/homes/alex/Projekte"} 5
syncthing_fs_operations_total{operation="readat",root="/var/services/homes/alex/Dokumente"} 148
syncthing_fs_operations_total{operation="readat",root="/var/services/homes/alex/Projekte"} 6
syncthing_fs_operations_total{operation="readsymlink",root="/var/services/homes/alex/Projekte"} 20702
syncthing_fs_operations_total{operation="remove",root="/var/services/homes/alex/Dokumente"} 119
syncthing_fs_operations_total{operation="remove",root="/var/services/homes/alex/Projekte"} 189
syncthing_fs_operations_total{operation="removeall",root="/volume1/@appdata/syncthing"} 10
syncthing_fs_operations_total{operation="rename",root="/var/services/homes/alex/Dokumente"} 60
syncthing_fs_operations_total{operation="rename",root="/var/services/homes/alex/Projekte"} 98
syncthing_fs_operations_total{operation="stat",root="/var/services/homes/alex/Dokumente"} 3231
syncthing_fs_operations_total{operation="stat",root="/var/services/homes/alex/Projekte"} 4734
syncthing_fs_operations_total{operation="stat",root="/volume1/@appdata/syncthing"} 2
syncthing_fs_operations_total{operation="sync",root="/var/services/homes/alex/Dokumente"} 124
syncthing_fs_operations_total{operation="sync",root="/var/services/homes/alex/Projekte"} 199
syncthing_fs_operations_total{operation="truncate",root="/var/services/homes/alex/Dokumente"} 62
syncthing_fs_operations_total{operation="truncate",root="/var/services/homes/alex/Projekte"} 99
syncthing_fs_operations_total{operation="type",root="/var/services/homes/alex/Dokumente"} 1346
syncthing_fs_operations_total{operation="type",root="/var/services/homes/alex/Projekte"} 1671
syncthing_fs_operations_total{operation="unhide",root="/var/services/homes/alex/Dokumente"} 62
syncthing_fs_operations_total{operation="unhide",root="/var/services/homes/alex/Projekte"} 99
syncthing_fs_operations_total{operation="uri",root="/var/services/homes/alex/Dokumente"} 1346
syncthing_fs_operations_total{operation="uri",root="/var/services/homes/alex/Projekte"} 1671
syncthing_fs_operations_total{operation="usage",root="/var/services/homes/alex/Dokumente"} 62
syncthing_fs_operations_total{operation="usage",root="/var/services/homes/alex/Projekte"} 99
syncthing_fs_operations_total{operation="usage",root="/volume1/@appdata/syncthing/index-v2"} 1910
syncthing_fs_operations_total{operation="watch",root="/var/services/homes/alex/Dokumente"} 1
syncthing_fs_operations_total{operation="watch",root="/var/services/homes/alex/Projekte"} 584
syncthing_fs_operations_total{operation="writeat",root="/var/services/homes/alex/Dokumente"} 248
syncthing_fs_operations_total{operation="writeat",root="/var/services/homes/alex/Projekte"} 98
# HELP syncthing_model_folder_conflicts_total Total number of conflicts
# TYPE syncthing_model_folder_conflicts_total counter
syncthing_model_folder_conflicts_total{folder="Dokumente"} 0
syncthing_model_folder_conflicts_total{folder="Projekte"} 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="Dokumente",source="local_origin"} 7.340032e+06
syncthing_model_folder_processed_bytes_total{folder="Dokumente",source="local_other"} 1.2058624e+07
syncthing_model_folder_processed_bytes_total{folder="Dokumente",source="network"} 8.933497e+06
syncthing_model_folder_processed_bytes_total{folder="Dokumente",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="Projekte",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="Projekte",source="local_other"} 83445
syncthing_model_folder_processed_bytes_total{folder="Projekte",source="network"} 812698
syncthing_model_folder_processed_bytes_total{folder="Projekte",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="Dokumente"} 1.8150888299999994
syncthing_model_folder_pull_seconds_total{folder="Projekte"} 17.197809930000002
# 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="Dokumente"} 60
syncthing_model_folder_pulls_total{folder="Projekte"} 96
# 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="Dokumente"} 3178.9058615300064
syncthing_model_folder_scan_seconds_total{folder="Projekte"} 34352.30551825986
# 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="Dokumente"} 655
syncthing_model_folder_scans_total{folder="Projekte"} 941
# HELP syncthing_model_folder_state Current folder state
# TYPE syncthing_model_folder_state gauge
syncthing_model_folder_state{folder="Dokumente"} 0
syncthing_model_folder_state{folder="Projekte"} 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="Dokumente",scope="global",type="bytes"} 8.52992223e+09
syncthing_model_folder_summary{folder="Dokumente",scope="global",type="deleted"} 3870
syncthing_model_folder_summary{folder="Dokumente",scope="global",type="directories"} 2987
syncthing_model_folder_summary{folder="Dokumente",scope="global",type="files"} 14722
syncthing_model_folder_summary{folder="Dokumente",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="Dokumente",scope="local",type="bytes"} 8.52992223e+09
syncthing_model_folder_summary{folder="Dokumente",scope="local",type="deleted"} 3869
syncthing_model_folder_summary{folder="Dokumente",scope="local",type="directories"} 2987
syncthing_model_folder_summary{folder="Dokumente",scope="local",type="files"} 14722
syncthing_model_folder_summary{folder="Dokumente",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="Dokumente",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="Dokumente",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="Dokumente",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="Dokumente",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="Dokumente",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="Projekte",scope="global",type="bytes"} 7.466725272e+09
syncthing_model_folder_summary{folder="Projekte",scope="global",type="deleted"} 9397
syncthing_model_folder_summary{folder="Projekte",scope="global",type="directories"} 12308
syncthing_model_folder_summary{folder="Projekte",scope="global",type="files"} 52968
syncthing_model_folder_summary{folder="Projekte",scope="global",type="symlinks"} 22
syncthing_model_folder_summary{folder="Projekte",scope="local",type="bytes"} 7.466725272e+09
syncthing_model_folder_summary{folder="Projekte",scope="local",type="deleted"} 9393
syncthing_model_folder_summary{folder="Projekte",scope="local",type="directories"} 12308
syncthing_model_folder_summary{folder="Projekte",scope="local",type="files"} 52968
syncthing_model_folder_summary{folder="Projekte",scope="local",type="symlinks"} 22
syncthing_model_folder_summary{folder="Projekte",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="Projekte",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="Projekte",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="Projekte",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="Projekte",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="XOICKNP-RG5PXCK-XTSNRCN-ON3EI2G-AKOQN7B-65P5YAK-5N7QFWS-FWYALA6"} 1.0762326e+07
# 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="XOICKNP-RG5PXCK-XTSNRCN-ON3EI2G-AKOQN7B-65P5YAK-5N7QFWS-FWYALA6"} 1.0765961e+07
# 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="XOICKNP-RG5PXCK-XTSNRCN-ON3EI2G-AKOQN7B-65P5YAK-5N7QFWS-FWYALA6"} 120598
# 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="XOICKNP-RG5PXCK-XTSNRCN-ON3EI2G-AKOQN7B-65P5YAK-5N7QFWS-FWYALA6"} 743581
# 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="XOICKNP-RG5PXCK-XTSNRCN-ON3EI2G-AKOQN7B-65P5YAK-5N7QFWS-FWYALA6"} 84343
# 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="XOICKNP-RG5PXCK-XTSNRCN-ON3EI2G-AKOQN7B-65P5YAK-5N7QFWS-FWYALA6"} 764847
# 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="Dokumente"} 1.357793e+06
syncthing_scanner_hashed_bytes_total{folder="Projekte"} 1708
# 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="Dokumente"} 1.0963874e+07
syncthing_scanner_scanned_items_total{folder="Projekte"} 6.1448734e+07
