Sha256: 1deb4dc652121636af1e99bd2ae237b0fe9b455136a787210e3fce131f74454d
Contents?: true
Size: 739 Bytes
Versions: 6
Compression:
Stored size: 739 Bytes
Contents
# DatadogAPIClient::V2::MetricTagConfigurationUpdateAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **include_percentiles** | **Boolean** | Toggle to include/exclude percentiles for a distribution metric. Defaults to false. Can only be applied to metrics that have a `metric_type` of `distribution`. | [optional][default to false] | | **tags** | **Array<String>** | A list of tag keys that will be queryable for your metric. | [optional] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::MetricTagConfigurationUpdateAttributes.new( include_percentiles: true, tags: ["app","datacenter"] ) ```
Version data entries
6 entries across 6 versions & 1 rubygems