X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_lcm%2Fprometheus.py;h=1a4793fdcd9dc289526d2a183b6b2ae8ffb63f66;hb=refs%2Fchanges%2F64%2F9364%2F2;hp=c1f49b08a9fb746b3c04c292f70f0bbbe8b717ee;hpb=89f8290b70918e151e6b6653c635ea6a05a22522;p=osm%2FLCM.git diff --git a/osm_lcm/prometheus.py b/osm_lcm/prometheus.py index c1f49b0..1a4793f 100644 --- a/osm_lcm/prometheus.py +++ b/osm_lcm/prometheus.py @@ -155,7 +155,7 @@ class Prometheus: del new_config["_id"] del new_config["_admin"] new_scrape_configs = [] - + # generate a list with the values of scrape_configs for scrape_config in new_config["scrape_configs"].values(): scrape_config = scrape_config.copy()