Class: DatadogAPIClient::V1::NotebookTimeseriesCellAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::NotebookTimeseriesCellAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/notebook_timeseries_cell_attributes.rb
Overview
The attributes of a notebook ‘timeseries` cell.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#definition ⇒ Object
readonly
The timeseries visualization allows you to display the evolution of one or more metrics, log events, or Indexed Spans over time.
-
#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.
36 37 38 |
# File 'lib/datadog_api_client/v1/models/notebook_timeseries_cell_attributes.rb', line 36 def additional_properties @additional_properties end |
#definition ⇒ Object
The timeseries visualization allows you to display the evolution of one or more metrics, log events, or Indexed Spans over time.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/notebook_timeseries_cell_attributes.rb', line 25 def definition @definition end |
#graph_size ⇒ Object
The size of the graph.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/notebook_timeseries_cell_attributes.rb', line 28 def graph_size @graph_size end |
#split_by ⇒ Object
Object describing how to split the graph to display multiple visualizations per request.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/notebook_timeseries_cell_attributes.rb', line 31 def split_by @split_by end |
#time ⇒ Object
Timeframe for the notebook cell. When ‘null’, the notebook global time is used.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/notebook_timeseries_cell_attributes.rb', line 34 def time @time end |