Sha256: 0d4f7d4339748feb029ffddd8c58b564d4994d48451470452feca3cfc0fac1e3

Contents?: true

Size: 1.18 KB

Versions: 2

Compression:

Stored size: 1.18 KB

Contents

# DatadogAPIClient::V2::LogsMetricCompute

## Properties

| Name                 | Type                                                                        | Description                                                                                                                       | Notes      |
| -------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- | ---------- |
| **aggregation_type** | [**LogsMetricComputeAggregationType**](LogsMetricComputeAggregationType.md) |                                                                                                                                   |            |
| **path**             | **String**                                                                  | The path to the value the log-based metric will aggregate on (only used if the aggregation type is a \"distribution\"). | [optional] |

## Example

```ruby
require 'datadog_api_client/v2'

instance = DatadogAPIClient::V2::LogsMetricCompute.new(
  aggregation_type: null,
  path: @duration
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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