coderadar
coderadar copied to clipboard
List metric descriptions
Currently, the REST API works with string-based metric IDs to identify metrics.
It should be possible to get the descriptions to a set of metric IDs. This way, a client can query the description for one or more metrics IDs at a time to display them to the user.
This requires a change in the Analyzer API so that each analyzer is able to provide a description to each metric it supports.
Related to #12