coderadar icon indicating copy to clipboard operation
coderadar copied to clipboard

List metric descriptions

Open thombergs opened this issue 9 years ago • 1 comments

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.

thombergs avatar Aug 11 '16 19:08 thombergs

Related to #12

maximAtanasov avatar Apr 20 '20 12:04 maximAtanasov