Class: Google::Cloud::ErrorReporting::V1beta1::ErrorGroupStats
- Inherits:
-
Object
- Object
- Google::Cloud::ErrorReporting::V1beta1::ErrorGroupStats
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb
Overview
Data extracted for a specific group based on certain filter criteria, such as a given time period and/or service filter.
Instance Attribute Summary collapse
-
#affected_services ⇒ ::Array<::Google::Cloud::ErrorReporting::V1beta1::ServiceContext>
Service contexts with a non-zero error count for the given filter criteria.
-
#affected_users_count ⇒ ::Integer
Approximate number of affected users in the given group that match the filter criteria.
-
#count ⇒ ::Integer
Approximate total number of events in the given group that match the filter criteria.
-
#first_seen_time ⇒ ::Google::Protobuf::Timestamp
Approximate first occurrence that was ever seen for this group and which matches the given filter criteria, ignoring the time_range that was specified in the request.
-
#group ⇒ ::Google::Cloud::ErrorReporting::V1beta1::ErrorGroup
Group data that is independent of the filter criteria.
-
#last_seen_time ⇒ ::Google::Protobuf::Timestamp
Approximate last occurrence that was ever seen for this group and which matches the given filter criteria, ignoring the time_range that was specified in the request.
-
#num_affected_services ⇒ ::Integer
The total number of services with a non-zero error count for the given filter criteria.
-
#representative ⇒ ::Google::Cloud::ErrorReporting::V1beta1::ErrorEvent
An arbitrary event that is chosen as representative for the whole group.
-
#timed_counts ⇒ ::Array<::Google::Cloud::ErrorReporting::V1beta1::TimedCount>
Approximate number of occurrences over time.
Instance Attribute Details
#affected_services ⇒ ::Array<::Google::Cloud::ErrorReporting::V1beta1::ServiceContext>
Returns Service contexts with a non-zero error count for the given filter
criteria. This list can be truncated if multiple services are affected.
Refer to num_affected_services
for the total count.
185 186 187 188 |
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 185 class ErrorGroupStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#affected_users_count ⇒ ::Integer
Returns Approximate number of affected users in the given group that match the filter criteria. Users are distinguished by data in the [ErrorContext] [google.devtools.clouderrorreporting.v1beta1.ErrorContext] of the individual error events, such as their login name or their remote IP address in case of HTTP requests. The number of affected users can be zero even if the number of errors is non-zero if no data was provided from which the affected user could be deduced. Users are counted based on data in the request context that was provided in the error report. If more users are implicitly affected, such as due to a crash of the whole service, this is not reflected here.
185 186 187 188 |
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 185 class ErrorGroupStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#count ⇒ ::Integer
Returns Approximate total number of events in the given group that match the filter criteria.
185 186 187 188 |
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 185 class ErrorGroupStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#first_seen_time ⇒ ::Google::Protobuf::Timestamp
Returns Approximate first occurrence that was ever seen for this group and which matches the given filter criteria, ignoring the time_range that was specified in the request.
185 186 187 188 |
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 185 class ErrorGroupStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#group ⇒ ::Google::Cloud::ErrorReporting::V1beta1::ErrorGroup
Returns Group data that is independent of the filter criteria.
185 186 187 188 |
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 185 class ErrorGroupStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#last_seen_time ⇒ ::Google::Protobuf::Timestamp
Returns Approximate last occurrence that was ever seen for this group and which matches the given filter criteria, ignoring the time_range that was specified in the request.
185 186 187 188 |
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 185 class ErrorGroupStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#num_affected_services ⇒ ::Integer
Returns The total number of services with a non-zero error count for the given filter criteria.
185 186 187 188 |
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 185 class ErrorGroupStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#representative ⇒ ::Google::Cloud::ErrorReporting::V1beta1::ErrorEvent
Returns An arbitrary event that is chosen as representative for the whole group. The representative event is intended to be used as a quick preview for the whole group. Events in the group are usually sufficiently similar to each other such that showing an arbitrary representative provides insight into the characteristics of the group as a whole.
185 186 187 188 |
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 185 class ErrorGroupStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#timed_counts ⇒ ::Array<::Google::Cloud::ErrorReporting::V1beta1::TimedCount>
Returns Approximate number of occurrences over time. Timed counts returned by ListGroups are guaranteed to be:
- Inside the requested time interval
- Non-overlapping, and
- Ordered by ascending time.
185 186 187 188 |
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 185 class ErrorGroupStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |