You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Extend the cloud provider interface with GetMetricsForMachines
* Basic plumbing for SetInstanceNumberForMachines
* Implement SetInstanceNumberForMachines for AWS
* Fix linting
* Use prometheus.Default{Registry,Gatherer} to allow providers to register individual metrics
* Change interface
* Properly implement SetMetricsForMachines
* Move polling of SetMetricsForMachines into metrics.go
* Call SetMetricsForMachines for all providers individually
* Make aws metrics for instance be able to cope with multiple credentials
* Rebase fixups
* Do not throw an error when SetMetricsForMachines has no implementation
glog.V(2).Infof("Successfully assigned the FloatingIP %s to instance %s. Took %f seconds(without the recheck wait period %f seconds). ", ip.FloatingIP, instanceID, secondsTook, floatingReassignIPCheckPeriod.Seconds())
0 commit comments