Event¶
An aggregate of the number of instances of the issue group. With the count being the sum of instances within a time window.
| Field | Type | Description |
|---|---|---|
| period_start | google.protobuf.Timestamp | The timestamp at which the time window begins. |
| count | uint64 | The number of instances within the time window. |
Example¶
JSON
{
"count": 42,
"period_start": "2024-01-15T09:30:00Z"
}