Class: DatadogAPIClient::V2::ObservabilityPipelineTagCardinalityLimitProcessorPerMetricMode

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

Overview

How the per-metric override is applied. tracked enforces a custom limit; excluded skips the metric entirely.

Constant Summary collapse

TRACKED =
"tracked".freeze
EXCLUDED =
"excluded".freeze

Method Summary

Methods included from BaseEnumModel

included