DataSourcePluginMeta interface

Signature

  1. export interface DataSourcePluginMeta<T extends KeyValue = {}> extends PluginMeta<T>

Import

  1. import { DataSourcePluginMeta } from '@grafana/data';

Properties

PropertyTypeDescription
alertingboolean
annotationsboolean
backendboolean
builtInboolean
categorystring
hasQueryHelpboolean
isBackendboolean
logsboolean
metricsboolean
mixedboolean
queryOptionsPluginMetaQueryOptions
sortnumber
streamingboolean
tracingboolean
unlicensedboolean

alerting property

Signature

  1. alerting?: boolean;

annotations property

Signature

  1. annotations?: boolean;

backend property

Signature

  1. backend?: boolean;

builtIn property

Signature

  1. builtIn?: boolean;

category property

Signature

  1. category?: string;

hasQueryHelp property

Signature

  1. hasQueryHelp?: boolean;

isBackend property

Signature

  1. isBackend?: boolean;

logs property

Signature

  1. logs?: boolean;

metrics property

Signature

  1. metrics?: boolean;

mixed property

Signature

  1. mixed?: boolean;

queryOptions property

Signature

  1. queryOptions?: PluginMetaQueryOptions;

sort property

Signature

  1. sort?: number;

streaming property

Signature

  1. streaming?: boolean;

tracing property

Signature

  1. tracing?: boolean;

unlicensed property

Signature

  1. unlicensed?: boolean;