Skip to content

Instantly share code, notes, and snippets.

@mattdornfeld
Created October 12, 2022 18:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattdornfeld/e893c9cb5b7c47b48d6e2022e4d9f1c6 to your computer and use it in GitHub Desktop.
Save mattdornfeld/e893c9cb5b7c47b48d6e2022e4d9f1c6 to your computer and use it in GitHub Desktop.
push gate port forward
# HELP go_gc_duration_seconds A summary of the pause duration of garbage collection cycles.
# TYPE go_gc_duration_seconds summary
go_gc_duration_seconds{quantile="0"} 3.511e-05
go_gc_duration_seconds{quantile="0.25"} 5.9233e-05
go_gc_duration_seconds{quantile="0.5"} 7.6974e-05
go_gc_duration_seconds{quantile="0.75"} 0.000114335
go_gc_duration_seconds{quantile="1"} 0.001486399
go_gc_duration_seconds_sum 144.136581099
go_gc_duration_seconds_count 1.614092e+06
# HELP go_goroutines Number of goroutines that currently exist.
# TYPE go_goroutines gauge
go_goroutines 14
# HELP go_info Information about the Go environment.
# TYPE go_info gauge
go_info{version="go1.16.9"} 1
# HELP go_memstats_alloc_bytes Number of bytes allocated and still in use.
# TYPE go_memstats_alloc_bytes gauge
go_memstats_alloc_bytes 6.470144e+06
# HELP go_memstats_alloc_bytes_total Total number of bytes allocated, even if freed.
# TYPE go_memstats_alloc_bytes_total counter
go_memstats_alloc_bytes_total 6.853105568928e+12
# HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table.
# TYPE go_memstats_buck_hash_sys_bytes gauge
go_memstats_buck_hash_sys_bytes 1.636195e+06
# HELP go_memstats_frees_total Total number of frees.
# TYPE go_memstats_frees_total counter
go_memstats_frees_total 8.0342877679e+10
# HELP go_memstats_gc_cpu_fraction The fraction of this program's available CPU time used by the GC since the program started.
# TYPE go_memstats_gc_cpu_fraction gauge
go_memstats_gc_cpu_fraction 0.004002115822406739
# HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata.
# TYPE go_memstats_gc_sys_bytes gauge
go_memstats_gc_sys_bytes 5.489016e+06
# HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and still in use.
# TYPE go_memstats_heap_alloc_bytes gauge
go_memstats_heap_alloc_bytes 6.470144e+06
# HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used.
# TYPE go_memstats_heap_idle_bytes gauge
go_memstats_heap_idle_bytes 5.6188928e+07
# HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use.
# TYPE go_memstats_heap_inuse_bytes gauge
go_memstats_heap_inuse_bytes 8.298496e+06
# HELP go_memstats_heap_objects Number of allocated objects.
# TYPE go_memstats_heap_objects gauge
go_memstats_heap_objects 27133
# HELP go_memstats_heap_released_bytes Number of heap bytes released to OS.
# TYPE go_memstats_heap_released_bytes gauge
go_memstats_heap_released_bytes 5.357568e+07
# HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system.
# TYPE go_memstats_heap_sys_bytes gauge
go_memstats_heap_sys_bytes 6.4487424e+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.6655991582861433e+09
# HELP go_memstats_lookups_total Total number of pointer lookups.
# TYPE go_memstats_lookups_total counter
go_memstats_lookups_total 0
# HELP go_memstats_mallocs_total Total number of mallocs.
# TYPE go_memstats_mallocs_total counter
go_memstats_mallocs_total 8.0342904812e+10
# HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures.
# TYPE go_memstats_mcache_inuse_bytes gauge
go_memstats_mcache_inuse_bytes 57600
# HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system.
# TYPE go_memstats_mcache_sys_bytes gauge
go_memstats_mcache_sys_bytes 65536
# HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures.
# TYPE go_memstats_mspan_inuse_bytes gauge
go_memstats_mspan_inuse_bytes 345440
# HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system.
# TYPE go_memstats_mspan_sys_bytes gauge
go_memstats_mspan_sys_bytes 458752
# HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place.
# TYPE go_memstats_next_gc_bytes gauge
go_memstats_next_gc_bytes 9.520928e+06
# HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations.
# TYPE go_memstats_other_sys_bytes gauge
go_memstats_other_sys_bytes 4.492077e+06
# HELP go_memstats_stack_inuse_bytes Number of bytes in use by the stack allocator.
# TYPE go_memstats_stack_inuse_bytes gauge
go_memstats_stack_inuse_bytes 2.62144e+06
# HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator.
# TYPE go_memstats_stack_sys_bytes gauge
go_memstats_stack_sys_bytes 2.62144e+06
# HELP go_memstats_sys_bytes Number of bytes obtained from system.
# TYPE go_memstats_sys_bytes gauge
go_memstats_sys_bytes 7.925044e+07
# HELP go_threads Number of OS threads created.
# TYPE go_threads gauge
go_threads 34
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 53032.05
# HELP process_max_fds Maximum number of open file descriptors.
# TYPE process_max_fds gauge
process_max_fds 1.048576e+06
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 13
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 2.8336128e+07
# HELP process_start_time_seconds Start time of the process since unix epoch in seconds.
# TYPE process_start_time_seconds gauge
process_start_time_seconds 1.66553553528e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 7.39823616e+08
# 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 push_failure_time_seconds Last Unix time when changing this group in the Pushgateway failed.
# TYPE push_failure_time_seconds gauge
push_failure_time_seconds{instance="",job="streaming-ingester"} 0
# HELP push_time_seconds Last Unix time when changing this group in the Pushgateway succeeded.
# TYPE push_time_seconds gauge
push_time_seconds{instance="",job="streaming-ingester"} 1.6655991583706343e+09
# HELP pushgateway_build_info A metric with a constant '1' value labeled by version, revision, branch, and goversion from which pushgateway was built.
# TYPE pushgateway_build_info gauge
pushgateway_build_info{branch="HEAD",goversion="go1.16.9",revision="99981d7be923ab18d45873e9eaa3d2c77477b1ef",version="1.4.2"} 1
# HELP pushgateway_http_push_duration_seconds HTTP request duration for pushes to the Pushgateway.
# TYPE pushgateway_http_push_duration_seconds summary
pushgateway_http_push_duration_seconds{method="post",quantile="0.1"} 0.001522285
pushgateway_http_push_duration_seconds{method="post",quantile="0.5"} 0.001720856
pushgateway_http_push_duration_seconds{method="post",quantile="0.9"} 0.002361825
pushgateway_http_push_duration_seconds_sum{method="post"} 39076.46366623897
pushgateway_http_push_duration_seconds_count{method="post"} 2.0944326e+07
# HELP pushgateway_http_push_size_bytes HTTP request size for pushes to the Pushgateway.
# TYPE pushgateway_http_push_size_bytes summary
pushgateway_http_push_size_bytes{method="post",quantile="0.1"} 9117
pushgateway_http_push_size_bytes{method="post",quantile="0.5"} 9651
pushgateway_http_push_size_bytes{method="post",quantile="0.9"} 9837
pushgateway_http_push_size_bytes_sum{method="post"} 1.99400196815e+11
pushgateway_http_push_size_bytes_count{method="post"} 2.0944326e+07
# HELP pushgateway_http_requests_total Total HTTP requests processed by the Pushgateway, excluding scrapes.
# TYPE pushgateway_http_requests_total counter
pushgateway_http_requests_total{code="200",handler="healthy",method="get"} 6361
pushgateway_http_requests_total{code="200",handler="push",method="post"} 2.0944326e+07
pushgateway_http_requests_total{code="200",handler="ready",method="get"} 6361
# HELP streaming_ingester_feature_store_ingest_deserialization_seconds Measures time it takes to deserialize feature store ingest request
# TYPE streaming_ingester_feature_store_ingest_deserialization_seconds summary
streaming_ingester_feature_store_ingest_deserialization_seconds{instance="",job="streaming-ingester",modelType="DCO_VIDEO",tableName="staging-ad-relevance-inference-server-dco-video-ad-features-provisioned-streaming",quantile="0.5"} 4.303e-06
streaming_ingester_feature_store_ingest_deserialization_seconds{instance="",job="streaming-ingester",modelType="DCO_VIDEO",tableName="staging-ad-relevance-inference-server-dco-video-ad-features-provisioned-streaming",quantile="0.75"} 4.303e-06
streaming_ingester_feature_store_ingest_deserialization_seconds{instance="",job="streaming-ingester",modelType="DCO_VIDEO",tableName="staging-ad-relevance-inference-server-dco-video-ad-features-provisioned-streaming",quantile="0.9"} 4.303e-06
streaming_ingester_feature_store_ingest_deserialization_seconds{instance="",job="streaming-ingester",modelType="DCO_VIDEO",tableName="staging-ad-relevance-inference-server-dco-video-ad-features-provisioned-streaming",quantile="0.95"} 4.303e-06
streaming_ingester_feature_store_ingest_deserialization_seconds{instance="",job="streaming-ingester",modelType="DCO_VIDEO",tableName="staging-ad-relevance-inference-server-dco-video-ad-features-provisioned-streaming",quantile="0.99"} 4.303e-06
streaming_ingester_feature_store_ingest_deserialization_seconds_sum{instance="",job="streaming-ingester",modelType="DCO_VIDEO",tableName="staging-ad-relevance-inference-server-dco-video-ad-features-provisioned-streaming"} 4.303e-06
streaming_ingester_feature_store_ingest_deserialization_seconds_count{instance="",job="streaming-ingester",modelType="DCO_VIDEO",tableName="staging-ad-relevance-inference-server-dco-video-ad-features-provisioned-streaming"} 1
# HELP streaming_ingester_feature_store_ingest_deserialization_seconds_created Measures time it takes to deserialize feature store ingest request
# TYPE streaming_ingester_feature_store_ingest_deserialization_seconds_created gauge
streaming_ingester_feature_store_ingest_deserialization_seconds_created{instance="",job="streaming-ingester",modelType="DCO_VIDEO",tableName="staging-ad-relevance-inference-server-dco-video-ad-features-provisioned-streaming"} 1.665599158358e+09
# HELP streaming_ingester_feature_store_ingest_processing_seconds Measures time it takes to process feature store ingest request
# TYPE streaming_ingester_feature_store_ingest_processing_seconds summary
streaming_ingester_feature_store_ingest_processing_seconds{instance="",job="streaming-ingester",modelType="DCO_VIDEO",skipIngest="false",tableName="staging-ad-relevance-inference-server-dco-video-ad-features-provisioned-streaming",quantile="0.5"} 0.012191508
streaming_ingester_feature_store_ingest_processing_seconds{instance="",job="streaming-ingester",modelType="DCO_VIDEO",skipIngest="false",tableName="staging-ad-relevance-inference-server-dco-video-ad-features-provisioned-streaming",quantile="0.75"} 0.012191508
streaming_ingester_feature_store_ingest_processing_seconds{instance="",job="streaming-ingester",modelType="DCO_VIDEO",skipIngest="false",tableName="staging-ad-relevance-inference-server-dco-video-ad-features-provisioned-streaming",quantile="0.9"} 0.012191508
streaming_ingester_feature_store_ingest_processing_seconds{instance="",job="streaming-ingester",modelType="DCO_VIDEO",skipIngest="false",tableName="staging-ad-relevance-inference-server-dco-video-ad-features-provisioned-streaming",quantile="0.95"} 0.012191508
streaming_ingester_feature_store_ingest_processing_seconds{instance="",job="streaming-ingester",modelType="DCO_VIDEO",skipIngest="false",tableName="staging-ad-relevance-inference-server-dco-video-ad-features-provisioned-streaming",quantile="0.99"} 0.012191508
streaming_ingester_feature_store_ingest_processing_seconds_sum{instance="",job="streaming-ingester",modelType="DCO_VIDEO",skipIngest="false",tableName="staging-ad-relevance-inference-server-dco-video-ad-features-provisioned-streaming"} 0.012191508
streaming_ingester_feature_store_ingest_processing_seconds_count{instance="",job="streaming-ingester",modelType="DCO_VIDEO",skipIngest="false",tableName="staging-ad-relevance-inference-server-dco-video-ad-features-provisioned-streaming"} 1
# HELP streaming_ingester_feature_store_ingest_processing_seconds_created Measures time it takes to process feature store ingest request
# TYPE streaming_ingester_feature_store_ingest_processing_seconds_created gauge
streaming_ingester_feature_store_ingest_processing_seconds_created{instance="",job="streaming-ingester",modelType="DCO_VIDEO",skipIngest="false",tableName="staging-ad-relevance-inference-server-dco-video-ad-features-provisioned-streaming"} 1.665599158371e+09
# HELP streaming_ingester_feature_store_ingest_request_created Counter for the number of feature store ingest requests
# TYPE streaming_ingester_feature_store_ingest_request_created gauge
streaming_ingester_feature_store_ingest_request_created{instance="",job="streaming-ingester",modelType="DCO_VIDEO",skipIngest="false",tableName="staging-ad-relevance-inference-server-dco-video-ad-features-provisioned-streaming"} 1.665599158358e+09
# HELP streaming_ingester_feature_store_ingest_request_size_created Counter for the size of feature store ingest request size
# TYPE streaming_ingester_feature_store_ingest_request_size_created gauge
streaming_ingester_feature_store_ingest_request_size_created{instance="",job="streaming-ingester",modelType="DCO_VIDEO",skipIngest="false",tableName="staging-ad-relevance-inference-server-dco-video-ad-features-provisioned-streaming"} 1.665599158358e+09
# HELP streaming_ingester_feature_store_ingest_request_size_total Counter for the size of feature store ingest request size
# TYPE streaming_ingester_feature_store_ingest_request_size_total counter
streaming_ingester_feature_store_ingest_request_size_total{instance="",job="streaming-ingester",modelType="DCO_VIDEO",skipIngest="false",tableName="staging-ad-relevance-inference-server-dco-video-ad-features-provisioned-streaming"} 1
# HELP streaming_ingester_feature_store_ingest_request_total Counter for the number of feature store ingest requests
# TYPE streaming_ingester_feature_store_ingest_request_total counter
streaming_ingester_feature_store_ingest_request_total{instance="",job="streaming-ingester",modelType="DCO_VIDEO",skipIngest="false",tableName="staging-ad-relevance-inference-server-dco-video-ad-features-provisioned-streaming"} 1
# HELP streaming_ingester_feature_store_ingest_success_created Counter for the number of successful feature store ingests
# TYPE streaming_ingester_feature_store_ingest_success_created gauge
streaming_ingester_feature_store_ingest_success_created{instance="",job="streaming-ingester",modelType="DCO_VIDEO",tableName="staging-ad-relevance-inference-server-dco-video-ad-features-provisioned-streaming"} 1.665599158371e+09
# HELP streaming_ingester_feature_store_ingest_success_total Counter for the number of successful feature store ingests
# TYPE streaming_ingester_feature_store_ingest_success_total counter
streaming_ingester_feature_store_ingest_success_total{instance="",job="streaming-ingester",modelType="DCO_VIDEO",tableName="staging-ad-relevance-inference-server-dco-video-ad-features-provisioned-streaming"} 1
# HELP streaming_ingester_feature_store_processing_failure_created Counter for the number of feature store processing failures
# TYPE streaming_ingester_feature_store_processing_failure_created gauge
streaming_ingester_feature_store_processing_failure_created{cause="java.lang.IllegalArgumentException: Illegal base64 character 0",instance="",job="streaming-ingester",modelType="DCO",skipIngest="false",tableName="staging-ad-relevance-inference-server-dco-ad-features-provisioned-streaming"} 1.665596038069e+09
# HELP streaming_ingester_feature_store_processing_failure_total Counter for the number of feature store processing failures
# TYPE streaming_ingester_feature_store_processing_failure_total counter
streaming_ingester_feature_store_processing_failure_total{cause="java.lang.IllegalArgumentException: Illegal base64 character 0",instance="",job="streaming-ingester",modelType="DCO",skipIngest="false",tableName="staging-ad-relevance-inference-server-dco-ad-features-provisioned-streaming"} 1
# HELP streaming_ingester_streaming_batch_update_processing_seconds Measures time it takes to process streaming batch update
# TYPE streaming_ingester_streaming_batch_update_processing_seconds summary
streaming_ingester_streaming_batch_update_processing_seconds{instance="",job="streaming-ingester",modelType="DCO_VIDEO",tableName="staging-ad-relevance-inference-server-dco-video-ad-features-provisioned-streaming",quantile="0.5"} 0.012178734
streaming_ingester_streaming_batch_update_processing_seconds{instance="",job="streaming-ingester",modelType="DCO_VIDEO",tableName="staging-ad-relevance-inference-server-dco-video-ad-features-provisioned-streaming",quantile="0.75"} 0.012178734
streaming_ingester_streaming_batch_update_processing_seconds{instance="",job="streaming-ingester",modelType="DCO_VIDEO",tableName="staging-ad-relevance-inference-server-dco-video-ad-features-provisioned-streaming",quantile="0.9"} 0.012178734
streaming_ingester_streaming_batch_update_processing_seconds{instance="",job="streaming-ingester",modelType="DCO_VIDEO",tableName="staging-ad-relevance-inference-server-dco-video-ad-features-provisioned-streaming",quantile="0.95"} 0.012178734
streaming_ingester_streaming_batch_update_processing_seconds{instance="",job="streaming-ingester",modelType="DCO_VIDEO",tableName="staging-ad-relevance-inference-server-dco-video-ad-features-provisioned-streaming",quantile="0.99"} 0.012178734
streaming_ingester_streaming_batch_update_processing_seconds_sum{instance="",job="streaming-ingester",modelType="DCO_VIDEO",tableName="staging-ad-relevance-inference-server-dco-video-ad-features-provisioned-streaming"} 0.012178734
streaming_ingester_streaming_batch_update_processing_seconds_count{instance="",job="streaming-ingester",modelType="DCO_VIDEO",tableName="staging-ad-relevance-inference-server-dco-video-ad-features-provisioned-streaming"} 1
# HELP streaming_ingester_streaming_batch_update_processing_seconds_created Measures time it takes to process streaming batch update
# TYPE streaming_ingester_streaming_batch_update_processing_seconds_created gauge
streaming_ingester_streaming_batch_update_processing_seconds_created{instance="",job="streaming-ingester",modelType="DCO_VIDEO",tableName="staging-ad-relevance-inference-server-dco-video-ad-features-provisioned-streaming"} 1.665599158371e+09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment