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,
lib/oci/apm_config/models/metric_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, CreateOptionsDetails, CreateSpanFilterDetails, Dimension, Metric, MetricGroup, MetricGroupSummary, Namespace, NamespaceCollection, NamespaceMetric, NamespaceMetricCollection, Options, OptionsSummary, RetrieveNamespaceMetricsDetails, SpanFilter, SpanFilterReference, SpanFilterSummary, UpdateApdexRulesDetails, UpdateConfigDetails, UpdateMetricGroupDetails, UpdateOptionsDetails, UpdateSpanFilterDetails, ValidateSpanFilterPatternDetails
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, CONFIG_TYPES_OPTIONS = 'OPTIONS'.freeze ].freeze
- METRIC_TYPES_ENUM =
[ METRIC_TYPES_COUNTER = 'COUNTER'.freeze, METRIC_TYPES_GAUGE = 'GAUGE'.freeze ].freeze