Sha256: d80628512e12690b3d92a01084110c95caefe31ad4c90229a539e7a4431a8e16
Contents?: true
Size: 572 Bytes
Versions: 6
Compression:
Stored size: 572 Bytes
Contents
# DatadogAPIClient::V2::LogsMetricResponseGroupBy ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **path** | **String** | The path to the value the log-based metric will be aggregated over. | [optional] | | **tag_name** | **String** | Eventual name of the tag that gets created. By default, the path attribute is used as the tag name. | [optional] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::LogsMetricResponseGroupBy.new( path: @http.status_code, tag_name: status_code ) ```
Version data entries
6 entries across 6 versions & 1 rubygems