kube-eagle
kube-eagle copied to clipboard
A prometheus exporter created to provide a better overview of your resource allocation and utilization in a Kubernetes cluster.
Grafana 8.3.5 When I import using the 9871 ID the panels below the top row don't load and when I edit the panels it shows all the queries as datasource...
* Add label information for each pod-related metrics
I was thinking about this custom labels definition. For example on DigitalOcean we have node pool name in nodes label as: Now, this can be used as node pool in...
Hi, We're facing an issue when we have lots of completed pods: ``` # kubectl get pods --all-namespaces | grep -i completed | wc -l 11863 ``` And kube-eagle struggles...
In Google Cloud each vCPU and each GB of RAM have a fixed price. Kube Eagle can easily aggregate the allocatable and in use CPU & RAM and add a...
Currently there is no way to shard metrics. It could be possible to implement something similar to [this PR](https://github.com/kubernetes/kube-state-metrics/pull/613). It would be enough to have static sharding for the starters....
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.0.0-20191026065934-0bdba2f91880 to 0.20.0-alpha.2. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.2.1 to 1.11.1. Release notes Sourced from github.com/prometheus/client_golang's releases. 1.11.1 / 2022-02-15 [SECURITY FIX] promhttp: Check validity of method and code label values prometheus/client_golang#987 (Addressed CVE-2022-21698) What's...