aboutsummaryrefslogtreecommitdiffstats
path: root/compose/metrics/prometheus.yml
diff options
context:
space:
mode:
Diffstat (limited to 'compose/metrics/prometheus.yml')
-rw-r--r--compose/metrics/prometheus.yml6
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!"