opendatacube / datacube-k8s-eks

Deploy a production scale datacube cluster on AWS using EKS
Apache License 2.0
21 stars 14 forks source link

add prometheus monitoring setting to flux chart #278

Closed pindge closed 2 years ago

pindge commented 2 years ago

Why this change is needed

flux helm chart supports Prometheus metrics https://github.com/fluxcd/flux/blob/master/chart/flux/values.yaml#L301-L309 and offers a grafana dashboard https://github.com/fluxcd/flux/blob/master/chart/flux/values.yaml#L342-L349

We are looking to increase system visibility via Prometheus metrics and grafana dashboard, enabling this feature will provide us some basic visibility we need.

Negative effects of this change

This is an additional feature and will not break existing setup.

NikitaGandhi commented 2 years ago

LGTM