Description
Retrieves a list of all supported metrics.
Parameters
None.
Responses
| Status | Description |
|---|---|
| Successful |
Code: 200 Body:
For each supported metric:
{
Type of metric (String): [
Name of metric (String)
]
}
|