Sha256: b27fdc68237070fdb3b9eee87b07c3c268dee0727e77a1d16660d6ab0e4ec335
Contents?: true
Size: 1.08 KB
Versions: 6
Compression:
Stored size: 1.08 KB
Contents
# DatadogAPIClient::V2::MetricTagConfigurationAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **created_at** | **Time** | Timestamp when the tag configuration was created. | [optional] | | **include_percentiles** | **Boolean** | Toggle to turn on/off percentile aggregations for distribution metrics. Only present when the `metric_type` is `distribution`. | [optional] | | **metric_type** | [**MetricTagConfigurationMetricTypes**](MetricTagConfigurationMetricTypes.md) | | [optional][default to 'gauge'] | | **modified_at** | **Time** | Timestamp when the tag configuration was last modified. | [optional] | | **tags** | **Array<String>** | List of tag keys on which to group. | [optional] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::MetricTagConfigurationAttributes.new( created_at: 2020-03-31T09:48:37.463835Z, include_percentiles: true, metric_type: null, modified_at: 2020-03-31T09:48:37.463835Z, tags: ["app","datacenter"] ) ```
Version data entries
6 entries across 6 versions & 1 rubygems