# 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"} 0
go_gc_duration_seconds{quantile="0.25"} 0
go_gc_duration_seconds{quantile="0.5"} 0
go_gc_duration_seconds{quantile="0.75"} 0
go_gc_duration_seconds{quantile="1"} 0.0005076
go_gc_duration_seconds_sum 0.0010683
go_gc_duration_seconds_count 39
# 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 379
# HELP go_info Information about the Go environment.
# TYPE go_info gauge
go_info{version="go1.25.1"} 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 3.7514648e+07
# HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes.
# TYPE go_memstats_alloc_bytes_total counter
go_memstats_alloc_bytes_total 2.24637144e+08
# 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.530695e+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 1.48938e+06
# 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.978336e+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 3.7514648e+07
# HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes.
# TYPE go_memstats_heap_idle_bytes gauge
go_memstats_heap_idle_bytes 4.3917312e+07
# HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes
# TYPE go_memstats_heap_inuse_bytes gauge
go_memstats_heap_inuse_bytes 4.2098688e+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 48991
# 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 1.1993088e+07
# HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes.
# TYPE go_memstats_heap_sys_bytes gauge
go_memstats_heap_sys_bytes 8.6016e+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.7575556447225564e+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 1.538371e+06
# 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 28224
# 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 30576
# 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 365120
# 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 424320
# 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 7.0492642e+07
# HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations. Equals to /memory/classes/other:bytes.
# TYPE go_memstats_other_sys_bytes gauge
go_memstats_other_sys_bytes 4.540513e+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 6.258688e+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 6.258688e+06
# HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte.
# TYPE go_memstats_sys_bytes gauge
go_memstats_sys_bytes 1.02779128e+08
# HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads.
# TYPE go_sched_gomaxprocs_threads gauge
go_sched_gomaxprocs_threads 24
# HELP go_threads Number of OS threads created.
# TYPE go_threads gauge
go_threads 27
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 4.953125
# HELP process_max_fds Maximum number of open file descriptors.
# TYPE process_max_fds gauge
process_max_fds 1.6777216e+07
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 575
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 1.23195392e+08
# HELP process_start_time_seconds Start time of the process since unix epoch in seconds.
# TYPE process_start_time_seconds gauge
process_start_time_seconds 1.757555622e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 1.16523008e+08
# 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"} 1
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="J44BQQD-CNHMFHQ-NYSNUZK-CCQ3GOJ-KFIZQG4-SO47XB6-2RKZZCC-E5FH6AU",introducer="false",name="Nothing Phone",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="JXIMADI-2ZCFGSF-CHTAY7N-ZDA2GIV-WG64LHR-KEL2KWL-3DI4OZV-RRHGVQF",introducer="false",name="Lt-Web",paused="false",untrusted="false"} 1
syncthing_config_device_info{device="UE7VSS2-VEIPNUN-EZ2M4RQ-ZZFU2HC-QLGHBOW-K5KUHWW-BKSETVP-ELTJLQ3",introducer="false",name="SM-T720",paused="true",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="4a2zr-aape9",label="ToPhone",path="G:\\Syncthing\\ToPhone",paused="true",type="sendonly"} 1
syncthing_config_folder_info{folder="6dxm7-qrfyz",label="SDCard",path="G:\\Syncthing\\SDCard",paused="true",type="receiveonly"} 1
syncthing_config_folder_info{folder="6zhkk-q9fap",label="DCIMSpeedTest",path="i:\\Temp10",paused="false",type="receiveonly"} 1
syncthing_config_folder_info{folder="7rh44-7z9nq",label="SDTablet",path="G:\\Syncthing\\SDTablet",paused="true",type="receiveonly"} 1
syncthing_config_folder_info{folder="9nff9-b1mkh",label="Music",path="G:\\Syncthing\\Music",paused="true",type="receiveonly"} 1
syncthing_config_folder_info{folder="ff7e9-t7ll7",label="Swift Backups",path="G:\\Syncthing\\Backups",paused="true",type="receiveonly"} 1
syncthing_config_folder_info{folder="ia5zq-03nda",label="DCIM",path="G:\\Syncthing\\DCIM",paused="true",type="receiveonly"} 1
syncthing_config_folder_info{folder="s7tvq-4mejr",label="MusicSend",path="G:\\Note7\\SDCard 202306\\Music",paused="true",type="sendonly"} 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="J44BQQD-CNHMFHQ-NYSNUZK-CCQ3GOJ-KFIZQG4-SO47XB6-2RKZZCC-E5FH6AU"} 1
syncthing_connections_active{device="JXIMADI-2ZCFGSF-CHTAY7N-ZDA2GIV-WG64LHR-KEL2KWL-3DI4OZV-RRHGVQF"} 0
syncthing_connections_active{device="UE7VSS2-VEIPNUN-EZ2M4RQ-ZZFU2HC-QLGHBOW-K5KUHWW-BKSETVP-ELTJLQ3"} 0
# HELP syncthing_db_files_updated_total Total number of files updated
# TYPE syncthing_db_files_updated_total counter
syncthing_db_files_updated_total{folder="6zhkk-q9fap"} 12
# HELP syncthing_db_operation_seconds_total Total time spent in database operations, per folder and operation
# TYPE syncthing_db_operation_seconds_total counter
syncthing_db_operation_seconds_total{folder="-",operation="AllLocalBlocksWithHash"} 0.0158403
syncthing_db_operation_seconds_total{folder="-",operation="ListFolders"} 0.0004219
syncthing_db_operation_seconds_total{folder="-",operation="PutKV"} 0.00035830000000000004
syncthing_db_operation_seconds_total{folder="4a2zr-aape9",operation="CountGlobal"} 0.0005186
syncthing_db_operation_seconds_total{folder="6zhkk-q9fap",operation="AllLocalFilesBySequence"} 0.0005085
syncthing_db_operation_seconds_total{folder="6zhkk-q9fap",operation="AllLocalFilesPrefix"} 1.92e-05
syncthing_db_operation_seconds_total{folder="6zhkk-q9fap",operation="AllNeededGlobalFiles"} 0.000578
syncthing_db_operation_seconds_total{folder="6zhkk-q9fap",operation="CountGlobal"} 0.0010172
syncthing_db_operation_seconds_total{folder="6zhkk-q9fap",operation="CountNeed"} 0.0099641
syncthing_db_operation_seconds_total{folder="6zhkk-q9fap",operation="CountReceiveOnlyChanged"} 0.0005079
syncthing_db_operation_seconds_total{folder="6zhkk-q9fap",operation="GetDeviceFile"} 0.08798979999999999
syncthing_db_operation_seconds_total{folder="6zhkk-q9fap",operation="GetGlobalAvailability"} 0.021986900000000004
syncthing_db_operation_seconds_total{folder="6zhkk-q9fap",operation="GetGlobalFile"} 0.019694599999999993
syncthing_db_operation_seconds_total{folder="6zhkk-q9fap",operation="IndexIDGet"} 0.0005103
syncthing_db_operation_seconds_total{folder="6zhkk-q9fap",operation="RemoteSequences"} 0.000509
syncthing_db_operation_seconds_total{folder="6zhkk-q9fap",operation="Update"} 0.0014907
# HELP syncthing_db_operations_current Number of database operations currently ongoing, per folder and operation
# TYPE syncthing_db_operations_current gauge
syncthing_db_operations_current{folder="-",operation="AllLocalBlocksWithHash"} 0
syncthing_db_operations_current{folder="-",operation="GetKV"} 0
syncthing_db_operations_current{folder="-",operation="ListFolders"} 0
syncthing_db_operations_current{folder="-",operation="PrefixKV"} 0
syncthing_db_operations_current{folder="-",operation="PutKV"} 0
syncthing_db_operations_current{folder="4a2zr-aape9",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="4a2zr-aape9",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="4a2zr-aape9",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="6dxm7-qrfyz",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="6dxm7-qrfyz",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="6dxm7-qrfyz",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="6zhkk-q9fap",operation="AllLocalFilesBySequence"} 0
syncthing_db_operations_current{folder="6zhkk-q9fap",operation="AllLocalFilesPrefix"} 0
syncthing_db_operations_current{folder="6zhkk-q9fap",operation="AllNeededGlobalFiles"} 0
syncthing_db_operations_current{folder="6zhkk-q9fap",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="6zhkk-q9fap",operation="CountLocal"} 0
syncthing_db_operations_current{folder="6zhkk-q9fap",operation="CountNeed"} 0
syncthing_db_operations_current{folder="6zhkk-q9fap",operation="CountReceiveOnlyChanged"} 0
syncthing_db_operations_current{folder="6zhkk-q9fap",operation="GetDeviceFile"} 0
syncthing_db_operations_current{folder="6zhkk-q9fap",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="6zhkk-q9fap",operation="GetGlobalAvailability"} 0
syncthing_db_operations_current{folder="6zhkk-q9fap",operation="GetGlobalFile"} 0
syncthing_db_operations_current{folder="6zhkk-q9fap",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="6zhkk-q9fap",operation="ListDevicesForFolder"} 0
syncthing_db_operations_current{folder="6zhkk-q9fap",operation="RemoteSequences"} 0
syncthing_db_operations_current{folder="6zhkk-q9fap",operation="Update"} 0
syncthing_db_operations_current{folder="7rh44-7z9nq",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="9nff9-b1mkh",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="9nff9-b1mkh",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="9nff9-b1mkh",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="ff7e9-t7ll7",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="ff7e9-t7ll7",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="ff7e9-t7ll7",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="ia5zq-03nda",operation="CountGlobal"} 0
syncthing_db_operations_current{folder="ia5zq-03nda",operation="GetDeviceSequence"} 0
syncthing_db_operations_current{folder="ia5zq-03nda",operation="IndexIDGet"} 0
syncthing_db_operations_current{folder="s7tvq-4mejr",operation="CountGlobal"} 0
# HELP syncthing_db_operations_total Total number of database operations, per folder and operation
# TYPE syncthing_db_operations_total counter
syncthing_db_operations_total{folder="-",operation="AllLocalBlocksWithHash"} 3744
syncthing_db_operations_total{folder="-",operation="GetKV"} 71
syncthing_db_operations_total{folder="-",operation="ListFolders"} 1
syncthing_db_operations_total{folder="-",operation="PrefixKV"} 9
syncthing_db_operations_total{folder="-",operation="PutKV"} 20
syncthing_db_operations_total{folder="4a2zr-aape9",operation="CountGlobal"} 5
syncthing_db_operations_total{folder="4a2zr-aape9",operation="GetDeviceSequence"} 2
syncthing_db_operations_total{folder="4a2zr-aape9",operation="IndexIDGet"} 2
syncthing_db_operations_total{folder="6dxm7-qrfyz",operation="CountGlobal"} 5
syncthing_db_operations_total{folder="6dxm7-qrfyz",operation="GetDeviceSequence"} 2
syncthing_db_operations_total{folder="6dxm7-qrfyz",operation="IndexIDGet"} 2
syncthing_db_operations_total{folder="6zhkk-q9fap",operation="AllLocalFilesBySequence"} 2
syncthing_db_operations_total{folder="6zhkk-q9fap",operation="AllLocalFilesPrefix"} 1
syncthing_db_operations_total{folder="6zhkk-q9fap",operation="AllNeededGlobalFiles"} 4
syncthing_db_operations_total{folder="6zhkk-q9fap",operation="CountGlobal"} 20
syncthing_db_operations_total{folder="6zhkk-q9fap",operation="CountLocal"} 7
syncthing_db_operations_total{folder="6zhkk-q9fap",operation="CountNeed"} 18
syncthing_db_operations_total{folder="6zhkk-q9fap",operation="CountReceiveOnlyChanged"} 7
syncthing_db_operations_total{folder="6zhkk-q9fap",operation="GetDeviceFile"} 1647
syncthing_db_operations_total{folder="6zhkk-q9fap",operation="GetDeviceSequence"} 23
syncthing_db_operations_total{folder="6zhkk-q9fap",operation="GetGlobalAvailability"} 658
syncthing_db_operations_total{folder="6zhkk-q9fap",operation="GetGlobalFile"} 397
syncthing_db_operations_total{folder="6zhkk-q9fap",operation="IndexIDGet"} 4
syncthing_db_operations_total{folder="6zhkk-q9fap",operation="ListDevicesForFolder"} 1
syncthing_db_operations_total{folder="6zhkk-q9fap",operation="RemoteSequences"} 7
syncthing_db_operations_total{folder="6zhkk-q9fap",operation="Update"} 1
syncthing_db_operations_total{folder="7rh44-7z9nq",operation="CountGlobal"} 5
syncthing_db_operations_total{folder="9nff9-b1mkh",operation="CountGlobal"} 5
syncthing_db_operations_total{folder="9nff9-b1mkh",operation="GetDeviceSequence"} 2
syncthing_db_operations_total{folder="9nff9-b1mkh",operation="IndexIDGet"} 2
syncthing_db_operations_total{folder="ff7e9-t7ll7",operation="CountGlobal"} 5
syncthing_db_operations_total{folder="ff7e9-t7ll7",operation="GetDeviceSequence"} 2
syncthing_db_operations_total{folder="ff7e9-t7ll7",operation="IndexIDGet"} 2
syncthing_db_operations_total{folder="ia5zq-03nda",operation="CountGlobal"} 5
syncthing_db_operations_total{folder="ia5zq-03nda",operation="GetDeviceSequence"} 2
syncthing_db_operations_total{folder="ia5zq-03nda",operation="IndexIDGet"} 2
syncthing_db_operations_total{folder="s7tvq-4mejr",operation="CountGlobal"} 5
# 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"} 1
syncthing_events_total{event="DeviceConnected",state="delivered"} 3
syncthing_events_total{event="DeviceDiscovered",state="created"} 2
syncthing_events_total{event="DeviceDiscovered",state="delivered"} 2
syncthing_events_total{event="DownloadProgress",state="created"} 1
syncthing_events_total{event="DownloadProgress",state="delivered"} 2
syncthing_events_total{event="FolderCompletion",state="created"} 4
syncthing_events_total{event="FolderCompletion",state="delivered"} 4
syncthing_events_total{event="FolderErrors",state="created"} 1
syncthing_events_total{event="FolderErrors",state="delivered"} 1
syncthing_events_total{event="FolderSummary",state="created"} 9
syncthing_events_total{event="FolderSummary",state="delivered"} 9
syncthing_events_total{event="ItemFinished",state="created"} 12
syncthing_events_total{event="ItemFinished",state="delivered"} 24
syncthing_events_total{event="ItemStarted",state="created"} 25
syncthing_events_total{event="ItemStarted",state="delivered"} 50
syncthing_events_total{event="ListenAddressesChanged",state="created"} 4
syncthing_events_total{event="ListenAddressesChanged",state="delivered"} 8
syncthing_events_total{event="LocalIndexUpdated",state="created"} 1
syncthing_events_total{event="LocalIndexUpdated",state="delivered"} 3
syncthing_events_total{event="RemoteChangeDetected",state="created"} 12
syncthing_events_total{event="RemoteChangeDetected",state="delivered"} 12
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"} 11
syncthing_events_total{event="StateChanged",state="delivered"} 22
# 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="readat",root="G:\\Syncthing\\DCIM"} 3.9383062e+07
syncthing_fs_operation_bytes_total{operation="writeat",root="i:\\Temp10"} 3.9383062e+07
# HELP syncthing_fs_operation_seconds_total Total time spent in filesystem operations, per filesystem root and operation
# TYPE syncthing_fs_operation_seconds_total counter
syncthing_fs_operation_seconds_total{operation="chtimes",root="i:\\Temp10"} 0.0015427
syncthing_fs_operation_seconds_total{operation="close",root="G:\\Syncthing\\DCIM"} 0.0020384
syncthing_fs_operation_seconds_total{operation="close",root="i:\\Temp10"} 0.0009995
syncthing_fs_operation_seconds_total{operation="dirnames",root="G:\\Syncthing\\DCIM"} 0.0066568
syncthing_fs_operation_seconds_total{operation="dirnames",root="i:\\Temp10"} 0.0112066
syncthing_fs_operation_seconds_total{operation="glob",root="C:\\Users\\Falcon\\AppData\\Local\\Syncthing"} 0.0025433
syncthing_fs_operation_seconds_total{operation="hide",root="i:\\Temp10"} 0.0020419
syncthing_fs_operation_seconds_total{operation="lstat",root="G:\\Syncthing\\DCIM"} 0.0025367000000000002
syncthing_fs_operation_seconds_total{operation="lstat",root="i:\\Temp10"} 0.2292995000000002
syncthing_fs_operation_seconds_total{operation="open",root="G:\\Syncthing\\DCIM"} 0.0025301
syncthing_fs_operation_seconds_total{operation="open",root="i:\\Temp10"} 0.0005112
syncthing_fs_operation_seconds_total{operation="openfile",root="i:\\Temp10"} 0.0035503999999999996
syncthing_fs_operation_seconds_total{operation="readat",root="G:\\Syncthing\\DCIM"} 0.0096841
syncthing_fs_operation_seconds_total{operation="remove",root="i:\\Temp10"} 0.0010333
syncthing_fs_operation_seconds_total{operation="rename",root="i:\\Temp10"} 0.0020295
syncthing_fs_operation_seconds_total{operation="stat",root="G:\\Syncthing\\SDTablet"} 0.0005087
syncthing_fs_operation_seconds_total{operation="stat",root="i:\\Temp10"} 0.0050932
syncthing_fs_operation_seconds_total{operation="sync",root="i:\\Temp10"} 0.0307445
syncthing_fs_operation_seconds_total{operation="truncate",root="i:\\Temp10"} 0.0020517
syncthing_fs_operation_seconds_total{operation="type",root="i:\\Temp10"} 4.4e-06
syncthing_fs_operation_seconds_total{operation="unhide",root="i:\\Temp10"} 0.0005071
syncthing_fs_operation_seconds_total{operation="uri",root="i:\\Temp10"} 0.0010026000000000002
syncthing_fs_operation_seconds_total{operation="usage",root="i:\\Temp10"} 0.0005072
syncthing_fs_operation_seconds_total{operation="watch",root="i:\\Temp10"} 0.0005067
syncthing_fs_operation_seconds_total{operation="writeat",root="i:\\Temp10"} 0.0072159
# 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="C:\\Users\\Falcon\\AppData\\Local\\Syncthing"} 2
syncthing_fs_operations_total{operation="chmod",root="i:\\Temp10"} 12
syncthing_fs_operations_total{operation="chtimes",root="i:\\Temp10"} 12
syncthing_fs_operations_total{operation="close",root="G:\\Syncthing\\DCIM"} 306
syncthing_fs_operations_total{operation="close",root="i:\\Temp10"} 13
syncthing_fs_operations_total{operation="dirnames",root="G:\\Syncthing\\DCIM"} 3
syncthing_fs_operations_total{operation="dirnames",root="i:\\Temp10"} 86
syncthing_fs_operations_total{operation="glob",root="C:\\Users\\Falcon\\AppData\\Local\\Syncthing"} 12
syncthing_fs_operations_total{operation="hide",root="i:\\Temp10"} 27
syncthing_fs_operations_total{operation="lstat",root="C:\\Users\\Falcon\\AppData\\Local\\Syncthing"} 3
syncthing_fs_operations_total{operation="lstat",root="G:\\Syncthing\\DCIM"} 306
syncthing_fs_operations_total{operation="lstat",root="i:\\Temp10"} 4387
syncthing_fs_operations_total{operation="mkdirall",root="C:\\Users\\Falcon\\AppData\\Local\\Syncthing"} 2
syncthing_fs_operations_total{operation="open",root="G:\\Syncthing\\DCIM"} 306
syncthing_fs_operations_total{operation="open",root="i:\\Temp10"} 31
syncthing_fs_operations_total{operation="openfile",root="i:\\Temp10"} 24
syncthing_fs_operations_total{operation="options",root="C:\\Users\\Falcon\\AppData\\Local\\Syncthing"} 14
syncthing_fs_operations_total{operation="options",root="C:\\Users\\Falcon\\AppData\\Local\\Syncthing\\index-v2"} 6
syncthing_fs_operations_total{operation="options",root="G:\\Note7\\SDCard 202306\\Music"} 18
syncthing_fs_operations_total{operation="options",root="G:\\Syncthing\\Backups"} 18
syncthing_fs_operations_total{operation="options",root="G:\\Syncthing\\DCIM"} 18
syncthing_fs_operations_total{operation="options",root="G:\\Syncthing\\Music"} 18
syncthing_fs_operations_total{operation="options",root="G:\\Syncthing\\SDCard"} 18
syncthing_fs_operations_total{operation="options",root="G:\\Syncthing\\SDTablet"} 18
syncthing_fs_operations_total{operation="options",root="G:\\Syncthing\\ToPhone"} 18
syncthing_fs_operations_total{operation="options",root="i:\\Temp10"} 74
syncthing_fs_operations_total{operation="options",root="i:\\Temp10\\.stversions"} 1
syncthing_fs_operations_total{operation="readat",root="G:\\Syncthing\\DCIM"} 306
syncthing_fs_operations_total{operation="remove",root="i:\\Temp10"} 37
syncthing_fs_operations_total{operation="rename",root="i:\\Temp10"} 12
syncthing_fs_operations_total{operation="stat",root="C:\\Users\\Falcon\\AppData\\Local\\Syncthing"} 2
syncthing_fs_operations_total{operation="stat",root="G:\\Note7\\SDCard 202306\\Music"} 1
syncthing_fs_operations_total{operation="stat",root="G:\\Syncthing\\Backups"} 1
syncthing_fs_operations_total{operation="stat",root="G:\\Syncthing\\DCIM"} 1
syncthing_fs_operations_total{operation="stat",root="G:\\Syncthing\\Music"} 1
syncthing_fs_operations_total{operation="stat",root="G:\\Syncthing\\SDCard"} 1
syncthing_fs_operations_total{operation="stat",root="G:\\Syncthing\\SDTablet"} 1
syncthing_fs_operations_total{operation="stat",root="G:\\Syncthing\\ToPhone"} 1
syncthing_fs_operations_total{operation="stat",root="i:\\Temp10"} 73
syncthing_fs_operations_total{operation="sync",root="i:\\Temp10"} 13
syncthing_fs_operations_total{operation="truncate",root="i:\\Temp10"} 24
syncthing_fs_operations_total{operation="type",root="C:\\Users\\Falcon\\AppData\\Local\\Syncthing"} 21
syncthing_fs_operations_total{operation="type",root="C:\\Users\\Falcon\\AppData\\Local\\Syncthing\\index-v2"} 6
syncthing_fs_operations_total{operation="type",root="G:\\Note7\\SDCard 202306\\Music"} 10
syncthing_fs_operations_total{operation="type",root="G:\\Syncthing\\Backups"} 10
syncthing_fs_operations_total{operation="type",root="G:\\Syncthing\\DCIM"} 625
syncthing_fs_operations_total{operation="type",root="G:\\Syncthing\\Music"} 10
syncthing_fs_operations_total{operation="type",root="G:\\Syncthing\\SDCard"} 10
syncthing_fs_operations_total{operation="type",root="G:\\Syncthing\\SDTablet"} 10
syncthing_fs_operations_total{operation="type",root="G:\\Syncthing\\ToPhone"} 10
syncthing_fs_operations_total{operation="type",root="i:\\Temp10"} 3661
syncthing_fs_operations_total{operation="type",root="i:\\Temp10\\.stversions"} 1
syncthing_fs_operations_total{operation="unhide",root="i:\\Temp10"} 12
syncthing_fs_operations_total{operation="uri",root="C:\\Users\\Falcon\\AppData\\Local\\Syncthing"} 21
syncthing_fs_operations_total{operation="uri",root="C:\\Users\\Falcon\\AppData\\Local\\Syncthing\\index-v2"} 6
syncthing_fs_operations_total{operation="uri",root="G:\\Note7\\SDCard 202306\\Music"} 10
syncthing_fs_operations_total{operation="uri",root="G:\\Syncthing\\Backups"} 10
syncthing_fs_operations_total{operation="uri",root="G:\\Syncthing\\DCIM"} 625
syncthing_fs_operations_total{operation="uri",root="G:\\Syncthing\\Music"} 10
syncthing_fs_operations_total{operation="uri",root="G:\\Syncthing\\SDCard"} 10
syncthing_fs_operations_total{operation="uri",root="G:\\Syncthing\\SDTablet"} 10
syncthing_fs_operations_total{operation="uri",root="G:\\Syncthing\\ToPhone"} 10
syncthing_fs_operations_total{operation="uri",root="i:\\Temp10"} 3661
syncthing_fs_operations_total{operation="uri",root="i:\\Temp10\\.stversions"} 1
syncthing_fs_operations_total{operation="usage",root="C:\\Users\\Falcon\\AppData\\Local\\Syncthing\\index-v2"} 6
syncthing_fs_operations_total{operation="usage",root="i:\\Temp10"} 25
syncthing_fs_operations_total{operation="watch",root="i:\\Temp10"} 1
syncthing_fs_operations_total{operation="writeat",root="i:\\Temp10"} 306
# HELP syncthing_model_folder_conflicts_total Total number of conflicts
# TYPE syncthing_model_folder_conflicts_total counter
syncthing_model_folder_conflicts_total{folder="6zhkk-q9fap"} 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="6zhkk-q9fap",source="local_origin"} 0
syncthing_model_folder_processed_bytes_total{folder="6zhkk-q9fap",source="local_other"} 3.9383062e+07
syncthing_model_folder_processed_bytes_total{folder="6zhkk-q9fap",source="network"} 0
syncthing_model_folder_processed_bytes_total{folder="6zhkk-q9fap",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="6zhkk-q9fap"} 19.1167674
# 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="6zhkk-q9fap"} 2
# 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="6zhkk-q9fap"} 0.5658381
# 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="6zhkk-q9fap"} 1
# HELP syncthing_model_folder_state Current folder state
# TYPE syncthing_model_folder_state gauge
syncthing_model_folder_state{folder="6zhkk-q9fap"} 5
# 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="4a2zr-aape9",scope="global",type="bytes"} 0
syncthing_model_folder_summary{folder="4a2zr-aape9",scope="global",type="deleted"} 0
syncthing_model_folder_summary{folder="4a2zr-aape9",scope="global",type="directories"} 0
syncthing_model_folder_summary{folder="4a2zr-aape9",scope="global",type="files"} 0
syncthing_model_folder_summary{folder="4a2zr-aape9",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="4a2zr-aape9",scope="local",type="bytes"} 0
syncthing_model_folder_summary{folder="4a2zr-aape9",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="4a2zr-aape9",scope="local",type="directories"} 0
syncthing_model_folder_summary{folder="4a2zr-aape9",scope="local",type="files"} 0
syncthing_model_folder_summary{folder="4a2zr-aape9",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="4a2zr-aape9",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="4a2zr-aape9",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="4a2zr-aape9",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="4a2zr-aape9",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="4a2zr-aape9",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="6dxm7-qrfyz",scope="global",type="bytes"} 0
syncthing_model_folder_summary{folder="6dxm7-qrfyz",scope="global",type="deleted"} 0
syncthing_model_folder_summary{folder="6dxm7-qrfyz",scope="global",type="directories"} 0
syncthing_model_folder_summary{folder="6dxm7-qrfyz",scope="global",type="files"} 0
syncthing_model_folder_summary{folder="6dxm7-qrfyz",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="6dxm7-qrfyz",scope="local",type="bytes"} 0
syncthing_model_folder_summary{folder="6dxm7-qrfyz",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="6dxm7-qrfyz",scope="local",type="directories"} 0
syncthing_model_folder_summary{folder="6dxm7-qrfyz",scope="local",type="files"} 0
syncthing_model_folder_summary{folder="6dxm7-qrfyz",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="6dxm7-qrfyz",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="6dxm7-qrfyz",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="6dxm7-qrfyz",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="6dxm7-qrfyz",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="6dxm7-qrfyz",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="6zhkk-q9fap",scope="global",type="bytes"} 6.286358576e+09
syncthing_model_folder_summary{folder="6zhkk-q9fap",scope="global",type="deleted"} 0
syncthing_model_folder_summary{folder="6zhkk-q9fap",scope="global",type="directories"} 5
syncthing_model_folder_summary{folder="6zhkk-q9fap",scope="global",type="files"} 1245
syncthing_model_folder_summary{folder="6zhkk-q9fap",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="6zhkk-q9fap",scope="local",type="bytes"} 5.640424919e+09
syncthing_model_folder_summary{folder="6zhkk-q9fap",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="6zhkk-q9fap",scope="local",type="directories"} 5
syncthing_model_folder_summary{folder="6zhkk-q9fap",scope="local",type="files"} 1133
syncthing_model_folder_summary{folder="6zhkk-q9fap",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="6zhkk-q9fap",scope="need",type="bytes"} 6.45933657e+08
syncthing_model_folder_summary{folder="6zhkk-q9fap",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="6zhkk-q9fap",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="6zhkk-q9fap",scope="need",type="files"} 112
syncthing_model_folder_summary{folder="6zhkk-q9fap",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="9nff9-b1mkh",scope="global",type="bytes"} 0
syncthing_model_folder_summary{folder="9nff9-b1mkh",scope="global",type="deleted"} 0
syncthing_model_folder_summary{folder="9nff9-b1mkh",scope="global",type="directories"} 0
syncthing_model_folder_summary{folder="9nff9-b1mkh",scope="global",type="files"} 0
syncthing_model_folder_summary{folder="9nff9-b1mkh",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="9nff9-b1mkh",scope="local",type="bytes"} 0
syncthing_model_folder_summary{folder="9nff9-b1mkh",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="9nff9-b1mkh",scope="local",type="directories"} 0
syncthing_model_folder_summary{folder="9nff9-b1mkh",scope="local",type="files"} 0
syncthing_model_folder_summary{folder="9nff9-b1mkh",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="9nff9-b1mkh",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="9nff9-b1mkh",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="9nff9-b1mkh",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="9nff9-b1mkh",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="9nff9-b1mkh",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="ff7e9-t7ll7",scope="global",type="bytes"} 0
syncthing_model_folder_summary{folder="ff7e9-t7ll7",scope="global",type="deleted"} 0
syncthing_model_folder_summary{folder="ff7e9-t7ll7",scope="global",type="directories"} 0
syncthing_model_folder_summary{folder="ff7e9-t7ll7",scope="global",type="files"} 0
syncthing_model_folder_summary{folder="ff7e9-t7ll7",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="ff7e9-t7ll7",scope="local",type="bytes"} 0
syncthing_model_folder_summary{folder="ff7e9-t7ll7",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="ff7e9-t7ll7",scope="local",type="directories"} 0
syncthing_model_folder_summary{folder="ff7e9-t7ll7",scope="local",type="files"} 0
syncthing_model_folder_summary{folder="ff7e9-t7ll7",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="ff7e9-t7ll7",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="ff7e9-t7ll7",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="ff7e9-t7ll7",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="ff7e9-t7ll7",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="ff7e9-t7ll7",scope="need",type="symlinks"} 0
syncthing_model_folder_summary{folder="ia5zq-03nda",scope="global",type="bytes"} 0
syncthing_model_folder_summary{folder="ia5zq-03nda",scope="global",type="deleted"} 0
syncthing_model_folder_summary{folder="ia5zq-03nda",scope="global",type="directories"} 0
syncthing_model_folder_summary{folder="ia5zq-03nda",scope="global",type="files"} 0
syncthing_model_folder_summary{folder="ia5zq-03nda",scope="global",type="symlinks"} 0
syncthing_model_folder_summary{folder="ia5zq-03nda",scope="local",type="bytes"} 0
syncthing_model_folder_summary{folder="ia5zq-03nda",scope="local",type="deleted"} 0
syncthing_model_folder_summary{folder="ia5zq-03nda",scope="local",type="directories"} 0
syncthing_model_folder_summary{folder="ia5zq-03nda",scope="local",type="files"} 0
syncthing_model_folder_summary{folder="ia5zq-03nda",scope="local",type="symlinks"} 0
syncthing_model_folder_summary{folder="ia5zq-03nda",scope="need",type="bytes"} 0
syncthing_model_folder_summary{folder="ia5zq-03nda",scope="need",type="deleted"} 0
syncthing_model_folder_summary{folder="ia5zq-03nda",scope="need",type="directories"} 0
syncthing_model_folder_summary{folder="ia5zq-03nda",scope="need",type="files"} 0
syncthing_model_folder_summary{folder="ia5zq-03nda",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="J44BQQD-CNHMFHQ-NYSNUZK-CCQ3GOJ-KFIZQG4-SO47XB6-2RKZZCC-E5FH6AU"} 1020
# 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="J44BQQD-CNHMFHQ-NYSNUZK-CCQ3GOJ-KFIZQG4-SO47XB6-2RKZZCC-E5FH6AU"} 1020
# 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="J44BQQD-CNHMFHQ-NYSNUZK-CCQ3GOJ-KFIZQG4-SO47XB6-2RKZZCC-E5FH6AU"} 1
# 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="J44BQQD-CNHMFHQ-NYSNUZK-CCQ3GOJ-KFIZQG4-SO47XB6-2RKZZCC-E5FH6AU"} 43318
# 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="J44BQQD-CNHMFHQ-NYSNUZK-CCQ3GOJ-KFIZQG4-SO47XB6-2RKZZCC-E5FH6AU"} 263
# 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="J44BQQD-CNHMFHQ-NYSNUZK-CCQ3GOJ-KFIZQG4-SO47XB6-2RKZZCC-E5FH6AU"} 43318
# 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="6zhkk-q9fap"} 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="6zhkk-q9fap"} 1137
