feat(observability): add sustainability metrics, Kepler, 6-month retention, GARM scrape

This commit is contained in:
Martin McCaffery 2026-06-02 15:51:26 +01:00
parent bbdca11f00
commit b5594a8017
No known key found for this signature in database
GPG key ID: 7C4D0F375BCEE533
6 changed files with 141 additions and 1 deletions

View file

@ -0,0 +1,29 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: kepler
namespace: argocd
labels:
env: dev
spec:
project: default
syncPolicy:
automated:
selfHeal: true
syncOptions:
- CreateNamespace=true
retry:
limit: -1
destination:
name: in-cluster
namespace: observability
sources:
- chart: kepler
repoURL: https://sustainable-computing-io.github.io/kepler-helm-chart
targetRevision: 0.6.1
helm:
valueFiles:
- $values/otc/observability.buildth.ing/stacks/observability-client/kepler/values.yaml
- repoURL: https://edp.buildth.ing/DevFW-CICD/stacks-instances
targetRevision: HEAD
ref: values

View file

@ -0,0 +1,10 @@
canMount:
usrSrc: false
serviceMonitor:
enabled: false
extraEnvVars:
ENABLE_GPU: "false"
ENABLE_EBPF_CGROUPID: "true"
KEPLER_LOG_LEVEL: "1"