+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "HealthStatus"
keywords = ["grafana","documentation","sdk","@grafana/runtime"]
type = "docs"
+++
## HealthStatus enum
### HealthStatus enum
Describes the current health status of a data source plugin.
Signature
```typescript
export declare enum HealthStatus
```
Import
```typescript
import { HealthStatus } from '@grafana/runtime';
```
## Enumeration Members
| Member | Value | Description |
| --- | --- | --- |
| Error | "ERROR"
| |
| OK | "OK"
| |
| Unknown | "UNKNOWN"
| |