Commit Graph

7 Commits

Author SHA1 Message Date
Austin Cawley-Edwards
69a11e0656 feat: add ability to include dimensions per-metric (#29)
* feat: add ability to include dimensions per-metric

* docs: regenerate readme

* fix: invert inclusion list order

* style: spacing

* docs: make include/exclude dimension logic more clear
2019-10-14 14:24:14 -04:00
Edmund Fung
2087b3a047 Bug fix for helm template (#20)
Helm template Deployment has `resources` place at `Deployment.spec.template.spec.resources` where if should be at `Deployment.spec.template.spec.containers[0].resources` instead
2019-07-12 22:41:44 -07:00
Sergei Ivanov
7e0049ebd4 Added optional metric filtering (#15)
* Added optional metric filtering

* Configuration options to provide whitelist and blacklist
  patterns for metrics, so that only a subset of available metrics
  is exported from Prometheus to CloudWatch

Signed-off-by: Sergei Ivanov <sergei_ivanov@mail.ru>

* Regenerated README.md

Signed-off-by: Sergei Ivanov <sergei_ivanov@mail.ru>
2019-06-21 11:50:30 -04:00
sbiswas-suplari
74739a4545 Adding ability to replace dimensions to enable aggregation across dimensions (#12)
* Adding ability to replace dimensions. This is useful to aggregate metrics across dimensions in the kube_state metrics namespace. The aggregation across dimensions is neccessary for adding CloudWatch alarms to kube-state metrics for the variable number of pods/container/nodes that will exist in our EKS clusters

* Don't add replacement if not configured

* Addressing PR comments: Add new flag and contributor
2019-02-26 14:28:42 -05:00
Vadim Hleif
accffcb325 Migrate to readme yaml format (#7)
* feat(README): migrate to readme yaml format

* Update README and helm chart
2018-09-21 10:50:11 -07:00
Andriy Knysh
294797a4ee
Fix ENV var names (#2) 2018-03-21 16:37:50 -04:00
Andriy Knysh
c8b63c8cb6
Initial implementation (#1)
* Update `LICENSE` and `.gitignore`

* Init

* Update `README`

* Add Helm chart

* Update `README`

* Update chart

* Add `requirements.yaml`

* Update chart

* Update chart

* Update chart

* Update chart

* Update `Go` code

* Update `Go` code

* Update `Go` code

* Update `Go` code

* Update `README`

* Update `README`

* Update `Go` files

* Update `Go` files

* Update `Go` files

* Add Helm chart

* Update chart

* Update `README`

* Update `Go` files

* Update charts

* Update charts

* If AWS credentials are not provided in the command-line arguments or ENV variables, the module will try to assume an IAM Role

* Rename folder

* Update `README`

* Update `README`

* Rename folder

* Update `README`

* Add `requirements.yaml`

* Update chart
2018-03-21 16:19:55 -04:00