Metric

Metric is an entity that describes the unit by which a measure is expressed. E.g., number, percent, rate, etc.

Properties

Property
Type
Description

id

int

Unique metric identifier

name

string

Metric name

Example

{
    "id": 1,
    "name": "Number"
}

Endpoints

The Metric entity has the following endpoints:

Last updated