diff options
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 |