Created
September 14, 2024 10:34
-
-
Save whatnick/8a98f712d038957cdadd7c8f4c874e1d to your computer and use it in GitHub Desktop.
Retina Metrics while running on AWS VPC CNI with Network Policy enabled
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. | |
# TYPE go_gc_duration_seconds summary | |
go_gc_duration_seconds{quantile="0"} 1.5926e-05 | |
go_gc_duration_seconds{quantile="0.25"} 4.8064e-05 | |
go_gc_duration_seconds{quantile="0.5"} 6.3992e-05 | |
go_gc_duration_seconds{quantile="0.75"} 7.6946e-05 | |
go_gc_duration_seconds{quantile="1"} 0.000109021 | |
go_gc_duration_seconds_sum 0.00057152 | |
go_gc_duration_seconds_count 9 | |
# 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 30 | |
# HELP go_info Information about the Go environment. | |
# TYPE go_info gauge | |
go_info{version="go1.22.4"} 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.0848336e+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 1.03941776e+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.578911e+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 727060 | |
# 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.976984e+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.0848336e+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 1.7170432e+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.4859392e+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 353651 | |
# HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. | |
# TYPE go_memstats_heap_released_bytes gauge | |
go_memstats_heap_released_bytes 6.250496e+06 | |
# HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. | |
# TYPE go_memstats_heap_sys_bytes gauge | |
go_memstats_heap_sys_bytes 6.2029824e+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.7263090735280612e+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.080711e+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 2400 | |
# 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 15600 | |
# 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 495200 | |
# 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 636480 | |
# HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. | |
# TYPE go_memstats_next_gc_bytes gauge | |
go_memstats_next_gc_bytes 8.5578288e+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 754982 | |
# 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 851968 | |
# 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 851968 | |
# 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 6.9844749e+07 | |
# HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads | |
# TYPE go_sched_gomaxprocs_threads gauge | |
go_sched_gomaxprocs_threads 2 | |
# HELP go_threads Number of OS threads created. | |
# TYPE go_threads gauge | |
go_threads 9 | |
# HELP networkobservability_dns_request_count DNS requests by statistics | |
# TYPE networkobservability_dns_request_count counter | |
networkobservability_dns_request_count{query="acnpublic.azurecr.io.",query_type="A"} 5 | |
networkobservability_dns_request_count{query="acnpublic.azurecr.io.",query_type="AAAA"} 5 | |
networkobservability_dns_request_count{query="bing.com.kube-system.svc.cluster.local.",query_type="A"} 4 | |
networkobservability_dns_request_count{query="bing.com.kube-system.svc.cluster.local.",query_type="AAAA"} 4 | |
networkobservability_dns_request_count{query="ec2.us-west-2.amazonaws.com.",query_type="A"} 1 | |
networkobservability_dns_request_count{query="ec2.us-west-2.amazonaws.com.",query_type="AAAA"} 1 | |
networkobservability_dns_request_count{query="ip-192-168-50-198.us-west-2.compute.internal.",query_type="A"} 1 | |
networkobservability_dns_request_count{query="ip-192-168-50-198.us-west-2.compute.internal.",query_type="AAAA"} 1 | |
networkobservability_dns_request_count{query="ssm.us-west-2.amazonaws.com.",query_type="A"} 1 | |
networkobservability_dns_request_count{query="ssm.us-west-2.amazonaws.com.",query_type="AAAA"} 1 | |
networkobservability_dns_request_count{query="wus2replica105.blob.core.windows.net.",query_type="A"} 2 | |
networkobservability_dns_request_count{query="wus2replica105.blob.core.windows.net.",query_type="AAAA"} 2 | |
networkobservability_dns_request_count{query="wus2replica27.blob.core.windows.net.",query_type="A"} 1 | |
networkobservability_dns_request_count{query="wus2replica27.blob.core.windows.net.",query_type="AAAA"} 1 | |
# HELP networkobservability_dns_response_count DNS responses by statistics | |
# TYPE networkobservability_dns_response_count counter | |
networkobservability_dns_response_count{num_response="0",query="ec2.us-west-2.amazonaws.com.",query_type="AAAA",response="",return_code="No Error"} 1 | |
networkobservability_dns_response_count{num_response="0",query="ip-192-168-50-198.us-west-2.compute.internal.",query_type="AAAA",response="",return_code="No Error"} 1 | |
networkobservability_dns_response_count{num_response="0",query="ssm.us-west-2.amazonaws.com.",query_type="AAAA",response="",return_code="No Error"} 1 | |
networkobservability_dns_response_count{num_response="1",query="ec2.us-west-2.amazonaws.com.",query_type="A",response="54.240.254.163",return_code="No Error"} 1 | |
networkobservability_dns_response_count{num_response="1",query="ip-192-168-50-198.us-west-2.compute.internal.",query_type="A",response="192.168.50.198",return_code="No Error"} 1 | |
networkobservability_dns_response_count{num_response="1",query="ssm.us-west-2.amazonaws.com.",query_type="A",response="52.119.175.102",return_code="No Error"} 1 | |
networkobservability_dns_response_count{num_response="2",query="wus2replica105.blob.core.windows.net.",query_type="AAAA",response="",return_code="No Error"} 2 | |
networkobservability_dns_response_count{num_response="2",query="wus2replica27.blob.core.windows.net.",query_type="AAAA",response="",return_code="No Error"} 1 | |
networkobservability_dns_response_count{num_response="3",query="acnpublic.azurecr.io.",query_type="AAAA",response="",return_code="No Error"} 5 | |
networkobservability_dns_response_count{num_response="4",query="acnpublic.azurecr.io.",query_type="A",response="40.64.135.137",return_code="No Error"} 5 | |
networkobservability_dns_response_count{num_response="5",query="wus2replica105.blob.core.windows.net.",query_type="A",response="20.209.154.1,20.209.155.193,20.209.155.1",return_code="No Error"} 1 | |
networkobservability_dns_response_count{num_response="5",query="wus2replica105.blob.core.windows.net.",query_type="A",response="20.209.155.193,20.209.154.1,20.209.155.1",return_code="No Error"} 1 | |
networkobservability_dns_response_count{num_response="5",query="wus2replica27.blob.core.windows.net.",query_type="A",response="20.209.154.1,20.209.155.1,20.209.155.193",return_code="No Error"} 1 | |
# HELP networkobservability_forward_bytes Total forwarded bytes | |
# TYPE networkobservability_forward_bytes gauge | |
networkobservability_forward_bytes{direction="egress"} 1.493296e+06 | |
networkobservability_forward_bytes{direction="ingress"} 1.857731e+06 | |
# HELP networkobservability_forward_count Total forwarded packets | |
# TYPE networkobservability_forward_count gauge | |
networkobservability_forward_count{direction="egress"} 6030 | |
networkobservability_forward_count{direction="ingress"} 6062 | |
# HELP networkobservability_interface_stats Interface statistics | |
# TYPE networkobservability_interface_stats gauge | |
networkobservability_interface_stats{interface_name="eni022ae82fe25",statistic_name="peer_ifindex"} 3 | |
networkobservability_interface_stats{interface_name="ens5",statistic_name="bw_in_allowance_exceeded"} 2 | |
networkobservability_interface_stats{interface_name="ens5",statistic_name="conntrack_allowance_available"} 102605 | |
networkobservability_interface_stats{interface_name="ens5",statistic_name="ena_admin_q_completed_cmd"} 64 | |
networkobservability_interface_stats{interface_name="ens5",statistic_name="ena_admin_q_submitted_cmd"} 64 | |
networkobservability_interface_stats{interface_name="ens5",statistic_name="interface_up"} 1 | |
networkobservability_interface_stats{interface_name="ens5",statistic_name="pps_allowance_exceeded"} 587 | |
networkobservability_interface_stats{interface_name="ens5",statistic_name="queue_0_rx_bytes"} 3.26334902e+08 | |
networkobservability_interface_stats{interface_name="ens5",statistic_name="queue_0_rx_cnt"} 221142 | |
networkobservability_interface_stats{interface_name="ens5",statistic_name="queue_0_rx_csum_good"} 219283 | |
networkobservability_interface_stats{interface_name="ens5",statistic_name="queue_0_rx_csum_unchecked"} 1847 | |
networkobservability_interface_stats{interface_name="ens5",statistic_name="queue_0_rx_rx_copybreak_pkt"} 3222 | |
networkobservability_interface_stats{interface_name="ens5",statistic_name="queue_0_tx_bytes"} 666957 | |
networkobservability_interface_stats{interface_name="ens5",statistic_name="queue_0_tx_cnt"} 6134 | |
networkobservability_interface_stats{interface_name="ens5",statistic_name="queue_0_tx_doorbells"} 6083 | |
networkobservability_interface_stats{interface_name="ens5",statistic_name="queue_0_tx_llq_buffer_copy"} 618 | |
networkobservability_interface_stats{interface_name="ens5",statistic_name="queue_0_tx_napi_comp"} 15315 | |
networkobservability_interface_stats{interface_name="ens5",statistic_name="queue_0_tx_tx_poll"} 16277 | |
networkobservability_interface_stats{interface_name="ens5",statistic_name="queue_0_tx_unmask_interrupt"} 15315 | |
networkobservability_interface_stats{interface_name="ens5",statistic_name="queue_1_rx_bytes"} 2.66210239e+08 | |
networkobservability_interface_stats{interface_name="ens5",statistic_name="queue_1_rx_cnt"} 118917 | |
networkobservability_interface_stats{interface_name="ens5",statistic_name="queue_1_rx_csum_good"} 118917 | |
networkobservability_interface_stats{interface_name="ens5",statistic_name="queue_1_rx_rx_copybreak_pkt"} 1768 | |
networkobservability_interface_stats{interface_name="ens5",statistic_name="queue_1_tx_bytes"} 1.30835e+06 | |
networkobservability_interface_stats{interface_name="ens5",statistic_name="queue_1_tx_cnt"} 9900 | |
networkobservability_interface_stats{interface_name="ens5",statistic_name="queue_1_tx_doorbells"} 9717 | |
networkobservability_interface_stats{interface_name="ens5",statistic_name="queue_1_tx_llq_buffer_copy"} 1887 | |
networkobservability_interface_stats{interface_name="ens5",statistic_name="queue_1_tx_napi_comp"} 16227 | |
networkobservability_interface_stats{interface_name="ens5",statistic_name="queue_1_tx_tx_poll"} 16404 | |
networkobservability_interface_stats{interface_name="ens5",statistic_name="queue_1_tx_unmask_interrupt"} 16227 | |
networkobservability_interface_stats{interface_name="ens6",statistic_name="conntrack_allowance_available"} 102605 | |
networkobservability_interface_stats{interface_name="ens6",statistic_name="ena_admin_q_completed_cmd"} 64 | |
networkobservability_interface_stats{interface_name="ens6",statistic_name="ena_admin_q_submitted_cmd"} 64 | |
networkobservability_interface_stats{interface_name="ens6",statistic_name="interface_up"} 1 | |
networkobservability_interface_stats{interface_name="ens6",statistic_name="queue_0_rx_bytes"} 196 | |
networkobservability_interface_stats{interface_name="ens6",statistic_name="queue_0_rx_cnt"} 7 | |
networkobservability_interface_stats{interface_name="ens6",statistic_name="queue_0_rx_rx_copybreak_pkt"} 7 | |
networkobservability_interface_stats{interface_name="ens6",statistic_name="queue_0_tx_bytes"} 560 | |
networkobservability_interface_stats{interface_name="ens6",statistic_name="queue_0_tx_cnt"} 10 | |
networkobservability_interface_stats{interface_name="ens6",statistic_name="queue_0_tx_doorbells"} 10 | |
networkobservability_interface_stats{interface_name="ens6",statistic_name="queue_0_tx_napi_comp"} 18 | |
networkobservability_interface_stats{interface_name="ens6",statistic_name="queue_0_tx_tx_poll"} 18 | |
networkobservability_interface_stats{interface_name="ens6",statistic_name="queue_0_tx_unmask_interrupt"} 18 | |
networkobservability_interface_stats{interface_name="ens6",statistic_name="queue_1_tx_bytes"} 670 | |
networkobservability_interface_stats{interface_name="ens6",statistic_name="queue_1_tx_cnt"} 9 | |
networkobservability_interface_stats{interface_name="ens6",statistic_name="queue_1_tx_doorbells"} 9 | |
networkobservability_interface_stats{interface_name="ens6",statistic_name="queue_1_tx_napi_comp"} 10 | |
networkobservability_interface_stats{interface_name="ens6",statistic_name="queue_1_tx_tx_poll"} 10 | |
networkobservability_interface_stats{interface_name="ens6",statistic_name="queue_1_tx_unmask_interrupt"} 10 | |
# HELP networkobservability_ip_connection_stats IP connections statistics | |
# TYPE networkobservability_ip_connection_stats gauge | |
networkobservability_ip_connection_stats{statistic_name="InNoECTPkts"} 344529 | |
networkobservability_ip_connection_stats{statistic_name="InNoRoutes"} 4 | |
networkobservability_ip_connection_stats{statistic_name="InOctets"} 5.77948733e+08 | |
networkobservability_ip_connection_stats{statistic_name="OutOctets"} 2.72022e+06 | |
# HELP networkobservability_tcp_connection_remote Number of active TCP connections by remote address | |
# TYPE networkobservability_tcp_connection_remote gauge | |
networkobservability_tcp_connection_remote{address="0.0.0.0",port="0"} 3 | |
networkobservability_tcp_connection_remote{address="10.100.0.1",port="443"} 0 | |
networkobservability_tcp_connection_remote{address="127.0.0.1",port="33019"} 0 | |
networkobservability_tcp_connection_remote{address="127.0.0.1",port="33392"} 0 | |
networkobservability_tcp_connection_remote{address="127.0.0.1",port="58468"} 0 | |
networkobservability_tcp_connection_remote{address="140.82.116.34",port="443"} 0 | |
networkobservability_tcp_connection_remote{address="169.254.169.254",port="80"} 0 | |
networkobservability_tcp_connection_remote{address="185.199.108.154",port="443"} 0 | |
networkobservability_tcp_connection_remote{address="185.199.109.154",port="443"} 0 | |
networkobservability_tcp_connection_remote{address="185.199.111.154",port="443"} 0 | |
networkobservability_tcp_connection_remote{address="20.209.154.1",port="443"} 0 | |
networkobservability_tcp_connection_remote{address="20.209.155.193",port="443"} 0 | |
networkobservability_tcp_connection_remote{address="35.80.240.41",port="443"} 1 | |
networkobservability_tcp_connection_remote{address="35.82.120.35",port="443"} 1 | |
networkobservability_tcp_connection_remote{address="40.64.135.137",port="443"} 0 | |
networkobservability_tcp_connection_remote{address="52.119.175.102",port="443"} 0 | |
networkobservability_tcp_connection_remote{address="52.94.184.186",port="443"} 1 | |
networkobservability_tcp_connection_remote{address="54.240.254.163",port="443"} 0 | |
# HELP networkobservability_tcp_connection_stats TCP connections statistics | |
# TYPE networkobservability_tcp_connection_stats gauge | |
networkobservability_tcp_connection_stats{statistic_name="DelayedACKLocked"} 1 | |
networkobservability_tcp_connection_stats{statistic_name="DelayedACKLost"} 38 | |
networkobservability_tcp_connection_stats{statistic_name="DelayedACKs"} 95 | |
networkobservability_tcp_connection_stats{statistic_name="TCPAbortOnClose"} 18 | |
networkobservability_tcp_connection_stats{statistic_name="TCPAbortOnData"} 73 | |
networkobservability_tcp_connection_stats{statistic_name="TCPAbortOnTimeout"} 1 | |
networkobservability_tcp_connection_stats{statistic_name="TCPAckCompressed"} 130 | |
networkobservability_tcp_connection_stats{statistic_name="TCPAutoCorking"} 288 | |
networkobservability_tcp_connection_stats{statistic_name="TCPBacklogCoalesce"} 198 | |
networkobservability_tcp_connection_stats{statistic_name="TCPDSACKOldSent"} 38 | |
networkobservability_tcp_connection_stats{statistic_name="TCPDelivered"} 5968 | |
networkobservability_tcp_connection_stats{statistic_name="TCPFromZeroWindowAdv"} 11 | |
networkobservability_tcp_connection_stats{statistic_name="TCPHPAcks"} 2577 | |
networkobservability_tcp_connection_stats{statistic_name="TCPHPHits"} 1841 | |
networkobservability_tcp_connection_stats{statistic_name="TCPHystartTrainCwnd"} 20 | |
networkobservability_tcp_connection_stats{statistic_name="TCPHystartTrainDetect"} 1 | |
networkobservability_tcp_connection_stats{statistic_name="TCPKeepAlive"} 60 | |
networkobservability_tcp_connection_stats{statistic_name="TCPLossProbes"} 2 | |
networkobservability_tcp_connection_stats{statistic_name="TCPLostRetransmit"} 7 | |
networkobservability_tcp_connection_stats{statistic_name="TCPOFOQueue"} 328 | |
networkobservability_tcp_connection_stats{statistic_name="TCPOrigDataSent"} 5497 | |
networkobservability_tcp_connection_stats{statistic_name="TCPPureAcks"} 1620 | |
networkobservability_tcp_connection_stats{statistic_name="TCPRcvCoalesce"} 5768 | |
networkobservability_tcp_connection_stats{statistic_name="TCPTimeouts"} 9 | |
networkobservability_tcp_connection_stats{statistic_name="TCPToZeroWindowAdv"} 11 | |
networkobservability_tcp_connection_stats{statistic_name="TCPWantZeroWindowAdv"} 7 | |
networkobservability_tcp_connection_stats{statistic_name="TW"} 159 | |
networkobservability_tcp_connection_stats{statistic_name="TcpDuplicateDataRehash"} 7 | |
networkobservability_tcp_connection_stats{statistic_name="TcpTimeoutRehash"} 8 | |
# HELP networkobservability_tcp_state Number of active TCP connections by state | |
# TYPE networkobservability_tcp_state gauge | |
networkobservability_tcp_state{state="ESTABLISHED"} 7 | |
networkobservability_tcp_state{state="LAST_ACK"} 1 | |
networkobservability_tcp_state{state="LISTEN"} 3 | |
networkobservability_tcp_state{state="TIME_WAIT"} 1 | |
# HELP networkobservability_udp_connection_stats UDP connections statistics | |
# TYPE networkobservability_udp_connection_stats gauge | |
networkobservability_udp_connection_stats{statistic_name="ACTIVE"} 2 | |
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. | |
# TYPE process_cpu_seconds_total counter | |
process_cpu_seconds_total 1.02 | |
# 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 5.77989199e+08 | |
# HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. | |
# TYPE process_network_transmit_bytes_total counter | |
process_network_transmit_bytes_total 2.756272e+06 | |
# HELP process_open_fds Number of open file descriptors. | |
# TYPE process_open_fds gauge | |
process_open_fds 57 | |
# HELP process_resident_memory_bytes Resident memory size in bytes. | |
# TYPE process_resident_memory_bytes gauge | |
process_resident_memory_bytes 1.2183552e+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.72630870522e+09 | |
# HELP process_virtual_memory_bytes Virtual memory size in bytes. | |
# TYPE process_virtual_memory_bytes gauge | |
process_virtual_memory_bytes 1.350385664e+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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment