HealthCheckResultDetails type

HealthCheckResultDetails type

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

If the ‘message’ key exists, this will be displayed in the error message in DataSourceSettingsPage If the ‘verboseMessage’ key exists, this will be displayed in the expandable details in the error message in DataSourceSettingsPage

Signature

  1. export declare type HealthCheckResultDetails = Record<string, any> | undefined;

Import

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