# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles.
# TYPE go_gc_duration_seconds summary
go_gc_duration_seconds{quantile="0"} 1.8263e-05
go_gc_duration_seconds{quantile="0.25"} 3.8498e-05
go_gc_duration_seconds{quantile="0.5"} 0.000105543
go_gc_duration_seconds{quantile="0.75"} 0.000112602
go_gc_duration_seconds{quantile="1"} 0.000522654
go_gc_duration_seconds_sum 0.244541933
go_gc_duration_seconds_count 2577
# 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 93
# HELP go_info Information about the Go environment.
# TYPE go_info gauge
go_info{version="go1.25.6"} 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 7.016552e+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 5.045899744e+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.778162e+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.9217208e+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.933968e+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 7.016552e+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 7.675904e+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.0510336e+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 32045
# 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.733824e+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.818624e+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.7724672252846916e+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.9249253e+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 14496
# 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 304160
# 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 375360
# 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.55857e+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 2.701422e+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.719744e+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.719744e+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.97106e+07
# HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads.
# TYPE go_sched_gomaxprocs_threads gauge
go_sched_gomaxprocs_threads 12
# HELP go_threads Number of OS threads created.
# TYPE go_threads gauge
go_threads 20
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 149.29
# 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 8.53531819e+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 4.61123837e+08
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 41
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 5.0016256e+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.77227243297e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 2.64835072e+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="FOGGQVK-QV6ZQRK-NUAE2D3-TCO7FSH-NAUPR6P-NGZ3II6-X57XYR2-EEBTRAH",introducer="false",name="helium",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="NABS66G-LYDPC6H-QWVOGEX-YGMA7NS-HTDHYNH-RYKPW67-7QVK4XY-RAP7MQM",introducer="false",name="rdn-phone",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="XKNAT35-HIFXMY2-WARTHTQ-7VDDOYD-J2Y5YZM-JDNT4RM-ZOQVBZD-DUOAGQH",introducer="false",name="mrs-phone",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="cph2451_vm18-photos",label="Android Camera (Mrs)",path="~/cph2451_vm18-photos",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="strong-backup",label="strong-backup",path="/data/storage/syncthing/strong-backup",paused="false",type="sendreceive"} 1
syncthing_config_folder_info{folder="🐍",label="🐍",path="/data/storage/syncthing/🐍",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="FOGGQVK-QV6ZQRK-NUAE2D3-TCO7FSH-NAUPR6P-NGZ3II6-X57XYR2-EEBTRAH"} 0
syncthing_connections_active{device="NABS66G-LYDPC6H-QWVOGEX-YGMA7NS-HTDHYNH-RYKPW67-7QVK4XY-RAP7MQM"} 0
syncthing_connections_active{device="XKNAT35-HIFXMY2-WARTHTQ-7VDDOYD-J2Y5YZM-JDNT4RM-ZOQVBZD-DUOAGQH"} 0
# HELP syncthing_db_operation_seconds_total Total time spent in database operations, per folder and operation
# TYPE syncthing_db_operation_seconds_total counter
syncthing_db_operation_seconds_total{folder="-",operation="GetKV"} 1.0823828509999986
syncthing_db_operation_seconds_total{folder="-",operation="ListFolders"} 3.6326e-05
syncthing_db_operation_seconds_total{folder="-",operation="PrefixKV"} 0.00039052799999999996
syncthing_db_operation_seconds_total{folder="-",operation="PutKV"} 0.026928208000000012
syncthing_db_operation_seconds_total{folder="cph2451_vm18-photos",operation="AllLocalFilesPrefix"} 0.000355024
syncthing_db_operation_seconds_total{folder="cph2451_vm18-photos",operation="CountGlobal"} 0.00156475
syncthing_db_operation_seconds_total{folder="cph2451_vm18-photos",operation="CountLocal"} 0.001373424
syncthing_db_operation_seconds_total{folder="cph2451_vm18-photos",operation="CountNeed"} 0.013629024
syncthing_db_operation_seconds_total{folder="cph2451_vm18-photos",operation="CountReceiveOnlyChanged"} 0.000483549
syncthing_db_operation_seconds_total{folder="cph2451_vm18-photos",operation="GetDeviceFile"} 5.588721330999868
syncthing_db_operation_seconds_total{folder="cph2451_vm18-photos",operation="GetDeviceSequence"} 0.000259119
syncthing_db_operation_seconds_total{folder="cph2451_vm18-photos",operation="ListDevicesForFolder"} 0.000193925
syncthing_db_operation_seconds_total{folder="cph2451_vm18-photos",operation="RemoteSequences"} 0.000577036
syncthing_db_operation_seconds_total{folder="strong-backup",operation="AllLocalFilesPrefix"} 0.0014807619999999996
syncthing_db_operation_seconds_total{folder="strong-backup",operation="CountGlobal"} 0.004597452
syncthing_db_operation_seconds_total{folder="strong-backup",operation="CountLocal"} 0.001776477
syncthing_db_operation_seconds_total{folder="strong-backup",operation="CountNeed"} 0.0040113300000000005
syncthing_db_operation_seconds_total{folder="strong-backup",operation="CountReceiveOnlyChanged"} 0.000262855
syncthing_db_operation_seconds_total{folder="strong-backup",operation="GetDeviceFile"} 0.029941325999999997
syncthing_db_operation_seconds_total{folder="strong-backup",operation="GetDeviceSequence"} 0.00077806
syncthing_db_operation_seconds_total{folder="strong-backup",operation="ListDevicesForFolder"} 0.000180768
syncthing_db_operation_seconds_total{folder="strong-backup",operation="RemoteSequences"} 0.000272182
syncthing_db_operation_seconds_total{folder="🐍",operation="AllLocalFilesPrefix"} 0.000515497
syncthing_db_operation_seconds_total{folder="🐍",operation="CountGlobal"} 0.0015346280000000001
syncthing_db_operation_seconds_total{folder="🐍",operation="CountLocal"} 0.001986292
syncthing_db_operation_seconds_total{folder="🐍",operation="CountNeed"} 0.012714817
syncthing_db_operation_seconds_total{folder="🐍",operation="CountReceiveOnlyChanged"} 0.000202336
syncthing_db_operation_seconds_total{folder="🐍",operation="GetDeviceFile"} 0.22086732399999992
syncthing_db_operation_seconds_total{folder="🐍",operation="GetDeviceSequence"} 0.000245267
syncthing_db_operation_seconds_total{folder="🐍",operation="ListDevicesForFolder"} 0.000124005
syncthing_db_operation_seconds_total{folder="🐍",operation="RemoteSequences"} 0.00014882600000000001
# 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="cph2451_vm18-photos",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="cph2451_vm18-photos",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="cph2451_vm18-photos",operation="CountLocal"} 0
syncthing_db_operations_current{folder="cph2451_vm18-photos",operation="CountNeed"} 0
syncthing_db_operations_current{folder="cph2451_vm18-photos",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="cph2451_vm18-photos",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="cph2451_vm18-photos",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="cph2451_vm18-photos",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="cph2451_vm18-photos",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="strong-backup",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="strong-backup",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="strong-backup",operation="CountLocal"} 0
syncthing_db_operations_current{folder="strong-backup",operation="CountNeed"} 0
syncthing_db_operations_current{folder="strong-backup",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="strong-backup",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="strong-backup",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="strong-backup",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="strong-backup",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="🐍",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="🐍",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="🐍",operation="CountLocal"} 0
syncthing_db_operations_current{folder="🐍",operation="CountNeed"} 0
syncthing_db_operations_current{folder="🐍",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="🐍",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="🐍",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="🐍",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="🐍",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"} 19554
syncthing_db_operations_total{folder="-",operation="ListFolders"} 1
syncthing_db_operations_total{folder="-",operation="PrefixKV"} 14
syncthing_db_operations_total{folder="-",operation="PutKV"} 227
syncthing_db_operations_total{folder="cph2451_vm18-photos",operation="AllLocalFilesPrefix"} 54
syncthing_db_operations_total{folder="cph2451_vm18-photos",operation="CountGlobal"} 7
syncthing_db_operations_total{folder="cph2451_vm18-photos",operation="CountLocal"} 2
syncthing_db_operations_total{folder="cph2451_vm18-photos",operation="CountNeed"} 5
syncthing_db_operations_total{folder="cph2451_vm18-photos",operation="CountReceiveOnlyChanged"} 2
syncthing_db_operations_total{folder="cph2451_vm18-photos",operation="GetDeviceFile"} 89856
syncthing_db_operations_total{folder="cph2451_vm18-photos",operation="GetDeviceSequence"} 5
syncthing_db_operations_total{folder="cph2451_vm18-photos",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="cph2451_vm18-photos",operation="RemoteSequences"} 2
syncthing_db_operations_total{folder="strong-backup",operation="AllLocalFilesPrefix"} 57
syncthing_db_operations_total{folder="strong-backup",operation="CountGlobal"} 9
syncthing_db_operations_total{folder="strong-backup",operation="CountLocal"} 2
syncthing_db_operations_total{folder="strong-backup",operation="CountNeed"} 7
syncthing_db_operations_total{folder="strong-backup",operation="CountReceiveOnlyChanged"} 2
syncthing_db_operations_total{folder="strong-backup",operation="GetDeviceFile"} 171
syncthing_db_operations_total{folder="strong-backup",operation="GetDeviceSequence"} 7
syncthing_db_operations_total{folder="strong-backup",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="strong-backup",operation="RemoteSequences"} 2
syncthing_db_operations_total{folder="🐍",operation="AllLocalFilesPrefix"} 55
syncthing_db_operations_total{folder="🐍",operation="CountGlobal"} 9
syncthing_db_operations_total{folder="🐍",operation="CountLocal"} 2
syncthing_db_operations_total{folder="🐍",operation="CountNeed"} 7
syncthing_db_operations_total{folder="🐍",operation="CountReceiveOnlyChanged"} 2
syncthing_db_operations_total{folder="🐍",operation="GetDeviceFile"} 2860
syncthing_db_operations_total{folder="🐍",operation="GetDeviceSequence"} 7
syncthing_db_operations_total{folder="🐍",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="🐍",operation="RemoteSequences"} 2
# HELP syncthing_events_total Total number of created/forwarded/dropped events
# TYPE syncthing_events_total counter
syncthing_events_total{event="ConfigSaved",state="created"} 7
syncthing_events_total{event="ConfigSaved",state="delivered"} 7
syncthing_events_total{event="ListenAddressesChanged",state="created"} 23
syncthing_events_total{event="ListenAddressesChanged",state="delivered"} 67
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"} 498
syncthing_events_total{event="StateChanged",state="delivered"} 996
# HELP syncthing_fs_operation_bytes_total Total number of filesystem bytes transferred, per filesystem root and operation
# TYPE syncthing_fs_operation_bytes_total counter
syncthing_fs_operation_bytes_total{operation="write",root="/data/syncthing/config"} 98721
# 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="/data/syncthing/config"} 7.0817e-05
syncthing_fs_operation_seconds_total{operation="close",root="/data/syncthing/config"} 8.433e-05
syncthing_fs_operation_seconds_total{operation="dirnames",root="/data/storage/syncthing/cph2451_vm18-photos"} 0.22626248599999993
syncthing_fs_operation_seconds_total{operation="dirnames",root="/data/storage/syncthing/strong-backup"} 0.03975371499999999
syncthing_fs_operation_seconds_total{operation="dirnames",root="/data/storage/syncthing/🐍"} 0.05745116600000002
syncthing_fs_operation_seconds_total{operation="glob",root="/data/syncthing/config"} 0.00022035799999999998
syncthing_fs_operation_seconds_total{operation="hide",root="/data/storage/syncthing/cph2451_vm18-photos"} 1.576e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/data/storage/syncthing/strong-backup"} 1.5210000000000001e-06
syncthing_fs_operation_seconds_total{operation="hide",root="/data/storage/syncthing/🐍"} 1.7959999999999998e-06
syncthing_fs_operation_seconds_total{operation="lstat",root="/data/storage/syncthing/cph2451_vm18-photos"} 2.876321468999993
syncthing_fs_operation_seconds_total{operation="lstat",root="/data/storage/syncthing/strong-backup"} 0.04149957299999993
syncthing_fs_operation_seconds_total{operation="lstat",root="/data/storage/syncthing/🐍"} 0.16017323600000066
syncthing_fs_operation_seconds_total{operation="lstat",root="/data/syncthing/config"} 0.00010763299999999999
syncthing_fs_operation_seconds_total{operation="mkdirall",root="/data/syncthing/config"} 9.119e-06
syncthing_fs_operation_seconds_total{operation="name",root="/data/syncthing/config"} 3.327e-06
syncthing_fs_operation_seconds_total{operation="open",root="/data/storage/syncthing/cph2451_vm18-photos"} 0.001046958
syncthing_fs_operation_seconds_total{operation="open",root="/data/storage/syncthing/strong-backup"} 0.0011277709999999996
syncthing_fs_operation_seconds_total{operation="open",root="/data/storage/syncthing/🐍"} 0.0010697489999999998
syncthing_fs_operation_seconds_total{operation="open",root="/data/syncthing/config"} 6.3254e-05
syncthing_fs_operation_seconds_total{operation="openfile",root="/data/syncthing/config"} 0.00031800900000000007
syncthing_fs_operation_seconds_total{operation="options",root="/data/storage/syncthing/cph2451_vm18-photos"} 9.634500000000001e-05
syncthing_fs_operation_seconds_total{operation="options",root="/data/storage/syncthing/strong-backup"} 9.753600000000004e-05
syncthing_fs_operation_seconds_total{operation="options",root="/data/storage/syncthing/🐍"} 9.700399999999997e-05
syncthing_fs_operation_seconds_total{operation="options",root="/data/syncthing/config"} 3.8129999999999993e-06
syncthing_fs_operation_seconds_total{operation="options",root="/data/syncthing/config/index-v2"} 0.00011747399999999998
syncthing_fs_operation_seconds_total{operation="remove",root="/data/syncthing/config"} 7.4579e-05
syncthing_fs_operation_seconds_total{operation="removeall",root="/data/syncthing/config"} 0.000321491
syncthing_fs_operation_seconds_total{operation="rename",root="/data/syncthing/config"} 0.00030569799999999997
syncthing_fs_operation_seconds_total{operation="stat",root="/data/storage/syncthing/cph2451_vm18-photos"} 0.002469632999999999
syncthing_fs_operation_seconds_total{operation="stat",root="/data/storage/syncthing/strong-backup"} 0.0027053230000000012
syncthing_fs_operation_seconds_total{operation="stat",root="/data/storage/syncthing/🐍"} 0.002631326
syncthing_fs_operation_seconds_total{operation="stat",root="/data/syncthing/config"} 1.0509e-05
syncthing_fs_operation_seconds_total{operation="sync",root="/data/syncthing/config"} 0.129281039
syncthing_fs_operation_seconds_total{operation="type",root="/data/storage/syncthing/cph2451_vm18-photos"} 3.835899999999999e-05
syncthing_fs_operation_seconds_total{operation="type",root="/data/storage/syncthing/strong-backup"} 3.5467999999999986e-05
syncthing_fs_operation_seconds_total{operation="type",root="/data/storage/syncthing/🐍"} 3.3329e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/data/storage/syncthing/cph2451_vm18-photos"} 2.2893999999999995e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/data/storage/syncthing/strong-backup"} 2.4469000000000002e-05
syncthing_fs_operation_seconds_total{operation="uri",root="/data/storage/syncthing/🐍"} 2.3439e-05
syncthing_fs_operation_seconds_total{operation="usage",root="/data/syncthing/config/index-v2"} 0.0032278920000000004
syncthing_fs_operation_seconds_total{operation="watch",root="/data/storage/syncthing/cph2451_vm18-photos"} 0.100076058
syncthing_fs_operation_seconds_total{operation="watch",root="/data/storage/syncthing/strong-backup"} 0.096470774
syncthing_fs_operation_seconds_total{operation="watch",root="/data/storage/syncthing/🐍"} 0.095413919
syncthing_fs_operation_seconds_total{operation="write",root="/data/syncthing/config"} 0.00017943600000000002
# 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="/data/syncthing/config"} 7
syncthing_fs_operations_total{operation="close",root="/data/syncthing/config"} 14
syncthing_fs_operations_total{operation="dirnames",root="/data/storage/syncthing/cph2451_vm18-photos"} 918
syncthing_fs_operations_total{operation="dirnames",root="/data/storage/syncthing/strong-backup"} 399
syncthing_fs_operations_total{operation="dirnames",root="/data/storage/syncthing/🐍"} 1375
syncthing_fs_operations_total{operation="glob",root="/data/syncthing/config"} 5
syncthing_fs_operations_total{operation="hide",root="/data/storage/syncthing/cph2451_vm18-photos"} 3
syncthing_fs_operations_total{operation="hide",root="/data/storage/syncthing/strong-backup"} 3
syncthing_fs_operations_total{operation="hide",root="/data/storage/syncthing/🐍"} 3
syncthing_fs_operations_total{operation="lstat",root="/data/storage/syncthing/cph2451_vm18-photos"} 272112
syncthing_fs_operations_total{operation="lstat",root="/data/storage/syncthing/strong-backup"} 747
syncthing_fs_operations_total{operation="lstat",root="/data/storage/syncthing/🐍"} 11281
syncthing_fs_operations_total{operation="lstat",root="/data/syncthing/config"} 13
syncthing_fs_operations_total{operation="mkdirall",root="/data/syncthing/config"} 2
syncthing_fs_operations_total{operation="name",root="/data/syncthing/config"} 21
syncthing_fs_operations_total{operation="open",root="/data/storage/syncthing/cph2451_vm18-photos"} 56
syncthing_fs_operations_total{operation="open",root="/data/storage/syncthing/strong-backup"} 59
syncthing_fs_operations_total{operation="open",root="/data/storage/syncthing/🐍"} 57
syncthing_fs_operations_total{operation="open",root="/data/syncthing/config"} 7
syncthing_fs_operations_total{operation="openfile",root="/data/syncthing/config"} 7
syncthing_fs_operations_total{operation="options",root="/data/storage/syncthing/cph2451_vm18-photos"} 118
syncthing_fs_operations_total{operation="options",root="/data/storage/syncthing/strong-backup"} 124
syncthing_fs_operations_total{operation="options",root="/data/storage/syncthing/🐍"} 120
syncthing_fs_operations_total{operation="options",root="/data/syncthing/config"} 10
syncthing_fs_operations_total{operation="options",root="/data/syncthing/config/index-v2"} 169
syncthing_fs_operations_total{operation="remove",root="/data/syncthing/config"} 7
syncthing_fs_operations_total{operation="removeall",root="/data/syncthing/config"} 3
syncthing_fs_operations_total{operation="rename",root="/data/syncthing/config"} 7
syncthing_fs_operations_total{operation="stat",root="/data/storage/syncthing/cph2451_vm18-photos"} 110
syncthing_fs_operations_total{operation="stat",root="/data/storage/syncthing/strong-backup"} 116
syncthing_fs_operations_total{operation="stat",root="/data/storage/syncthing/🐍"} 112
syncthing_fs_operations_total{operation="stat",root="/data/syncthing/config"} 2
syncthing_fs_operations_total{operation="sync",root="/data/syncthing/config"} 14
syncthing_fs_operations_total{operation="type",root="/data/storage/syncthing/cph2451_vm18-photos"} 60
syncthing_fs_operations_total{operation="type",root="/data/storage/syncthing/strong-backup"} 63
syncthing_fs_operations_total{operation="type",root="/data/storage/syncthing/🐍"} 61
syncthing_fs_operations_total{operation="uri",root="/data/storage/syncthing/cph2451_vm18-photos"} 60
syncthing_fs_operations_total{operation="uri",root="/data/storage/syncthing/strong-backup"} 63
syncthing_fs_operations_total{operation="uri",root="/data/storage/syncthing/🐍"} 61
syncthing_fs_operations_total{operation="usage",root="/data/syncthing/config/index-v2"} 169
syncthing_fs_operations_total{operation="watch",root="/data/storage/syncthing/cph2451_vm18-photos"} 1
syncthing_fs_operations_total{operation="watch",root="/data/storage/syncthing/strong-backup"} 1
syncthing_fs_operations_total{operation="watch",root="/data/storage/syncthing/🐍"} 1
syncthing_fs_operations_total{operation="write",root="/data/syncthing/config"} 49
# HELP syncthing_model_folder_conflicts_total Total number of conflicts
# TYPE syncthing_model_folder_conflicts_total counter
syncthing_model_folder_conflicts_total{folder="cph2451_vm18-photos"} 0
syncthing_model_folder_conflicts_total{folder="strong-backup"} 0
syncthing_model_folder_conflicts_total{folder="🐍"} 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="cph2451_vm18-photos",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="cph2451_vm18-photos",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="cph2451_vm18-photos",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="cph2451_vm18-photos",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="strong-backup",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="strong-backup",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="strong-backup",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="strong-backup",source="skipped"} 0
syncthing_model_folder_processed_bytes_total{folder="🐍",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="🐍",source="local_other"} 0
syncthing_model_folder_processed_bytes_total{folder="🐍",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="🐍",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="cph2451_vm18-photos"} 0
syncthing_model_folder_pull_seconds_total{folder="strong-backup"} 0
syncthing_model_folder_pull_seconds_total{folder="🐍"} 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="cph2451_vm18-photos"} 0
syncthing_model_folder_pulls_total{folder="strong-backup"} 0
syncthing_model_folder_pulls_total{folder="🐍"} 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="cph2451_vm18-photos"} 13.081175144
syncthing_model_folder_scan_seconds_total{folder="strong-backup"} 0.15993122899999998
syncthing_model_folder_scan_seconds_total{folder="🐍"} 0.8281273399999999
# 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="cph2451_vm18-photos"} 54
syncthing_model_folder_scans_total{folder="strong-backup"} 57
syncthing_model_folder_scans_total{folder="🐍"} 55
# HELP syncthing_model_folder_state Current folder state
# TYPE syncthing_model_folder_state gauge
syncthing_model_folder_state{folder="cph2451_vm18-photos"} 0
syncthing_model_folder_state{folder="strong-backup"} 0
syncthing_model_folder_state{folder="🐍"} 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="cph2451_vm18-photos"} 0
syncthing_scanner_hashed_bytes_total{folder="strong-backup"} 0
syncthing_scanner_hashed_bytes_total{folder="🐍"} 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="cph2451_vm18-photos"} 89964
syncthing_scanner_scanned_items_total{folder="strong-backup"} 285
syncthing_scanner_scanned_items_total{folder="🐍"} 2970
