Hi. Building a reporting system, a dashboard of metrics.
One directory, /metrics, contains a host of modules that define and compute the metrics: Metric::Foo, Metric::Bar, Metric::Baz, etc. In many places I need to use all metrics, but I don't want to list them all out, as there are nearly 100 of them. What's the best way to do this? Thanks
--
In reply to use (all)
by nop