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
What happened: Following azure metrics are wrong, mc.observe func is invoked twice:
mc.observe
azLoadBalancersClient.CreateOrUpdate: load_balancers_create_or_update azLoadBalancersClient.Delete: load_balancers_delete azLoadBalancersClient.Get: public_ip_addresses_create_or_update azRouteTablesClient.CreateOrUpdate: route_tables_create_or_update azPublicIPAddressesClient: public_ip_addresses_delete azVirtualMachineScaleSetVMsClient.Udate: vmssvm_update azDisksClient.CreateOrUpdate: disks_create_or_update azDisksClient.Delete: disks_delete
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
kubectl version
cat /etc/os-release
uname -a
/assign /sig azure
The text was updated successfully, but these errors were encountered:
andyzhangx
Successfully merging a pull request may close this issue.
What happened:
Following azure metrics are wrong,
mc.observe
func is invoked twice:What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
kubectl version
):cat /etc/os-release
):uname -a
):/assign
/sig azure
The text was updated successfully, but these errors were encountered: