Sha256: 853b851ec1c797f04e780947b0e068f3ee99899fac2d546c5bd7920c8854cc32
Contents?: true
Size: 1.25 KB
Versions: 3
Compression:
Stored size: 1.25 KB
Contents
# DatadogAPIClient::V1::SLOHistoryMetricsSeriesMetadata ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **aggr** | **String** | Query aggregator function. | [optional] | | **expression** | **String** | Query expression. | [optional] | | **metric** | **String** | Query metric used. | [optional] | | **query_index** | **Integer** | Query index from original combined query. | [optional] | | **scope** | **String** | Query scope. | [optional] | | **unit** | [**Array<SLOHistoryMetricsSeriesMetadataUnit>**](SLOHistoryMetricsSeriesMetadataUnit.md) | An array of metric units that contains up to two unit objects. For example, bytes represents one unit object and bytes per second represents two unit objects. If a metric query only has one unit object, the second array element is null. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SLOHistoryMetricsSeriesMetadata.new( aggr: null, expression: null, metric: null, query_index: null, scope: null, unit: [{"family":"bytes","scale_factor":1.0,"name":"byte","short_name":"B","plural":"bytes","id":2},null] ) ```
Version data entries
3 entries across 3 versions & 1 rubygems