Sha256: e2a9e5c996f55a3b97363e18567a20c89d292ce077d17095405885cc73b352f5
Contents?: true
Size: 661 Bytes
Versions: 7
Compression:
Stored size: 661 Bytes
Contents
# DatadogAPIClient::V2::LogsAggregateBucket ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **by** | **Hash<String, String>** | The key, value pairs for each group by | [optional] | | **computes** | [**Hash<String, LogsAggregateBucketValue>**](LogsAggregateBucketValue.md) | A map of the metric name -> value for regular compute or list of values for a timeseries | [optional] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::LogsAggregateBucket.new( by: {"@state":"success","@version":"abc"}, computes: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems