Sha256: 7f78d467bb558ba9a7d1789650cac633ad54b147a1b949ff5275bd211d00664c
Contents?: true
Size: 546 Bytes
Versions: 7
Compression:
Stored size: 546 Bytes
Contents
# DatadogAPIClient::V2::LogsMetricGroupBy ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **path** | **String** | The path to the value the log-based metric will be aggregated over. | | | **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::LogsMetricGroupBy.new( path: @http.status_code, tag_name: status_code ) ```
Version data entries
7 entries across 7 versions & 1 rubygems