Datadog Dashboard: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 17: Line 17:
<font size=-1>
<font size=-1>
  {
  {
   "title":
   "[[#title|title]]":
   "description":
   "description":
  "id":
   "is_read_only": true,
   "is_read_only": true,
   "layout_type": "ordered",
   "[[#layout_type|layout_type]]": "ordered",
   "reflow_type": "fixed",
   "reflow_type": "fixed",
   "widgets": [
   "[[#widgets|widgets]]": [
     { ''[[#Widget_JSON_Representation|widget-JSON]]'' },
     { ''[[#Widget_JSON_Representation|widget-JSON]]'' },
     ...
     ...
Line 29: Line 28:
  }
  }
</font>
</font>
===Elements===
====<tt>title</tt>====
Required.
====<tt>layout_type</tt>====
Required.
====<tt>widgets</tt>====
Required.
<font color=darkkhaki>
<font color=darkkhaki>
Should I get rid of "id", isn't that unique and will be generated?
Should I get rid of "id", isn't that unique and will be generated?

Revision as of 22:33, 20 January 2022

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.

widgets

Required. 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

{
}