Class: DatadogAPIClient::V2::SpansGroupBy
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SpansGroupBy
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/spans_group_by.rb
Overview
A group by rule.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#facet ⇒ Object
readonly
The name of the facet to use (required).
-
#histogram ⇒ Object
Used to perform a histogram computation (only for measure facets).
-
#limit ⇒ Object
The maximum buckets to return for this group by.
-
#missing ⇒ Object
The value to use for spans that don’t have the facet used to group by.
-
#sort ⇒ Object
A sort rule.
-
#total ⇒ Object
A resulting object to put the given computes in over all the matching records.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/spans_group_by.rb', line 43 def additional_properties @additional_properties end |
#facet ⇒ Object
The name of the facet to use (required).
25 26 27 |
# File 'lib/datadog_api_client/v2/models/spans_group_by.rb', line 25 def facet @facet end |
#histogram ⇒ Object
Used to perform a histogram computation (only for measure facets). Note: At most 100 buckets are allowed, the number of buckets is (max - min)/interval.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/spans_group_by.rb', line 29 def histogram @histogram end |
#limit ⇒ Object
The maximum buckets to return for this group by.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/spans_group_by.rb', line 32 def limit @limit end |
#missing ⇒ Object
The value to use for spans that don’t have the facet used to group by.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/spans_group_by.rb', line 35 def missing @missing end |
#sort ⇒ Object
A sort rule.
38 39 40 |
# File 'lib/datadog_api_client/v2/models/spans_group_by.rb', line 38 def sort @sort end |
#total ⇒ Object
A resulting object to put the given computes in over all the matching records.
41 42 43 |
# File 'lib/datadog_api_client/v2/models/spans_group_by.rb', line 41 def total @total end |