Class: DatadogAPIClient::V1::NotebookDistributionCellAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::NotebookDistributionCellAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/notebook_distribution_cell_attributes.rb
Overview
The attributes of a notebook ‘distribution` cell.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#definition ⇒ Object
readonly
The Distribution visualization is another way of showing metrics aggregated across one or several tags, such as hosts.
-
#graph_size ⇒ Object
The size of the graph.
-
#split_by ⇒ Object
Object describing how to split the graph to display multiple visualizations per request.
-
#time ⇒ Object
Timeframe for the notebook cell.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
38 39 40 |
# File 'lib/datadog_api_client/v1/models/notebook_distribution_cell_attributes.rb', line 38 def additional_properties @additional_properties end |
#definition ⇒ Object
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.
27 28 29 |
# File 'lib/datadog_api_client/v1/models/notebook_distribution_cell_attributes.rb', line 27 def definition @definition end |
#graph_size ⇒ Object
The size of the graph.
30 31 32 |
# File 'lib/datadog_api_client/v1/models/notebook_distribution_cell_attributes.rb', line 30 def graph_size @graph_size end |
#split_by ⇒ Object
Object describing how to split the graph to display multiple visualizations per request.
33 34 35 |
# File 'lib/datadog_api_client/v1/models/notebook_distribution_cell_attributes.rb', line 33 def split_by @split_by end |
#time ⇒ Object
Timeframe for the notebook cell. When ‘null’, the notebook global time is used.
36 37 38 |
# File 'lib/datadog_api_client/v1/models/notebook_distribution_cell_attributes.rb', line 36 def time @time end |