Sha256: 24a015e01d7a55977078966d43075507b4ca2d74fc3be95ec640cec2b9b0ceef
Contents?: true
Size: 651 Bytes
Versions: 2
Compression:
Stored size: 651 Bytes
Contents
# DatadogAPIClient::V1::MonitorOptionsAggregation ## Properties | Name | Type | Description | Notes | | ------------ | ---------- | ----------------------------------- | ---------- | | **group_by** | **String** | Group to break down the monitor on. | [optional] | | **metric** | **String** | Metric name used in the monitor. | [optional] | | **type** | **String** | Metric type used in the monitor. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::MonitorOptionsAggregation.new( group_by: host, metric: metrics.name, type: count ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/MonitorOptionsAggregation.md |
datadog_api_client-1.5.0 | docs/v1/MonitorOptionsAggregation.md |