---
search:
  exclude: true
---

# <a id="bitdrift.public.unary.issues.v1.Event"></a>Event

**Source definition:** [`src/bitdrift/public/unary/issues/v1/issues.proto#L126-L132`](<https://github.com/bitdriftlabs/api/blob/main/src/bitdrift/public/unary/issues/v1/issues.proto#L126-L132>)

An aggregate of the number of instances of the issue group.
 With the count being the sum of instances within a time window.

<section class="proto-fields-table" markdown>
| Field | Type | Description |
|---|---|---|
| period_start | <span class="proto-type proto-type-well-known">[google.protobuf.Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp "google.protobuf.Timestamp")</span> | The timestamp at which the time window begins. |
| count | <span class="proto-type proto-type-primitive">uint64</span> | The number of instances within the time window. |

</section>
#### Example
```json
{
  "count": 42,
  "period_start": "2024-01-15T09:30:00Z"
}
```

