Class: DatadogAPIClient::V2::SpansMetricGroupBy
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SpansMetricGroupBy
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/spans_metric_group_by.rb
Overview
A group by rule.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#path ⇒ Object
readonly
The path to the value the span-based metric will be aggregated over.
-
#tag_name ⇒ Object
Eventual name of the tag that gets created.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/spans_metric_group_by.rb', line 30 def additional_properties @additional_properties end |
#path ⇒ Object
The path to the value the span-based metric will be aggregated over.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/spans_metric_group_by.rb', line 25 def path @path end |
#tag_name ⇒ Object
Eventual name of the tag that gets created. By default, the path attribute is used as the tag name.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/spans_metric_group_by.rb', line 28 def tag_name @tag_name end |