Class: DatadogAPIClient::V1::FormulaAndFunctionApmDependencyStatName

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

Overview

APM statistic.

Constant Summary collapse

AVG_DURATION =
"avg_duration".freeze
AVG_ROOT_DURATION =
"avg_root_duration".freeze
AVG_SPANS_PER_TRACE =
"avg_spans_per_trace".freeze
ERROR_RATE =
"error_rate".freeze
PCT_EXEC_TIME =
"pct_exec_time".freeze
PCT_OF_TRACES =
"pct_of_traces".freeze
TOTAL_TRACES_COUNT =
"total_traces_count".freeze

Method Summary

Methods included from BaseEnumModel

included