Optionalbulk_supported?: booleanWhether bulk queries are supported for this metric
Optionaldescriptors?: {Human-readable descriptors (name, tags, description)
Optionalis_pit?: booleanWhether this is a point-in-time metric
When the metric's metadata was last updated, as a JS Date.
The API sends unix seconds; the schema converts them to a Date (the only time field
that is converted — see timerange and the time series/bulk t, which stay numbers).
undefined when the field is absent or 0: 0 is treated as "no modification time
recorded", not as 1970-01-01.
List of all allowed parameters and their values for the metric
Optionalparameters_defaults?: Record<string, string[]>Default values of the parameters that have one, keyed by parameter name (e.g.
{ e: ['aggregated'] }: without e, the metric is served for aggregated). Only sent for
metrics with a defaulted parameter, so undefined for most metrics.
Metric path
Queried parameters for the metric
Reference links for this metric
Access tier required for this metric, as a non-negative integer (e.g. 2).
Type it as MetricMetadata['tier']; the deprecated string-based MetricTier
does not describe this field.
Optionaltimerange?: { max: number; min: number }Available time range for this metric. Both bounds are unix timestamps in seconds
(numbers, not Dates) — convert with new Date(min * 1000).
Latest available data point, in unix seconds (number)
Earliest available data point, in unix seconds (number)
Metric metadata type