mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 21:42:37 +08:00

* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
844 B
844 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 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" |