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 --- .../collection/app2/helm/prometheus/values.yaml | 73 ---------------------- 1 file changed, 73 deletions(-) delete mode 100644 kud/tests/vnfs/comp-app/collection/app2/helm/prometheus/values.yaml (limited to 'kud/tests/vnfs/comp-app/collection/app2/helm/prometheus/values.yaml') diff --git a/kud/tests/vnfs/comp-app/collection/app2/helm/prometheus/values.yaml b/kud/tests/vnfs/comp-app/collection/app2/helm/prometheus/values.yaml deleted file mode 100644 index fa528900..00000000 --- a/kud/tests/vnfs/comp-app/collection/app2/helm/prometheus/values.yaml +++ /dev/null @@ -1,73 +0,0 @@ -## Deploy a Prometheus instance -## -prometheus: - serviceAccount: - create: true - name: "" - additionalServiceMonitors: - - name: service-monitor-collectd - additionalLabels: - collector: collectd - jobLabel: collectd - selector: - matchLabels: - app: collectd - endpoints: - - port: collectd-prometheus - interval: 10s - path: /metrics - - name: service-monitor-node-exporter - additionalLabels: - collector: prometheus-node-exporter - jobLabel: node-exporter - selector: - matchLabels: - app: prometheus-node-exporter - endpoints: - - port: metrics - interval: 30s - - name: service-monitor-cadvisor - additionalLabels: - collector: cadvisor - jobLabel: cadvisor - selector: - matchLabels: - app: cadvisor - endpoints: - - port: cadvisor-prometheus - interval: 10s - path: /metrics - - resources: {} - service: - nameOfPort: web - type: ClusterIP - annotations: {} - labels: {} - clusterIP: "" - - ## To be used with a proxy extraContainer port - targetPort: 9090 - - ## List of IP addresses at which the Prometheus server service is available - ## Ref: https://kubernetes.io/docs/user-guide/services/#external-ips - ## - externalIPs: [] - - ## Port to expose on each node - ## Only used if service.type is 'NodePort' - ## - # nodePort: 90 - - ## Loadbalancer IP - ## Only use if service.type is "loadbalancer" - loadBalancerIP: "" - loadBalancerSourceRanges: [] - ## Service type - ## - #type: NodePort - - sessionAffinity: "" - -global: - imagePullSecrets: "" \ No newline at end of file -- cgit 1.2.3-korg