Sha256: e8397f3964e864ab316a264604398e704f77dfb0a6abf9f4c362f7df7298dfac

Contents?: true

Size: 1.55 KB

Versions: 2

Compression:

Stored size: 1.55 KB

Contents

# DatadogAPIClient::V2::LogsCompute

## Properties

| Name            | Type                                                      | Description                                                                                            | Notes                                  |
| --------------- | --------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ | -------------------------------------- |
| **aggregation** | [**LogsAggregationFunction**](LogsAggregationFunction.md) |                                                                                                        |                                        |
| **interval**    | **String**                                                | The time buckets' size (only used for type=timeseries) Defaults to a resolution of 150 points | [optional]                             |
| **metric**      | **String**                                                | The metric to use                                                                                      | [optional]                             |
| **type**        | [**LogsComputeType**](LogsComputeType.md)                 |                                                                                                        | [optional][default to 'total'] |

## Example

```ruby
require 'datadog_api_client/v2'

instance = DatadogAPIClient::V2::LogsCompute.new(
  aggregation: null,
  interval: 5m,
  metric: @duration,
  type: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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