Class: DatadogAPIClient::V1::ApmStatsQueryDefinition
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::ApmStatsQueryDefinition
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/apm_stats_query_definition.rb
Overview
The APM stats query for table and distributions widgets.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#columns ⇒ Object
Column properties used by the front end for display.
-
#env ⇒ Object
readonly
Environment name.
-
#name ⇒ Object
readonly
Operation name associated with service.
-
#primary_tag ⇒ Object
readonly
The organization’s host group name and value.
-
#resource ⇒ Object
Resource name.
-
#row_type ⇒ Object
readonly
The level of detail for the request.
-
#service ⇒ Object
readonly
Service name.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
45 46 47 |
# File 'lib/datadog_api_client/v1/models/apm_stats_query_definition.rb', line 45 def additional_properties @additional_properties end |
#columns ⇒ Object
Column properties used by the front end for display.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/apm_stats_query_definition.rb', line 25 def columns @columns end |
#env ⇒ Object
Environment name.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/apm_stats_query_definition.rb', line 28 def env @env end |
#name ⇒ Object
Operation name associated with service.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/apm_stats_query_definition.rb', line 31 def name @name end |
#primary_tag ⇒ Object
The organization’s host group name and value.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/apm_stats_query_definition.rb', line 34 def primary_tag @primary_tag end |
#resource ⇒ Object
Resource name.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/apm_stats_query_definition.rb', line 37 def resource @resource end |
#row_type ⇒ Object
The level of detail for the request.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/apm_stats_query_definition.rb', line 40 def row_type @row_type end |
#service ⇒ Object
Service name.
43 44 45 |
# File 'lib/datadog_api_client/v1/models/apm_stats_query_definition.rb', line 43 def service @service end |