Sha256: f86960fe0930a064bab1229065229d593d9a899cd351b7dd2016ab898f59d788

Contents?: true

Size: 617 Bytes

Versions: 6

Compression:

Stored size: 617 Bytes

Contents

# DatadogAPIClient::V2::LogsMetricResponseCompute

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **aggregation_type** | [**LogsMetricResponseComputeAggregationType**](LogsMetricResponseComputeAggregationType.md) |  | [optional] |
| **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::LogsMetricResponseCompute.new(
  aggregation_type: null,
  path: @duration
)
```

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v2/LogsMetricResponseCompute.md
datadog_api_client-1.3.0 docs/v2/LogsMetricResponseCompute.md
datadog_api_client-1.2.0 docs/v2/LogsMetricResponseCompute.md
datadog_api_client-1.1.0 docs/v2/LogsMetricResponseCompute.md
datadog_api_client-1.0.0 docs/v2/LogsMetricResponseCompute.md
datadog_api_client-1.0.0.beta.3 docs/v2/LogsMetricResponseCompute.md