1. Configuration
Helmfile
# config-as-code/helm/charts/monitoring/monitoring-helmfile.yaml
environments:
demo:
values:
- namespace: monitoring
- ../../../environments/egov-demo.yaml
- ../../../environments/egov-demo-secrets.yamlEnvironment Configuration
Grafana
# config-as-code/environments/egov-demo-secrets.yaml cluster-configs: secrets: grafana: clientID: <OAuth-key> clientSecret: <OAuth-token># config-as-code/environments/egov-demo.yaml grafana: github: allowed_organizations: ["<organization>"] role_attribute_path: contains(groups[*], '@<organization>/<team>') && 'Viewer'
Loki Stack
Filesystem as a storage
AWS s3 as storage
Azure Blob Store as storage
Prometheus
Alerting
Last updated
Was this helpful?