From 94bfc956f43bcaec29f2fc9844b9ca4c35d72260 Mon Sep 17 00:00:00 2001 From: Rajamohan Raj Date: Thu, 18 Jun 2020 14:55:42 -0700 Subject: Integrate collectd, prometheus and grafana. In this patch, made neccessary changes in collectd and prometheus helm charts such that prometheus can pull data from collectd. Prometheus GUI and Grafana GUI are verified as well. Issue-ID: MULTICLOUD-1082 Signed-off-by: Rajamohan Raj Change-Id: I39b7e20f46aa789272be671056a76dd926701068 --- .../app2/helm/prometheus-operator/Chart.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/Chart.yaml (limited to 'kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/Chart.yaml') diff --git a/kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/Chart.yaml b/kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/Chart.yaml new file mode 100755 index 00000000..27bcaec4 --- /dev/null +++ b/kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/Chart.yaml @@ -0,0 +1,22 @@ +apiVersion: v1 +appVersion: 0.38.1 +description: Provides easy monitoring definitions for Kubernetes services, and deployment + and management of Prometheus instances. +engine: gotpl +home: https://github.com/coreos/prometheus-operator +icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png +keywords: +- operator +- prometheus +maintainers: +- name: vsliouniaev +- name: bismarck +- email: gianrubio@gmail.com + name: gianrubio +name: prometheus-operator +sources: +- https://github.com/coreos/kube-prometheus +- https://github.com/coreos/prometheus-operator +- https://coreos.com/operators/prometheus +tillerVersion: '>=2.12.0' +version: 8.15.4 -- cgit 1.2.3-korg