Sha256: 06f70298e3285be978650d5a907cbf17be85b18a9bd05d65cf3d0331b58b3961
Contents?: true
Size: 884 Bytes
Versions: 6
Compression:
Stored size: 884 Bytes
Contents
# DatadogAPIClient::V2::MetricTagConfigurationCreateAttributes ## 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] | | **metric_type** | [**MetricTagConfigurationMetricTypes**](MetricTagConfigurationMetricTypes.md) | | [default to 'gauge'] | | **tags** | **Array<String>** | A list of tag keys that will be queryable for your metric. | | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::MetricTagConfigurationCreateAttributes.new( include_percentiles: true, metric_type: null, tags: ["app","datacenter"] ) ```
Version data entries
6 entries across 6 versions & 1 rubygems