Class: DatadogAPIClient::V2::ObservabilityPipelineAggregateProcessorMode

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

Overview

The aggregation mode applied to metrics that share the same name and tags within the interval.

Constant Summary collapse

AUTO =
"auto".freeze
SUM =
"sum".freeze
LATEST =
"latest".freeze
COUNT =
"count".freeze
MAX =
"max".freeze
MIN =
"min".freeze
MEAN =
"mean".freeze

Method Summary

Methods included from BaseEnumModel

included