X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docker-compose%2Fprometheus.yml;fp=docker-compose%2Fprometheus.yml;h=96407090891944d76d19fa336a7e35419c7ba2cd;hb=02b2d2ab93fdbe8c8465c1d3ea2a39cd4daea2c0;hp=30f7c837f186d43137724c0036490b93976a6227;hpb=4fb19b0a6b3b2a17ffb78ef51091ea87ca9bc2e3;p=cps.git diff --git a/docker-compose/prometheus.yml b/docker-compose/prometheus.yml index 30f7c837f..964070908 100644 --- a/docker-compose/prometheus.yml +++ b/docker-compose/prometheus.yml @@ -4,7 +4,7 @@ global: scrape_configs: - job_name: 'cps-and-ncm' - metrics_path: '/manage/prometheus' + metrics_path: '/actuator/prometheus' scrape_interval: 5s static_configs: - - targets: ['cps-and-ncmp:8081'] + - targets: ['cps-and-ncmp:8080']