Datadog Dashboard

From NovaOrdis Knowledge Base
Revision as of 22:35, 20 January 2022 by Ovidiu (talk | contribs) (→‎widgets)
Jump to navigation Jump to search

External

Internal

Overview

Dashboard name:

Export

Gear wheel → Export Dashboard JSON

Concepts

Dashboard JSON Representation

https://docs.datadoghq.com/dashboards/graphing_json/

{
  "title":
  "description":
  "is_read_only": true,
  "layout_type": "ordered",
  "reflow_type": "fixed",
  "widgets": [
    { widget-JSON },
    ...
  ]
}

Elements

title

Required.

layout_type

Required. Possible values: "ordered".

widgets

Required.

id

Should I get rid of "id", isn't that unique and will be generated?

Widget

https://docs.datadoghq.com/dashboards/graphing_json/widget_json/

Widget JSON Representation

{
}