Class: DatadogAPIClient::V1::ServiceSummaryWidgetDefinition

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

Overview

The service summary displays the graphs of a chosen service in your screenboard. Only available on FREE layout dashboards.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



72
73
74
# File 'lib/datadog_api_client/v1/models/service_summary_widget_definition.rb', line 72

def additional_properties
  @additional_properties
end

#display_formatObject

Number of columns to display.



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

def display_format
  @display_format
end

#envObject

APM environment.



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

def env
  @env
end

#serviceObject

APM service.



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

def service
  @service
end

#show_breakdownObject

Whether to show the latency breakdown or not.



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

def show_breakdown
  @show_breakdown
end

#show_distributionObject

Whether to show the latency distribution or not.



37
38
39
# File 'lib/datadog_api_client/v1/models/service_summary_widget_definition.rb', line 37

def show_distribution
  @show_distribution
end

#show_errorsObject

Whether to show the error metrics or not.



40
41
42
# File 'lib/datadog_api_client/v1/models/service_summary_widget_definition.rb', line 40

def show_errors
  @show_errors
end

#show_hitsObject

Whether to show the hits metrics or not.



43
44
45
# File 'lib/datadog_api_client/v1/models/service_summary_widget_definition.rb', line 43

def show_hits
  @show_hits
end

#show_latencyObject

Whether to show the latency metrics or not.



46
47
48
# File 'lib/datadog_api_client/v1/models/service_summary_widget_definition.rb', line 46

def show_latency
  @show_latency
end

#show_resource_listObject

Whether to show the resource list or not.



49
50
51
# File 'lib/datadog_api_client/v1/models/service_summary_widget_definition.rb', line 49

def show_resource_list
  @show_resource_list
end

#size_formatObject

Size of the widget.



52
53
54
# File 'lib/datadog_api_client/v1/models/service_summary_widget_definition.rb', line 52

def size_format
  @size_format
end

#span_nameObject

APM span name.



55
56
57
# File 'lib/datadog_api_client/v1/models/service_summary_widget_definition.rb', line 55

def span_name
  @span_name
end

#timeObject

Time setting for the widget.



58
59
60
# File 'lib/datadog_api_client/v1/models/service_summary_widget_definition.rb', line 58

def time
  @time
end

#titleObject

Title of the widget.



61
62
63
# File 'lib/datadog_api_client/v1/models/service_summary_widget_definition.rb', line 61

def title
  @title
end

#title_alignObject

How to align the text on the widget.



64
65
66
# File 'lib/datadog_api_client/v1/models/service_summary_widget_definition.rb', line 64

def title_align
  @title_align
end

#title_sizeObject

Size of the title.



67
68
69
# File 'lib/datadog_api_client/v1/models/service_summary_widget_definition.rb', line 67

def title_size
  @title_size
end

#typeObject

Type of the service summary widget.



70
71
72
# File 'lib/datadog_api_client/v1/models/service_summary_widget_definition.rb', line 70

def type
  @type
end