|
1 | 1 | - name: loadbalancing |
| 2 | + description: Google Cloud Load Balancing metrics |
2 | 3 | release: beta |
3 | 4 | type: group |
4 | | - description: Google Cloud Load Balancing metrics |
5 | 5 | fields: |
6 | | - - name: https |
7 | | - type: group |
8 | | - description: Google Cloud Load Balancing metrics |
9 | | - fields: |
10 | | - - name: backend_request_bytes_count.value |
11 | | - type: long |
12 | | - description: The number of bytes sent as requests from HTTP/S load balancer to backends. |
13 | | - - name: backend_request_count.value |
14 | | - type: long |
15 | | - description: The number of requests served by backends of HTTP/S load balancer. |
16 | | - - name: request_bytes_count.value |
17 | | - type: long |
18 | | - description: The number of bytes sent as requests from clients to HTTP/S load balancer. |
19 | | - - name: request_count.value |
20 | | - type: long |
21 | | - description: The number of requests served by HTTP/S load balancer. |
22 | | - - name: response_bytes_count.value |
23 | | - type: long |
24 | | - description: The number of bytes sent as responses from HTTP/S load balancer to clients. |
25 | | - - name: l3.internal |
26 | | - type: group |
27 | | - description: Google Cloud Load Balancing metrics |
28 | | - fields: |
29 | | - - name: egress_bytes_count.value |
30 | | - type: long |
31 | | - description: The number of bytes sent from ILB backend to client (for TCP flows it's counting bytes on application stream only). |
32 | | - - name: egress_packets_count.value |
33 | | - type: long |
34 | | - description: The number of packets sent from ILB backend to client of the flow. |
35 | | - - name: ingress_bytes_count.value |
36 | | - type: long |
37 | | - description: The number of bytes sent from client to ILB backend (for TCP flows it's counting bytes on application stream only). |
38 | | - - name: ingress_packets_count.value |
39 | | - type: long |
40 | | - description: The number of packets sent from client to ILB backend. |
41 | | - - name: tcp_ssl_proxy |
42 | | - type: group |
43 | | - description: Google Cloud Load Balancing metrics |
44 | | - fields: |
45 | | - - name: closed_connections.value |
46 | | - type: long |
47 | | - description: Number of connections that were terminated over TCP/SSL proxy. |
48 | | - - name: egress_bytes_count.value |
49 | | - type: long |
50 | | - description: Number of bytes sent from VM to client using proxy. |
51 | | - - name: ingress_bytes_count.value |
52 | | - type: long |
53 | | - description: Number of bytes sent from client to VM using proxy. |
54 | | - - name: new_connections.value |
55 | | - type: long |
56 | | - description: Number of connections that were created over TCP/SSL proxy. |
57 | | - - name: open_connections.value |
58 | | - type: long |
59 | | - description: Current number of outstanding connections through the TCP/SSL proxy. |
| 6 | + - name: https.backend_request_bytes_count.value |
| 7 | + type: long |
| 8 | + description: The number of bytes sent as requests from HTTP/S load balancer to backends. |
| 9 | + - name: https.backend_request_count.value |
| 10 | + type: long |
| 11 | + description: The number of requests served by backends of HTTP/S load balancer. |
| 12 | + - name: https.backend_response_bytes_count.value |
| 13 | + type: long |
| 14 | + description: The number of bytes sent as responses from backends (or cache) to external HTTP(S) load balancer. |
| 15 | + - name: https.request_bytes_count.value |
| 16 | + type: long |
| 17 | + description: The number of bytes sent as requests from clients to HTTP/S load balancer. |
| 18 | + - name: https.request_count.value |
| 19 | + type: long |
| 20 | + description: The number of requests served by HTTP/S load balancer. |
| 21 | + - name: https.response_bytes_count.value |
| 22 | + type: long |
| 23 | + description: The number of bytes sent as responses from HTTP/S load balancer to clients. |
| 24 | + - name: l3.external.egress_bytes_count.value |
| 25 | + type: long |
| 26 | + description: The number of bytes sent from external TCP/UDP network load balancer backend to client of the flow. For TCP flows it's counting bytes on application stream only. |
| 27 | + - name: l3.external.egress_packets_count.value |
| 28 | + type: long |
| 29 | + description: The number of packets sent from external TCP/UDP network load balancer backend to client of the flow. |
| 30 | + - name: l3.external.ingress_bytes_count.value |
| 31 | + type: long |
| 32 | + description: The number of bytes sent from client to external TCP/UDP network load balancer backend. For TCP flows it's counting bytes on application stream only. |
| 33 | + - name: l3.external.ingress_packets_count.value |
| 34 | + type: long |
| 35 | + description: The number of packets sent from client to external TCP/UDP network load balancer backend. |
| 36 | + - name: l3.internal.egress_bytes_count.value |
| 37 | + type: long |
| 38 | + description: The number of bytes sent from ILB backend to client (for TCP flows it's counting bytes on application stream only). |
| 39 | + - name: l3.internal.egress_packets_count.value |
| 40 | + type: long |
| 41 | + description: The number of packets sent from ILB backend to client of the flow. |
| 42 | + - name: l3.internal.ingress_bytes_count.value |
| 43 | + type: long |
| 44 | + description: The number of bytes sent from client to ILB backend (for TCP flows it's counting bytes on application stream only). |
| 45 | + - name: l3.internal.ingress_packets_count.value |
| 46 | + type: long |
| 47 | + description: The number of packets sent from client to ILB backend. |
| 48 | + - name: tcp_ssl_proxy.closed_connections.value |
| 49 | + type: long |
| 50 | + description: Number of connections that were terminated over TCP/SSL proxy. |
| 51 | + - name: tcp_ssl_proxy.egress_bytes_count.value |
| 52 | + type: long |
| 53 | + description: Number of bytes sent from VM to client using proxy. |
| 54 | + - name: tcp_ssl_proxy.ingress_bytes_count.value |
| 55 | + type: long |
| 56 | + description: Number of bytes sent from client to VM using proxy. |
| 57 | + - name: tcp_ssl_proxy.new_connections.value |
| 58 | + type: long |
| 59 | + description: Number of connections that were created over TCP/SSL proxy. |
| 60 | + - name: tcp_ssl_proxy.open_connections.value |
| 61 | + type: long |
| 62 | + description: Current number of outstanding connections through the TCP/SSL proxy. |
0 commit comments