diff options
author | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-10-01 15:19:25 +0100 |
---|---|---|
committer | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-10-07 13:38:08 +0100 |
commit | 630801cc4e866ae4c2fb375df06df91c054962d8 (patch) | |
tree | 3a8de9af40593ca57e0a64e7c8f10966ec106560 /compose | |
parent | 3893fda035d2be48f3a518e508ac941a29498d63 (diff) |
Add slas test for drools-apps and xacml-pdp
Issue-ID: POLICY-5126
Change-Id: I989a3870e021a9054d7d39b83cefb626ac6fe52f
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
Diffstat (limited to 'compose')
-rw-r--r-- | compose/metrics/prometheus.yml | 6 |
1 files changed, 3 insertions, 3 deletions
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!" |