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
export declare type HealthCheckResultDetails = Record<string, any> | undefined;
Import
import { HealthCheckResultDetails } from '@grafana/runtime';