diff options
author | Piotr Jaszczyk <piotr.jaszczyk@nokia.com> | 2019-07-03 12:39:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-07-03 12:39:12 +0000 |
commit | 2c80da49d88ef2fc81741f99e76e85d31ef2ffa4 (patch) | |
tree | cff2c9be11e3c13f1fc520a252dd0cd31cb5a917 /tools/development/prometheus.yml | |
parent | 3e4f108d66fb31e5ea713fef1cf7bc99c0510c21 (diff) | |
parent | 83a1d39bca162e8fdabfb3ad9189c5e4f94a44df (diff) |
Merge "Create script to run performance test locally"
Diffstat (limited to 'tools/development/prometheus.yml')
-rw-r--r-- | tools/development/prometheus.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/development/prometheus.yml b/tools/development/prometheus.yml new file mode 100644 index 00000000..201c8f96 --- /dev/null +++ b/tools/development/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: 'ves-hv-collector' + metrics_path: '/monitoring/prometheus' + static_configs: + - targets: ['ves-hv-collector:6060'] |