Code

Let the JSON formatter include a metric's data_names.
authorSebastian Harl <sh@tokkee.org>
Sat, 10 Sep 2016 23:23:14 +0000 (19:23 -0400)
committerSebastian Harl <sh@tokkee.org>
Sat, 10 Sep 2016 23:23:14 +0000 (19:23 -0400)
For that purpose, let the metric store provide a reference to the timeseries
information object (to be populated on read). The JSON formatter compiles a
list of unique data_names and outputs that alongside the other metric
metadata.


No differences found