MetricsResponse.
Properties
dimensions?
metric
points
[timestamp, value] pairs, oldest first.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
One metric’s answer inside a MetricsResponse.
MetricsResponse.
optional dimensions?: Record<string, string>;
metric: string;
points: [string, number][];
[timestamp, value] pairs, oldest first.
unit: "count" | "ratio" | "currency" | "seconds" | "bytes";
Was this page helpful?