zio/zio-zmx

Allow multiple metrics to be displayed in a single diagram

Closed this issue · 2 comments

At the moment the developer client allows to create individual diagrams from existing metrics and only one metric is displayed per diagram.

We want to be able to add an arbitrary metris to an existing diagram, so that each diagram could potentially display a collection of different metrics.

This would involve the creation of a dialog in the ui to select the metric to be added to the diagram.

Ideally the implementation would be sunchronized with #318, so that the diagram configuration would contain the set of displayed metrics.

Groundwork is done, needs to be hooked up to the UI, see #317

Done in #347