Class: DatadogAPIClient::V1::NotebookDistributionCellAttributes

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#definitionObject

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_sizeObject

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_byObject

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

#timeObject

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