Sha256: 7d44d59fd846565107480c27655ce2f11a43872c725f77ed20a5333ccc13a2f2

Contents?: true

Size: 821 Bytes

Versions: 2

Compression:

Stored size: 821 Bytes

Contents

# DatadogAPIClient::V2::LogsMetricResponseGroupBy

## Properties

| Name         | Type       | Description                                                                                         | Notes      |
| ------------ | ---------- | --------------------------------------------------------------------------------------------------- | ---------- |
| **path**     | **String** | The path to the value the log-based metric will be aggregated over.                                 | [optional] |
| **tag_name** | **String** | Eventual name of the tag that gets created. By default, the path attribute is used as the tag name. | [optional] |

## Example

```ruby
require 'datadog_api_client/v2'

instance = DatadogAPIClient::V2::LogsMetricResponseGroupBy.new(
  path: @http.status_code,
  tag_name: status_code
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v2/LogsMetricResponseGroupBy.md
datadog_api_client-1.5.0 docs/v2/LogsMetricResponseGroupBy.md