Reference documentation and code samples for the Storage Control V2 API class Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike.
Represents a finding about a spike in throttled requests (429 errors)
within a project.
This corresponds to the THROTTLED_REQUEST_SPIKE finding type.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#percentage_increase
def percentage_increase() -> ::Float
Returns
- (::Float) — Output only. The percentage increase in throttled requests across the project.
#throttled_requests
def throttled_requests() -> ::Integer
Returns
- (::Integer) — Output only. The count of throttled requests across the project.
#top_buckets
def top_buckets() -> ::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike::BucketContribution>
Returns
- (::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike::BucketContribution>) — Output only. A list of top buckets driving the increase in throttled requests.