# 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.7666e-05
go_gc_duration_seconds{quantile="0.25"} 7.7917e-05
go_gc_duration_seconds{quantile="0.5"} 0.000116875
go_gc_duration_seconds{quantile="0.75"} 0.000158216
go_gc_duration_seconds{quantile="1"} 0.004302374
go_gc_duration_seconds_sum 2.453276081
go_gc_duration_seconds_count 12446
# 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 110
# HELP go_info Information about the Go environment.
# TYPE go_info gauge
go_info{version="go1.25.5"} 1
# HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes.
# TYPE go_memstats_alloc_bytes gauge
go_memstats_alloc_bytes 2.958996e+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.76190208816e+11
# 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 4.344062e+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.155743109e+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.802336e+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 2.958996e+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 4.988928e+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 4.8447488e+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 174688
# 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 4.1107456e+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 9.8336768e+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.7808378281373634e+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.155917797e+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 4832
# 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 831840
# 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 1.53408e+06
# 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 3.962665e+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 1.094434e+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.326528e+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.326528e+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 1.12453912e+08
# 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 28
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 7623.24
# HELP process_max_fds Maximum number of open file descriptors.
# TYPE process_max_fds gauge
process_max_fds 1.048576e+06
# HELP process_network_receive_bytes_total Number of bytes received by the process over the network.
# TYPE process_network_receive_bytes_total counter
process_network_receive_bytes_total 1.820889372e+09
# HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network.
# TYPE process_network_transmit_bytes_total counter
process_network_transmit_bytes_total 1.14352049e+09
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 42
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 9.0390528e+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.78075563063e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 1.58150656e+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_config_device_info Provides additional information labels on devices
# TYPE syncthing_config_device_info gauge
syncthing_config_device_info{device="6QHWDNG-C7U4ZIH-QXJ6ABH-ED5XCDO-CI7FCHB-MNPFIUI-CW2RH6B-CJGXVAU",introducer="false",name="CODI-OS",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="COL2NAE-VKTFGYM-SEO33RP-DR2OSKL-O22EFKZ-577EZZA-3SYTL6E-YDUAQQH",introducer="false",name="Pixel 6a",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="WYOSLDC-X4JJIC3-577W67D-QRQJUFO-EK4JPEE-KZBA3VE-4TQEKHQ-W4EZZQQ",introducer="false",name="CalyOS",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="YKDYAHT-QTDRH6I-FJHEFC6-H7UHEP7-5HLKPIR-EVQZZ75-ZZMGXFO-PQBBMQU",introducer="false",name="CODI-OS",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="awgha-oxafj",label="GDG-Projects",path="~/_my_projects",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="sdrd2-vqppz",label="Logseq",path="/home/gamedesignguru/logseq",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="6QHWDNG-C7U4ZIH-QXJ6ABH-ED5XCDO-CI7FCHB-MNPFIUI-CW2RH6B-CJGXVAU"} 0
syncthing_connections_active{device="COL2NAE-VKTFGYM-SEO33RP-DR2OSKL-O22EFKZ-577EZZA-3SYTL6E-YDUAQQH"} 0
syncthing_connections_active{device="WYOSLDC-X4JJIC3-577W67D-QRQJUFO-EK4JPEE-KZBA3VE-4TQEKHQ-W4EZZQQ"} 0
syncthing_connections_active{device="YKDYAHT-QTDRH6I-FJHEFC6-H7UHEP7-5HLKPIR-EVQZZ75-ZZMGXFO-PQBBMQU"} 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="awgha-oxafj"} 284
# 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.1580530849999997
syncthing_db_operation_seconds_total{folder="-",operation="GetKV"} 0.36798802799999986
syncthing_db_operation_seconds_total{folder="-",operation="ListFolders"} 0.003630299
syncthing_db_operation_seconds_total{folder="-",operation="PrefixKV"} 0.010067719
syncthing_db_operation_seconds_total{folder="-",operation="PutKV"} 0.11004649300000005
syncthing_db_operation_seconds_total{folder="awgha-oxafj",operation="AllLocalFilesBySequence"} 0.002309616
syncthing_db_operation_seconds_total{folder="awgha-oxafj",operation="AllLocalFilesPrefix"} 0.005498660000000002
syncthing_db_operation_seconds_total{folder="awgha-oxafj",operation="AllNeededGlobalFiles"} 0.006757555
syncthing_db_operation_seconds_total{folder="awgha-oxafj",operation="CountGlobal"} 0.07094359200000003
syncthing_db_operation_seconds_total{folder="awgha-oxafj",operation="CountLocal"} 0.004631049999999999
syncthing_db_operation_seconds_total{folder="awgha-oxafj",operation="CountNeed"} 152.51375842200002
syncthing_db_operation_seconds_total{folder="awgha-oxafj",operation="CountReceiveOnlyChanged"} 0.0015833239999999995
syncthing_db_operation_seconds_total{folder="awgha-oxafj",operation="GetDeviceFile"} 1461.9176459861185
syncthing_db_operation_seconds_total{folder="awgha-oxafj",operation="GetDeviceSequence"} 0.2805774520000001
syncthing_db_operation_seconds_total{folder="awgha-oxafj",operation="GetGlobalAvailability"} 0.147375566
syncthing_db_operation_seconds_total{folder="awgha-oxafj",operation="GetGlobalFile"} 0.12060604700000002
syncthing_db_operation_seconds_total{folder="awgha-oxafj",operation="IndexIDGet"} 0.004930867999999999
syncthing_db_operation_seconds_total{folder="awgha-oxafj",operation="ListDevicesForFolder"} 0.0002484
syncthing_db_operation_seconds_total{folder="awgha-oxafj",operation="RemoteSequences"} 0.003454953
syncthing_db_operation_seconds_total{folder="awgha-oxafj",operation="Update"} 2.8983603700000007
syncthing_db_operation_seconds_total{folder="sdrd2-vqppz",operation="AllLocalFilesPrefix"} 0.000885545
syncthing_db_operation_seconds_total{folder="sdrd2-vqppz",operation="CountGlobal"} 0.011113279
syncthing_db_operation_seconds_total{folder="sdrd2-vqppz",operation="CountLocal"} 0.005225479
syncthing_db_operation_seconds_total{folder="sdrd2-vqppz",operation="CountNeed"} 0.016847710999999998
syncthing_db_operation_seconds_total{folder="sdrd2-vqppz",operation="CountReceiveOnlyChanged"} 0.000163058
syncthing_db_operation_seconds_total{folder="sdrd2-vqppz",operation="GetDeviceFile"} 0.9499018859999988
syncthing_db_operation_seconds_total{folder="sdrd2-vqppz",operation="GetDeviceSequence"} 0.011176056
syncthing_db_operation_seconds_total{folder="sdrd2-vqppz",operation="ListDevicesForFolder"} 0.0003079
syncthing_db_operation_seconds_total{folder="sdrd2-vqppz",operation="RemoteSequences"} 0.0086697
# 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="awgha-oxafj",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="awgha-oxafj",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="awgha-oxafj",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="awgha-oxafj",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="awgha-oxafj",operation="CountLocal"} 0
syncthing_db_operations_current{folder="awgha-oxafj",operation="CountNeed"} 0
syncthing_db_operations_current{folder="awgha-oxafj",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="awgha-oxafj",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="awgha-oxafj",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="awgha-oxafj",operation="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="awgha-oxafj",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="awgha-oxafj",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="awgha-oxafj",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="awgha-oxafj",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="awgha-oxafj",operation="Update"} 0
syncthing_db_operations_current{folder="sdrd2-vqppz",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="sdrd2-vqppz",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="sdrd2-vqppz",operation="CountLocal"} 0
syncthing_db_operations_current{folder="sdrd2-vqppz",operation="CountNeed"} 0
syncthing_db_operations_current{folder="sdrd2-vqppz",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="sdrd2-vqppz",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="sdrd2-vqppz",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="sdrd2-vqppz",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="sdrd2-vqppz",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="AllLocalBlocksWithHash"} 2831
syncthing_db_operations_total{folder="-",operation="GetKV"} 11043
syncthing_db_operations_total{folder="-",operation="ListFolders"} 1
syncthing_db_operations_total{folder="-",operation="PrefixKV"} 7
syncthing_db_operations_total{folder="-",operation="PutKV"} 156
syncthing_db_operations_total{folder="awgha-oxafj",operation="AllLocalFilesBySequence"} 12
syncthing_db_operations_total{folder="awgha-oxafj",operation="AllLocalFilesPrefix"} 23
syncthing_db_operations_total{folder="awgha-oxafj",operation="AllNeededGlobalFiles"} 33
syncthing_db_operations_total{folder="awgha-oxafj",operation="CountGlobal"} 80
syncthing_db_operations_total{folder="awgha-oxafj",operation="CountLocal"} 36
syncthing_db_operations_total{folder="awgha-oxafj",operation="CountNeed"} 102
syncthing_db_operations_total{folder="awgha-oxafj",operation="CountReceiveOnlyChanged"} 36
syncthing_db_operations_total{folder="awgha-oxafj",operation="GetDeviceFile"} 6.656468e+06
syncthing_db_operations_total{folder="awgha-oxafj",operation="GetDeviceSequence"} 1485
syncthing_db_operations_total{folder="awgha-oxafj",operation="GetGlobalAvailability"} 735
syncthing_db_operations_total{folder="awgha-oxafj",operation="GetGlobalFile"} 98
syncthing_db_operations_total{folder="awgha-oxafj",operation="IndexIDGet"} 8
syncthing_db_operations_total{folder="awgha-oxafj",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="awgha-oxafj",operation="RemoteSequences"} 36
syncthing_db_operations_total{folder="awgha-oxafj",operation="Update"} 11
syncthing_db_operations_total{folder="sdrd2-vqppz",operation="AllLocalFilesPrefix"} 24
syncthing_db_operations_total{folder="sdrd2-vqppz",operation="CountGlobal"} 10
syncthing_db_operations_total{folder="sdrd2-vqppz",operation="CountLocal"} 1
syncthing_db_operations_total{folder="sdrd2-vqppz",operation="CountNeed"} 3
syncthing_db_operations_total{folder="sdrd2-vqppz",operation="CountReceiveOnlyChanged"} 1
syncthing_db_operations_total{folder="sdrd2-vqppz",operation="GetDeviceFile"} 6984
syncthing_db_operations_total{folder="sdrd2-vqppz",operation="GetDeviceSequence"} 3
syncthing_db_operations_total{folder="sdrd2-vqppz",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="sdrd2-vqppz",operation="RemoteSequences"} 1
# HELP syncthing_events_total Total number of created/forwarded/dropped events
# TYPE syncthing_events_total counter
syncthing_events_total{event="ClusterConfigReceived",state="created"} 1
syncthing_events_total{event="ClusterConfigReceived",state="delivered"} 2
syncthing_events_total{event="DeviceConnected",state="created"} 3
syncthing_events_total{event="DeviceConnected",state="delivered"} 6
syncthing_events_total{event="DeviceDiscovered",state="created"} 1
syncthing_events_total{event="DeviceDiscovered",state="delivered"} 1
syncthing_events_total{event="DownloadProgress",state="created"} 7
syncthing_events_total{event="DownloadProgress",state="delivered"} 14
syncthing_events_total{event="FolderCompletion",state="created"} 35
syncthing_events_total{event="FolderCompletion",state="delivered"} 35
syncthing_events_total{event="FolderErrors",state="created"} 29
syncthing_events_total{event="FolderErrors",state="delivered"} 29
syncthing_events_total{event="FolderSummary",state="created"} 35
syncthing_events_total{event="FolderSummary",state="delivered"} 35
syncthing_events_total{event="ItemFinished",state="created"} 370
syncthing_events_total{event="ItemFinished",state="delivered"} 1110
syncthing_events_total{event="ItemStarted",state="created"} 370
syncthing_events_total{event="ItemStarted",state="delivered"} 1110
syncthing_events_total{event="ListenAddressesChanged",state="created"} 4
syncthing_events_total{event="ListenAddressesChanged",state="delivered"} 10
syncthing_events_total{event="LocalIndexUpdated",state="created"} 11
syncthing_events_total{event="LocalIndexUpdated",state="delivered"} 33
syncthing_events_total{event="RemoteChangeDetected",state="created"} 284
syncthing_events_total{event="RemoteChangeDetected",state="delivered"} 284
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"} 235
syncthing_events_total{event="StateChanged",state="delivered"} 468
# 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="/home/gamedesignguru/_my_projects"} 43947
syncthing_fs_operation_bytes_total{operation="readat",root="/home/gamedesignguru/_my_projects"} 4.93552464e+08
syncthing_fs_operation_bytes_total{operation="writeat",root="/home/gamedesignguru/_my_projects"} 5.90345349e+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="/home/gamedesignguru/_my_projects"} 0.23501959200000042
syncthing_fs_operation_seconds_total{operation="chtimes",root="/home/gamedesignguru/_my_projects"} 0.042909394000000003
syncthing_fs_operation_seconds_total{operation="close",root="/home/gamedesignguru/_my_projects"} 0.04424383399999993
syncthing_fs_operation_seconds_total{operation="dirnames",root="/home/gamedesignguru/_my_projects"} 148.3127275939962
syncthing_fs_operation_seconds_total{operation="dirnames",root="/home/gamedesignguru/logseq"} 1.4273781120000013
syncthing_fs_operation_seconds_total{operation="glob",root="/home/gamedesignguru/.local/state/syncthing"} 0.0003392
syncthing_fs_operation_seconds_total{operation="hide",root="/home/gamedesignguru/_my_projects"} 0.000259667
syncthing_fs_operation_seconds_total{operation="hide",root="/home/gamedesignguru/logseq"} 2.5e-06
syncthing_fs_operation_seconds_total{operation="lstat",root="/home/gamedesignguru/_my_projects"} 2337.436349890216
syncthing_fs_operation_seconds_total{operation="lstat",root="/home/gamedesignguru/logseq"} 1.0650044359999822
syncthing_fs_operation_seconds_total{operation="mdkir",root="/home/gamedesignguru/_my_projects"} 0.025891402
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/home/gamedesignguru/.local/state/syncthing"} 2.95e-05
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/home/gamedesignguru/_my_projects"} 0.0016307089999999997
syncthing_fs_operation_seconds_total{operation="open",root="/home/gamedesignguru/_my_projects"} 0.08192446700000006
syncthing_fs_operation_seconds_total{operation="open",root="/home/gamedesignguru/logseq"} 0.000242181
syncthing_fs_operation_seconds_total{operation="openfile",root="/home/gamedesignguru/_my_projects"} 0.036573233
syncthing_fs_operation_seconds_total{operation="options",root="/home/gamedesignguru/.local/state/syncthing"} 1.9e-06
syncthing_fs_operation_seconds_total{operation="options",root="/home/gamedesignguru/.local/state/syncthing/index-v2"} 2.3796e-05
syncthing_fs_operation_seconds_total{operation="options",root="/home/gamedesignguru/_my_projects"} 0.00012226799999999992
syncthing_fs_operation_seconds_total{operation="options",root="/home/gamedesignguru/logseq"} 0.00015205000000000006
syncthing_fs_operation_seconds_total{operation="read",root="/home/gamedesignguru/_my_projects"} 0.00012703199999999999
syncthing_fs_operation_seconds_total{operation="readat",root="/home/gamedesignguru/_my_projects"} 36.31397298800006
syncthing_fs_operation_seconds_total{operation="remove",root="/home/gamedesignguru/_my_projects"} 0.3625890309999996
syncthing_fs_operation_seconds_total{operation="rename",root="/home/gamedesignguru/_my_projects"} 0.005501545000000001
syncthing_fs_operation_seconds_total{operation="stat",root="/home/gamedesignguru/.local/state/syncthing"} 1.13e-05
syncthing_fs_operation_seconds_total{operation="stat",root="/home/gamedesignguru/_my_projects"} 0.060451582999999975
syncthing_fs_operation_seconds_total{operation="stat",root="/home/gamedesignguru/logseq"} 0.005414401000000002
syncthing_fs_operation_seconds_total{operation="sync",root="/home/gamedesignguru/_my_projects"} 15.550436516999996
syncthing_fs_operation_seconds_total{operation="truncate",root="/home/gamedesignguru/_my_projects"} 0.010943422000000001
syncthing_fs_operation_seconds_total{operation="type",root="/home/gamedesignguru/_my_projects"} 0.00010122099999999975
syncthing_fs_operation_seconds_total{operation="type",root="/home/gamedesignguru/logseq"} 2.313200000000001e-05
syncthing_fs_operation_seconds_total{operation="unhide",root="/home/gamedesignguru/_my_projects"} 0.00022667000000000002
syncthing_fs_operation_seconds_total{operation="uri",root="/home/gamedesignguru/_my_projects"} 7.684299999999987e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/home/gamedesignguru/logseq"} 1.5047000000000003e-05
syncthing_fs_operation_seconds_total{operation="usage",root="/home/gamedesignguru/.local/state/syncthing/index-v2"} 0.002608093
syncthing_fs_operation_seconds_total{operation="usage",root="/home/gamedesignguru/_my_projects"} 0.013928959999999999
syncthing_fs_operation_seconds_total{operation="watch",root="/home/gamedesignguru/_my_projects"} 179.428994978
syncthing_fs_operation_seconds_total{operation="watch",root="/home/gamedesignguru/logseq"} 179.418300061
syncthing_fs_operation_seconds_total{operation="writeat",root="/home/gamedesignguru/_my_projects"} 4.855849605999993
# 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="/home/gamedesignguru/_my_projects"} 992
syncthing_fs_operations_total{operation="chtimes",root="/home/gamedesignguru/_my_projects"} 85
syncthing_fs_operations_total{operation="close",root="/home/gamedesignguru/_my_projects"} 1643
syncthing_fs_operations_total{operation="dirnames",root="/home/gamedesignguru/_my_projects"} 1.110616e+06
syncthing_fs_operations_total{operation="dirnames",root="/home/gamedesignguru/logseq"} 3048
syncthing_fs_operations_total{operation="glob",root="/home/gamedesignguru/.local/state/syncthing"} 5
syncthing_fs_operations_total{operation="hide",root="/home/gamedesignguru/_my_projects"} 81
syncthing_fs_operations_total{operation="hide",root="/home/gamedesignguru/logseq"} 3
syncthing_fs_operations_total{operation="lstat",root="/home/gamedesignguru/_my_projects"} 9.0125732e+07
syncthing_fs_operations_total{operation="lstat",root="/home/gamedesignguru/logseq"} 36558
syncthing_fs_operations_total{operation="mdkir",root="/home/gamedesignguru/_my_projects"} 14
syncthing_fs_operations_total{operation="mkdirall",root="/home/gamedesignguru/.local/state/syncthing"} 2
syncthing_fs_operations_total{operation="mkdirall",root="/home/gamedesignguru/_my_projects"} 40
syncthing_fs_operations_total{operation="open",root="/home/gamedesignguru/_my_projects"} 1695
syncthing_fs_operations_total{operation="open",root="/home/gamedesignguru/logseq"} 26
syncthing_fs_operations_total{operation="openfile",root="/home/gamedesignguru/_my_projects"} 79
syncthing_fs_operations_total{operation="options",root="/home/gamedesignguru/.local/state/syncthing"} 3
syncthing_fs_operations_total{operation="options",root="/home/gamedesignguru/.local/state/syncthing/index-v2"} 107
syncthing_fs_operations_total{operation="options",root="/home/gamedesignguru/_my_projects"} 328
syncthing_fs_operations_total{operation="options",root="/home/gamedesignguru/logseq"} 190
syncthing_fs_operations_total{operation="read",root="/home/gamedesignguru/_my_projects"} 3
syncthing_fs_operations_total{operation="readat",root="/home/gamedesignguru/_my_projects"} 1515
syncthing_fs_operations_total{operation="remove",root="/home/gamedesignguru/_my_projects"} 2190
syncthing_fs_operations_total{operation="rename",root="/home/gamedesignguru/_my_projects"} 79
syncthing_fs_operations_total{operation="stat",root="/home/gamedesignguru/.local/state/syncthing"} 2
syncthing_fs_operations_total{operation="stat",root="/home/gamedesignguru/_my_projects"} 627
syncthing_fs_operations_total{operation="stat",root="/home/gamedesignguru/logseq"} 50
syncthing_fs_operations_total{operation="sync",root="/home/gamedesignguru/_my_projects"} 126
syncthing_fs_operations_total{operation="truncate",root="/home/gamedesignguru/_my_projects"} 78
syncthing_fs_operations_total{operation="type",root="/home/gamedesignguru/_my_projects"} 323
syncthing_fs_operations_total{operation="type",root="/home/gamedesignguru/logseq"} 96
syncthing_fs_operations_total{operation="unhide",root="/home/gamedesignguru/_my_projects"} 78
syncthing_fs_operations_total{operation="uri",root="/home/gamedesignguru/_my_projects"} 323
syncthing_fs_operations_total{operation="uri",root="/home/gamedesignguru/logseq"} 96
syncthing_fs_operations_total{operation="usage",root="/home/gamedesignguru/.local/state/syncthing/index-v2"} 107
syncthing_fs_operations_total{operation="usage",root="/home/gamedesignguru/_my_projects"} 78
syncthing_fs_operations_total{operation="watch",root="/home/gamedesignguru/_my_projects"} 1
syncthing_fs_operations_total{operation="watch",root="/home/gamedesignguru/logseq"} 1
syncthing_fs_operations_total{operation="writeat",root="/home/gamedesignguru/_my_projects"} 2172
# HELP syncthing_model_folder_conflicts_total Total number of conflicts
# TYPE syncthing_model_folder_conflicts_total counter
syncthing_model_folder_conflicts_total{folder="awgha-oxafj"} 0
syncthing_model_folder_conflicts_total{folder="sdrd2-vqppz"} 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="awgha-oxafj",source="local_origin"} 3.99367296e+08
syncthing_model_folder_processed_bytes_total{folder="awgha-oxafj",source="local_other"} 9.4185168e+07
syncthing_model_folder_processed_bytes_total{folder="awgha-oxafj",source="network"} 9.6792885e+07
syncthing_model_folder_processed_bytes_total{folder="awgha-oxafj",source="skipped"} 1.55189248e+08
syncthing_model_folder_processed_bytes_total{folder="sdrd2-vqppz",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="sdrd2-vqppz",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="sdrd2-vqppz",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="sdrd2-vqppz",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="awgha-oxafj"} 48.867187943000005
syncthing_model_folder_pull_seconds_total{folder="sdrd2-vqppz"} 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="awgha-oxafj"} 29
syncthing_model_folder_pulls_total{folder="sdrd2-vqppz"} 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="awgha-oxafj"} 6365.6993695959745
syncthing_model_folder_scan_seconds_total{folder="sdrd2-vqppz"} 4.06601233
# 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="awgha-oxafj"} 23
syncthing_model_folder_scans_total{folder="sdrd2-vqppz"} 24
# HELP syncthing_model_folder_state Current folder state
# TYPE syncthing_model_folder_state gauge
syncthing_model_folder_state{folder="awgha-oxafj"} 0
syncthing_model_folder_state{folder="sdrd2-vqppz"} 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="awgha-oxafj",scope="global",type="bytes"} 2.1242834609e+10
syncthing_model_folder_summary{folder="awgha-oxafj",scope="global",type="deleted"} 21579
syncthing_model_folder_summary{folder="awgha-oxafj",scope="global",type="directories"} 22810
syncthing_model_folder_summary{folder="awgha-oxafj",scope="global",type="files"} 289630
syncthing_model_folder_summary{folder="awgha-oxafj",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="awgha-oxafj",scope="local",type="bytes"} 2.1242834737e+10
syncthing_model_folder_summary{folder="awgha-oxafj",scope="local",type="deleted"} 2593
syncthing_model_folder_summary{folder="awgha-oxafj",scope="local",type="directories"} 22811
syncthing_model_folder_summary{folder="awgha-oxafj",scope="local",type="files"} 289630
syncthing_model_folder_summary{folder="awgha-oxafj",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="awgha-oxafj",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="awgha-oxafj",scope="need",type="deleted"} 1
syncthing_model_folder_summary{folder="awgha-oxafj",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="awgha-oxafj",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="awgha-oxafj",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="YKDYAHT-QTDRH6I-FJHEFC6-H7UHEP7-5HLKPIR-EVQZZ75-ZZMGXFO-PQBBMQU"} 9.6832106e+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="YKDYAHT-QTDRH6I-FJHEFC6-H7UHEP7-5HLKPIR-EVQZZ75-ZZMGXFO-PQBBMQU"} 9.6832116e+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="YKDYAHT-QTDRH6I-FJHEFC6-H7UHEP7-5HLKPIR-EVQZZ75-ZZMGXFO-PQBBMQU"} 4334
# 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="YKDYAHT-QTDRH6I-FJHEFC6-H7UHEP7-5HLKPIR-EVQZZ75-ZZMGXFO-PQBBMQU"} 279729
# 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="YKDYAHT-QTDRH6I-FJHEFC6-H7UHEP7-5HLKPIR-EVQZZ75-ZZMGXFO-PQBBMQU"} 6090
# 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="YKDYAHT-QTDRH6I-FJHEFC6-H7UHEP7-5HLKPIR-EVQZZ75-ZZMGXFO-PQBBMQU"} 371441
# 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="awgha-oxafj"} 43947
syncthing_scanner_hashed_bytes_total{folder="sdrd2-vqppz"} 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="awgha-oxafj"} 6.657539e+06
syncthing_scanner_scanned_items_total{folder="sdrd2-vqppz"} 7032
