GrafanaDashboardDefinition

Scope: Cluster

The resource for storing and managing Grafana dashboards.

  • spec
    object

    Required value

    • spec.definition
      string

      Required value

      The dashboard’s JSON manifest.

      Caution! Make sure that there is no “local” id (at the .id address) in the manifest in addition to the uid.

      Pattern: ^[ \t\n]*\{(.|\n)*\}[ \t\n]*$

    • spec.folder
      string

      Required value

      What folder to use for a dashboard. If the folder does not exist, it will be created.

      Example:

      folder: My Folder
      

Deprecated resource. Support for the resource might be removed in a later release.

The resource for storing and managing Grafana dashboards.

  • spec
    object

    Required value

    • spec.definition
      string

      Required value

      The dashboard’s JSON manifest.

      Caution! Make sure that there is no “local” id (at the .id address) in the manifest in addition to the uid.

      Pattern: ^[ \t\n]*\{(.|\n)*\}[ \t\n]*$

    • spec.folder
      string

      Required value

      What folder to use for a dashboard. If the folder does not exist, it will be created.

      Example:

      folder: My Folder