Class: DatadogAPIClient::V2::AggregatedSlowFCPHighBytes

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_bytesObject

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_msObject

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_fcpObject

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

#fingerprintObject

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_scoreObject

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

#platformObject

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_occurrencesObject

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