metrics_load_balancer_frontend_network_throughput_http
Creates, updates, deletes, gets or lists a metrics_load_balancer_frontend_network_throughput_http
resource.
Overview
Name | metrics_load_balancer_frontend_network_throughput_http |
Type | Resource |
Id | digitalocean.monitoring.metrics_load_balancer_frontend_network_throughput_http |
Fields
Name | Datatype | Description |
---|---|---|
data | object | |
status | string |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
monitoring_get_lb_frontend_network_throughput_http | SELECT | end, lb_id, start | To retrieve frontend HTTP throughput in bytes per second for a given load balancer, send a GET request to /v2/monitoring/metrics/load_balancer/frontend_network_throughput_http . |
SELECT
examples
To retrieve frontend HTTP throughput in bytes per second for a given load balancer, send a GET request to /v2/monitoring/metrics/load_balancer/frontend_network_throughput_http
.
SELECT
data,
status
FROM digitalocean.monitoring.metrics_load_balancer_frontend_network_throughput_http
WHERE end = '{{ end }}'
AND lb_id = '{{ lb_id }}'
AND start = '{{ start }}';