|
@@ -662,13 +662,6 @@ def cout_txt(data, loader):
|
|
|
|
|
|
def cout_prom_regions(path, regions, indent = 0):
|
|
|
for region in regions:
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
details = []
|
|
|
for namespace in sorted(list(region['data'].keys())):
|
|
|
diff_data = {}
|
|
@@ -748,46 +741,6 @@ def cout_prom(data, loader):
|
|
|
elem_name = 'regions'
|
|
|
if loader.get_namespace(namespace).are_regions_supported() == False:
|
|
|
elem_name = 'files'
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
promout.notify(path = data['info']['path'],
|
|
|
metric = namespace + "." + field,
|
|
|
details = details)
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|