A sorting order of error groups.
| Enums | |
|---|---|
GROUP_ORDER_UNSPECIFIED |
No group order specified. |
COUNT_DESC |
Total count of errors in the given time window in descending order. |
LAST_SEEN_DESC |
Timestamp when the group was last seen in the given time window in descending order. |
CREATED_DESC |
Timestamp when the group was created in descending order. |
AFFECTED_USERS_DESC |
Number of affected users in the given time window in descending order. |