Class: DatadogAPIClient::V2::SpansMetricGroupBy

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

Overview

A group by rule.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#pathObject

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_nameObject

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