Class: DatadogAPIClient::V1::NotebookToplistCellAttributes

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/notebook_toplist_cell_attributes.rb

Overview

The attributes of a notebook ‘toplist` cell.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



36
37
38
# File 'lib/datadog_api_client/v1/models/notebook_toplist_cell_attributes.rb', line 36

def additional_properties
  @additional_properties
end

#definitionObject

The top list visualization enables you to display a list of Tag value like hostname or service with the most or least of any metric value, such as highest consumers of CPU, hosts with the least disk space, etc.



25
26
27
# File 'lib/datadog_api_client/v1/models/notebook_toplist_cell_attributes.rb', line 25

def definition
  @definition
end

#graph_sizeObject

The size of the graph.



28
29
30
# File 'lib/datadog_api_client/v1/models/notebook_toplist_cell_attributes.rb', line 28

def graph_size
  @graph_size
end

#split_byObject

Object describing how to split the graph to display multiple visualizations per request.



31
32
33
# File 'lib/datadog_api_client/v1/models/notebook_toplist_cell_attributes.rb', line 31

def split_by
  @split_by
end

#timeObject

Timeframe for the notebook cell. When ‘null’, the notebook global time is used.



34
35
36
# File 'lib/datadog_api_client/v1/models/notebook_toplist_cell_attributes.rb', line 34

def time
  @time
end