diff --git a/Products/Zuul/infos/metricserver.py b/Products/Zuul/infos/metricserver.py index f9a2d53285..9fd327b555 100644 --- a/Products/Zuul/infos/metricserver.py +++ b/Products/Zuul/infos/metricserver.py @@ -156,6 +156,8 @@ def id(self): @property def name(self): + if self._multiContext: + return "%s %s" % (self._context.id, self._object.id) # RPN expressions use the DataPointGraphPoint id to reference other datapoints for the graph, central query # uses the "name" property to resolve references in RPN expression. return self._object.id