Class: DatadogAPIClient::V2::AggregatedSlowFCPHighBytes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AggregatedSlowFCPHighBytes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/aggregated_slow_fcp_high_bytes.rb
Overview
Aggregated slow first contentful paint with high byte count detection.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#avg_bytes_before_fcp_bytes ⇒ Object
readonly
Average total bytes loaded before first contentful paint.
-
#avg_first_contentful_paint_ms ⇒ Object
readonly
Average first contentful paint time in milliseconds.
-
#avg_resource_count_before_fcp ⇒ Object
readonly
Average number of resources loaded before first contentful paint.
-
#fingerprint ⇒ Object
readonly
Unique fingerprint identifying this detection group.
-
#impact_score ⇒ Object
readonly
Impact score for this detection.
-
#platform ⇒ Object
readonly
Platform identifier for the affected views.
-
#view_occurrences ⇒ Object
readonly
Number of sampled views where this detection occurred.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
45 46 47 |
# File 'lib/datadog_api_client/v2/models/aggregated_slow_fcp_high_bytes.rb', line 45 def additional_properties @additional_properties end |
#avg_bytes_before_fcp_bytes ⇒ Object
Average total bytes loaded before first contentful paint.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/aggregated_slow_fcp_high_bytes.rb', line 25 def avg_bytes_before_fcp_bytes @avg_bytes_before_fcp_bytes end |
#avg_first_contentful_paint_ms ⇒ Object
Average first contentful paint time in milliseconds.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/aggregated_slow_fcp_high_bytes.rb', line 28 def avg_first_contentful_paint_ms @avg_first_contentful_paint_ms end |
#avg_resource_count_before_fcp ⇒ Object
Average number of resources loaded before first contentful paint.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/aggregated_slow_fcp_high_bytes.rb', line 31 def avg_resource_count_before_fcp @avg_resource_count_before_fcp end |
#fingerprint ⇒ Object
Unique fingerprint identifying this detection group.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/aggregated_slow_fcp_high_bytes.rb', line 34 def fingerprint @fingerprint end |
#impact_score ⇒ Object
Impact score for this detection.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/aggregated_slow_fcp_high_bytes.rb', line 37 def impact_score @impact_score end |
#platform ⇒ Object
Platform identifier for the affected views.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/aggregated_slow_fcp_high_bytes.rb', line 40 def platform @platform end |
#view_occurrences ⇒ Object
Number of sampled views where this detection occurred.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/aggregated_slow_fcp_high_bytes.rb', line 43 def view_occurrences @view_occurrences end |