Sha256: c2d7066a7b1a8592218a0501e205793ed28967e37e868f9b8c87dcc325d2c181

Contents?: true

Size: 855 Bytes

Versions: 2

Compression:

Stored size: 855 Bytes

Contents

# DatadogAPIClient::V1::ProcessQueryDefinition

## Properties

| Name          | Type                    | Description                             | Notes      |
| ------------- | ----------------------- | --------------------------------------- | ---------- |
| **filter_by** | **Array<String>** | List of processes.                      | [optional] |
| **limit**     | **Integer**             | Max number of items in the filter list. | [optional] |
| **metric**    | **String**              | Your chosen metric.                     |            |
| **search_by** | **String**              | Your chosen search term.                | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::ProcessQueryDefinition.new(
  filter_by: null,
  limit: null,
  metric: system.load.1,
  search_by: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/ProcessQueryDefinition.md
datadog_api_client-1.5.0 docs/v1/ProcessQueryDefinition.md