# 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"} 5.4402e-05 go_gc_duration_seconds{quantile="0.25"} 6.7765e-05 go_gc_duration_seconds{quantile="0.5"} 8.6302e-05 go_gc_duration_seconds{quantile="0.75"} 0.000104423 go_gc_duration_seconds{quantile="1"} 0.002135633 go_gc_duration_seconds_sum 2857.521049379 go_gc_duration_seconds_count 1.2066447e+07 # 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 152 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.24.3"} 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 4.601848e+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.5383790111696e+13 # 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 3.32597998073e+11 # 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 4.266056e+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 4.601848e+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 2.05119488e+08 # 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 7.020544e+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 11440 # 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 2.01187328e+08 # 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 2.12140032e+08 # 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.7668416446216416e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 3.32598009513e+11 # 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 1208 # 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 92800 # 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 456960 # 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 6.45525e+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 598105 # 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.769472e+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.769472e+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.19250752e+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 1 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 22 # 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"} 3.123036e+06 hoard_download_count{feed_id="nycsubway_ACE"} 3.123033e+06 hoard_download_count{feed_id="nycsubway_BDFM"} 3.123034e+06 hoard_download_count{feed_id="nycsubway_G"} 3.123034e+06 hoard_download_count{feed_id="nycsubway_JZ"} 3.123039e+06 hoard_download_count{feed_id="nycsubway_L"} 3.123034e+06 hoard_download_count{feed_id="nycsubway_NQRW"} 3.12303e+06 hoard_download_count{feed_id="nycsubway_SIR"} 3.123032e+06 hoard_download_count{feed_id="nycsubway_alerts"} 3.123029e+06 # HELP hoard_download_failed_count Number of times a feed download attempt failed # TYPE hoard_download_failed_count counter hoard_download_failed_count{feed_id="nycsubway_1234567"} 56 hoard_download_failed_count{feed_id="nycsubway_ACE"} 59 hoard_download_failed_count{feed_id="nycsubway_BDFM"} 60 hoard_download_failed_count{feed_id="nycsubway_G"} 58 hoard_download_failed_count{feed_id="nycsubway_JZ"} 57 hoard_download_failed_count{feed_id="nycsubway_L"} 56 hoard_download_failed_count{feed_id="nycsubway_NQRW"} 57 hoard_download_failed_count{feed_id="nycsubway_SIR"} 57 hoard_download_failed_count{feed_id="nycsubway_alerts"} 58 # 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"} 3.108612e+06 hoard_download_saved_count{feed_id="nycsubway_ACE"} 1.652955e+06 hoard_download_saved_count{feed_id="nycsubway_BDFM"} 1.657737e+06 hoard_download_saved_count{feed_id="nycsubway_G"} 1.627986e+06 hoard_download_saved_count{feed_id="nycsubway_JZ"} 1.648182e+06 hoard_download_saved_count{feed_id="nycsubway_L"} 2.072303e+06 hoard_download_saved_count{feed_id="nycsubway_NQRW"} 1.640665e+06 hoard_download_saved_count{feed_id="nycsubway_SIR"} 1.643478e+06 hoard_download_saved_count{feed_id="nycsubway_alerts"} 107218 # 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"} 4.4109327917e+11 hoard_download_saved_size{feed_id="nycsubway_ACE"} 1.41797883751e+11 hoard_download_saved_size{feed_id="nycsubway_BDFM"} 1.92376148396e+11 hoard_download_saved_size{feed_id="nycsubway_G"} 2.3728236562e+10 hoard_download_saved_size{feed_id="nycsubway_JZ"} 3.526065334e+10 hoard_download_saved_size{feed_id="nycsubway_L"} 4.3408552103e+10 hoard_download_saved_size{feed_id="nycsubway_NQRW"} 1.51604645215e+11 hoard_download_saved_size{feed_id="nycsubway_SIR"} 1.0902911438e+10 hoard_download_saved_size{feed_id="nycsubway_alerts"} 4.2858164787e+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"} 240 hoard_local_files_count{directory="downloads",feed_id="nycsubway_ACE"} 160 hoard_local_files_count{directory="downloads",feed_id="nycsubway_BDFM"} 160 hoard_local_files_count{directory="downloads",feed_id="nycsubway_G"} 98 hoard_local_files_count{directory="downloads",feed_id="nycsubway_JZ"} 160 hoard_local_files_count{directory="downloads",feed_id="nycsubway_L"} 160 hoard_local_files_count{directory="downloads",feed_id="nycsubway_NQRW"} 80 hoard_local_files_count{directory="downloads",feed_id="nycsubway_SIR"} 109 hoard_local_files_count{directory="downloads",feed_id="nycsubway_alerts"} 31 # 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"} 3.922773e+07 hoard_local_files_size{directory="downloads",feed_id="nycsubway_ACE"} 1.4064896e+07 hoard_local_files_size{directory="downloads",feed_id="nycsubway_BDFM"} 1.359849e+07 hoard_local_files_size{directory="downloads",feed_id="nycsubway_G"} 1.566254e+06 hoard_local_files_size{directory="downloads",feed_id="nycsubway_JZ"} 3.589156e+06 hoard_local_files_size{directory="downloads",feed_id="nycsubway_L"} 3.274287e+06 hoard_local_files_size{directory="downloads",feed_id="nycsubway_NQRW"} 6.617365e+06 hoard_local_files_size{directory="downloads",feed_id="nycsubway_SIR"} 654260 hoard_local_files_size{directory="downloads",feed_id="nycsubway_alerts"} 1.1136275e+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"} 4198 hoard_pack_count{feed_id="nycsubway_ACE"} 4338 hoard_pack_count{feed_id="nycsubway_BDFM"} 4318 hoard_pack_count{feed_id="nycsubway_G"} 4338 hoard_pack_count{feed_id="nycsubway_JZ"} 4338 hoard_pack_count{feed_id="nycsubway_L"} 4338 hoard_pack_count{feed_id="nycsubway_NQRW"} 4333 hoard_pack_count{feed_id="nycsubway_SIR"} 4338 hoard_pack_count{feed_id="nycsubway_alerts"} 4338 # HELP hoard_pack_failed_count Number of times a pack operation has failed # TYPE hoard_pack_failed_count counter hoard_pack_failed_count{feed_id="nycsubway_1234567"} 140 hoard_pack_failed_count{feed_id="nycsubway_BDFM"} 20 hoard_pack_failed_count{feed_id="nycsubway_NQRW"} 5 # HELP hoard_pack_file_errors Number of file errors encountered when packing, including file deletion errors # TYPE hoard_pack_file_errors counter hoard_pack_file_errors{feed_id="nycsubway_1234567"} 140 hoard_pack_file_errors{feed_id="nycsubway_BDFM"} 20 hoard_pack_file_errors{feed_id="nycsubway_NQRW"} 5 # 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"} 3.55765568e+09 hoard_pack_packed_size{feed_id="nycsubway_ACE"} 1.366770564e+09 hoard_pack_packed_size{feed_id="nycsubway_BDFM"} 1.878583324e+09 hoard_pack_packed_size{feed_id="nycsubway_G"} 2.50123324e+08 hoard_pack_packed_size{feed_id="nycsubway_JZ"} 4.07680524e+08 hoard_pack_packed_size{feed_id="nycsubway_L"} 4.79115136e+08 hoard_pack_packed_size{feed_id="nycsubway_NQRW"} 1.528580452e+09 hoard_pack_packed_size{feed_id="nycsubway_SIR"} 1.5544084e+08 hoard_pack_packed_size{feed_id="nycsubway_alerts"} 2.53933656e+08 # 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"} 4.66608831488e+11 hoard_pack_unpacked_size{feed_id="nycsubway_ACE"} 1.43303538688e+11 hoard_pack_unpacked_size{feed_id="nycsubway_BDFM"} 1.95708749312e+11 hoard_pack_unpacked_size{feed_id="nycsubway_G"} 2.5219416576e+10 hoard_pack_unpacked_size{feed_id="nycsubway_JZ"} 3.6769603072e+10 hoard_pack_unpacked_size{feed_id="nycsubway_L"} 4.5304166912e+10 hoard_pack_unpacked_size{feed_id="nycsubway_NQRW"} 1.5340561408e+11 hoard_pack_unpacked_size{feed_id="nycsubway_SIR"} 1.24121472e+10 hoard_pack_unpacked_size{feed_id="nycsubway_alerts"} 4.2954643968e+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"} 4480 hoard_remote_storage_download_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_ACE",prefix="hoard"} 4340 hoard_remote_storage_download_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_BDFM",prefix="hoard"} 4359 hoard_remote_storage_download_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_G",prefix="hoard"} 4340 hoard_remote_storage_download_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_JZ",prefix="hoard"} 4339 hoard_remote_storage_download_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_L",prefix="hoard"} 4381 hoard_remote_storage_download_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_NQRW",prefix="hoard"} 4356 hoard_remote_storage_download_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_SIR",prefix="hoard"} 4339 hoard_remote_storage_download_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_alerts",prefix="hoard"} 4364 hoard_remote_storage_download_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_1234567",prefix="hoard"} 4478 hoard_remote_storage_download_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_ACE",prefix="hoard"} 4340 hoard_remote_storage_download_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_BDFM",prefix="hoard"} 4362 hoard_remote_storage_download_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_G",prefix="hoard"} 4339 hoard_remote_storage_download_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_JZ",prefix="hoard"} 4339 hoard_remote_storage_download_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_L",prefix="hoard"} 4339 hoard_remote_storage_download_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_NQRW",prefix="hoard"} 4355 hoard_remote_storage_download_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_SIR",prefix="hoard"} 4339 hoard_remote_storage_download_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_alerts",prefix="hoard"} 4338 # 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"} 3.506779647e+09 hoard_remote_storage_download_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_ACE",prefix="hoard"} 1.367228896e+09 hoard_remote_storage_download_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_BDFM",prefix="hoard"} 1.873973173e+09 hoard_remote_storage_download_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_G",prefix="hoard"} 2.5022568e+08 hoard_remote_storage_download_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_JZ",prefix="hoard"} 4.07770324e+08 hoard_remote_storage_download_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_L",prefix="hoard"} 4.83912068e+08 hoard_remote_storage_download_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_NQRW",prefix="hoard"} 1.534002224e+09 hoard_remote_storage_download_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_SIR",prefix="hoard"} 1.55467172e+08 hoard_remote_storage_download_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_alerts",prefix="hoard"} 2.554598e+08 hoard_remote_storage_download_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_1234567",prefix="hoard"} 3.504623967e+09 hoard_remote_storage_download_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_ACE",prefix="hoard"} 1.367445424e+09 hoard_remote_storage_download_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_BDFM",prefix="hoard"} 1.875583157e+09 hoard_remote_storage_download_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_G",prefix="hoard"} 2.5018004e+08 hoard_remote_storage_download_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_JZ",prefix="hoard"} 4.07770324e+08 hoard_remote_storage_download_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_L",prefix="hoard"} 4.79267444e+08 hoard_remote_storage_download_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_NQRW",prefix="hoard"} 1.533770808e+09 hoard_remote_storage_download_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_SIR",prefix="hoard"} 1.55467172e+08 hoard_remote_storage_download_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_alerts",prefix="hoard"} 2.53994112e+08 # 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"} 45484 hoard_remote_storage_objects_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_ACE",prefix="hoard"} 45482 hoard_remote_storage_objects_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_BDFM",prefix="hoard"} 45479 hoard_remote_storage_objects_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_G",prefix="hoard"} 45482 hoard_remote_storage_objects_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_JZ",prefix="hoard"} 45479 hoard_remote_storage_objects_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_L",prefix="hoard"} 45456 hoard_remote_storage_objects_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_NQRW",prefix="hoard"} 45482 hoard_remote_storage_objects_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_SIR",prefix="hoard"} 45485 hoard_remote_storage_objects_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_alerts",prefix="hoard"} 45434 hoard_remote_storage_objects_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_1234567",prefix="hoard"} 45484 hoard_remote_storage_objects_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_ACE",prefix="hoard"} 45482 hoard_remote_storage_objects_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_BDFM",prefix="hoard"} 45479 hoard_remote_storage_objects_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_G",prefix="hoard"} 45482 hoard_remote_storage_objects_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_JZ",prefix="hoard"} 45479 hoard_remote_storage_objects_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_L",prefix="hoard"} 45456 hoard_remote_storage_objects_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_NQRW",prefix="hoard"} 45482 hoard_remote_storage_objects_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_SIR",prefix="hoard"} 45485 hoard_remote_storage_objects_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_alerts",prefix="hoard"} 45434 # 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.1251187008e+10 hoard_remote_storage_objects_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_ACE",prefix="hoard"} 1.5385150152e+10 hoard_remote_storage_objects_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_BDFM",prefix="hoard"} 1.8993689217e+10 hoard_remote_storage_objects_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_G",prefix="hoard"} 3.201457268e+09 hoard_remote_storage_objects_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_JZ",prefix="hoard"} 4.535956696e+09 hoard_remote_storage_objects_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_L",prefix="hoard"} 4.567547384e+09 hoard_remote_storage_objects_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_NQRW",prefix="hoard"} 1.6657868321e+10 hoard_remote_storage_objects_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_SIR",prefix="hoard"} 2.123419556e+09 hoard_remote_storage_objects_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_alerts",prefix="hoard"} 2.2969397e+09 hoard_remote_storage_objects_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_1234567",prefix="hoard"} 3.1251187008e+10 hoard_remote_storage_objects_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_ACE",prefix="hoard"} 1.5385150152e+10 hoard_remote_storage_objects_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_BDFM",prefix="hoard"} 1.8993689217e+10 hoard_remote_storage_objects_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_G",prefix="hoard"} 3.201457268e+09 hoard_remote_storage_objects_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_JZ",prefix="hoard"} 4.535956696e+09 hoard_remote_storage_objects_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_L",prefix="hoard"} 4.567547212e+09 hoard_remote_storage_objects_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_NQRW",prefix="hoard"} 1.6657868321e+10 hoard_remote_storage_objects_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_SIR",prefix="hoard"} 2.123419556e+09 hoard_remote_storage_objects_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_alerts",prefix="hoard"} 2.2969397e+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"} 4480 hoard_remote_storage_upload_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_ACE",prefix="hoard"} 4340 hoard_remote_storage_upload_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_BDFM",prefix="hoard"} 4359 hoard_remote_storage_upload_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_G",prefix="hoard"} 4340 hoard_remote_storage_upload_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_JZ",prefix="hoard"} 4339 hoard_remote_storage_upload_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_L",prefix="hoard"} 4360 hoard_remote_storage_upload_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_NQRW",prefix="hoard"} 4345 hoard_remote_storage_upload_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_SIR",prefix="hoard"} 4339 hoard_remote_storage_upload_count{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_alerts",prefix="hoard"} 4351 hoard_remote_storage_upload_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_1234567",prefix="hoard"} 4478 hoard_remote_storage_upload_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_ACE",prefix="hoard"} 4340 hoard_remote_storage_upload_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_BDFM",prefix="hoard"} 4362 hoard_remote_storage_upload_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_G",prefix="hoard"} 4339 hoard_remote_storage_upload_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_JZ",prefix="hoard"} 4339 hoard_remote_storage_upload_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_L",prefix="hoard"} 4339 hoard_remote_storage_upload_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_NQRW",prefix="hoard"} 4355 hoard_remote_storage_upload_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_SIR",prefix="hoard"} 4339 hoard_remote_storage_upload_count{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_alerts",prefix="hoard"} 4338 # 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_ACE",prefix="hoard"} 1 hoard_remote_storage_upload_error{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_BDFM",prefix="hoard"} 3 hoard_remote_storage_upload_error{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_1234567",prefix="hoard"} 2 hoard_remote_storage_upload_error{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_ACE",prefix="hoard"} 1 hoard_remote_storage_upload_error{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_G",prefix="hoard"} 1 hoard_remote_storage_upload_error{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_NQRW",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"} 3.506779647e+09 hoard_remote_storage_upload_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_ACE",prefix="hoard"} 1.367228896e+09 hoard_remote_storage_upload_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_BDFM",prefix="hoard"} 1.873973173e+09 hoard_remote_storage_upload_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_G",prefix="hoard"} 2.5022568e+08 hoard_remote_storage_upload_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_JZ",prefix="hoard"} 4.07770324e+08 hoard_remote_storage_upload_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_L",prefix="hoard"} 4.81589756e+08 hoard_remote_storage_upload_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_NQRW",prefix="hoard"} 1.528470908e+09 hoard_remote_storage_upload_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_SIR",prefix="hoard"} 1.55467172e+08 hoard_remote_storage_upload_size{bucket="space1.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_alerts",prefix="hoard"} 2.54726956e+08 hoard_remote_storage_upload_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_1234567",prefix="hoard"} 3.504623967e+09 hoard_remote_storage_upload_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_ACE",prefix="hoard"} 1.367445424e+09 hoard_remote_storage_upload_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_BDFM",prefix="hoard"} 1.875583157e+09 hoard_remote_storage_upload_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_G",prefix="hoard"} 2.5018004e+08 hoard_remote_storage_upload_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_JZ",prefix="hoard"} 4.07770324e+08 hoard_remote_storage_upload_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_L",prefix="hoard"} 4.79267444e+08 hoard_remote_storage_upload_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_NQRW",prefix="hoard"} 1.533770808e+09 hoard_remote_storage_upload_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_SIR",prefix="hoard"} 1.55467172e+08 hoard_remote_storage_upload_size{bucket="space2.transitdata",endpoint="nyc3.digitaloceanspaces.com",feed_id="nycsubway_alerts",prefix="hoard"} 2.53994112e+08 # 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"} 4336 hoard_upload_count{feed_id="nycsubway_ACE"} 4336 hoard_upload_count{feed_id="nycsubway_BDFM"} 4335 hoard_upload_count{feed_id="nycsubway_G"} 4337 hoard_upload_count{feed_id="nycsubway_JZ"} 4338 hoard_upload_count{feed_id="nycsubway_L"} 4338 hoard_upload_count{feed_id="nycsubway_NQRW"} 4337 hoard_upload_count{feed_id="nycsubway_SIR"} 4338 hoard_upload_count{feed_id="nycsubway_alerts"} 4338 # 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_1234567"} 2 hoard_upload_failed_count{feed_id="nycsubway_ACE"} 2 hoard_upload_failed_count{feed_id="nycsubway_BDFM"} 3 hoard_upload_failed_count{feed_id="nycsubway_G"} 1 hoard_upload_failed_count{feed_id="nycsubway_NQRW"} 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 813354.59 # 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.928133904626e+12 # 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.9707150576e+10 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 12 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 5.7554944e+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.75122504307e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 2.242502656e+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"} 3.122196e+06 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0