PolarExpress.Schemas.MetricDashboardUpdate (polar_express v0.2.2)

Copy Markdown View Source

MetricDashboardUpdate

Schema for updating a metrics dashboard.

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.MetricDashboardUpdate{
  metrics: term(),
  name: term()
}
  • metrics - List of metric slugs to display in this dashboard. Nullable.
  • name - Display name for the dashboard. Nullable.

Functions

schema_name()