ErrorGroupStats
class ErrorGroupStats extends Message
Data extracted for a specific group based on certain filter criteria, such as a given time period and/or service filter.
Protobuf type Google\Devtools\Clouderrorreporting\V1beta1\ErrorGroupStats
Methods
No description
Group data that is independent of the filter criteria.
Approximate total number of events in the given group that match the filter criteria.
Approximate total number of events in the given group that match the filter criteria.
Approximate number of affected users in the given group that match the filter criteria.
Approximate number of affected users in the given group that match the filter criteria.
Approximate number of occurrences over time.
Approximate number of occurrences over time.
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.
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.
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.
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.
Service contexts with a non-zero error count for the given filter criteria. This list can be truncated if multiple services are affected.
Service contexts with a non-zero error count for the given filter criteria. This list can be truncated if multiple services are affected.
The total number of services with a non-zero error count for the given filter criteria.
The total number of services with a non-zero error count for the given filter criteria.
An arbitrary event that is chosen as representative for the whole group.
An arbitrary event that is chosen as representative for the whole group.
Details
at line 101
__construct()
at line 112
ErrorGroup
getGroup()
Group data that is independent of the filter criteria.
Generated from protobuf field .google.devtools.clouderrorreporting.v1beta1.ErrorGroup group = 1;
at line 123
setGroup(ErrorGroup $var)
Group data that is independent of the filter criteria.
Generated from protobuf field .google.devtools.clouderrorreporting.v1beta1.ErrorGroup group = 1;
at line 136
int|string
getCount()
Approximate total number of events in the given group that match the filter criteria.
Generated from protobuf field int64 count = 2;
at line 148
setCount(int|string $var)
Approximate total number of events in the given group that match the filter criteria.
Generated from protobuf field int64 count = 2;
at line 171
int|string
getAffectedUsersCount()
Approximate number of affected users in the given group that match the filter criteria.
Users are distinguished by data in the 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.
Generated from protobuf field int64 affected_users_count = 3;
at line 193
setAffectedUsersCount(int|string $var)
Approximate number of affected users in the given group that match the filter criteria.
Users are distinguished by data in the 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.
Generated from protobuf field int64 affected_users_count = 3;
at line 209
RepeatedField
getTimedCounts()
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.
Generated from protobuf field repeated .google.devtools.clouderrorreporting.v1beta1.TimedCount timed_counts = 4;
at line 224
setTimedCounts(array|RepeatedField $var)
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.
Generated from protobuf field repeated .google.devtools.clouderrorreporting.v1beta1.TimedCount timed_counts = 4;
at line 238
Timestamp
getFirstSeenTime()
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.
Generated from protobuf field .google.protobuf.Timestamp first_seen_time = 5;
at line 251
setFirstSeenTime(Timestamp $var)
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.
Generated from protobuf field .google.protobuf.Timestamp first_seen_time = 5;
at line 265
Timestamp
getLastSeenTime()
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.
Generated from protobuf field .google.protobuf.Timestamp last_seen_time = 6;
at line 278
setLastSeenTime(Timestamp $var)
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.
Generated from protobuf field .google.protobuf.Timestamp last_seen_time = 6;
at line 292
RepeatedField
getAffectedServices()
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.
Generated from protobuf field repeated .google.devtools.clouderrorreporting.v1beta1.ServiceContext affected_services = 7;
at line 305
setAffectedServices(array|RepeatedField $var)
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.
Generated from protobuf field repeated .google.devtools.clouderrorreporting.v1beta1.ServiceContext affected_services = 7;
at line 318
int
getNumAffectedServices()
The total number of services with a non-zero error count for the given filter criteria.
Generated from protobuf field int32 num_affected_services = 8;
at line 330
setNumAffectedServices(int $var)
The total number of services with a non-zero error count for the given filter criteria.
Generated from protobuf field int32 num_affected_services = 8;
at line 346
ErrorEvent
getRepresentative()
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.
Generated from protobuf field .google.devtools.clouderrorreporting.v1beta1.ErrorEvent representative = 9;
at line 361
setRepresentative(ErrorEvent $var)
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.
Generated from protobuf field .google.devtools.clouderrorreporting.v1beta1.ErrorEvent representative = 9;