Class: DatadogAPIClient::V1::DistributionWidgetDefinition
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::DistributionWidgetDefinition
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/distribution_widget_definition.rb
Overview
The Distribution visualization is another way of showing metrics aggregated across one or several tags, such as hosts. Unlike the heat map, a distribution graph’s x-axis is quantity rather than time.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#custom_links ⇒ Object
A list of custom links.
-
#legend_size ⇒ Object
(Deprecated) The widget legend was replaced by a tooltip and sidebar.
-
#markers ⇒ Object
List of markers.
-
#requests ⇒ Object
readonly
Array of one request object to display in the widget.
-
#show_legend ⇒ Object
(Deprecated) The widget legend was replaced by a tooltip and sidebar.
-
#time ⇒ Object
Time setting for the widget.
-
#title ⇒ Object
Title of the widget.
-
#title_align ⇒ Object
How to align the text on the widget.
-
#title_size ⇒ Object
Size of the title.
-
#type ⇒ Object
readonly
Type of the distribution widget.
-
#xaxis ⇒ Object
X Axis controls for the distribution widget.
-
#yaxis ⇒ Object
Y Axis controls for the distribution widget.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
65 66 67 |
# File 'lib/datadog_api_client/v1/models/distribution_widget_definition.rb', line 65 def additional_properties @additional_properties end |
#custom_links ⇒ Object
A list of custom links.
27 28 29 |
# File 'lib/datadog_api_client/v1/models/distribution_widget_definition.rb', line 27 def custom_links @custom_links end |
#legend_size ⇒ Object
(Deprecated) The widget legend was replaced by a tooltip and sidebar.
30 31 32 |
# File 'lib/datadog_api_client/v1/models/distribution_widget_definition.rb', line 30 def legend_size @legend_size end |
#markers ⇒ Object
List of markers.
33 34 35 |
# File 'lib/datadog_api_client/v1/models/distribution_widget_definition.rb', line 33 def markers @markers end |
#requests ⇒ Object
Array of one request object to display in the widget.
See the dedicated [Request JSON schema documentation](docs.datadoghq.com/dashboards/graphing_json/request_json)
to learn how to build the `REQUEST_SCHEMA`.
39 40 41 |
# File 'lib/datadog_api_client/v1/models/distribution_widget_definition.rb', line 39 def requests @requests end |
#show_legend ⇒ Object
(Deprecated) The widget legend was replaced by a tooltip and sidebar.
42 43 44 |
# File 'lib/datadog_api_client/v1/models/distribution_widget_definition.rb', line 42 def show_legend @show_legend end |
#time ⇒ Object
Time setting for the widget.
45 46 47 |
# File 'lib/datadog_api_client/v1/models/distribution_widget_definition.rb', line 45 def time @time end |
#title ⇒ Object
Title of the widget.
48 49 50 |
# File 'lib/datadog_api_client/v1/models/distribution_widget_definition.rb', line 48 def title @title end |
#title_align ⇒ Object
How to align the text on the widget.
51 52 53 |
# File 'lib/datadog_api_client/v1/models/distribution_widget_definition.rb', line 51 def title_align @title_align end |
#title_size ⇒ Object
Size of the title.
54 55 56 |
# File 'lib/datadog_api_client/v1/models/distribution_widget_definition.rb', line 54 def title_size @title_size end |
#type ⇒ Object
Type of the distribution widget.
57 58 59 |
# File 'lib/datadog_api_client/v1/models/distribution_widget_definition.rb', line 57 def type @type end |
#xaxis ⇒ Object
X Axis controls for the distribution widget.
60 61 62 |
# File 'lib/datadog_api_client/v1/models/distribution_widget_definition.rb', line 60 def xaxis @xaxis end |
#yaxis ⇒ Object
Y Axis controls for the distribution widget.
63 64 65 |
# File 'lib/datadog_api_client/v1/models/distribution_widget_definition.rb', line 63 def yaxis @yaxis end |