Sha256: e39d2c7b5b841cfde907a6d977eb69d7cae4e959262970d316a4a27912466e2b

Contents?: true

Size: 805 Bytes

Versions: 2

Compression:

Stored size: 805 Bytes

Contents

# DatadogAPIClient::V2::LogsMetricGroupBy

## Properties

| Name         | Type       | Description                                                                                         | Notes      |
| ------------ | ---------- | --------------------------------------------------------------------------------------------------- | ---------- |
| **path**     | **String** | The path to the value the log-based metric will be aggregated over.                                 |            |
| **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::LogsMetricGroupBy.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/LogsMetricGroupBy.md
datadog_api_client-1.5.0 docs/v2/LogsMetricGroupBy.md