diff options
author | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2020-05-28 14:07:12 +0200 |
---|---|---|
committer | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2020-06-04 08:35:05 +0200 |
commit | dca82ea36993c450379d5693784e9f4e0e02bc21 (patch) | |
tree | 6bdc1e810fb32b47e41226d22f39dbad92beb21a /tools/performance/cloud/producer-deployment.yaml | |
parent | a9a353c76175082c1e9ed8d87c1ad61d8862a3e6 (diff) |
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 <remigiusz.janeczek@nokia.com>
Issue-ID: DCAEGEN2-1576
Change-Id: I584c5c24e1a54da42da9be35cc5fc028eb72b0c6
Diffstat (limited to 'tools/performance/cloud/producer-deployment.yaml')
-rwxr-xr-x | tools/performance/cloud/producer-deployment.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |