diff options
author | Piotr Jaszczyk <piotr.jaszczyk@nokia.com> | 2019-07-05 09:00:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-07-05 09:00:13 +0000 |
commit | 78f6e1583cc45ed64b768b5ceaeac4f008d682e6 (patch) | |
tree | 5b6b32bf160b7851daacb4148d1140801daa3abf /tools/performance/local/prometheus.yml | |
parent | 3a4020ae3e810dad7979597feadc13d8b56b3bb1 (diff) | |
parent | cc27d520b71afc0e038bc529223dab8e8c91e678 (diff) |
Merge "Add performance test producer deployment yaml"
Diffstat (limited to 'tools/performance/local/prometheus.yml')
-rw-r--r-- | tools/performance/local/prometheus.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/performance/local/prometheus.yml b/tools/performance/local/prometheus.yml new file mode 100644 index 00000000..b9a937c2 --- /dev/null +++ b/tools/performance/local/prometheus.yml @@ -0,0 +1,14 @@ +global: + scrape_interval: 5s + external_labels: + monitor: 'my-monitor' + +scrape_configs: + - job_name: 'prometheus' + static_configs: + - targets: ['localhost:9090'] + + - job_name: 'kafka-consumer' + metrics_path: '/monitoring/prometheus' + static_configs: + - targets: ['kafka-consumer:6062'] |