From 630801cc4e866ae4c2fb375df06df91c054962d8 Mon Sep 17 00:00:00 2001 From: rameshiyer27 Date: Tue, 1 Oct 2024 15:19:25 +0100 Subject: Add slas test for drools-apps and xacml-pdp Issue-ID: POLICY-5126 Change-Id: I989a3870e021a9054d7d39b83cefb626ac6fe52f Signed-off-by: rameshiyer27 --- compose/metrics/prometheus.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'compose') diff --git a/compose/metrics/prometheus.yml b/compose/metrics/prometheus.yml index c3d87f57..5ff5f949 100644 --- a/compose/metrics/prometheus.yml +++ b/compose/metrics/prometheus.yml @@ -1,6 +1,6 @@ # # ===========LICENSE_START==================================================== -# Copyright (C) 2022-2023 Nordix Foundation. +# Copyright (C) 2022-2024 Nordix Foundation. # ============================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -58,7 +58,7 @@ scrape_configs: - job_name: "drools-apps-metrics" static_configs: - targets: - - "drools-apps:9696" + - "policy-drools-apps:9696" basic_auth: username: "demo@people.osaaf.org" password: "demo123456!" @@ -66,7 +66,7 @@ scrape_configs: - job_name: "drools-pdp-metrics" static_configs: - targets: - - "drools:9696" + - "policy-drools:9696" basic_auth: username: "demo@people.osaaf.org" password: "demo123456!" -- cgit 1.2.3-korg