Class: DatadogAPIClient::V2::AggregatedUncompressedResource
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AggregatedUncompressedResource
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/aggregated_uncompressed_resource.rb
Overview
Aggregated uncompressed resource detection grouped by URL path.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#avg_body_size ⇒ Object
readonly
Average uncompressed body size in bytes.
-
#avg_duration ⇒ Object
readonly
Average resource loading duration in nanoseconds.
-
#fingerprint ⇒ Object
readonly
Unique fingerprint identifying this detection group.
-
#impact_score ⇒ Object
readonly
Impact score combining view frequency and resource size.
-
#instance_count ⇒ Object
readonly
Total number of detection instances across sampled views.
-
#provider_type ⇒ Object
CDN or hosting provider type for the resource.
-
#render_blocking ⇒ Object
Whether the resource is render-blocking.
-
#resource_type ⇒ Object
readonly
Type of the resource (JS, CSS, image, fetch, and so on).
-
#url_path_group ⇒ Object
readonly
Normalized URL path pattern for the uncompressed resource.
-
#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.
54 55 56 |
# File 'lib/datadog_api_client/v2/models/aggregated_uncompressed_resource.rb', line 54 def additional_properties @additional_properties end |
#avg_body_size ⇒ Object
Average uncompressed body size in bytes.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/aggregated_uncompressed_resource.rb', line 25 def avg_body_size @avg_body_size end |
#avg_duration ⇒ Object
Average resource loading duration in nanoseconds.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/aggregated_uncompressed_resource.rb', line 28 def avg_duration @avg_duration end |
#fingerprint ⇒ Object
Unique fingerprint identifying this detection group.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/aggregated_uncompressed_resource.rb', line 31 def fingerprint @fingerprint end |
#impact_score ⇒ Object
Impact score combining view frequency and resource size.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/aggregated_uncompressed_resource.rb', line 34 def impact_score @impact_score end |
#instance_count ⇒ Object
Total number of detection instances across sampled views.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/aggregated_uncompressed_resource.rb', line 37 def instance_count @instance_count end |
#provider_type ⇒ Object
CDN or hosting provider type for the resource.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/aggregated_uncompressed_resource.rb', line 40 def provider_type @provider_type end |
#render_blocking ⇒ Object
Whether the resource is render-blocking.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/aggregated_uncompressed_resource.rb', line 43 def render_blocking @render_blocking end |
#resource_type ⇒ Object
Type of the resource (JS, CSS, image, fetch, and so on).
46 47 48 |
# File 'lib/datadog_api_client/v2/models/aggregated_uncompressed_resource.rb', line 46 def resource_type @resource_type end |
#url_path_group ⇒ Object
Normalized URL path pattern for the uncompressed resource.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/aggregated_uncompressed_resource.rb', line 49 def url_path_group @url_path_group end |
#view_occurrences ⇒ Object
Number of sampled views where this detection occurred.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/aggregated_uncompressed_resource.rb', line 52 def view_occurrences @view_occurrences end |