From c6eb02ae0f1b9b69a248621e68dbc7a481ce95b7 Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Thu, 2 Feb 2023 08:44:51 +0000 Subject: Add configurations to run SLAs validations on CSITs Issue-ID: POLICY-4531 Change-Id: Idf69fe888828fabd4ec0cd3c18fea7aff96caac8 Signed-off-by: adheli.tavares --- csit/metrics/prometheus.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'csit/metrics') diff --git a/csit/metrics/prometheus.yml b/csit/metrics/prometheus.yml index a5e1680a..789cfc2a 100644 --- a/csit/metrics/prometheus.yml +++ b/csit/metrics/prometheus.yml @@ -1,6 +1,6 @@ # # ===========LICENSE_START==================================================== -# Copyright (C) 2022 Nordix Foundation. +# Copyright (C) 2022-2023 Nordix Foundation. # ============================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -32,6 +32,7 @@ alerting: scrape_configs: - job_name: "api-metrics" + metrics_path: /policy/api/v1/metrics static_configs: - targets: ["policy-api:6969"] basic_auth: @@ -39,6 +40,7 @@ scrape_configs: password: "zb!XztG34" - job_name: "pap-metrics" + metrics_path: /policy/pap/v1/metrics static_configs: - targets: ["policy-pap:6969"] basic_auth: -- cgit 1.2.3-korg