Metric
Information about a metric.
Summary
Types
@type t() :: %PolarExpress.Schemas.Metric{ display_name: String.t() | nil, slug: String.t() | nil, type: PolarExpress.Schemas.MetricType.t() | nil }
display_name- Human-readable name for the metric.slug- Unique identifier for the metric.type- Type of the metric, useful to know the unit or format of the value.