Sha256: 913564e0709ea83494f5c746f6c657b22089c7fca179429dc959e04605ce661a
Contents?: true
Size: 933 Bytes
Versions: 2
Compression:
Stored size: 933 Bytes
Contents
# DatadogAPIClient::V2::LogsGroupByHistogram ## Properties | Name | Type | Description | Notes | | ------------ | --------- | ------------------------------------------------------------------------------------------------------- | ----- | | **interval** | **Float** | The bin size of the histogram buckets | | | **max** | **Float** | The maximum value for the measure used in the histogram (values greater than this one are filtered out) | | | **min** | **Float** | The minimum value for the measure used in the histogram (values smaller than this one are filtered out) | | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::LogsGroupByHistogram.new( interval: 10, max: 100, min: 50 ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v2/LogsGroupByHistogram.md |
datadog_api_client-1.5.0 | docs/v2/LogsGroupByHistogram.md |