v1
latestOpenAPI 3.0.02026-07-142351,1971.3 MBMetrics
Edit metric metadata
Edit metadata of a specific metric. Find out more about supported types.
put/api/v1/metrics/{metric_name}
Path parameters
metric_namestring required
Name of the metric for which to edit metadata.
Request body
Example request
{
"per_unit": "second",
"type": "count",
"unit": "byte"
}Response
OK
Example response
{
"per_unit": "second",
"type": "count",
"unit": "byte"
}