From 044886b7e8a20eb9d3e0e345c48e0ebab8dd7885 Mon Sep 17 00:00:00 2001 From: Nikita Safonov Date: Thu, 12 Mar 2020 02:30:10 +0300 Subject: [PATCH] rename metrics route file and remove enabled from listener in ns3777k prometheus recipe --- .../1.0/config/packages/ns3777k_prometheus.yaml | 1 - .../routes/{metrics.yaml => ns3777k_prometheus_metrics.yaml} | 0 2 files changed, 1 deletion(-) rename ns3777k/prometheus-bundle/1.0/config/routes/{metrics.yaml => ns3777k_prometheus_metrics.yaml} (100%) diff --git a/ns3777k/prometheus-bundle/1.0/config/packages/ns3777k_prometheus.yaml b/ns3777k/prometheus-bundle/1.0/config/packages/ns3777k_prometheus.yaml index e6b30933..e17c7a38 100644 --- a/ns3777k/prometheus-bundle/1.0/config/packages/ns3777k_prometheus.yaml +++ b/ns3777k/prometheus-bundle/1.0/config/packages/ns3777k_prometheus.yaml @@ -3,5 +3,4 @@ ns3777k_prometheus: adapter: apcu listener: - enabled: true ignored_routes: [metrics, _wdt] diff --git a/ns3777k/prometheus-bundle/1.0/config/routes/metrics.yaml b/ns3777k/prometheus-bundle/1.0/config/routes/ns3777k_prometheus_metrics.yaml similarity index 100% rename from ns3777k/prometheus-bundle/1.0/config/routes/metrics.yaml rename to ns3777k/prometheus-bundle/1.0/config/routes/ns3777k_prometheus_metrics.yaml