Add text and groupings to a dashboard

This document describes how you can add helpful information to a dashboard, and how you can group widgets on a dashboard. For example, you might want to add information about the dashboard, add links to relevant resources, or what to do in different situations. When a dashboard contains many widgets, you can improve the usability of the dashboard by grouping them.

For information about the Cloud Monitoring API, see Create and manage dashboards by API.

Before you begin

Add text to a dashboard

The following screenshot illustrates a text widget:

Example of a dashboard with a text widget.

The information in this section is for the Google Cloud console. For information about using the Cloud Monitoring API, see Dashboard with a Text widget.

To add a text widget to a dashboard, do the following:

  1. In the navigation panel of the Google Cloud console, select Monitoring, and then select  Dashboards:

    Go to Dashboards

  2. Select a dashboard or click Create dashboard.
  3. In the toolbar, click  Add widget.
  4. In the Add widget dialog, go to the Layout section, and then select Text.
  5. Add a title.
  6. In the Content pane, enter the text you want displayed. The text widget supports a limited set of Markdown commands:

    • To create a header, use #. You can use multiple hash signs for different levels of headers:

        # Header
        ## Second heading
        ### Third heading
      
    • To display italic font, use *italic* or _italic_.

    • To display bold font, use **bold** or __bold__.

    • To add a link, use [link text](absolute URL). You can use any value for the link text but you must use the absolute URL.

      For example, you could write [example.com](https://example.com/) to link to example.com.

  7. Options: Use the fields in the Display pane to customize your content.

  8. To apply your changes to the dashboard, in the toolbar, click Apply. To discard your changes, click Cancel.

Organize dashboard widgets

Custom dashboards let you specify the position of the charts, alerting policies, and other widgets. However, you can improve the usability of a dashboard that has many widgets by creating sections in your dashboard or by grouping widgets:

  • To create indexed sections in your dashboard, use the section-header widget. When you add this widget to your dashboard, a table of contents is created and a horizontal divider is added to the dashboard. The table of contents lets you navigate to a specific section of the dashboard. Each section widget contains an anchor. When you are troubleshooting, you might want to share the section URL with a teammate. To copy the section URL, right-click Link to heading, and then select Copy link address.

  • To reduce the time to load a dashboard, use collapsible group widgets and single-view widgets. Both of these widget contain a collection of widgets, and they improve performance by using a lower priority data to retrieve for collection members that aren't displayed. The collapsible group widget displays every member of the collection when it is expanded, otherwise all members are hidden. In contrast, a single-view group widget displays only one member of the collection of at a time, and you use a menu to select which member is displayed.

To use the widgets described in this section, your custom dashboard must use mosaic mode, which is the default layout. If you change the layout to that of a grid, then these widgets aren't available.

The remainder of this section describes how to add and configure widgets that you can use to organize your dashboards. For information about modifying these widgets, see Modify a widget's configuration.

Add a section-header widget

For information about using the Cloud Monitoring API to create a section-header widget, see Dashboard with a SectionHeader widget.

To add a section-header widget by using the Google Cloud console, do the following:

  1. In the navigation panel of the Google Cloud console, select Monitoring, and then select  Dashboards:

    Go to Dashboards

  2. In the Add widget dialog, go to the Layout section, and then select Section header widget.
  3. On the widget, click Edit section, and complete the dialog:

    • The value of the Section name field is displayed in the table of contents.
    • The value for the Subheading field is displayed on the dashboard.
    • If you select *Add a divider to the Table of Contents, then a horizontal line is added after the entry in the table of contents.

Add a collapsible group widget

For information about using the Cloud Monitoring API to create a collapsible group widget, see Dashboard with a CollapsibleGroup widget.

To add a collapsible group widget by using the Google Cloud console, do the following:

  1. In the navigation panel of the Google Cloud console, select Monitoring, and then select  Dashboards:

    Go to Dashboards

  2. In the Add widget dialog, go to the Layout section, and then select Collapsible Group.
  3. To add a widget to the group, drag the widget to the group.

    After you add widgets to the group, you can use your pointer to resize and reposition those widgets.

  4. To add a descriptive title to the group, place your pointer on the widget to activate the toolbar, and then click Edit group.

  5. Optional: To ensure the group is collapsed by default, place your pointer on the widget to activate the toolbar, and then click Collapse group.

    When a collapsible group widget is collapsed, Monitoring retrieves the data for the widgets in the group at a lower priority than for other widgets. As a result, your dashboard loads more quickly.

Add a single-view group widget

For information about using the Cloud Monitoring API to create a single-view widget, see Dashboard with a SingleViewGroup widget.

To add a single-view group widget by using the Google Cloud console, do the following:

  1. In the navigation panel of the Google Cloud console, select Monitoring, and then select  Dashboards:

    Go to Dashboards

  2. If necessary, create the widgets that you want to add to the single-view widget.
  3. In the Add widget dialog, go to the Layout section, and then select Single View Group.

    A single-view group widget is added to your dashboard.

  4. Add widgets to the single-view group widget:

    1. In the single-view group widget, expand the Widget menu, and then select Edit group.
    2. Click Add widget, and then make a selection from the Add Widget menu.

    3. Repeat the previous step for each widget that you want to add to the single-view group widget.

    4. Use the Lower and Higher buttons to order the widgets in the group widget.

    5. Click Submit.

    The dashboard is refreshed and only one of the widgets that were added to the single-view group widget is visible. The toolbar for the displayed widget lets you edit the displayed widget or perform other actions.

What's next

You can also add the following widgets to your custom dashboards:

For information about exploring charted data and filtering your dashboards, see the following documents: