Skip to content

Commit

Permalink
Merge pull request #229 from OT-CONTAINER-KIT/prom-alerts
Browse files Browse the repository at this point in the history
Add Alerts and Dashboards
  • Loading branch information
ashwani-opstree authored Aug 8, 2024
2 parents 40b0388 + 3c6428c commit c9e77e7
Show file tree
Hide file tree
Showing 10 changed files with 1,376 additions and 1 deletion.
48 changes: 48 additions & 0 deletions charts/pga/examples/thanos/pga-simple.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
app:
enabled: false

kube:
enabled: true
grafana:
enabled: true
testFramework:
enabled: false
sidecar:
datasources:
defaultDatasourceEnabled: false
alertmanager:
alertmanagerSpec:
storage:
volumeClaimTemplate:
spec:
storageClassName: buildpiper-storage
prometheus:
enabled: true
prometheusSpec:
retention: 7d
resources:
requests:
cpu: 1
memory: 1Gi
limits:
cpu: 2
memory: 2Gi
storageSpec:
volumeClaimTemplate:
spec:
storageClassName: buildpiper-storage
resources:
requests:
storage: 15Gi

pushgateway:
enabled: false

blackbox:
enabled: false

adapter:
enabled: false

thanos:
enabled: false
7 changes: 7 additions & 0 deletions charts/pga/grafana/dashboards/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: monitoring
nameSuffix: -grafana-dashboard

bases:
- opentelmetry-apm
Loading

0 comments on commit c9e77e7

Please sign in to comment.