Import

    Properties

    Only filter data sources that support alerting

    Signature

    all property

    By default only data sources that can be queried will be returned. Meaning they have tracing, metrics, logs or annotations flag set in plugin.json file

    Signature

      annotations property

      Only return data sources that support annotations

      Set to true to return dashboard data source

      Signature

      1. dashboard?: boolean;

      filter property

      apply a function to filter

      Signature

      1. filter?: (dataSource: DataSourceInstanceSettings) => boolean;

      metrics property

      Only return data sources that support metrics response

      Signature

      1. metrics?: boolean;

      Include mixed data source by setting this to true

      pluginId property

      filter list by plugin

      Signature

      1. pluginId?: string;

      tracing property

      Only return data sources that support tracing response

      Signature

      Only returns datasources matching the specified types (ie. Loki, Prometheus)

      Signature

      1. type?: string | string[];

      variables property

      Set to true to return data source variables