Class: DatadogAPIClient::V2::AggregatedLowCacheHitRate

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_rateObject

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_bytesObject

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

#fingerprintObject

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_scoreObject

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_occurrencesObject

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