PolarExpress.Schemas.Metric (polar_express v0.2.2)

Copy Markdown View Source

Metric

Information about a metric.

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.Metric{
  display_name: term(),
  slug: term(),
  type: term()
}
  • 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.

Functions

schema_name()