kube-eagle

A prometheus exporter created to provide a better overview of your resource allocation and utilization in a Kubernetes cluster.

MIT License

Stars
704
Committers
4

Bot releases are hidden (Show)

kube-eagle - 1.1.4 / 2020-07-06 Latest Release

Published by weeco over 4 years ago

  • Built with Go 1.14
kube-eagle - Minor Bugfix and dependency updates

Published by weeco almost 5 years ago

  • Bugfix: Improve health check response times. Instead of getting pods from all namespaces to check Kubernetes connectivity we do now get pods from the kube system namespace, which is way faster.
  • Chore: All dependencies have been updated
  • Built with Go 1.13.1
kube-eagle - Improve logging

Published by weeco over 5 years ago

Add log message on failed health check

kube-eagle - v1.1.0 - Use prometheus collector interface

Published by weeco over 5 years ago

Instead of caching variables locally and refreshing them every 10 seconds Kube Eagle now uses prometheus' built in collector interface. This leads to a more maintainable code and increased overall stability.

kube-eagle - Initial release

Published by weeco almost 6 years ago