# 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.4168e-05
go_gc_duration_seconds{quantile="0.25"} 9.9232e-05
go_gc_duration_seconds{quantile="0.5"} 0.00016101
go_gc_duration_seconds{quantile="0.75"} 0.000241278
go_gc_duration_seconds{quantile="1"} 0.006913524
go_gc_duration_seconds_sum 1.113809994
go_gc_duration_seconds_count 3053
# 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 107
# 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 6.690016e+06
# HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes.
# TYPE go_memstats_alloc_bytes_total counter
go_memstats_alloc_bytes_total 1.0401218432e+10
# HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes.
# TYPE go_memstats_buck_hash_sys_bytes gauge
go_memstats_buck_hash_sys_bytes 1.762334e+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 3.1463373e+07
# HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes.
# TYPE go_memstats_gc_sys_bytes gauge
go_memstats_gc_sys_bytes 3.802384e+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 6.690016e+06
# HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes.
# TYPE go_memstats_heap_idle_bytes gauge
go_memstats_heap_idle_bytes 8.68352e+06
# 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.048576e+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 27107
# HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes.
# TYPE go_memstats_heap_released_bytes gauge
go_memstats_heap_released_bytes 6.864896e+06
# 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 1.916928e+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.7852375247004442e+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 3.149048e+07
# HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes.
# TYPE go_memstats_mcache_inuse_bytes gauge
go_memstats_mcache_inuse_bytes 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 174720
# 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 228480
# 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 9.422538e+06
# 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 833026
# 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.80224e+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.80224e+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 2.7613448e+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 15
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 213.26
# 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.803920284e+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.126151107e+09
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 37
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 3.7343232e+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.78515430247e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 1.395933184e+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"} 2
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="leryt-6row2",label="GDG-HOME-STAGING",path="/home/gamedesignguru/web_projects/gamedesignguru",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_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"} 0.8971313229999998
syncthing_db_operation_seconds_total{folder="-",operation="ListFolders"} 0.00012067
syncthing_db_operation_seconds_total{folder="-",operation="PrefixKV"} 0.00023772799999999998
syncthing_db_operation_seconds_total{folder="-",operation="PutKV"} 0.04100952499999999
syncthing_db_operation_seconds_total{folder="leryt-6row2",operation="AllLocalFilesPrefix"} 0.0009756869999999999
syncthing_db_operation_seconds_total{folder="leryt-6row2",operation="CountGlobal"} 0.10435801900000001
syncthing_db_operation_seconds_total{folder="leryt-6row2",operation="CountLocal"} 0.0018565959999999999
syncthing_db_operation_seconds_total{folder="leryt-6row2",operation="CountNeed"} 0.018848317
syncthing_db_operation_seconds_total{folder="leryt-6row2",operation="CountReceiveOnlyChanged"} 0.000570292
syncthing_db_operation_seconds_total{folder="leryt-6row2",operation="GetDeviceFile"} 2.5913246549999736
syncthing_db_operation_seconds_total{folder="leryt-6row2",operation="GetDeviceSequence"} 0.002439561
syncthing_db_operation_seconds_total{folder="leryt-6row2",operation="IndexIDGet"} 0.002927664
syncthing_db_operation_seconds_total{folder="leryt-6row2",operation="ListDevicesForFolder"} 0.00044087
syncthing_db_operation_seconds_total{folder="leryt-6row2",operation="RemoteSequences"} 0.000714897
syncthing_db_operation_seconds_total{folder="sdrd2-vqppz",operation="AllLocalFilesPrefix"} 0.0010954659999999998
syncthing_db_operation_seconds_total{folder="sdrd2-vqppz",operation="CountGlobal"} 0.019335295
syncthing_db_operation_seconds_total{folder="sdrd2-vqppz",operation="CountLocal"} 0.000589272
syncthing_db_operation_seconds_total{folder="sdrd2-vqppz",operation="CountNeed"} 0.041935089000000016
syncthing_db_operation_seconds_total{folder="sdrd2-vqppz",operation="CountReceiveOnlyChanged"} 0.000542274
syncthing_db_operation_seconds_total{folder="sdrd2-vqppz",operation="GetDeviceFile"} 0.7970870569999972
syncthing_db_operation_seconds_total{folder="sdrd2-vqppz",operation="GetDeviceSequence"} 0.003679726000000001
syncthing_db_operation_seconds_total{folder="sdrd2-vqppz",operation="IndexIDGet"} 0.004320913
syncthing_db_operation_seconds_total{folder="sdrd2-vqppz",operation="ListDevicesForFolder"} 0.000257334
syncthing_db_operation_seconds_total{folder="sdrd2-vqppz",operation="RemoteSequences"} 0.002741944
# 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="leryt-6row2",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="leryt-6row2",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="leryt-6row2",operation="CountLocal"} 0
syncthing_db_operations_current{folder="leryt-6row2",operation="CountNeed"} 0
syncthing_db_operations_current{folder="leryt-6row2",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="leryt-6row2",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="leryt-6row2",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="leryt-6row2",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="leryt-6row2",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="leryt-6row2",operation="RemoteSequences"} 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="IndexIDGet"} 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="GetKV"} 11139
syncthing_db_operations_total{folder="-",operation="ListFolders"} 1
syncthing_db_operations_total{folder="-",operation="PrefixKV"} 3
syncthing_db_operations_total{folder="-",operation="PutKV"} 118
syncthing_db_operations_total{folder="leryt-6row2",operation="AllLocalFilesPrefix"} 24
syncthing_db_operations_total{folder="leryt-6row2",operation="CountGlobal"} 10
syncthing_db_operations_total{folder="leryt-6row2",operation="CountLocal"} 3
syncthing_db_operations_total{folder="leryt-6row2",operation="CountNeed"} 7
syncthing_db_operations_total{folder="leryt-6row2",operation="CountReceiveOnlyChanged"} 3
syncthing_db_operations_total{folder="leryt-6row2",operation="GetDeviceFile"} 22896
syncthing_db_operations_total{folder="leryt-6row2",operation="GetDeviceSequence"} 13
syncthing_db_operations_total{folder="leryt-6row2",operation="IndexIDGet"} 6
syncthing_db_operations_total{folder="leryt-6row2",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="leryt-6row2",operation="RemoteSequences"} 3
syncthing_db_operations_total{folder="sdrd2-vqppz",operation="AllLocalFilesPrefix"} 23
syncthing_db_operations_total{folder="sdrd2-vqppz",operation="CountGlobal"} 16
syncthing_db_operations_total{folder="sdrd2-vqppz",operation="CountLocal"} 3
syncthing_db_operations_total{folder="sdrd2-vqppz",operation="CountNeed"} 13
syncthing_db_operations_total{folder="sdrd2-vqppz",operation="CountReceiveOnlyChanged"} 3
syncthing_db_operations_total{folder="sdrd2-vqppz",operation="GetDeviceFile"} 6532
syncthing_db_operations_total{folder="sdrd2-vqppz",operation="GetDeviceSequence"} 25
syncthing_db_operations_total{folder="sdrd2-vqppz",operation="IndexIDGet"} 12
syncthing_db_operations_total{folder="sdrd2-vqppz",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="sdrd2-vqppz",operation="RemoteSequences"} 3
# 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="FolderCompletion",state="created"} 12
syncthing_events_total{event="FolderCompletion",state="delivered"} 12
syncthing_events_total{event="FolderRejected",state="created"} 1
syncthing_events_total{event="FolderRejected",state="delivered"} 1
syncthing_events_total{event="FolderSummary",state="created"} 6
syncthing_events_total{event="FolderSummary",state="delivered"} 6
syncthing_events_total{event="ListenAddressesChanged",state="created"} 4
syncthing_events_total{event="ListenAddressesChanged",state="delivered"} 12
syncthing_events_total{event="PendingFoldersChanged",state="created"} 1
syncthing_events_total{event="PendingFoldersChanged",state="delivered"} 1
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"} 141
syncthing_events_total{event="StateChanged",state="delivered"} 282
# 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="dirnames",root="/home/gamedesignguru/logseq"} 1.9000568419999966
syncthing_fs_operation_seconds_total{operation="dirnames",root="/home/gamedesignguru/web_projects/gamedesignguru"} 1.9439160670000086
syncthing_fs_operation_seconds_total{operation="glob",root="/home/gamedesignguru/.local/state/syncthing"} 0.00021795399999999997
syncthing_fs_operation_seconds_total{operation="hide",root="/home/gamedesignguru/logseq"} 2.227e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/home/gamedesignguru/web_projects/gamedesignguru"} 3.341e-06
syncthing_fs_operation_seconds_total{operation="lstat",root="/home/gamedesignguru/logseq"} 1.4031219919999822
syncthing_fs_operation_seconds_total{operation="lstat",root="/home/gamedesignguru/web_projects/gamedesignguru"} 2.795508404000131
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/home/gamedesignguru/.local/state/syncthing"} 3.1463e-05
syncthing_fs_operation_seconds_total{operation="open",root="/home/gamedesignguru/logseq"} 0.00033939499999999993
syncthing_fs_operation_seconds_total{operation="open",root="/home/gamedesignguru/web_projects/gamedesignguru"} 0.00028687600000000004
syncthing_fs_operation_seconds_total{operation="options",root="/home/gamedesignguru/.local/state/syncthing"} 1.634e-06
syncthing_fs_operation_seconds_total{operation="options",root="/home/gamedesignguru/.local/state/syncthing/index-v2"} 1.8470999999999996e-05
syncthing_fs_operation_seconds_total{operation="options",root="/home/gamedesignguru/logseq"} 3.5340000000000004e-05
syncthing_fs_operation_seconds_total{operation="options",root="/home/gamedesignguru/web_projects/gamedesignguru"} 3.913800000000001e-05
syncthing_fs_operation_seconds_total{operation="stat",root="/home/gamedesignguru/.local/state/syncthing"} 1.0044e-05
syncthing_fs_operation_seconds_total{operation="stat",root="/home/gamedesignguru/logseq"} 0.0010938480000000003
syncthing_fs_operation_seconds_total{operation="stat",root="/home/gamedesignguru/web_projects/gamedesignguru"} 0.001293913
syncthing_fs_operation_seconds_total{operation="type",root="/home/gamedesignguru/logseq"} 9.488e-06
syncthing_fs_operation_seconds_total{operation="type",root="/home/gamedesignguru/web_projects/gamedesignguru"} 1.7451000000000003e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/home/gamedesignguru/logseq"} 6.9309999999999985e-06
syncthing_fs_operation_seconds_total{operation="uri",root="/home/gamedesignguru/web_projects/gamedesignguru"} 9.845999999999999e-06
syncthing_fs_operation_seconds_total{operation="usage",root="/home/gamedesignguru/.local/state/syncthing/index-v2"} 0.001037675
syncthing_fs_operation_seconds_total{operation="watch",root="/home/gamedesignguru/logseq"} 2.619066571
syncthing_fs_operation_seconds_total{operation="watch",root="/home/gamedesignguru/web_projects/gamedesignguru"} 2.704981703
# 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="dirnames",root="/home/gamedesignguru/logseq"} 2921
syncthing_fs_operations_total{operation="dirnames",root="/home/gamedesignguru/web_projects/gamedesignguru"} 11472
syncthing_fs_operations_total{operation="glob",root="/home/gamedesignguru/.local/state/syncthing"} 5
syncthing_fs_operations_total{operation="hide",root="/home/gamedesignguru/logseq"} 3
syncthing_fs_operations_total{operation="hide",root="/home/gamedesignguru/web_projects/gamedesignguru"} 3
syncthing_fs_operations_total{operation="lstat",root="/home/gamedesignguru/logseq"} 34391
syncthing_fs_operations_total{operation="lstat",root="/home/gamedesignguru/web_projects/gamedesignguru"} 99246
syncthing_fs_operations_total{operation="mkdirall",root="/home/gamedesignguru/.local/state/syncthing"} 2
syncthing_fs_operations_total{operation="open",root="/home/gamedesignguru/logseq"} 25
syncthing_fs_operations_total{operation="open",root="/home/gamedesignguru/web_projects/gamedesignguru"} 26
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"} 49
syncthing_fs_operations_total{operation="options",root="/home/gamedesignguru/logseq"} 56
syncthing_fs_operations_total{operation="options",root="/home/gamedesignguru/web_projects/gamedesignguru"} 58
syncthing_fs_operations_total{operation="stat",root="/home/gamedesignguru/.local/state/syncthing"} 2
syncthing_fs_operations_total{operation="stat",root="/home/gamedesignguru/logseq"} 48
syncthing_fs_operations_total{operation="stat",root="/home/gamedesignguru/web_projects/gamedesignguru"} 50
syncthing_fs_operations_total{operation="type",root="/home/gamedesignguru/logseq"} 29
syncthing_fs_operations_total{operation="type",root="/home/gamedesignguru/web_projects/gamedesignguru"} 30
syncthing_fs_operations_total{operation="uri",root="/home/gamedesignguru/logseq"} 29
syncthing_fs_operations_total{operation="uri",root="/home/gamedesignguru/web_projects/gamedesignguru"} 30
syncthing_fs_operations_total{operation="usage",root="/home/gamedesignguru/.local/state/syncthing/index-v2"} 49
syncthing_fs_operations_total{operation="watch",root="/home/gamedesignguru/logseq"} 1
syncthing_fs_operations_total{operation="watch",root="/home/gamedesignguru/web_projects/gamedesignguru"} 1
# HELP syncthing_model_folder_conflicts_total Total number of conflicts
# TYPE syncthing_model_folder_conflicts_total counter
syncthing_model_folder_conflicts_total{folder="leryt-6row2"} 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="leryt-6row2",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="leryt-6row2",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="leryt-6row2",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="leryt-6row2",source="skipped"} 0
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="leryt-6row2"} 0
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="leryt-6row2"} 0
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="leryt-6row2"} 9.343759202000001
syncthing_model_folder_scan_seconds_total{folder="sdrd2-vqppz"} 4.8409254950000005
# 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="leryt-6row2"} 24
syncthing_model_folder_scans_total{folder="sdrd2-vqppz"} 23
# HELP syncthing_model_folder_state Current folder state
# TYPE syncthing_model_folder_state gauge
syncthing_model_folder_state{folder="leryt-6row2"} 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="leryt-6row2",scope="global",type="bytes"} 5.6145789e+07
syncthing_model_folder_summary{folder="leryt-6row2",scope="global",type="deleted"} 242
syncthing_model_folder_summary{folder="leryt-6row2",scope="global",type="directories"} 240
syncthing_model_folder_summary{folder="leryt-6row2",scope="global",type="files"} 714
syncthing_model_folder_summary{folder="leryt-6row2",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="leryt-6row2",scope="local",type="bytes"} 5.6145789e+07
syncthing_model_folder_summary{folder="leryt-6row2",scope="local",type="deleted"} 242
syncthing_model_folder_summary{folder="leryt-6row2",scope="local",type="directories"} 240
syncthing_model_folder_summary{folder="leryt-6row2",scope="local",type="files"} 714
syncthing_model_folder_summary{folder="leryt-6row2",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="leryt-6row2",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="leryt-6row2",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="leryt-6row2",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="leryt-6row2",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="leryt-6row2",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="sdrd2-vqppz",scope="global",type="bytes"} 931094
syncthing_model_folder_summary{folder="sdrd2-vqppz",scope="global",type="deleted"} 101
syncthing_model_folder_summary{folder="sdrd2-vqppz",scope="global",type="directories"} 65
syncthing_model_folder_summary{folder="sdrd2-vqppz",scope="global",type="files"} 219
syncthing_model_folder_summary{folder="sdrd2-vqppz",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="sdrd2-vqppz",scope="local",type="bytes"} 931094
syncthing_model_folder_summary{folder="sdrd2-vqppz",scope="local",type="deleted"} 26
syncthing_model_folder_summary{folder="sdrd2-vqppz",scope="local",type="directories"} 65
syncthing_model_folder_summary{folder="sdrd2-vqppz",scope="local",type="files"} 219
syncthing_model_folder_summary{folder="sdrd2-vqppz",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="sdrd2-vqppz",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="sdrd2-vqppz",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="sdrd2-vqppz",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="sdrd2-vqppz",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="sdrd2-vqppz",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"} 28029
# 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"} 28039
# 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"} 3475
# 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"} 43284
# 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"} 5366
# 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"} 43397
# 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="leryt-6row2"} 0
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="leryt-6row2"} 22944
syncthing_scanner_scanned_items_total{folder="sdrd2-vqppz"} 6578
