Class Widget (2.2.4)

Widget(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Widget contains a single dashboard component and configuration of how to present the component in the dashboard.

Attributes

NameDescription
title str
Optional. The title of the widget.
xy_chart google.cloud.monitoring_dashboard_v1.types.XyChart
A chart of time series data.
scorecard google.cloud.monitoring_dashboard_v1.types.Scorecard
A scorecard summarizing time series data.
text google.cloud.monitoring_dashboard_v1.types.Text
A raw string or markdown displaying textual content.
blank google.protobuf.empty_pb2.Empty
A blank space.
alert_chart google.cloud.monitoring_dashboard_v1.types.AlertChart
A chart of alert policy data.