mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
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" |