Support API to get real-time metrics of loadbalancers
K
Kyle Loveless
Basically, all the graphs that are available on the the load-balancer dashboard should be accessible from an API, even if we need to poll them. This includes:
* HTTP requests per second
* Connections
* Load Balancer CPU Utilization
etc..
Though ideally we could export the metrics to something like OpenTelemetry easily.
A very similar request is marked closed (https://ideas.digitalocean.com/interfaces/p/check-loadbalancer-status-via-api).