Class: DatadogAPIClient::V2::WidgetType

Inherits:
Object
  • Object
show all
Includes:
BaseEnumModel
Defined in:
lib/datadog_api_client/v2/models/widget_type.rb

Overview

Widget types that are allowed to be stored as individual records. This is not a complete list of dashboard and notebook widget types.

Constant Summary collapse

BAR_CHART =
"bar_chart".freeze
CHANGE =
"change".freeze
CLOUD_COST_SUMMARY =
"cloud_cost_summary".freeze
COHORT =
"cohort".freeze
FUNNEL =
"funnel".freeze
GEOMAP =
"geomap".freeze
LIST_STREAM =
"list_stream".freeze
QUERY_TABLE =
"query_table".freeze
QUERY_VALUE =
"query_value".freeze
RETENTION_CURVE =
"retention_curve".freeze
SANKEY =
"sankey".freeze
SUNBURST =
"sunburst".freeze
TIMESERIES =
"timeseries".freeze
TOPLIST =
"toplist".freeze
TREEMAP =
"treemap".freeze

Method Summary

Methods included from BaseEnumModel

included