cybozu-go / coil

CNI plugin for Kubernetes designed for scalability and extensibility
Apache License 2.0
164 stars 20 forks source link

Add client count metrics to coil-egress #144

Closed ymmt2005 closed 3 years ago

ymmt2005 commented 3 years ago

What

The number of clients for a coil-egress Pod can be useful metrics for HPA.

How

Add a gauge like this:

coil_egress_clinets{namespace="foo",egress="nat"} 30

Checklist

ymmt2005 commented 2 years ago

resolved by #148