Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.
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';