Class: DatadogAPIClient::V2::RumMetricCreateAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::RumMetricCreateAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/rum_metric_create_attributes.rb
Overview
The object describing the Datadog rum-based metric to create.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#compute ⇒ Object
readonly
The compute rule to compute the rum-based metric.
-
#event_type ⇒ Object
readonly
The type of RUM events to filter on.
-
#filter ⇒ Object
The rum-based metric filter.
-
#group_by ⇒ Object
The rules for the group by.
-
#uniqueness ⇒ Object
The rule to count updatable events.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/rum_metric_create_attributes.rb', line 39 def additional_properties @additional_properties end |
#compute ⇒ Object
The compute rule to compute the rum-based metric.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/rum_metric_create_attributes.rb', line 25 def compute @compute end |
#event_type ⇒ Object
The type of RUM events to filter on.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/rum_metric_create_attributes.rb', line 28 def event_type @event_type end |
#filter ⇒ Object
The rum-based metric filter. Events matching this filter will be aggregated in this metric.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/rum_metric_create_attributes.rb', line 31 def filter @filter end |
#group_by ⇒ Object
The rules for the group by.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/rum_metric_create_attributes.rb', line 34 def group_by @group_by end |
#uniqueness ⇒ Object
The rule to count updatable events. Is only set if event_type
is sessions
or views
.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/rum_metric_create_attributes.rb', line 37 def uniqueness @uniqueness end |