Class: DatadogAPIClient::V2::AggregatedLowCacheHitRate
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AggregatedLowCacheHitRate
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/aggregated_low_cache_hit_rate.rb
Overview
Aggregated low cache hit rate detection at view level.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#avg_cache_hit_rate ⇒ Object
readonly
Average cache hit rate across affected views.
-
#avg_resource_download_size_bytes ⇒ Object
readonly
Average total download size of uncached resources in bytes.
-
#fingerprint ⇒ Object
readonly
Unique fingerprint identifying this detection group.
-
#impact_score ⇒ Object
readonly
Impact score for this detection.
-
#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.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/aggregated_low_cache_hit_rate.rb', line 39 def additional_properties @additional_properties end |
#avg_cache_hit_rate ⇒ Object
Average cache hit rate across affected views.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/aggregated_low_cache_hit_rate.rb', line 25 def avg_cache_hit_rate @avg_cache_hit_rate end |
#avg_resource_download_size_bytes ⇒ Object
Average total download size of uncached resources in bytes.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/aggregated_low_cache_hit_rate.rb', line 28 def avg_resource_download_size_bytes @avg_resource_download_size_bytes end |
#fingerprint ⇒ Object
Unique fingerprint identifying this detection group.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/aggregated_low_cache_hit_rate.rb', line 31 def fingerprint @fingerprint end |
#impact_score ⇒ Object
Impact score for this detection.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/aggregated_low_cache_hit_rate.rb', line 34 def impact_score @impact_score end |
#view_occurrences ⇒ Object
Number of sampled views where this detection occurred.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/aggregated_low_cache_hit_rate.rb', line 37 def view_occurrences @view_occurrences end |