Contains a set of requested error group stats.
JSON representation |
---|
{
"errorGroupStats": [
{
object ( |
Fields | |
---|---|
error |
The error group stats which match the given request. |
next |
If non-empty, more results are available. Pass this token, along with the same query parameters as the first request, to view the next page of results. |
time |
The timestamp specifies the start time to which the request was restricted. The start time is set based on the requested time range. It may be adjusted to a later time if a project has exceeded the storage quota and older data has been deleted. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
ErrorGroupStats
Data extracted for a specific group based on certain filter criteria, such as a given time period and/or service filter.
JSON representation |
---|
{ "group": { object ( |
Fields | |
---|---|
group |
Group data that is independent of the filter criteria. |
count |
Approximate total number of events in the given group that match the filter criteria. |
affected |
Approximate number of affected users in the given group that match the filter criteria. Users are distinguished by data in the |
timed |
Approximate number of occurrences over time. Timed counts returned by ListGroups are guaranteed to be:
|
first |
Approximate first occurrence that was ever seen for this group and which matches the given filter criteria, ignoring the timeRange that was specified in the request. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
last |
Approximate last occurrence that was ever seen for this group and which matches the given filter criteria, ignoring the timeRange that was specified in the request. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
affected |
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 |
The total number of services with a non-zero error count for the given filter criteria. |
representative |
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. |
TimedCount
The number of errors in a given time period. All numbers are approximate since the error events are sampled before counting them.
JSON representation |
---|
{ "count": string, "startTime": string, "endTime": string } |
Fields | |
---|---|
count |
Approximate number of occurrences in the given time period. |
start |
Start of the time period to which A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
end |
End of the time period to which A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |