Sha256: d73b69d67e93bef12cbadf5cb2fa1de944d92046927615d3ea5ad932a9e2772e

Contents?: true

Size: 1.26 KB

Versions: 2

Compression:

Stored size: 1.26 KB

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

2 entries across 2 versions & 1 rubygems

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