HealthCheckResult interface

Describes the payload returned when checking the health of a data source plugin.

Signature

  1. export interface HealthCheckResult

Import

  1. import { HealthCheckResult } from '@grafana/runtime';

Properties

PropertyTypeDescription
detailsHealthCheckResultDetails
messagestring
statusHealthStatus

details property

Signature

  1. details: HealthCheckResultDetails;

message property

Signature

  1. message: string;

status property

Signature

  1. status: HealthStatus;