Class: DatadogAPIClient::V2::MetricTagConfigurationMetricTypes

Inherits:
Object
  • Object
show all
Includes:
BaseEnumModel
Defined in:
lib/datadog_api_client/v2/models/metric_tag_configuration_metric_types.rb

Overview

The metric's type.

Constant Summary collapse

GAUGE =
"gauge".freeze
COUNT =
"count".freeze
RATE =
"rate".freeze
DISTRIBUTION =
"distribution".freeze

Method Summary

Methods included from BaseEnumModel

included