google_api_cloud_error_reporting v0.7.0 GoogleApi.CloudErrorReporting.V1beta1.Model.ErrorGroupStats View Source
Data extracted for a specific group based on certain filter criteria, such as a given time period and/or service filter.
Attributes
affectedServices
(type:list(GoogleApi.CloudErrorReporting.V1beta1.Model.ServiceContext.t)
, default:nil
) - Service contexts with a non-zero error count for the given filter criteria. This list can be truncated if multiple services are affected. Refer tonum_affected_services
for the total count.affectedUsersCount
(type:String.t
, default:nil
) - Approximate number of affected users in the given group that match the filter criteria. Users are distinguished by data in theErrorContext
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.count
(type:String.t
, default:nil
) - Approximate total number of events in the given group that match the filter criteria.firstSeenTime
(type:DateTime.t
, default:nil
) - 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
(type:GoogleApi.CloudErrorReporting.V1beta1.Model.ErrorGroup.t
, default:nil
) - Group data that is independent of the filter criteria.lastSeenTime
(type:DateTime.t
, default:nil
) - 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.numAffectedServices
(type:integer()
, default:nil
) - The total number of services with a non-zero error count for the given filter criteria.representative
(type:GoogleApi.CloudErrorReporting.V1beta1.Model.ErrorEvent.t
, default:nil
) - 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.timedCounts
(type:list(GoogleApi.CloudErrorReporting.V1beta1.Model.TimedCount.t)
, default:nil
) - 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.CloudErrorReporting.V1beta1.Model.ErrorGroupStats{ affectedServices: [ GoogleApi.CloudErrorReporting.V1beta1.Model.ServiceContext.t() ], affectedUsersCount: String.t(), count: String.t(), firstSeenTime: DateTime.t(), group: GoogleApi.CloudErrorReporting.V1beta1.Model.ErrorGroup.t(), lastSeenTime: DateTime.t(), numAffectedServices: integer(), representative: GoogleApi.CloudErrorReporting.V1beta1.Model.ErrorEvent.t(), timedCounts: [GoogleApi.CloudErrorReporting.V1beta1.Model.TimedCount.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.