Load balancing metrics

Cloud Monitoring collects measurements to help you understand how your applications and system services are performing. A collection of these measurements is generically called a metric. The applications and system services being monitored are called monitored resources.

  • For a general explanation of the entries in the tables, see Metric types.

  • For information about the units used in the metric lists, see the unit field in the MetricDescriptor reference.

  • For information about statements of the form “Sampled every x seconds” and “After sampling, data is not visible for up to y seconds”, see Additional information: metadata.

  • For a set of complete, current lists of supported metric types, see Metrics list.

  • For pricing information, see Monitoring pricing.

The following table maps metric path prefixes to the load balancer types:

Metric path Load balancer
https/ External Application Load Balancer
https/external/regional Regional external Application Load Balancer
https/internal/ Internal Application Load Balancer
l3/external/ External passthrough Network Load Balancer
l3/internal/ Internal passthrough Network Load Balancer
tcp_ssl_proxy/ External proxy Network Load Balancer
l4_proxy/ Regional internal proxy Network Load Balancer

The "metric type" strings in this table must be prefixed with loadbalancing.googleapis.com/. That prefix has been omitted from the entries in the table. When querying a label, use the metric.labels. prefix; for example, metric.labels.LABEL="VALUE".

Metric type Launch stage
Display name
Kind, Type, Unit
Monitored resources
Description
Labels
https/backend_latencies GA
Backend latency
DELTADISTRIBUTIONms
https_lb_rule
A distribution of the latency calculated from when the request was sent by the proxy to the backend until the proxy received from the backend the last byte of response. For Service Extensions, this value represents the sum of latencies of each ProcessingRequest/ProcessingResponse pair between the load balancer and the extension backend. Sampled every 60 seconds. After sampling, data is not visible for up to 210 seconds.
protocol: Protocol used by the client, one of [HTTP/1.0, HTTP/1.1, HTTP/2.0, SPDY, UNKNOWN].
response_code: (INT64) HTTP response code.
response_code_class: (INT64) HTTP response code class: 200, 300, 400, 500 or 0 for none.
proxy_continent: Continent of the HTTP proxy that handled the hit: 'America', 'Europe' or 'Asia'.
cache_result: Cache result for serving HTTP request by proxy: 'HIT', 'MISS', 'DISABLED' or 'UNKNOWN'.
client_country: Country of the client that issued the HTTP request (for example, 'United States', 'Germany').
https/backend_request_bytes_count GA
Backend Request Bytes
DELTAINT64By
https_lb_rule
The number of bytes sent as requests from external HTTP(S) load balancer to backends. For Service Extensions, this value represents the total number of bytes sent from the load balancer to the extension backend. Sampled every 60 seconds. After sampling, data is not visible for up to 210 seconds.
response_code: (INT64) HTTP backend response code.
response_code_class: (INT64) HTTP backend response code class: 200, 300, 400, 500 or 0 for none.
proxy_continent: Continent of the HTTP proxy that handled the request: 'America', 'Europe' or 'Asia'.
cache_result: Cache result for serving the HTTP request by backends (cache hits are abstracted as backend requests): 'HIT', 'MISS', 'DISABLED' or 'UNKNOWN'.
https/backend_request_count GA
Backend Request Count
DELTAINT641
https_lb_rule
The number of requests served by backends of external HTTP(S) load balancer. For Service Extensions, this value represents the total number of gRPC streams between the load balancer to the extension backend. Sampled every 60 seconds. After sampling, data is not visible for up to 210 seconds.
response_code: (INT64) HTTP backend response code.
response_code_class: (INT64) HTTP backend response code class: 200, 300, 400, 500 or 0 for none.
proxy_continent: Continent of the HTTP proxy that handled the request: 'America', 'Europe' or 'Asia'.
cache_result: Cache result for serving the HTTP request by backends (cache hits are abstracted as backend requests): 'HIT', 'MISS', 'DISABLED' or 'UNKNOWN'.
https/backend_response_bytes_count GA
Backend Response Bytes
DELTAINT64By
https_lb_rule
The number of bytes sent as responses from backends (or cache) to external HTTP(S) load balancer. For Service Extensions, this value represents the total number of bytes received by the load balancer from the extension backend. Sampled every 60 seconds. After sampling, data is not visible for up to 210 seconds.
response_code: (INT64) HTTP backend response code.
response_code_class: (INT64) HTTP backend response code class: 200, 300, 400, 500 or 0 for none.
proxy_continent: Continent of the HTTP proxy that handled the request: 'America', 'Europe' or 'Asia'.
cache_result: Cache result for serving the HTTP request by backends (cache hits are abstracted as backend requests): 'HIT', 'MISS', 'DISABLED' or 'UNKNOWN'.
https/external/regional/backend_latencies GA
Backend latencies
DELTADISTRIBUTIONms
http_external_regional_lb_rule
A distribution of the latency calculated from when the request was sent by the proxy to the backend until the proxy received from the backend the last byte of response. For Service Extensions, this value represents the sum of latencies of each ProcessingRequest/ProcessingResponse pair between the load balancer and the extension backend. Sampled every 60 seconds. After sampling, data is not visible for up to 210 seconds.
protocol: Protocol used by the client: 'HTTP/1.0', 'HTTP/1.1', 'HTTP/2.0', 'QUIC/HTTP/2.0' or 'UNKNOWN'.
response_code: (INT64) HTTP response code.
response_code_class: (INT64) HTTP response code class: 200, 300, 400, 500 or 0 for none.
cache_result: Cache result for serving HTTP request by proxy: 'HIT', 'MISS', 'DISABLED' or 'UNKNOWN'.
client_country: Country of the client that issued the HTTP request (e.g. 'United States', 'Germany').
https/external/regional/backend_request_bytes_count BETA
Backend request bytes count per external regional https load balancer
DELTAINT64By
http_external_regional_lb_rule
The number of bytes sent as requests from Regional External HTTP(S) load balancer to backends. For Service Extensions, this value represents the total number of bytes sent from the load balancer to the extension backend. Sampled every 60 seconds. After sampling, data is not visible for up to 90 seconds.
response_code: (INT64) HTTP response code.
response_code_class: (INT64) HTTP response code class: 200, 300, 400, 500 or 0 for none.
https/external/regional/backend_request_count BETA
Backend request count per external regional https load balancer
DELTAINT641
http_external_regional_lb_rule
The number of requests served by backends of Regional External HTTP(S) load balancer. For Service Extensions, this value represents the total number of gRPC streams between the load balancer to the extension backend. Sampled every 60 seconds. After sampling, data is not visible for up to 90 seconds.
response_code: (INT64) HTTP response code.
response_code_class: (INT64) HTTP response code class: 200, 300, 400, 500 or 0 for none.
https/external/regional/backend_response_bytes_count BETA
Backend response bytes count per external regional https load balancer
DELTAINT64By
http_external_regional_lb_rule
The number of bytes sent as response from backends to Regional External HTTP(S) load balancer. For Service Extensions, this value represents the total number of bytes received by the load balancer from the extension backend. Sampled every 60 seconds. After sampling, data is not visible for up to 90 seconds.
response_code: (INT64) HTTP response code.
response_code_class: (INT64) HTTP response code class: 200, 300, 400, 500 or 0 for none.
https/external/regional/request_bytes_count GA
Request bytes
DELTAINT64By
http_external_regional_lb_rule
The number of bytes sent as requests from clients to HTTP/S load balancer. Sampled every 60 seconds. After sampling, data is not visible for up to 90 seconds.
protocol: Protocol used by the client: 'HTTP/1.0', 'HTTP/1.1', 'HTTP/2.0', 'QUIC/HTTP/2.0' or 'UNKNOWN'.
response_code: (INT64) HTTP response code.
response_code_class: (INT64) HTTP response code class: 200, 300, 400, 500 or 0 for none.
cache_result: Cache result for serving HTTP request by proxy: 'HIT', 'MISS', 'DISABLED' or 'UNKNOWN'.
client_country: Country of the client that issued the HTTP request (e.g. 'United States', 'Germany').
https/external/regional/request_count GA
Request count
DELTAINT641
http_external_regional_lb_rule
The number of requests served by HTTP/S load balancer. Sampled every 60 seconds. After sampling, data is not visible for up to 90 seconds.
protocol: Protocol used by the client: 'HTTP/1.0', 'HTTP/1.1', 'HTTP/2.0', 'QUIC/HTTP/2.0' or 'UNKNOWN'.
response_code: (INT64) HTTP response code.
response_code_class: (INT64) HTTP response code class: 200, 300, 400, 500 or 0 for none.
cache_result: Cache result for serving HTTP request by proxy: 'HIT', 'MISS', 'DISABLED' or 'UNKNOWN'.
client_country: Country of the client that issued the HTTP request (e.g. 'United States', 'Germany').
https/external/regional/response_bytes_count GA
Response bytes
DELTAINT64By
http_external_regional_lb_rule
The number of bytes sent as responses from HTTP/S load balancer to clients. Sampled every 60 seconds. After sampling, data is not visible for up to 90 seconds.
protocol: Protocol used by the client: 'HTTP/1.0', 'HTTP/1.1', 'HTTP/2.0', 'QUIC/HTTP/2.0' or 'UNKNOWN'.
response_code: (INT64) HTTP response code.
response_code_class: (INT64) HTTP response code class: 200, 300, 400, 500 or 0 for none.
cache_result: Cache result for serving HTTP request by proxy: 'HIT', 'MISS', 'DISABLED' or 'UNKNOWN'.
client_country: Country of the client that issued the HTTP request (e.g. 'United States', 'Germany').
https/external/regional/total_latencies GA
Total latencies
DELTADISTRIBUTIONms
http_external_regional_lb_rule
A distribution of the latency calculated from when the request was received by the proxy until the proxy got ACK from client on last response byte. Sampled every 60 seconds. After sampling, data is not visible for up to 90 seconds.
protocol: Protocol used by the client: 'HTTP/1.0', 'HTTP/1.1', 'HTTP/2.0', 'QUIC/HTTP/2.0' or 'UNKNOWN'.
response_code: (INT64) HTTP response code.
response_code_class: (INT64) HTTP response code class: 200, 300, 400, 500 or 0 for none.
cache_result: Cache result for serving HTTP request by proxy: 'HIT', 'MISS', 'DISABLED' or 'UNKNOWN'.
client_country: Country of the client that issued the HTTP request (e.g. 'United States', 'Germany').
https/frontend_tcp_rtt GA
Frontend RTT
DELTADISTRIBUTIONms
https_lb_rule
A distribution of the RTT measured for each connection between client and proxy. Sampled every 60 seconds. After sampling, data is not visible for up to 210 seconds.
proxy_continent: Continent of the HTTP proxy that handled the hit: 'America', 'Europe' or 'Asia'.
client_country: Country of the client that issued the HTTP request (for example, 'United States', 'Germany').
https/internal/backend_latencies GA
Backend latencies
DELTADISTRIBUTIONms
internal_http_lb_rule
A distribution of the latency calculated from when the request was sent by the internal Application Load Balancer proxy to the backend until the proxy received from the backend the last byte of response. For Service Extensions, this value represents the sum of latencies of each ProcessingRequest/ProcessingResponse pair between the load balancer and the extension backend. Sampled every 60 seconds. After sampling, data is not visible for up to 90 seconds.
protocol: Protocol used by the client: 'HTTP/1.0', 'HTTP/1.1', 'HTTP/2.0', 'SPDY' or 'UNKNOWN'.
response_code: (INT64) HTTP response code.
response_code_class: (INT64) HTTP response code class: 200, 300, 400, 500 or 0 for none.
cache_result: Cache result for serving HTTP request by proxy: 'HIT', 'MISS', 'DISABLED' or 'UNKNOWN'.
https/internal/backend_request_bytes_count BETA
Backend request bytes count per internal https load balancer
DELTAINT64By
internal_http_lb_rule
The number of bytes sent as requests from Internal HTTP(S) load balancer to backends. For Service Extensions, this value represents the total number of bytes sent from the load balancer to the extension backend. Sampled every 60 seconds. After sampling, data is not visible for up to 90 seconds.
response_code: (INT64) HTTP response code.
response_code_class: (INT64) HTTP response code class: 200, 300, 400, 500 or 0 for none.
https/internal/backend_request_count BETA
Backend request count per internal https load balancer
DELTAINT641
internal_http_lb_rule
The number of requests served by backends of Internal HTTP(S) load balancer. For Service Extensions, this value represents the number of gRPC streams between the load balancer and the extension backend. Sampled every 60 seconds. After sampling, data is not visible for up to 90 seconds.
response_code: (INT64) HTTP response code.
response_code_class: (INT64) HTTP response code class: 200, 300, 400, 500 or 0 for none.
https/internal/backend_response_bytes_count BETA
Backend response bytes count per internal https load balancer
DELTAINT64By
internal_http_lb_rule
The number of bytes sent as response from backends to Internal HTTP(S) load balancer. For Service Extensions, this value represents the total number of bytes received by the load balancer from the extension backend. Sampled every 60 seconds. After sampling, data is not visible for up to 90 seconds.
response_code: (INT64) HTTP response code.
response_code_class: (INT64) HTTP response code class: 200, 300, 400, 500 or 0 for none.
https/internal/request_bytes_count GA
Request bytes
DELTAINT64By
internal_http_lb_rule
The number of bytes sent as requests from clients to internal Application Load Balancer. Sampled every 60 seconds. After sampling, data is not visible for up to 90 seconds.
protocol: Protocol used by the client: 'HTTP/1.0', 'HTTP/1.1', 'HTTP/2.0', 'SPDY' or 'UNKNOWN'.
response_code: (INT64) HTTP response code.
response_code_class: (INT64) HTTP response code class: 200, 300, 400, 500 or 0 for none.
cache_result: Cache result for serving HTTP request by proxy: 'HIT', 'MISS', 'DISABLED' or 'UNKNOWN'.
https/internal/request_count GA
Request count
DELTAINT641
internal_http_lb_rule
The number of requests served by internal Application Load Balancer. Sampled every 60 seconds. After sampling, data is not visible for up to 90 seconds.
protocol: Protocol used by the client: 'HTTP/1.0', 'HTTP/1.1', 'HTTP/2.0', 'QUIC/HTTP/2.0' or 'UNKNOWN'.
response_code: (INT64) HTTP response code.
response_code_class: (INT64) HTTP response code class: 200, 300, 400, 500 or 0 for none.
cache_result: Cache result for serving HTTP request by proxy: 'HIT', 'MISS', 'DISABLED' or 'UNKNOWN'.
https/internal/response_bytes_count GA
Response bytes
DELTAINT64By
internal_http_lb_rule
The number of bytes sent as responses from internal Application Load Balancer to clients. Sampled every 60 seconds. After sampling, data is not visible for up to 90 seconds.
protocol: Protocol used by the client: 'HTTP/1.0', 'HTTP/1.1', 'HTTP/2.0', 'SPDY' or 'UNKNOWN'.
response_code: (INT64) HTTP response code.
response_code_class: (INT64) HTTP response code class: 200, 300, 400, 500 or 0 for none.
cache_result: Cache result for serving HTTP request by proxy: 'HIT', 'MISS', 'DISABLED' or 'UNKNOWN'.
https/internal/total_latencies GA
Total latencies
DELTADISTRIBUTIONms
internal_http_lb_rule
A distribution of the latency calculated from when the request was received by the internal Application Load Balancer proxy until the proxy got ACK from client on last response byte. Sampled every 60 seconds. After sampling, data is not visible for up to 90 seconds.
protocol: Protocol used by the client: 'HTTP/1.0', 'HTTP/1.1', 'HTTP/2.0', 'SPDY' or 'UNKNOWN'.
response_code: (INT64) HTTP response code.
response_code_class: (INT64) HTTP response code class: 200, 300, 400, 500 or 0 for none.
cache_result: Cache result for serving HTTP request by proxy: 'HIT', 'MISS', 'DISABLED' or 'UNKNOWN'.
https/request_bytes_count GA
Request bytes
DELTAINT64By
https_lb_rule
The number of bytes sent as requests from clients to external HTTP(S) load balancer. Sampled every 60 seconds. After sampling, data is not visible for up to 210 seconds.
protocol: Protocol used by the client, one of [HTTP/1.0, HTTP/1.1, HTTP/2.0, SPDY, UNKNOWN].
response_code: (INT64) HTTP response code.
response_code_class: (INT64) HTTP response code class: 200, 300, 400, 500 or 0 for none.
proxy_continent: Continent of the HTTP proxy that handled the hit: 'America', 'Europe' or 'Asia'.
cache_result: Cache result for serving HTTP request by proxy: 'HIT', 'MISS', 'DISABLED', 'PARTIAL_HIT' (for a request served partially from cache and partially from backend) or 'UNKNOWN'.
client_country: Country of the client that issued the HTTP request (for example, 'United States', 'Germany').
https/request_count GA
Request count
DELTAINT641
https_lb_rule
The number of requests served by external HTTP(S) load balancer. Sampled every 60 seconds. After sampling, data is not visible for up to 210 seconds.
protocol: Protocol used by the client, one of [HTTP/1.0, HTTP/1.1, HTTP/2.0, QUIC/HTTP/2.0, UNKNOWN].
response_code: (INT64) HTTP response code.
response_code_class: (INT64) HTTP response code class: 200, 300, 400, 500 or 0 for none.
proxy_continent: Continent of the HTTP proxy that handled the hit: 'America', 'Europe' or 'Asia'.
cache_result: Cache result for serving HTTP request by proxy: 'HIT', 'MISS', 'DISABLED', 'PARTIAL_HIT' (for a request served partially from cache and partially from backend) or 'UNKNOWN'.
client_country: Country of the client that issued the HTTP request (for example, 'United States', 'Germany').
https/response_bytes_count GA
Response bytes
DELTAINT64By
https_lb_rule
The number of bytes sent as responses from external HTTP(S) load balancer to clients. Sampled every 60 seconds. After sampling, data is not visible for up to 210 seconds.
protocol: Protocol used by the client, one of [HTTP/1.0, HTTP/1.1, HTTP/2.0, SPDY, UNKNOWN].
response_code: (INT64) HTTP response code.
response_code_class: (INT64) HTTP response code class: 200, 300, 400, 500 or 0 for none.
proxy_continent: Continent of the HTTP proxy that handled the hit: 'America', 'Europe' or 'Asia'.
cache_result: Cache result for serving HTTP request by proxy: 'HIT', 'MISS', 'DISABLED', 'PARTIAL_HIT' (for a request served partially from cache and partially from backend) or 'UNKNOWN'.
client_country: Country of the client that issued the HTTP request (for example, 'United States', 'Germany').
https/total_latencies GA
Total latency
DELTADISTRIBUTIONms
https_lb_rule
A distribution of the latency calculated from when the request was received by the external HTTP(S) load balancer proxy until the proxy got ACK from client on last response byte. Sampled every 60 seconds. After sampling, data is not visible for up to 210 seconds.
protocol: Protocol used by the client, one of [HTTP/1.0, HTTP/1.1, HTTP/2.0, SPDY, UNKNOWN].
response_code: (INT64) HTTP response code.
response_code_class: (INT64) HTTP response code class: 200, 300, 400, 500 or 0 for none.
proxy_continent: Continent of the HTTP proxy that handled the hit: 'America', 'Europe' or 'Asia'.
cache_result: Cache result for serving HTTP request by proxy: 'HIT', 'MISS', 'DISABLED', 'PARTIAL_HIT' (for a request served partially from cache and partially from backend) or 'UNKNOWN'.
client_country: Country of the client that issued the HTTP request (for example, 'United States', 'Germany').
l3/external/egress_bytes_count GA
Egress bytes count
DELTAINT64By
loadbalancing.googleapis.com/ExternalNetworkLoadBalancerRule
tcp_lb_rule
udp_lb_rule
The number of bytes sent from the backend of the external network load balancer to the client. For TCP flows, this metric counts the bytes on the application stream only. Sampled every 60 seconds. After sampling, data is not visible for up to 150 seconds.
client_continent: Continent of the client that initiated the flow to the external network load balancer.
client_country: Country of the client that initiated the flow to the external network load balancer.
protocol: Protocol of the connection, one of [TCP, UDP, GRE, ICMP, ICMPV6, ESP]. This field remains empty for all resources other than loadbalancing.googleapis.com/ExternalNetworkLoadBalancerRule.
l3/external/egress_packets_count GA
Egress packets count
DELTAINT641
loadbalancing.googleapis.com/ExternalNetworkLoadBalancerRule
tcp_lb_rule
udp_lb_rule
The number of packets sent from the backend of the external network load balancer to the client. Sampled every 60 seconds. After sampling, data is not visible for up to 150 seconds.
client_continent: Continent of the client that initiated the flow to the external network load balancer.
client_country: Country of the client that initiated the flow to the external network load balancer.
protocol: Protocol of the connection, one of [TCP, UDP, GRE, ICMP, ICMPV6, ESP]. This field remains empty for all resources other than loadbalancing.googleapis.com/ExternalNetworkLoadBalancerRule.
l3/external/ingress_bytes_count GA
Ingress bytes count
DELTAINT64By
loadbalancing.googleapis.com/ExternalNetworkLoadBalancerRule
tcp_lb_rule
udp_lb_rule
The number of bytes sent from the client to the backend of the external network load balancer. For TCP flows, this metric counts the bytes on the application stream only. Sampled every 60 seconds. After sampling, data is not visible for up to 150 seconds.
client_continent: Continent of the client that initiated the flow to the external network load balancer.
client_country: Country of the client that initiated the flow to the external network load balancer.
protocol: Protocol of the connection, one of [TCP, UDP, GRE, ICMP, ICMPV6, ESP]. This field remains empty for all resources other than loadbalancing.googleapis.com/ExternalNetworkLoadBalancerRule.
l3/external/ingress_packets_count GA
Ingress packets count
DELTAINT641
loadbalancing.googleapis.com/ExternalNetworkLoadBalancerRule
tcp_lb_rule
udp_lb_rule
The number of packets sent from the client to the backend of the external network load balancer. Sampled every 60 seconds. After sampling, data is not visible for up to 150 seconds.
client_continent: Continent of the client that initiated the flow to the external network load balancer.
client_country: Country of the client that initiated the flow to the external network load balancer.
protocol: Protocol of the connection, one of [TCP, UDP, GRE, ICMP, ICMPV6, ESP]. This field remains empty for all resources other than loadbalancing.googleapis.com/ExternalNetworkLoadBalancerRule.
l3/external/rtt_latencies GA
RTT latencies
DELTADISTRIBUTIONms
loadbalancing.googleapis.com/ExternalNetworkLoadBalancerRule
tcp_lb_rule
A distribution of the round trip time latency, measured over TCP connections for the external network load balancer. Sampled every 60 seconds. After sampling, data is not visible for up to 150 seconds.
client_continent: Continent of the client that initiated the flow to the external network load balancer.
client_country: Country of the client that initiated the flow to the external network load balancer.
protocol: Protocol of the connection, set to TCP if the resource is loadbalancing.googleapis.com/ExternalNetworkLoadBalancerRule, otherwise empty.
l3/internal/egress_bytes_count GA
Egress bytes per internal TCP/UDP load balancer
DELTAINT64By
internal_tcp_lb_rule
internal_udp_lb_rule
The number of bytes sent from the internal TCP/UDP load balancer backend to the client (for TCP flows it's counting bytes on application stream only). Sampled every 60 seconds. After sampling, data is not visible for up to 150 seconds.
client_project_id: Project ID of the client instance communicating with the internal TCP/UDP load balancer. If the client instance belongs to a different project, the field is set with the correct value only if all of the following hold: 1) the projects are in the same organization, 2) the communication was via Shared VPC or VPC Peering, 3) cross project metrics were not disabled. Otherwise the field is set to CLIENT_IS_EXTERNAL.
client_network: Network of the client instance communicating with the internal TCP/UDP load balancer. If the client instance belongs to a different project, the field is set with the correct value only if all of the following hold: 1) the projects are in the same organization, 2) the communication was via Shared VPC or VPC Peering, 3) cross project metrics were not disabled. Otherwise the field is set to CLIENT_IS_EXTERNAL.
client_subnetwork: Subnetwork of the client instance communicating with the internal TCP/UDP load balancer. If the client instance belongs to a different project, the field is set with the correct value only if all of the following hold: 1) the projects are in the same organization, 2) the communication was via Shared VPC or VPC Peering, 3) cross project metrics were not disabled. Otherwise the field is set to CLIENT_IS_EXTERNAL.
client_zone: Zone of the client instance communicating with the internal TCP/UDP load balancer. If the client instance belongs to a different project, the field is set with the correct value only if all of the following hold: 1) the projects are in the same organization, 2) the communication was via Shared VPC or VPC Peering, 3) cross project metrics were not disabled. Otherwise the field is set to CLIENT_IS_EXTERNAL.
l3/internal/egress_packets_count GA
Egress packets per internal TCP/UDP load balancer
DELTAINT641
internal_tcp_lb_rule
internal_udp_lb_rule
The number of packets sent from the internal TCP/UDP load balancer to the client. Sampled every 60 seconds. After sampling, data is not visible for up to 150 seconds.
client_project_id: Project ID of the client instance communicating with the internal TCP/UDP load balancer. If the client instance belongs to a different project, the field is set with the correct value only if all of the following hold: 1) the projects are in the same organization, 2) the communication was via Shared VPC or VPC Peering, 3) cross project metrics were not disabled. Otherwise the field is set to CLIENT_IS_EXTERNAL.
client_network: Network of the client instance communicating with the internal TCP/UDP load balancer. If the client instance belongs to a different project, the field is set with the correct value only if all of the following hold: 1) the projects are in the same organization, 2) the communication was via Shared VPC or VPC Peering, 3) cross project metrics were not disabled. Otherwise the field is set to CLIENT_IS_EXTERNAL.
client_subnetwork: Subnetwork of the client instance communicating with the internal TCP/UDP load balancer. If the client instance belongs to a different project, the field is set with the correct value only if all of the following hold: 1) the projects are in the same organization, 2) the communication was via Shared VPC or VPC Peering, 3) cross project metrics were not disabled. Otherwise the field is set to CLIENT_IS_EXTERNAL.
client_zone: Zone of the client instance communicating with the internal TCP/UDP load balancer. If the client instance belongs to a different project, the field is set with the correct value only if all of the following hold: 1) the projects are in the same organization, 2) the communication was via Shared VPC or VPC Peering, 3) cross project metrics were not disabled. Otherwise the field is set to CLIENT_IS_EXTERNAL.
l3/internal/ingress_bytes_count GA
Ingress bytes per internal TCP/UDP load balancer
DELTAINT64By
internal_tcp_lb_rule
internal_udp_lb_rule
The number of bytes sent from the client to the internal TCP/UDP load balancer backend (for TCP flows it's counting bytes on application stream only). Sampled every 60 seconds. After sampling, data is not visible for up to 150 seconds.
client_project_id: Project ID of the client instance communicating with the internal TCP/UDP load balancer. If the client instance belongs to a different project, the field is set with the correct value only if all of the following hold: 1) the projects are in the same organization, 2) the communication was via Shared VPC or VPC Peering, 3) cross project metrics were not disabled. Otherwise the field is set to CLIENT_IS_EXTERNAL.
client_network: Network of the client instance communicating with the internal TCP/UDP load balancer. If the client instance belongs to a different project, the field is set with the correct value only if all of the following hold: 1) the projects are in the same organization, 2) the communication was via Shared VPC or VPC Peering, 3) cross project metrics were not disabled. Otherwise the field is set to CLIENT_IS_EXTERNAL.
client_subnetwork: Subnetwork of the client instance communicating with the internal TCP/UDP load balancer. If the client instance belongs to a different project, the field is set with the correct value only if all of the following hold: 1) the projects are in the same organization, 2) the communication was via Shared VPC or VPC Peering, 3) cross project metrics were not disabled. Otherwise the field is set to CLIENT_IS_EXTERNAL.
client_zone: Zone of the client instance communicating with the internal TCP/UDP load balancer. If the client instance belongs to a different project, the field is set with the correct value only if all of the following hold: 1) the projects are in the same organization, 2) the communication was via Shared VPC or VPC Peering, 3) cross project metrics were not disabled. Otherwise the field is set to CLIENT_IS_EXTERNAL.
l3/internal/ingress_packets_count GA
Ingress packets per internal TCP/UDP load balancer
DELTAINT641
internal_tcp_lb_rule
internal_udp_lb_rule
The number of packets sent from the client to the internal TCP/UDP load balancer backend. Sampled every 60 seconds. After sampling, data is not visible for up to 150 seconds.
client_project_id: Project ID of the client instance communicating with the internal TCP/UDP load balancer. If the client instance belongs to a different project, the field is set with the correct value only if all of the following hold: 1) the projects are in the same organization, 2) the communication was via Shared VPC or VPC Peering, 3) cross project metrics were not disabled. Otherwise the field is set to CLIENT_IS_EXTERNAL.
client_network: Network of the client instance communicating with the internal TCP/UDP load balancer. If the client instance belongs to a different project, the field is set with the correct value only if all of the following hold: 1) the projects are in the same organization, 2) the communication was via Shared VPC or VPC Peering, 3) cross project metrics were not disabled. Otherwise the field is set to CLIENT_IS_EXTERNAL.
client_subnetwork: Subnetwork of the client instance communicating with the internal TCP/UDP load balancer. If the client instance belongs to a different project, the field is set with the correct value only if all of the following hold: 1) the projects are in the same organization, 2) the communication was via Shared VPC or VPC Peering, 3) cross project metrics were not disabled. Otherwise the field is set to CLIENT_IS_EXTERNAL.
client_zone: Zone of the client instance communicating with the internal TCP/UDP load balancer. If the client instance belongs to a different project, the field is set with the correct value only if all of the following hold: 1) the projects are in the same organization, 2) the communication was via Shared VPC or VPC Peering, 3) cross project metrics were not disabled. Otherwise the field is set to CLIENT_IS_EXTERNAL.
l3/internal/rtt_latencies GA
RTT latencies per internal TCP/UDP load balancer
DELTADISTRIBUTIONms
internal_tcp_lb_rule
A distribution of RTT measured over TCP connections for internal TCP/UDP load balancer flows. Sampled every 60 seconds. After sampling, data is not visible for up to 150 seconds.
client_project_id: Project ID of the client instance communicating with the internal TCP/UDP load balancer. If the client instance belongs to a different project, the field is set with the correct value only if all of the following hold: 1) the projects are in the same organization, 2) the communication was via Shared VPC or VPC Peering, 3) cross project metrics were not disabled. Otherwise the field is set to CLIENT_IS_EXTERNAL.
client_network: Network of the client instance communicating with the internal TCP/UDP load balancer. If the client instance belongs to a different project, the field is set with the correct value only if all of the following hold: 1) the projects are in the same organization, 2) the communication was via Shared VPC or VPC Peering, 3) cross project metrics were not disabled. Otherwise the field is set to CLIENT_IS_EXTERNAL.
client_subnetwork: Subnetwork of the client instance communicating with the internal TCP/UDP load balancer. If the client instance belongs to a different project, the field is set with the correct value only if all of the following hold: 1) the projects are in the same organization, 2) the communication was via Shared VPC or VPC Peering, 3) cross project metrics were not disabled. Otherwise the field is set to CLIENT_IS_EXTERNAL.
client_zone: Zone of the client instance communicating with the internal TCP/UDP load balancer. If the client instance belongs to a different project, the field is set with the correct value only if all of the following hold: 1) the projects are in the same organization, 2) the communication was via Shared VPC or VPC Peering, 3) cross project metrics were not disabled. Otherwise the field is set to CLIENT_IS_EXTERNAL.
l4_proxy/egress_bytes_count GA
Egress bytes
DELTAINT64By
l4_proxy_rule
Number of bytes sent from VM to client using proxy. Sampled every 60 seconds. After sampling, data is not visible for up to 210 seconds.
client_country: Country of the client where the traffic originated from, such as 'United States' or 'Germany'.
l4_proxy/ingress_bytes_count GA
Ingress bytes
DELTAINT64By
l4_proxy_rule
Number of bytes sent from client to VM using proxy. Sampled every 60 seconds. After sampling, data is not visible for up to 210 seconds.
client_country: Country of the client where the traffic originated from, such as 'United States' or 'Germany'.
l4_proxy/tcp/closed_connections_count GA
Closed connections
DELTAINT641
l4_proxy_rule
Number of connections that were terminated over TCP proxy or SSL proxy load balancer. Sampled every 60 seconds. After sampling, data is not visible for up to 210 seconds.
client_country: Country of the client where the traffic originated from, such as 'United States' or 'Germany'.
subnet/proxy_only/addresses GA
Proxy-only addresses
GAUGEINT641
gce_subnetwork
The current number of proxy-only addresses by state. Sampled every 60 seconds. After sampling, data is not visible for up to 120 seconds.
state: State of the address, one of [used, free].
tcp_ssl_proxy/closed_connections GA
Closed connections
DELTAINT641
tcp_ssl_proxy_rule
Number of connections that were terminated over TCP proxy or SSL proxy load balancer. Sampled every 60 seconds. After sampling, data is not visible for up to 210 seconds.
proxy_continent: Continent of the SSL proxy that handles the connection: 'America', 'Europe' or 'Asia'.
client_country: Country of the client that opened the TCP/SSL connection (for example, 'United States', 'Germany').
tcp_ssl_proxy/egress_bytes_count GA
Egress bytes
DELTAINT64By
tcp_ssl_proxy_rule
Number of bytes sent from VM to client using proxy. Sampled every 60 seconds. After sampling, data is not visible for up to 210 seconds.
proxy_continent: Continent of the proxy that handles the connection: 'America', 'Europe' or 'Asia'.
client_country: Country of the client that opened the TCP/SSL connection (for example, 'United States', 'Germany').
tcp_ssl_proxy/frontend_tcp_rtt GA
Frontend RTT
DELTADISTRIBUTIONms
tcp_ssl_proxy_rule
A distribution of the smoothed RTT (in ms) measured by the proxy's TCP stack, each minute application layer bytes pass from proxy to client. Sampled every 60 seconds. After sampling, data is not visible for up to 210 seconds.
proxy_continent: Continent of the SSL proxy that handles the connection: 'America', 'Europe' or 'Asia'.
client_country: Country of the client that opened the TCP/SSL connection (for example, 'United States', 'Germany').
tcp_ssl_proxy/ingress_bytes_count GA
Ingress bytes
DELTAINT64By
tcp_ssl_proxy_rule
Number of bytes sent from client to VM using proxy. Sampled every 60 seconds. After sampling, data is not visible for up to 210 seconds.
proxy_continent: Continent of the proxy that handles the connection: 'America', 'Europe' or 'Asia'.
client_country: Country of the client that opened the TCP/SSL connection (for example, 'United States', 'Germany').
tcp_ssl_proxy/new_connections GA
New connections opened
DELTAINT641
tcp_ssl_proxy_rule
Number of connections that were created over TCP proxy or SSL proxy load balancer. Sampled every 60 seconds. After sampling, data is not visible for up to 210 seconds.
proxy_continent: Continent of the SSL proxy that handles the connection: 'America', 'Europe' or 'Asia'.
client_country: Country of the client that opened the TCP/SSL connection (for example, 'United States', 'Germany').
tcp_ssl_proxy/open_connections GA
Open Connections
GAUGEINT641
tcp_ssl_proxy_rule
Current number of outstanding connections through the TCP proxy or SSL proxy load balancer. Sampled every 60 seconds. After sampling, data is not visible for up to 210 seconds.
proxy_continent: Continent of the SSL proxy that handles the connection: 'America', 'Europe' or 'Asia'.
client_country: Country of the client that opened the TCP/SSL connection (for example, 'United States', 'Germany').

Table generated at 2024-04-11 19:12:46 UTC.