Sha256: 62e536ca8b26a898980c03cb8f0efd53f7440e096456d90218129d2fe655fed1
Contents?: true
Size: 1.17 KB
Versions: 6
Compression:
Stored size: 1.17 KB
Contents
# DatadogAPIClient::V1::SLOHistoryMetrics ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **denominator** | [**SLOHistoryMetricsSeries**](SLOHistoryMetricsSeries.md) | | | | **interval** | **Integer** | The aggregated query interval for the series data. It's implicit based on the query time window. | | | **message** | **String** | Optional message if there are specific query issues/warnings. | [optional] | | **numerator** | [**SLOHistoryMetricsSeries**](SLOHistoryMetricsSeries.md) | | | | **query** | **String** | The combined numerator and denominator query CSV. | | | **res_type** | **String** | The series result type. This mimics `batch_query` response type. | | | **resp_version** | **Integer** | The series response version type. This mimics `batch_query` response type. | | | **times** | **Array<Float>** | An array of query timestamps in EPOCH milliseconds | | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SLOHistoryMetrics.new( denominator: null, interval: 0, message: , numerator: null, query: , res_type: , resp_version: 0, times: [] ) ```
Version data entries
6 entries across 6 versions & 1 rubygems