X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=juju%2Fmodel.py;h=a0180a06b238b3c2e5bbe179c94610394aa14f05;hp=4a8bc039f470c5e2feffb0cbd5fa55c49d567cb0;hb=6a93e0d68bf3bc3f41328b2b8063c65722bc98b5;hpb=51e09af5d8c07e7454cd03b8bf30487a593efa61 diff --git a/juju/model.py b/juju/model.py index 4a8bc03..a0180a0 100644 --- a/juju/model.py +++ b/juju/model.py @@ -1264,6 +1264,8 @@ class Model(object): :param str \*tags: Tags of entities from which to retrieve metrics. No tags retrieves the metrics of all units in the model. + :return: Dictionary of unit_name:metrics + """ log.debug("Retrieving metrics for %s", ', '.join(tags) if tags else "all units")