# <a id="bitdrift.public.unary.health.v1.GetSystemStatusResponse"></a>GetSystemStatusResponse

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

<section class="proto-fields-table" markdown>
| Field | Type | Description |
|---|---|---|
| connected_clients | <span class="proto-type proto-type-primitive">uint64</span> | The approximate number of SDK clients currently connected. In practice this will be the  smoothed average over the previous minute. |
| metrics_ingestion_delay | <span class="proto-type proto-type-well-known">[google.protobuf.Duration](https://protobuf.dev/reference/protobuf/google.protobuf/#duration "google.protobuf.Duration")</span> | The approximate current queue delay for processing ingested metrics. |
| issues_ingestion_delay | <span class="proto-type proto-type-well-known">[google.protobuf.Duration](https://protobuf.dev/reference/protobuf/google.protobuf/#duration "google.protobuf.Duration")</span> | The approximate current queue delay for processing ingested issues. |
| logs_ingestion_delay | <span class="proto-type proto-type-well-known">[google.protobuf.Duration](https://protobuf.dev/reference/protobuf/google.protobuf/#duration "google.protobuf.Duration")</span> | The approximate current queue delay for processing ingested logs. |

</section>
<p class="h4">Example</p>
```json
{
  "connected_clients": 123,
  "issues_ingestion_delay": "5s",
  "logs_ingestion_delay": "5s",
  "metrics_ingestion_delay": "5s"
}
```

