From dca82ea36993c450379d5693784e9f4e0e02bc21 Mon Sep 17 00:00:00 2001 From: Remigiusz Janeczek Date: Thu, 28 May 2020 14:07:12 +0200 Subject: Adjust performance tests prometheus and grafana to newer producer - Add prometheus scrape job to get metrics from each producer pod behind a service - Increase prometheus and grafana resolution - Add grafana dashboard for producer metrics Signed-off-by: Remigiusz Janeczek Issue-ID: DCAEGEN2-1576 Change-Id: I584c5c24e1a54da42da9be35cc5fc028eb72b0c6 --- tools/performance/cloud/producer-deployment.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/performance/cloud/producer-deployment.yaml') diff --git a/tools/performance/cloud/producer-deployment.yaml b/tools/performance/cloud/producer-deployment.yaml index 7bf9a9a8..f13760a6 100755 --- a/tools/performance/cloud/producer-deployment.yaml +++ b/tools/performance/cloud/producer-deployment.yaml @@ -75,6 +75,9 @@ metadata: namespace: onap labels: app: hv-collector-producer + annotations: + prometheus.io/scrape: 'hv-ves-producer' + prometheus.io/path: '/monitoring/prometheus' spec: selector: name: hv-collector-producer -- cgit 1.2.3-korg