We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi everybody,
first of all thanks for this amazing tool, it's super useful!
It would be a really good idea to expose some metrics :) maybe not only Golang default ones, but also something custom like:
kubeip_ip_address_usable_total
kubeip_ip_address_assigned_total
kubeip_ip_address_available_total
kubeip_ip_address_assigned
0
1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi everybody,
first of all thanks for this amazing tool, it's super useful!
It would be a really good idea to expose some metrics :) maybe not only Golang default ones, but also something custom like:
kubeip_ip_address_usable_total
to show how many reserved IP addresses were found and are usable by KubeIPkubeip_ip_address_assigned_total
to show how many of the available IP addresses are currently in usekubeip_ip_address_available_total
to show how many of the available IP addresses are still available (not in use)kubeip_ip_address_assigned
to show if and which IP address was assigned to the node KubeIP is running on0
if an IP address was successfully assigned1
otherwiseThe text was updated successfully, but these errors were encountered: