Skip to content

Commit

Permalink
monitoring: alerts for Load Balancers TLS conns/s utilization (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
anitgandhi committed Apr 27, 2022
1 parent f0fd910 commit e8b5e42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions monitoring.go
Expand Up @@ -30,6 +30,7 @@ const (
LoadBalancerCPUUtilizationPercent = "v1/insights/lbaas/avg_cpu_utilization_percent"
LoadBalancerConnectionUtilizationPercent = "v1/insights/lbaas/connection_utilization_percent"
LoadBalancerDropletHealth = "v1/insights/lbaas/droplet_health"
LoadBalancerTLSUtilizationPercent = "v1/insights/lbaas/tls_connections_per_second_utilization_percent"
)

// MonitoringService is an interface for interfacing with the
Expand Down

0 comments on commit e8b5e42

Please sign in to comment.