From 02b2d2ab93fdbe8c8465c1d3ea2a39cd4daea2c0 Mon Sep 17 00:00:00 2001 From: mpriyank Date: Wed, 25 Oct 2023 12:23:10 +0100 Subject: [BUG] CPS NCMP management endpoints update - CPS and NCMP management endpoint updated from /manage to /actuator now - The management port is same as application port now - CSIT test cases update - Update in Security params to allow the changed URL. - Admin guid update - Release notes updated - Local docker-compose and prometheus updated Issue-ID: CPS-1923 Change-Id: I013d35fd96d393dec8cf067bbeae0f92b6b8d8db Signed-off-by: mpriyank --- docker-compose/prometheus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docker-compose/prometheus.yml') 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'] -- cgit 1.2.3-korg