ℹ️ These docs are for the free version of Galileo. Documentation for current customers can be found here.
type MetricValueType =
| SingleMetricValue
| SingleMetricValue[]
| Record<string, SingleMetricValue>;
Defined in: src/types/metrics.types.ts:2
Was this page helpful?