Add monitoring Helm chart (Prometheus + Grafana)
This commit is contained in:
parent
b1a291b1be
commit
32f768a7ac
1 changed files with 15 additions and 0 deletions
15
helm/nexus-monitoring/values.yaml
Normal file
15
helm/nexus-monitoring/values.yaml
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
prometheus:
|
||||||
|
retentionDays: 30
|
||||||
|
storageSize: 100Gi
|
||||||
|
|
||||||
|
grafana:
|
||||||
|
adminPassword: "" # set via --set grafana.adminPassword=... or Vault
|
||||||
|
dashboards:
|
||||||
|
- nexus-api-latency
|
||||||
|
- nexus-infra-overview
|
||||||
|
- nexus-slo-burn-rate
|
||||||
|
|
||||||
|
alertmanager:
|
||||||
|
receivers:
|
||||||
|
- pagerduty
|
||||||
|
- slack-ops
|
||||||
Loading…
Reference in a new issue