diff options
Diffstat (limited to 'docker-compose/prometheus.yml')
-rw-r--r-- | docker-compose/prometheus.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker-compose/prometheus.yml b/docker-compose/prometheus.yml index 30f7c837f1..9640709089 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'] |