about summary refs log tree commit diff
path: root/tools/monitoring/Chart.yaml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tools/monitoring/Chart.yaml20
1 files changed, 20 insertions, 0 deletions
diff --git a/tools/monitoring/Chart.yaml b/tools/monitoring/Chart.yaml
new file mode 100644
index 0000000..fa9f207
--- /dev/null
+++ b/tools/monitoring/Chart.yaml
@@ -0,0 +1,20 @@
+apiVersion: v2
+name: monitoring
+description: A Helm chart for setting up Grafana, Prometheus, Elasticsearch, and OpenTelemetry Collector
+version: 0.1.0
+appVersion: "1.0"
+
+dependencies:
+  - name: grafana
+    version: 11.0.0
+    repository: "https://grafana.github.io/helm-charts"
+  - name: prometheus
+    version: 2.53.0
+    repository: "https://prometheus-community.github.io/helm-charts"
+  - name: elasticsearch
+    version: 8.5.1
+    repository: "https://helm.elastic.co"
+  - name: opentelemetry-collector
+    version: 0.103.0
+    repository: "https://open-telemetry.github.io/opentelemetry-helm-charts"
+