Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 2.3 KB

File metadata and controls

15 lines (11 loc) · 2.3 KB

MetricDashboardSchema

A user-defined metrics dashboard.

Fields

Field Type Required Description
created_at date ✔️ Creation timestamp of the object.
modified_at date ✔️ Last modification timestamp of the object.
id str ✔️ The ID of the object.
name str ✔️ Display name for the dashboard.
metrics List[str] ✔️ List of metric slugs displayed in this dashboard.
organization_id str ✔️ The ID of the organization owning this dashboard.