Class: DatadogAPIClient::V2::ObservabilityPipelineTagCardinalityLimitProcessorPerTagMode

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

Overview

How the per-tag override is applied. limit_override enforces a custom limit on the tag; excluded skips the tag from cardinality tracking.

Constant Summary collapse

LIMIT_OVERRIDE =
"limit_override".freeze
EXCLUDED =
"excluded".freeze

Method Summary

Methods included from BaseEnumModel

included