GET
/
metadata
/
metrics

Query Parameters

type
enum<string>

Filter metrics by type

Available options:
da,
compute,
storage,
indexing

Response

200 - application/json
id
integer
category
enum<string>
Available options:
public_info,
unverified,
verified
show_in_chart
boolean

Indicates whether this metric should be shown in a chart.

order_in_chart
integer

Determines the order of the metric in the chart (smaller numbers are closer to the front).

show_in_table
boolean

Indicates whether this metric should be shown in a table.

order_in_table
integer

Determines the order of the metric in the table (smaller numbers are closer to the front).

field_name
string

Field name in the API JSON response.

display_name
string

Name displayed in the UI.

description
string

Tooltip description shown when hovering over the title.

unit_in_name
string

Unit displayed next to the name, if applicable.

unit_in_value
string

Unit appended to the value.

value_type
enum<string>

Data type of the value.

Available options:
string,
int,
float,
bool
value_format
string

Format of the value for display purposes.

can_sort
boolean

Whether this metric can be sorted in the UI.