doitintl / kubeip

Assign static public IPs to Kubernetes nodes (GKE, EKS)

Home Page:https://kubeip.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: export prom style metrics about what kubeip is doing.

DanTulovsky opened this issue · comments

Is your feature request related to a problem? Please describe.
No

Describe the solution you'd like
Feature Request: export prom style metrics about what kubeip is doing in order to monitor it for errors.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

what we need to expose ? So far for my case, I think we can export which IP address that pointed to what node VM name

I'd like a metric for any error condition that can be encountered. Top of the list is when it runs out of IP addresses.

no plans to implement this for KubeIP v1.
KubeIP v2 can use log-based metrics for this case (together with --json flag or LOG_JSON env)