Sha256: f86960fe0930a064bab1229065229d593d9a899cd351b7dd2016ab898f59d788
Contents?: true
Size: 617 Bytes
Versions: 6
Compression:
Stored size: 617 Bytes
Contents
# DatadogAPIClient::V2::LogsMetricResponseCompute ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **aggregation_type** | [**LogsMetricResponseComputeAggregationType**](LogsMetricResponseComputeAggregationType.md) | | [optional] | | **path** | **String** | The path to the value the log-based metric will aggregate on (only used if the aggregation type is a \"distribution\"). | [optional] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::LogsMetricResponseCompute.new( aggregation_type: null, path: @duration ) ```
Version data entries
6 entries across 6 versions & 1 rubygems