Module: OCI::ApmConfig::Models

Defined in:
lib/oci/apm_config/apm_config.rb,
lib/oci/apm_config/models/sort_orders.rb,
lib/oci/apm_config/models/config_types.rb

Overview

Module containing models for requests made to, and responses received from, OCI ApmConfig services

Defined Under Namespace

Classes: Apdex, ApdexRules, ApdexRulesSummary, Config, ConfigCollection, ConfigSummary, CreateApdexRulesDetails, CreateConfigDetails, CreateMetricGroupDetails, CreateSpanFilterDetails, Dimension, Metric, MetricGroup, MetricGroupSummary, SpanFilter, SpanFilterSummary, UpdateApdexRulesDetails, UpdateConfigDetails, UpdateMetricGroupDetails, UpdateSpanFilterDetails

Constant Summary collapse

SORT_ORDERS_ENUM =
[
  SORT_ORDERS_ASC = 'ASC'.freeze,
  SORT_ORDERS_DESC = 'DESC'.freeze
].freeze
CONFIG_TYPES_ENUM =
[
  CONFIG_TYPES_SPAN_FILTER = 'SPAN_FILTER'.freeze,
  CONFIG_TYPES_METRIC_GROUP = 'METRIC_GROUP'.freeze,
  CONFIG_TYPES_APDEX = 'APDEX'.freeze
].freeze