# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 4.7725e-05 go_gc_duration_seconds{quantile="0.25"} 6.9457e-05 go_gc_duration_seconds{quantile="0.5"} 8.9169e-05 go_gc_duration_seconds{quantile="0.75"} 0.000124697 go_gc_duration_seconds{quantile="1"} 0.001021697 go_gc_duration_seconds_sum 1164.886398996 go_gc_duration_seconds_count 913151 # 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 146 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.24.2"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 2.814672e+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 4.380898566784e+12 # 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 4423 # 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 2.3606601001e+10 # 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 5.929992e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 2.814672e+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.01650432e+09 # 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 5.332992e+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 10956 # 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.01302272e+09 # 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.021837312e+09 # 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.766547200888555e+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 2.3606611957e+10 # 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 107360 # 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 3.94944e+06 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 4.277802e+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 811737 # 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.572864e+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.572864e+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.034121472e+09 # 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 19 # HELP hoard_download_count Number of times an attempt has been made to download a feed # TYPE hoard_download_count counter hoard_download_count{feed_id="nycsubway_1234567"} 209708 hoard_download_count{feed_id="nycsubway_ACE"} 209708 hoard_download_count{feed_id="nycsubway_BDFM"} 209705 hoard_download_count{feed_id="nycsubway_G"} 209708 hoard_download_count{feed_id="nycsubway_JZ"} 209708 hoard_download_count{feed_id="nycsubway_L"} 209708 hoard_download_count{feed_id="nycsubway_NQRW"} 209708 hoard_download_count{feed_id="nycsubway_SIR"} 209708 hoard_download_count{feed_id="nycsubway_alerts"} 209708 # HELP hoard_download_saved_count Number of successful downloads of a feed # TYPE hoard_download_saved_count counter hoard_download_saved_count{feed_id="nycsubway_1234567"} 209162 hoard_download_saved_count{feed_id="nycsubway_ACE"} 107451 hoard_download_saved_count{feed_id="nycsubway_BDFM"} 105651 hoard_download_saved_count{feed_id="nycsubway_G"} 123035 hoard_download_saved_count{feed_id="nycsubway_JZ"} 103559 hoard_download_saved_count{feed_id="nycsubway_L"} 139135 hoard_download_saved_count{feed_id="nycsubway_NQRW"} 124894 hoard_download_saved_count{feed_id="nycsubway_SIR"} 124528 hoard_download_saved_count{feed_id="nycsubway_alerts"} 42254 # HELP hoard_download_saved_size Total size of all saved feed downloads # TYPE hoard_download_saved_size counter hoard_download_saved_size{feed_id="nycsubway_1234567"} 2.9725850558e+10 hoard_download_saved_size{feed_id="nycsubway_ACE"} 9.326217645e+09 hoard_download_saved_size{feed_id="nycsubway_BDFM"} 1.2401650499e+10 hoard_download_saved_size{feed_id="nycsubway_G"} 1.606577263e+09 hoard_download_saved_size{feed_id="nycsubway_JZ"} 2.097876696e+09 hoard_download_saved_size{feed_id="nycsubway_L"} 3.128649148e+09 hoard_download_saved_size{feed_id="nycsubway_NQRW"} 1.1293603074e+10 hoard_download_saved_size{feed_id="nycsubway_SIR"} 8.29924001e+08 hoard_download_saved_size{feed_id="nycsubway_alerts"} 1.4778913425e+10 # HELP hoard_local_files_count Number of files currently on local disk # TYPE hoard_local_files_count gauge hoard_local_files_count{directory="archives",feed_id="nycsubway_1234567"} 0 hoard_local_files_count{directory="archives",feed_id="nycsubway_ACE"} 0 hoard_local_files_count{directory="archives",feed_id="nycsubway_BDFM"} 0 hoard_local_files_count{directory="archives",feed_id="nycsubway_G"} 0 hoard_local_files_count{directory="archives",feed_id="nycsubway_JZ"} 0 hoard_local_files_count{directory="archives",feed_id="nycsubway_L"} 0 hoard_local_files_count{directory="archives",feed_id="nycsubway_NQRW"} 0 hoard_local_files_count{directory="archives",feed_id="nycsubway_SIR"} 0 hoard_local_files_count{directory="archives",feed_id="nycsubway_alerts"} 0 hoard_local_files_count{directory="downloads",feed_id="nycsubway_1234567"} 392 hoard_local_files_count{directory="downloads",feed_id="nycsubway_ACE"} 261 hoard_local_files_count{directory="downloads",feed_id="nycsubway_BDFM"} 261 hoard_local_files_count{directory="downloads",feed_id="nycsubway_G"} 130 hoard_local_files_count{directory="downloads",feed_id="nycsubway_JZ"} 261 hoard_local_files_count{directory="downloads",feed_id="nycsubway_L"} 261 hoard_local_files_count{directory="downloads",feed_id="nycsubway_NQRW"} 261 hoard_local_files_count{directory="downloads",feed_id="nycsubway_SIR"} 260 hoard_local_files_count{directory="downloads",feed_id="nycsubway_alerts"} 67 # HELP hoard_local_files_size Total size of all files currently on local disk # TYPE hoard_local_files_size gauge hoard_local_files_size{directory="archives",feed_id="nycsubway_1234567"} 4096 hoard_local_files_size{directory="archives",feed_id="nycsubway_ACE"} 4096 hoard_local_files_size{directory="archives",feed_id="nycsubway_BDFM"} 4096 hoard_local_files_size{directory="archives",feed_id="nycsubway_G"} 4096 hoard_local_files_size{directory="archives",feed_id="nycsubway_JZ"} 4096 hoard_local_files_size{directory="archives",feed_id="nycsubway_L"} 4096 hoard_local_files_size{directory="archives",feed_id="nycsubway_NQRW"} 4096 hoard_local_files_size{directory="archives",feed_id="nycsubway_SIR"} 4096 hoard_local_files_size{directory="archives",feed_id="nycsubway_alerts"} 4096 hoard_local_files_size{directory="downloads",feed_id="nycsubway_1234567"} 5.019417e+07 hoard_local_files_size{directory="downloads",feed_id="nycsubway_ACE"} 2.1019686e+07 hoard_local_files_size{directory="downloads",feed_id="nycsubway_BDFM"} 2.3811132e+07 hoard_local_files_size{directory="downloads",feed_id="nycsubway_G"} 1.73713e+06 hoard_local_files_size{directory="downloads",feed_id="nycsubway_JZ"} 5.16079e+06 hoard_local_files_size{directory="downloads",feed_id="nycsubway_L"} 6.189341e+06 hoard_local_files_size{directory="downloads",feed_id="nycsubway_NQRW"} 1.9625721e+07 hoard_local_files_size{directory="downloads",feed_id="nycsubway_SIR"} 1.507223e+06 hoard_local_files_size{directory="downloads",feed_id="nycsubway_alerts"} 2.2946937e+07 # HELP hoard_pack_count Number of times a pack operation has occurred for each feed # TYPE hoard_pack_count counter hoard_pack_count{feed_id="nycsubway_1234567"} 291 hoard_pack_count{feed_id="nycsubway_ACE"} 291 hoard_pack_count{feed_id="nycsubway_BDFM"} 291 hoard_pack_count{feed_id="nycsubway_G"} 291 hoard_pack_count{feed_id="nycsubway_JZ"} 291 hoard_pack_count{feed_id="nycsubway_L"} 291 hoard_pack_count{feed_id="nycsubway_NQRW"} 291 hoard_pack_count{feed_id="nycsubway_SIR"} 291 hoard_pack_count{feed_id="nycsubway_alerts"} 291 # HELP hoard_pack_packed_size Total size of all data after being packed # TYPE hoard_pack_packed_size counter hoard_pack_packed_size{feed_id="nycsubway_1234567"} 4.57311084e+08 hoard_pack_packed_size{feed_id="nycsubway_ACE"} 1.81124336e+08 hoard_pack_packed_size{feed_id="nycsubway_BDFM"} 2.40800836e+08 hoard_pack_packed_size{feed_id="nycsubway_G"} 3.5107524e+07 hoard_pack_packed_size{feed_id="nycsubway_JZ"} 5.2404948e+07 hoard_pack_packed_size{feed_id="nycsubway_L"} 6.9426344e+07 hoard_pack_packed_size{feed_id="nycsubway_NQRW"} 2.08868244e+08 hoard_pack_packed_size{feed_id="nycsubway_SIR"} 2.3053912e+07 hoard_pack_packed_size{feed_id="nycsubway_alerts"} 3.7322004e+07 # HELP hoard_pack_unpacked_size Total size of all data before being packed # TYPE hoard_pack_unpacked_size counter hoard_pack_unpacked_size{feed_id="nycsubway_1234567"} 6.5938488832e+10 hoard_pack_unpacked_size{feed_id="nycsubway_ACE"} 1.9158298112e+10 hoard_pack_unpacked_size{feed_id="nycsubway_BDFM"} 2.5455822848e+10 hoard_pack_unpacked_size{feed_id="nycsubway_G"} 3.492496896e+09 hoard_pack_unpacked_size{feed_id="nycsubway_JZ"} 4.482521088e+09 hoard_pack_unpacked_size{feed_id="nycsubway_L"} 6.535875584e+09 hoard_pack_unpacked_size{feed_id="nycsubway_NQRW"} 2.311159552e+10 hoard_pack_unpacked_size{feed_id="nycsubway_SIR"} 1.925001728e+09 hoard_pack_unpacked_size{feed_id="nycsubway_alerts"} 2.9867442688e+10 # HELP hoard_remote_storage_download_count Number of times a remote archive file has been downloaded to local disk # TYPE hoard_remote_storage_download_count counter hoard_remote_storage_download_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_1234567",prefix="hoard"} 1207 hoard_remote_storage_download_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_ACE",prefix="hoard"} 1165 hoard_remote_storage_download_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_BDFM",prefix="hoard"} 1165 hoard_remote_storage_download_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_G",prefix="hoard"} 1165 hoard_remote_storage_download_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_JZ",prefix="hoard"} 1168 hoard_remote_storage_download_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_L",prefix="hoard"} 1165 hoard_remote_storage_download_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_NQRW",prefix="hoard"} 1165 hoard_remote_storage_download_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_SIR",prefix="hoard"} 1165 hoard_remote_storage_download_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_alerts",prefix="hoard"} 1165 hoard_remote_storage_download_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_1234567",prefix="hoard"} 597 hoard_remote_storage_download_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_ACE",prefix="hoard"} 583 hoard_remote_storage_download_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_BDFM",prefix="hoard"} 583 hoard_remote_storage_download_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_G",prefix="hoard"} 583 hoard_remote_storage_download_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_JZ",prefix="hoard"} 585 hoard_remote_storage_download_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_L",prefix="hoard"} 583 hoard_remote_storage_download_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_NQRW",prefix="hoard"} 583 hoard_remote_storage_download_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_SIR",prefix="hoard"} 583 hoard_remote_storage_download_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_alerts",prefix="hoard"} 583 # HELP hoard_remote_storage_download_size Total number of bytes that have been downloaded from remote storage to local disk # TYPE hoard_remote_storage_download_size counter hoard_remote_storage_download_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_1234567",prefix="hoard"} 9.26733667e+08 hoard_remote_storage_download_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_ACE",prefix="hoard"} 3.62197628e+08 hoard_remote_storage_download_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_BDFM",prefix="hoard"} 4.83817164e+08 hoard_remote_storage_download_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_G",prefix="hoard"} 6.9862628e+07 hoard_remote_storage_download_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_JZ",prefix="hoard"} 1.0428878e+08 hoard_remote_storage_download_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_L",prefix="hoard"} 1.38816536e+08 hoard_remote_storage_download_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_NQRW",prefix="hoard"} 4.18389152e+08 hoard_remote_storage_download_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_SIR",prefix="hoard"} 4.5735376e+07 hoard_remote_storage_download_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_alerts",prefix="hoard"} 7.45023e+07 hoard_remote_storage_download_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_1234567",prefix="hoard"} 4.57311084e+08 hoard_remote_storage_download_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_ACE",prefix="hoard"} 1.81124336e+08 hoard_remote_storage_download_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_BDFM",prefix="hoard"} 2.40800836e+08 hoard_remote_storage_download_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_G",prefix="hoard"} 3.5194056e+07 hoard_remote_storage_download_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_JZ",prefix="hoard"} 5.2631332e+07 hoard_remote_storage_download_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_L",prefix="hoard"} 6.9601004e+07 hoard_remote_storage_download_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_NQRW",prefix="hoard"} 2.08868244e+08 hoard_remote_storage_download_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_SIR",prefix="hoard"} 2.3095492e+07 hoard_remote_storage_download_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_alerts",prefix="hoard"} 3.7322004e+07 # HELP hoard_remote_storage_objects_count Number of objects being stored remotely # TYPE hoard_remote_storage_objects_count gauge hoard_remote_storage_objects_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_1234567",prefix="hoard"} 45403 hoard_remote_storage_objects_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_ACE",prefix="hoard"} 45401 hoard_remote_storage_objects_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_BDFM",prefix="hoard"} 45398 hoard_remote_storage_objects_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_G",prefix="hoard"} 45401 hoard_remote_storage_objects_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_JZ",prefix="hoard"} 45398 hoard_remote_storage_objects_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_L",prefix="hoard"} 45375 hoard_remote_storage_objects_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_NQRW",prefix="hoard"} 45401 hoard_remote_storage_objects_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_SIR",prefix="hoard"} 45404 hoard_remote_storage_objects_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_alerts",prefix="hoard"} 45353 hoard_remote_storage_objects_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_1234567",prefix="hoard"} 45403 hoard_remote_storage_objects_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_ACE",prefix="hoard"} 45401 hoard_remote_storage_objects_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_BDFM",prefix="hoard"} 45398 hoard_remote_storage_objects_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_G",prefix="hoard"} 45401 hoard_remote_storage_objects_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_JZ",prefix="hoard"} 45398 hoard_remote_storage_objects_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_L",prefix="hoard"} 45375 hoard_remote_storage_objects_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_NQRW",prefix="hoard"} 45401 hoard_remote_storage_objects_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_SIR",prefix="hoard"} 45404 hoard_remote_storage_objects_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_alerts",prefix="hoard"} 45353 # HELP hoard_remote_storage_objects_size Total size of all objects being stored remotely # TYPE hoard_remote_storage_objects_size gauge hoard_remote_storage_objects_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_1234567",prefix="hoard"} 3.1190642668e+10 hoard_remote_storage_objects_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_ACE",prefix="hoard"} 1.535901736e+10 hoard_remote_storage_objects_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_BDFM",prefix="hoard"} 1.8958800213e+10 hoard_remote_storage_objects_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_G",prefix="hoard"} 3.196945132e+09 hoard_remote_storage_objects_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_JZ",prefix="hoard"} 4.527573676e+09 hoard_remote_storage_objects_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_L",prefix="hoard"} 4.5586204e+09 hoard_remote_storage_objects_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_NQRW",prefix="hoard"} 1.6631405345e+10 hoard_remote_storage_objects_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_SIR",prefix="hoard"} 2.120186448e+09 hoard_remote_storage_objects_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_alerts",prefix="hoard"} 2.292610464e+09 hoard_remote_storage_objects_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_1234567",prefix="hoard"} 3.1190642668e+10 hoard_remote_storage_objects_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_ACE",prefix="hoard"} 1.535901736e+10 hoard_remote_storage_objects_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_BDFM",prefix="hoard"} 1.8958800213e+10 hoard_remote_storage_objects_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_G",prefix="hoard"} 3.196945132e+09 hoard_remote_storage_objects_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_JZ",prefix="hoard"} 4.527573676e+09 hoard_remote_storage_objects_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_L",prefix="hoard"} 4.558620228e+09 hoard_remote_storage_objects_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_NQRW",prefix="hoard"} 1.6631405345e+10 hoard_remote_storage_objects_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_SIR",prefix="hoard"} 2.120186448e+09 hoard_remote_storage_objects_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_alerts",prefix="hoard"} 2.292610464e+09 # HELP hoard_remote_storage_upload_count Number of times a remote archive file has been uploaded from local disk # TYPE hoard_remote_storage_upload_count counter hoard_remote_storage_upload_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_1234567",prefix="hoard"} 597 hoard_remote_storage_upload_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_ACE",prefix="hoard"} 583 hoard_remote_storage_upload_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_BDFM",prefix="hoard"} 583 hoard_remote_storage_upload_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_G",prefix="hoard"} 583 hoard_remote_storage_upload_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_JZ",prefix="hoard"} 584 hoard_remote_storage_upload_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_L",prefix="hoard"} 583 hoard_remote_storage_upload_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_NQRW",prefix="hoard"} 583 hoard_remote_storage_upload_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_SIR",prefix="hoard"} 583 hoard_remote_storage_upload_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_alerts",prefix="hoard"} 583 hoard_remote_storage_upload_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_1234567",prefix="hoard"} 597 hoard_remote_storage_upload_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_ACE",prefix="hoard"} 583 hoard_remote_storage_upload_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_BDFM",prefix="hoard"} 583 hoard_remote_storage_upload_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_G",prefix="hoard"} 583 hoard_remote_storage_upload_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_JZ",prefix="hoard"} 585 hoard_remote_storage_upload_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_L",prefix="hoard"} 583 hoard_remote_storage_upload_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_NQRW",prefix="hoard"} 583 hoard_remote_storage_upload_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_SIR",prefix="hoard"} 583 hoard_remote_storage_upload_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_alerts",prefix="hoard"} 583 # HELP hoard_remote_storage_upload_error Number of errors when uploading remote archive files from local disk # TYPE hoard_remote_storage_upload_error counter hoard_remote_storage_upload_error{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_JZ",prefix="hoard"} 1 # HELP hoard_remote_storage_upload_size Total number of bytes that have been uploaded to remote storage from local disk # TYPE hoard_remote_storage_upload_size counter hoard_remote_storage_upload_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_1234567",prefix="hoard"} 4.57311084e+08 hoard_remote_storage_upload_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_ACE",prefix="hoard"} 1.81124336e+08 hoard_remote_storage_upload_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_BDFM",prefix="hoard"} 2.40800836e+08 hoard_remote_storage_upload_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_G",prefix="hoard"} 3.5194056e+07 hoard_remote_storage_upload_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_JZ",prefix="hoard"} 5.2525656e+07 hoard_remote_storage_upload_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_L",prefix="hoard"} 6.9601004e+07 hoard_remote_storage_upload_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_NQRW",prefix="hoard"} 2.08868244e+08 hoard_remote_storage_upload_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_SIR",prefix="hoard"} 2.3095492e+07 hoard_remote_storage_upload_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_alerts",prefix="hoard"} 3.7322004e+07 hoard_remote_storage_upload_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_1234567",prefix="hoard"} 4.57311084e+08 hoard_remote_storage_upload_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_ACE",prefix="hoard"} 1.81124336e+08 hoard_remote_storage_upload_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_BDFM",prefix="hoard"} 2.40800836e+08 hoard_remote_storage_upload_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_G",prefix="hoard"} 3.5194056e+07 hoard_remote_storage_upload_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_JZ",prefix="hoard"} 5.2631332e+07 hoard_remote_storage_upload_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_L",prefix="hoard"} 6.9601004e+07 hoard_remote_storage_upload_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_NQRW",prefix="hoard"} 2.08868244e+08 hoard_remote_storage_upload_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_SIR",prefix="hoard"} 2.3095492e+07 hoard_remote_storage_upload_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_alerts",prefix="hoard"} 3.7322004e+07 # HELP hoard_upload_count Number of times an upload has occurred for each feed # TYPE hoard_upload_count counter hoard_upload_count{feed_id="nycsubway_1234567"} 291 hoard_upload_count{feed_id="nycsubway_ACE"} 291 hoard_upload_count{feed_id="nycsubway_BDFM"} 291 hoard_upload_count{feed_id="nycsubway_G"} 291 hoard_upload_count{feed_id="nycsubway_JZ"} 290 hoard_upload_count{feed_id="nycsubway_L"} 291 hoard_upload_count{feed_id="nycsubway_NQRW"} 291 hoard_upload_count{feed_id="nycsubway_SIR"} 291 hoard_upload_count{feed_id="nycsubway_alerts"} 291 # HELP hoard_upload_failed_count Number of failed uploads for each feed # TYPE hoard_upload_failed_count counter hoard_upload_failed_count{feed_id="nycsubway_JZ"} 1 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 86682.21 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 1.048576e+06 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 1.31607729692e+11 # 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 5.219862622e+09 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 8 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.56909568e+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.76549866239e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 3.446460416e+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"} 209704 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0