845 B
845 B
+++
-----------------------------------------------------------------------
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
export declare enum HealthStatus
Import
import { HealthStatus } from '@grafana/runtime';
Enumeration Members
| Member | Value | Description |
|---|---|---|
| Error | "ERROR" |
|
| OK | "OK" |
|
| Unknown | "UNKNOWN" |