# 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"} 3.6468e-05
go_gc_duration_seconds{quantile="0.25"} 4.7238e-05
go_gc_duration_seconds{quantile="0.5"} 6.0213e-05
go_gc_duration_seconds{quantile="0.75"} 7.6654e-05
go_gc_duration_seconds{quantile="1"} 0.000606216
go_gc_duration_seconds_sum 2.786496593
go_gc_duration_seconds_count 35783
# 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 68
# HELP go_info Information about the Go environment.
# TYPE go_info gauge
go_info{version="go1.25.10"} 1
# HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes.
# TYPE go_memstats_alloc_bytes gauge
go_memstats_alloc_bytes 6.855456e+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 8.781933776e+09
# 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.664976e+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 8.1873565e+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.836176e+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.855456e+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 1.0379264e+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 9.183232e+06
# 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 34752
# 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 9.854976e+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.9562496e+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.7900858748062158e+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 8.1908317e+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 2416
# HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes.
# TYPE go_memstats_mcache_sys_bytes gauge
go_memstats_mcache_sys_bytes 15704
# HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes.
# TYPE go_memstats_mspan_inuse_bytes gauge
go_memstats_mspan_inuse_bytes 134560
# 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 163200
# 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 8.194674e+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 699728
# 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.409024e+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.409024e+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.7351304e+07
# HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads.
# TYPE go_sched_gomaxprocs_threads gauge
go_sched_gomaxprocs_threads 2
# HELP go_threads Number of OS threads created.
# TYPE go_threads gauge
go_threads 11
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 1034.51
# HELP process_max_fds Maximum number of open file descriptors.
# TYPE process_max_fds gauge
process_max_fds 524288
# HELP process_network_receive_bytes_total Number of bytes received by the process over the network.
# TYPE process_network_receive_bytes_total counter
process_network_receive_bytes_total 2.90862171e+08
# HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network.
# TYPE process_network_transmit_bytes_total counter
process_network_transmit_bytes_total 3.00989656e+08
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 27
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 2.9966336e+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.78579427106e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 1.288839168e+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"} 13
promhttp_metric_handler_requests_total{code="500"} 0
promhttp_metric_handler_requests_total{code="503"} 0
# HELP syncthing_build_info A metric with a constant '1' value labeled by version information from when the binary was built.
# TYPE syncthing_build_info gauge
syncthing_build_info{builddate="2026-07-08 15:12:48 UTC",builduser="root@buildkitsandbox",codename="Hafnium Hornet",goversion="go1.25.10",program="syncthing",tags="modernc-sqlite,noupgrade",version="v2.1.2"} 1
# HELP syncthing_config_device_info Provides additional information labels on devices
# TYPE syncthing_config_device_info gauge
syncthing_config_device_info{device="RBDPKB6-DW7RBBT-6MG7DZT-34FD7PO-33XE27Y-K5UD4N3-GNICQSE-SFP53A7",introducer="false",name="9ba1e42b2f9c",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="obsidian",label="Obsidian",path="/home/pooyan/obsidian-vault/vault",paused="false",type="sendreceive"} 1
# 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="DeleteKV"} 5.1496e-05
syncthing_db_operation_seconds_total{folder="-",operation="GetKV"} 12.007220717000115
syncthing_db_operation_seconds_total{folder="-",operation="ListFolders"} 3.6208e-05
syncthing_db_operation_seconds_total{folder="-",operation="PrefixKV"} 0.026496377999999998
syncthing_db_operation_seconds_total{folder="-",operation="PutKV"} 0.224819499
syncthing_db_operation_seconds_total{folder="2klw6-2e849",operation="CountGlobal"} 0.0005102760000000002
syncthing_db_operation_seconds_total{folder="2klw6-2e849",operation="CountLocal"} 0.000425367
syncthing_db_operation_seconds_total{folder="2klw6-2e849",operation="CountNeed"} 0.005796063000000001
syncthing_db_operation_seconds_total{folder="2klw6-2e849",operation="CountReceiveOnlyChanged"} 0.000161442
syncthing_db_operation_seconds_total{folder="2klw6-2e849",operation="DropFolder"} 0.011430468
syncthing_db_operation_seconds_total{folder="2klw6-2e849",operation="GetDeviceSequence"} 0.0008322400000000001
syncthing_db_operation_seconds_total{folder="2klw6-2e849",operation="ListDevicesForFolder"} 0.000268093
syncthing_db_operation_seconds_total{folder="2klw6-2e849",operation="RemoteSequences"} 0.00019396399999999997
syncthing_db_operation_seconds_total{folder="Fotos",operation="CountGlobal"} 0.000418526
syncthing_db_operation_seconds_total{folder="Fotos",operation="CountLocal"} 0.00035701000000000005
syncthing_db_operation_seconds_total{folder="Fotos",operation="CountNeed"} 0.004793937
syncthing_db_operation_seconds_total{folder="Fotos",operation="CountReceiveOnlyChanged"} 0.000139291
syncthing_db_operation_seconds_total{folder="Fotos",operation="DropFolder"} 0.002212979
syncthing_db_operation_seconds_total{folder="Fotos",operation="GetDeviceSequence"} 0.001125989
syncthing_db_operation_seconds_total{folder="Fotos",operation="ListDevicesForFolder"} 0.000140804
syncthing_db_operation_seconds_total{folder="Fotos",operation="RemoteSequences"} 0.000129684
syncthing_db_operation_seconds_total{folder="gj498-0m51m",operation="CountGlobal"} 0.004334007000000001
syncthing_db_operation_seconds_total{folder="gj498-0m51m",operation="CountLocal"} 0.000491792
syncthing_db_operation_seconds_total{folder="gj498-0m51m",operation="CountNeed"} 0.038232003
syncthing_db_operation_seconds_total{folder="gj498-0m51m",operation="CountReceiveOnlyChanged"} 0.000115685
syncthing_db_operation_seconds_total{folder="gj498-0m51m",operation="DropFolder"} 0.00198409
syncthing_db_operation_seconds_total{folder="gj498-0m51m",operation="GetDeviceSequence"} 0.0008291230000000001
syncthing_db_operation_seconds_total{folder="gj498-0m51m",operation="ListDevicesForFolder"} 0.000115657
syncthing_db_operation_seconds_total{folder="gj498-0m51m",operation="RemoteSequences"} 0.000172655
syncthing_db_operation_seconds_total{folder="obsidian",operation="CountGlobal"} 0.094381799
syncthing_db_operation_seconds_total{folder="obsidian",operation="CountLocal"} 0.005528304
syncthing_db_operation_seconds_total{folder="obsidian",operation="CountNeed"} 0.022836742
syncthing_db_operation_seconds_total{folder="obsidian",operation="CountReceiveOnlyChanged"} 0.001726835
syncthing_db_operation_seconds_total{folder="obsidian",operation="GetDeviceSequence"} 0.001811367
syncthing_db_operation_seconds_total{folder="obsidian",operation="ListDevicesForFolder"} 0.000103174
syncthing_db_operation_seconds_total{folder="obsidian",operation="RemoteSequences"} 0.0014435679999999999
syncthing_db_operation_seconds_total{folder="pgf-memory",operation="AllLocalFilesPrefix"} 0.000271799
syncthing_db_operation_seconds_total{folder="pgf-memory",operation="CountGlobal"} 0.0005908
syncthing_db_operation_seconds_total{folder="pgf-memory",operation="CountLocal"} 0.000451056
syncthing_db_operation_seconds_total{folder="pgf-memory",operation="CountNeed"} 0.005263186000000001
syncthing_db_operation_seconds_total{folder="pgf-memory",operation="CountReceiveOnlyChanged"} 0.000741791
syncthing_db_operation_seconds_total{folder="pgf-memory",operation="DropFolder"} 0.001628604
syncthing_db_operation_seconds_total{folder="pgf-memory",operation="GetDeviceFile"} 0.0067257980000000024
syncthing_db_operation_seconds_total{folder="pgf-memory",operation="GetDeviceSequence"} 0.0022345909999999997
syncthing_db_operation_seconds_total{folder="pgf-memory",operation="ListDevicesForFolder"} 0.000105909
syncthing_db_operation_seconds_total{folder="pgf-memory",operation="RemoteSequences"} 0.000172974
# 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="DeleteKV"} 0
syncthing_db_operations_current{folder="-",operation="GetKV"} 0
syncthing_db_operations_current{folder="-",operation="ListFolders"} 0
syncthing_db_operations_current{folder="-",operation="PrefixKV"} 0
syncthing_db_operations_current{folder="-",operation="PutKV"} 0
syncthing_db_operations_current{folder="2klw6-2e849",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="2klw6-2e849",operation="CountLocal"} 0
syncthing_db_operations_current{folder="2klw6-2e849",operation="CountNeed"} 0
syncthing_db_operations_current{folder="2klw6-2e849",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="2klw6-2e849",operation="DropFolder"} 0
syncthing_db_operations_current{folder="2klw6-2e849",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="2klw6-2e849",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="2klw6-2e849",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="Fotos",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="Fotos",operation="CountLocal"} 0
syncthing_db_operations_current{folder="Fotos",operation="CountNeed"} 0
syncthing_db_operations_current{folder="Fotos",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="Fotos",operation="DropFolder"} 0
syncthing_db_operations_current{folder="Fotos",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="Fotos",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="Fotos",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="gj498-0m51m",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="gj498-0m51m",operation="CountLocal"} 0
syncthing_db_operations_current{folder="gj498-0m51m",operation="CountNeed"} 0
syncthing_db_operations_current{folder="gj498-0m51m",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="gj498-0m51m",operation="DropFolder"} 0
syncthing_db_operations_current{folder="gj498-0m51m",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="gj498-0m51m",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="gj498-0m51m",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="obsidian",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="obsidian",operation="CountLocal"} 0
syncthing_db_operations_current{folder="obsidian",operation="CountNeed"} 0
syncthing_db_operations_current{folder="obsidian",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="obsidian",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="obsidian",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="obsidian",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="pgf-memory",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="pgf-memory",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="pgf-memory",operation="CountLocal"} 0
syncthing_db_operations_current{folder="pgf-memory",operation="CountNeed"} 0
syncthing_db_operations_current{folder="pgf-memory",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="pgf-memory",operation="DropFolder"} 0
syncthing_db_operations_current{folder="pgf-memory",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="pgf-memory",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="pgf-memory",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="pgf-memory",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="DeleteKV"} 1
syncthing_db_operations_total{folder="-",operation="GetKV"} 143179
syncthing_db_operations_total{folder="-",operation="ListFolders"} 1
syncthing_db_operations_total{folder="-",operation="PrefixKV"} 28
syncthing_db_operations_total{folder="-",operation="PutKV"} 360
syncthing_db_operations_total{folder="2klw6-2e849",operation="CountGlobal"} 9
syncthing_db_operations_total{folder="2klw6-2e849",operation="CountLocal"} 3
syncthing_db_operations_total{folder="2klw6-2e849",operation="CountNeed"} 10
syncthing_db_operations_total{folder="2klw6-2e849",operation="CountReceiveOnlyChanged"} 3
syncthing_db_operations_total{folder="2klw6-2e849",operation="DropFolder"} 1
syncthing_db_operations_total{folder="2klw6-2e849",operation="GetDeviceSequence"} 10
syncthing_db_operations_total{folder="2klw6-2e849",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="2klw6-2e849",operation="RemoteSequences"} 3
syncthing_db_operations_total{folder="Fotos",operation="CountGlobal"} 9
syncthing_db_operations_total{folder="Fotos",operation="CountLocal"} 3
syncthing_db_operations_total{folder="Fotos",operation="CountNeed"} 10
syncthing_db_operations_total{folder="Fotos",operation="CountReceiveOnlyChanged"} 3
syncthing_db_operations_total{folder="Fotos",operation="DropFolder"} 1
syncthing_db_operations_total{folder="Fotos",operation="GetDeviceSequence"} 10
syncthing_db_operations_total{folder="Fotos",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="Fotos",operation="RemoteSequences"} 3
syncthing_db_operations_total{folder="gj498-0m51m",operation="CountGlobal"} 9
syncthing_db_operations_total{folder="gj498-0m51m",operation="CountLocal"} 3
syncthing_db_operations_total{folder="gj498-0m51m",operation="CountNeed"} 10
syncthing_db_operations_total{folder="gj498-0m51m",operation="CountReceiveOnlyChanged"} 3
syncthing_db_operations_total{folder="gj498-0m51m",operation="DropFolder"} 1
syncthing_db_operations_total{folder="gj498-0m51m",operation="GetDeviceSequence"} 10
syncthing_db_operations_total{folder="gj498-0m51m",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="gj498-0m51m",operation="RemoteSequences"} 3
syncthing_db_operations_total{folder="obsidian",operation="CountGlobal"} 80
syncthing_db_operations_total{folder="obsidian",operation="CountLocal"} 13
syncthing_db_operations_total{folder="obsidian",operation="CountNeed"} 19
syncthing_db_operations_total{folder="obsidian",operation="CountReceiveOnlyChanged"} 13
syncthing_db_operations_total{folder="obsidian",operation="GetDeviceSequence"} 19
syncthing_db_operations_total{folder="obsidian",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="obsidian",operation="RemoteSequences"} 13
syncthing_db_operations_total{folder="pgf-memory",operation="AllLocalFilesPrefix"} 2
syncthing_db_operations_total{folder="pgf-memory",operation="CountGlobal"} 9
syncthing_db_operations_total{folder="pgf-memory",operation="CountLocal"} 3
syncthing_db_operations_total{folder="pgf-memory",operation="CountNeed"} 10
syncthing_db_operations_total{folder="pgf-memory",operation="CountReceiveOnlyChanged"} 3
syncthing_db_operations_total{folder="pgf-memory",operation="DropFolder"} 1
syncthing_db_operations_total{folder="pgf-memory",operation="GetDeviceFile"} 60
syncthing_db_operations_total{folder="pgf-memory",operation="GetDeviceSequence"} 10
syncthing_db_operations_total{folder="pgf-memory",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="pgf-memory",operation="RemoteSequences"} 3
# HELP syncthing_events_total Total number of created/forwarded/dropped events
# TYPE syncthing_events_total counter
syncthing_events_total{event="ConfigSaved",state="created"} 4
syncthing_events_total{event="ConfigSaved",state="delivered"} 4
syncthing_events_total{event="ListenAddressesChanged",state="created"} 8
syncthing_events_total{event="ListenAddressesChanged",state="delivered"} 21
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"} 3599
syncthing_events_total{event="StateChanged",state="delivered"} 7197
# 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="/data/pgf-memory"} 83
syncthing_fs_operation_bytes_total{operation="write",root="/config"} 35472
# HELP syncthing_fs_operation_seconds_total Total time spent in filesystem operations, per filesystem root and operation
# TYPE syncthing_fs_operation_seconds_total counter
syncthing_fs_operation_seconds_total{operation="chmod",root="/config"} 4.0625e-05
syncthing_fs_operation_seconds_total{operation="close",root="/config"} 4.884e-05
syncthing_fs_operation_seconds_total{operation="close",root="/data/pgf-memory"} 3.947e-06
syncthing_fs_operation_seconds_total{operation="dirnames",root="/data/pgf-memory"} 0.0013296369999999996
syncthing_fs_operation_seconds_total{operation="glob",root="/config"} 7.7414e-05
syncthing_fs_operation_seconds_total{operation="hide",root="/data/pgf-memory"} 1.242e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/home/pooyan/obsidian-vault/vault"} 1.4329999999999999e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/run/s6-rc:s6-rc-init:JbifhD/servicedirs/svc-syncthing/C:\\Users\\pooyan\\Documents\\Obsidian"} 3.218e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/run/s6-rc:s6-rc-init:JbifhD/servicedirs/svc-syncthing/~photos"} 1.342e-06
syncthing_fs_operation_seconds_total{operation="lstat",root="/config"} 0.000506929
syncthing_fs_operation_seconds_total{operation="lstat",root="/data/pgf-memory"} 0.004594161000000002
syncthing_fs_operation_seconds_total{operation="lstat",root="/home/pooyan/obsidian-vault/vault"} 0.00038143599999999997
syncthing_fs_operation_seconds_total{operation="lstat",root="/run/s6-rc:s6-rc-init:JbifhD/servicedirs/svc-syncthing/C:\\Users\\pooyan\\Documents\\Obsidian"} 3.0856e-05
syncthing_fs_operation_seconds_total{operation="lstat",root="/run/s6-rc:s6-rc-init:JbifhD/servicedirs/svc-syncthing/~photos"} 1.8256e-05
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/config"} 1.8483e-05
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/home/pooyan/obsidian-vault/vault"} 1.6631e-05
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/run/s6-rc:s6-rc-init:JbifhD/servicedirs/svc-syncthing/C:\\Users\\pooyan\\Documents\\Obsidian"} 3.9925e-05
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/run/s6-rc:s6-rc-init:JbifhD/servicedirs/svc-syncthing/~photos"} 9.789e-06
syncthing_fs_operation_seconds_total{operation="name",root="/config"} 4.005999999999999e-06
syncthing_fs_operation_seconds_total{operation="open",root="/config"} 4.7098e-05
syncthing_fs_operation_seconds_total{operation="open",root="/data/pgf-memory"} 2.7371e-05
syncthing_fs_operation_seconds_total{operation="open",root="/home/pooyan/obsidian-vault/vault"} 7.674e-06
syncthing_fs_operation_seconds_total{operation="open",root="/run/s6-rc:s6-rc-init:JbifhD/servicedirs/svc-syncthing/C:\\Users\\pooyan\\Documents\\Obsidian"} 1.2563000000000002e-05
syncthing_fs_operation_seconds_total{operation="open",root="/run/s6-rc:s6-rc-init:JbifhD/servicedirs/svc-syncthing/~photos"} 5.21e-06
syncthing_fs_operation_seconds_total{operation="openfile",root="/config"} 0.000549651
syncthing_fs_operation_seconds_total{operation="options",root="/config"} 4.407e-06
syncthing_fs_operation_seconds_total{operation="options",root="/config/index-v2"} 3.79e-07
syncthing_fs_operation_seconds_total{operation="options",root="/data/pgf-memory"} 4.288e-06
syncthing_fs_operation_seconds_total{operation="options",root="/data/pgf-memory/.stversions"} 8e-08
syncthing_fs_operation_seconds_total{operation="options",root="/home/pooyan/obsidian-vault/vault"} 0.003626701999999999
syncthing_fs_operation_seconds_total{operation="options",root="/home/pooyan/obsidian-vault/vault/.stversions"} 4.2e-07
syncthing_fs_operation_seconds_total{operation="options",root="/run/s6-rc:s6-rc-init:JbifhD/servicedirs/svc-syncthing/C:\\Users\\pooyan\\Documents\\Obsidian"} 1.064e-05
syncthing_fs_operation_seconds_total{operation="options",root="/run/s6-rc:s6-rc-init:JbifhD/servicedirs/svc-syncthing/~photos"} 3.2170000000000003e-06
syncthing_fs_operation_seconds_total{operation="read",root="/data/pgf-memory"} 7.253e-06
syncthing_fs_operation_seconds_total{operation="remove",root="/config"} 5.9792e-05
syncthing_fs_operation_seconds_total{operation="remove",root="/data/pgf-memory"} 0.000421519
syncthing_fs_operation_seconds_total{operation="remove",root="/run/s6-rc:s6-rc-init:JbifhD/servicedirs/svc-syncthing/C:\\Users\\pooyan\\Documents\\Obsidian"} 6.572e-06
syncthing_fs_operation_seconds_total{operation="remove",root="/run/s6-rc:s6-rc-init:JbifhD/servicedirs/svc-syncthing/~photos"} 6.503e-06
syncthing_fs_operation_seconds_total{operation="rename",root="/config"} 0.000541878
syncthing_fs_operation_seconds_total{operation="stat",root="/config"} 6.902000000000001e-06
syncthing_fs_operation_seconds_total{operation="stat",root="/data/pgf-memory"} 0.000104757
syncthing_fs_operation_seconds_total{operation="stat",root="/home/pooyan/obsidian-vault/vault"} 0.08725384399999987
syncthing_fs_operation_seconds_total{operation="stat",root="/home/pooyan/obsidian-vault/vault/.stversions"} 0.114603363
syncthing_fs_operation_seconds_total{operation="stat",root="/run/s6-rc:s6-rc-init:JbifhD/servicedirs/svc-syncthing/C:\\Users\\pooyan\\Documents\\Obsidian"} 1.9719000000000002e-05
syncthing_fs_operation_seconds_total{operation="stat",root="/run/s6-rc:s6-rc-init:JbifhD/servicedirs/svc-syncthing/~photos"} 8.656e-06
syncthing_fs_operation_seconds_total{operation="sync",root="/config"} 0.009076025
syncthing_fs_operation_seconds_total{operation="type",root="/data/pgf-memory"} 1.6109999999999997e-06
syncthing_fs_operation_seconds_total{operation="type",root="/data/pgf-memory/.stversions"} 8e-08
syncthing_fs_operation_seconds_total{operation="type",root="/home/pooyan/obsidian-vault/vault"} 0.0004392929999999986
syncthing_fs_operation_seconds_total{operation="type",root="/home/pooyan/obsidian-vault/vault/.stversions"} 2.5999999999999995e-07
syncthing_fs_operation_seconds_total{operation="type",root="/run/s6-rc:s6-rc-init:JbifhD/servicedirs/svc-syncthing/C:\\Users\\pooyan\\Documents\\Obsidian"} 2.8950000000000002e-06
syncthing_fs_operation_seconds_total{operation="type",root="/run/s6-rc:s6-rc-init:JbifhD/servicedirs/svc-syncthing/~photos"} 3.0160000000000004e-06
syncthing_fs_operation_seconds_total{operation="uri",root="/data/pgf-memory"} 1.592e-06
syncthing_fs_operation_seconds_total{operation="uri",root="/data/pgf-memory/.stversions"} 1.71e-07
syncthing_fs_operation_seconds_total{operation="uri",root="/home/pooyan/obsidian-vault/vault"} 0.00023285099999999969
syncthing_fs_operation_seconds_total{operation="uri",root="/home/pooyan/obsidian-vault/vault/.stversions"} 2.0900000000000003e-07
syncthing_fs_operation_seconds_total{operation="uri",root="/run/s6-rc:s6-rc-init:JbifhD/servicedirs/svc-syncthing/C:\\Users\\pooyan\\Documents\\Obsidian"} 2.1340000000000002e-06
syncthing_fs_operation_seconds_total{operation="uri",root="/run/s6-rc:s6-rc-init:JbifhD/servicedirs/svc-syncthing/~photos"} 1.081e-06
syncthing_fs_operation_seconds_total{operation="usage",root="/config/index-v2"} 4.3802e-05
syncthing_fs_operation_seconds_total{operation="watch",root="/data/pgf-memory"} 0.000343184
syncthing_fs_operation_seconds_total{operation="write",root="/config"} 0.000150952
# HELP syncthing_fs_operations_total Total number of filesystem operations, per filesystem root and operation
# TYPE syncthing_fs_operations_total counter
syncthing_fs_operations_total{operation="chmod",root="/config"} 4
syncthing_fs_operations_total{operation="close",root="/config"} 8
syncthing_fs_operations_total{operation="close",root="/data/pgf-memory"} 1
syncthing_fs_operations_total{operation="dirnames",root="/data/pgf-memory"} 59
syncthing_fs_operations_total{operation="glob",root="/config"} 5
syncthing_fs_operations_total{operation="hide",root="/data/pgf-memory"} 3
syncthing_fs_operations_total{operation="hide",root="/home/pooyan/obsidian-vault/vault"} 3
syncthing_fs_operations_total{operation="hide",root="/run/s6-rc:s6-rc-init:JbifhD/servicedirs/svc-syncthing/C:\\Users\\pooyan\\Documents\\Obsidian"} 6
syncthing_fs_operations_total{operation="hide",root="/run/s6-rc:s6-rc-init:JbifhD/servicedirs/svc-syncthing/~photos"} 3
syncthing_fs_operations_total{operation="lstat",root="/config"} 5
syncthing_fs_operations_total{operation="lstat",root="/data/pgf-memory"} 179
syncthing_fs_operations_total{operation="lstat",root="/home/pooyan/obsidian-vault/vault"} 7
syncthing_fs_operations_total{operation="lstat",root="/run/s6-rc:s6-rc-init:JbifhD/servicedirs/svc-syncthing/C:\\Users\\pooyan\\Documents\\Obsidian"} 12
syncthing_fs_operations_total{operation="lstat",root="/run/s6-rc:s6-rc-init:JbifhD/servicedirs/svc-syncthing/~photos"} 7
syncthing_fs_operations_total{operation="mkdirall",root="/config"} 2
syncthing_fs_operations_total{operation="mkdirall",root="/home/pooyan/obsidian-vault/vault"} 1
syncthing_fs_operations_total{operation="mkdirall",root="/run/s6-rc:s6-rc-init:JbifhD/servicedirs/svc-syncthing/C:\\Users\\pooyan\\Documents\\Obsidian"} 2
syncthing_fs_operations_total{operation="mkdirall",root="/run/s6-rc:s6-rc-init:JbifhD/servicedirs/svc-syncthing/~photos"} 1
syncthing_fs_operations_total{operation="name",root="/config"} 12
syncthing_fs_operations_total{operation="open",root="/config"} 4
syncthing_fs_operations_total{operation="open",root="/data/pgf-memory"} 1
syncthing_fs_operations_total{operation="open",root="/home/pooyan/obsidian-vault/vault"} 1
syncthing_fs_operations_total{operation="open",root="/run/s6-rc:s6-rc-init:JbifhD/servicedirs/svc-syncthing/C:\\Users\\pooyan\\Documents\\Obsidian"} 2
syncthing_fs_operations_total{operation="open",root="/run/s6-rc:s6-rc-init:JbifhD/servicedirs/svc-syncthing/~photos"} 1
syncthing_fs_operations_total{operation="openfile",root="/config"} 4
syncthing_fs_operations_total{operation="options",root="/config"} 7
syncthing_fs_operations_total{operation="options",root="/config/index-v2"} 3
syncthing_fs_operations_total{operation="options",root="/data/pgf-memory"} 20
syncthing_fs_operations_total{operation="options",root="/data/pgf-memory/.stversions"} 1
syncthing_fs_operations_total{operation="options",root="/home/pooyan/obsidian-vault/vault"} 2434
syncthing_fs_operations_total{operation="options",root="/home/pooyan/obsidian-vault/vault/.stversions"} 3
syncthing_fs_operations_total{operation="options",root="/run/s6-rc:s6-rc-init:JbifhD/servicedirs/svc-syncthing/C:\\Users\\pooyan\\Documents\\Obsidian"} 34
syncthing_fs_operations_total{operation="options",root="/run/s6-rc:s6-rc-init:JbifhD/servicedirs/svc-syncthing/~photos"} 18
syncthing_fs_operations_total{operation="read",root="/data/pgf-memory"} 2
syncthing_fs_operations_total{operation="remove",root="/config"} 4
syncthing_fs_operations_total{operation="remove",root="/data/pgf-memory"} 2
syncthing_fs_operations_total{operation="remove",root="/run/s6-rc:s6-rc-init:JbifhD/servicedirs/svc-syncthing/C:\\Users\\pooyan\\Documents\\Obsidian"} 2
syncthing_fs_operations_total{operation="remove",root="/run/s6-rc:s6-rc-init:JbifhD/servicedirs/svc-syncthing/~photos"} 2
syncthing_fs_operations_total{operation="rename",root="/config"} 4
syncthing_fs_operations_total{operation="stat",root="/config"} 2
syncthing_fs_operations_total{operation="stat",root="/data/pgf-memory"} 10
syncthing_fs_operations_total{operation="stat",root="/home/pooyan/obsidian-vault/vault"} 1206
syncthing_fs_operations_total{operation="stat",root="/home/pooyan/obsidian-vault/vault/.stversions"} 1192
syncthing_fs_operations_total{operation="stat",root="/run/s6-rc:s6-rc-init:JbifhD/servicedirs/svc-syncthing/C:\\Users\\pooyan\\Documents\\Obsidian"} 8
syncthing_fs_operations_total{operation="stat",root="/run/s6-rc:s6-rc-init:JbifhD/servicedirs/svc-syncthing/~photos"} 4
syncthing_fs_operations_total{operation="sync",root="/config"} 8
syncthing_fs_operations_total{operation="type",root="/data/pgf-memory"} 13
syncthing_fs_operations_total{operation="type",root="/data/pgf-memory/.stversions"} 1
syncthing_fs_operations_total{operation="type",root="/home/pooyan/obsidian-vault/vault"} 1224
syncthing_fs_operations_total{operation="type",root="/home/pooyan/obsidian-vault/vault/.stversions"} 3
syncthing_fs_operations_total{operation="type",root="/run/s6-rc:s6-rc-init:JbifhD/servicedirs/svc-syncthing/C:\\Users\\pooyan\\Documents\\Obsidian"} 19
syncthing_fs_operations_total{operation="type",root="/run/s6-rc:s6-rc-init:JbifhD/servicedirs/svc-syncthing/~photos"} 10
syncthing_fs_operations_total{operation="uri",root="/data/pgf-memory"} 13
syncthing_fs_operations_total{operation="uri",root="/data/pgf-memory/.stversions"} 1
syncthing_fs_operations_total{operation="uri",root="/home/pooyan/obsidian-vault/vault"} 1224
syncthing_fs_operations_total{operation="uri",root="/home/pooyan/obsidian-vault/vault/.stversions"} 3
syncthing_fs_operations_total{operation="uri",root="/run/s6-rc:s6-rc-init:JbifhD/servicedirs/svc-syncthing/C:\\Users\\pooyan\\Documents\\Obsidian"} 19
syncthing_fs_operations_total{operation="uri",root="/run/s6-rc:s6-rc-init:JbifhD/servicedirs/svc-syncthing/~photos"} 10
syncthing_fs_operations_total{operation="usage",root="/config/index-v2"} 3
syncthing_fs_operations_total{operation="watch",root="/data/pgf-memory"} 1
syncthing_fs_operations_total{operation="write",root="/config"} 20
# HELP syncthing_model_folder_conflicts_total Total number of conflicts
# TYPE syncthing_model_folder_conflicts_total counter
syncthing_model_folder_conflicts_total{folder="2klw6-2e849"} 0
syncthing_model_folder_conflicts_total{folder="Fotos"} 0
syncthing_model_folder_conflicts_total{folder="gj498-0m51m"} 0
syncthing_model_folder_conflicts_total{folder="obsidian"} 0
syncthing_model_folder_conflicts_total{folder="pgf-memory"} 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="2klw6-2e849",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="2klw6-2e849",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="2klw6-2e849",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="2klw6-2e849",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="Fotos",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="Fotos",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="Fotos",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="Fotos",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="gj498-0m51m",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="gj498-0m51m",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="gj498-0m51m",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="gj498-0m51m",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="obsidian",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="obsidian",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="obsidian",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="obsidian",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="pgf-memory",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="pgf-memory",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="pgf-memory",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="pgf-memory",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="2klw6-2e849"} 0
syncthing_model_folder_pull_seconds_total{folder="Fotos"} 0
syncthing_model_folder_pull_seconds_total{folder="gj498-0m51m"} 0
syncthing_model_folder_pull_seconds_total{folder="obsidian"} 0
syncthing_model_folder_pull_seconds_total{folder="pgf-memory"} 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="2klw6-2e849"} 0
syncthing_model_folder_pulls_total{folder="Fotos"} 0
syncthing_model_folder_pulls_total{folder="gj498-0m51m"} 0
syncthing_model_folder_pulls_total{folder="obsidian"} 0
syncthing_model_folder_pulls_total{folder="pgf-memory"} 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="2klw6-2e849"} 0
syncthing_model_folder_scan_seconds_total{folder="Fotos"} 0
syncthing_model_folder_scan_seconds_total{folder="gj498-0m51m"} 0
syncthing_model_folder_scan_seconds_total{folder="obsidian"} 0
syncthing_model_folder_scan_seconds_total{folder="pgf-memory"} 0.018430461
# 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="2klw6-2e849"} 0
syncthing_model_folder_scans_total{folder="Fotos"} 0
syncthing_model_folder_scans_total{folder="gj498-0m51m"} 0
syncthing_model_folder_scans_total{folder="obsidian"} 0
syncthing_model_folder_scans_total{folder="pgf-memory"} 2
# HELP syncthing_model_folder_state Current folder state
# TYPE syncthing_model_folder_state gauge
syncthing_model_folder_state{folder="2klw6-2e849"} 0
syncthing_model_folder_state{folder="Fotos"} 0
syncthing_model_folder_state{folder="gj498-0m51m"} 0
syncthing_model_folder_state{folder="obsidian"} 0
syncthing_model_folder_state{folder="pgf-memory"} 0
# 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="pgf-memory"} 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="pgf-memory"} 66
