a2d741f60f
* regenerated packages docs. * fixed spelling issues. * fixed spelling issues.
858 B
858 B
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "HealthStatus" keywords = ["grafana","documentation","sdk","@grafana/runtime"] type = "docs" draft = true +++
HealthStatus enum
HealthStatus enum
Describes the current healt 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" |