2019-09-03 09:29:02 +01:00
|
|
|
const graphitePlugin = async () =>
|
|
|
|
|
await import(/* webpackChunkName: "graphitePlugin" */ 'app/plugins/datasource/graphite/module');
|
|
|
|
|
const cloudwatchPlugin = async () =>
|
|
|
|
|
await import(/* webpackChunkName: "cloudwatchPlugin" */ 'app/plugins/datasource/cloudwatch/module');
|
|
|
|
|
const dashboardDSPlugin = async () =>
|
|
|
|
|
await import(/* webpackChunkName "dashboardDSPlugin" */ 'app/plugins/datasource/dashboard/module');
|
|
|
|
|
const elasticsearchPlugin = async () =>
|
|
|
|
|
await import(/* webpackChunkName: "elasticsearchPlugin" */ 'app/plugins/datasource/elasticsearch/module');
|
|
|
|
|
const opentsdbPlugin = async () =>
|
|
|
|
|
await import(/* webpackChunkName: "opentsdbPlugin" */ 'app/plugins/datasource/opentsdb/module');
|
|
|
|
|
const grafanaPlugin = async () =>
|
|
|
|
|
await import(/* webpackChunkName: "grafanaPlugin" */ 'app/plugins/datasource/grafana/module');
|
|
|
|
|
const influxdbPlugin = async () =>
|
|
|
|
|
await import(/* webpackChunkName: "influxdbPlugin" */ 'app/plugins/datasource/influxdb/module');
|
|
|
|
|
const lokiPlugin = async () => await import(/* webpackChunkName: "lokiPlugin" */ 'app/plugins/datasource/loki/module');
|
2020-03-25 12:25:39 +01:00
|
|
|
const jaegerPlugin = async () =>
|
|
|
|
|
await import(/* webpackChunkName: "jaegerPlugin" */ 'app/plugins/datasource/jaeger/module');
|
2020-04-24 17:02:25 +02:00
|
|
|
const zipkinPlugin = async () =>
|
|
|
|
|
await import(/* webpackChunkName: "zipkinPlugin" */ 'app/plugins/datasource/zipkin/module');
|
2019-09-03 09:29:02 +01:00
|
|
|
const mixedPlugin = async () =>
|
|
|
|
|
await import(/* webpackChunkName: "mixedPlugin" */ 'app/plugins/datasource/mixed/module');
|
|
|
|
|
const mysqlPlugin = async () =>
|
|
|
|
|
await import(/* webpackChunkName: "mysqlPlugin" */ 'app/plugins/datasource/mysql/module');
|
|
|
|
|
const postgresPlugin = async () =>
|
|
|
|
|
await import(/* webpackChunkName: "postgresPlugin" */ 'app/plugins/datasource/postgres/module');
|
|
|
|
|
const prometheusPlugin = async () =>
|
|
|
|
|
await import(/* webpackChunkName: "prometheusPlugin" */ 'app/plugins/datasource/prometheus/module');
|
|
|
|
|
const mssqlPlugin = async () =>
|
|
|
|
|
await import(/* webpackChunkName: "mssqlPlugin" */ 'app/plugins/datasource/mssql/module');
|
|
|
|
|
const testDataDSPlugin = async () =>
|
|
|
|
|
await import(/* webpackChunkName: "testDataDSPlugin" */ 'app/plugins/datasource/testdata/module');
|
2020-06-30 18:47:13 +03:00
|
|
|
const cloudMonitoringPlugin = async () =>
|
|
|
|
|
await import(/* webpackChunkName: "cloudMonitoringPlugin" */ 'app/plugins/datasource/cloud-monitoring/module');
|
2019-09-03 09:29:02 +01:00
|
|
|
const azureMonitorPlugin = async () =>
|
2023-02-03 16:06:54 +00:00
|
|
|
await import(/* webpackChunkName: "azureMonitorPlugin" */ 'app/plugins/datasource/azuremonitor/module');
|
2020-10-13 19:12:49 +02:00
|
|
|
const tempoPlugin = async () =>
|
|
|
|
|
await import(/* webpackChunkName: "tempoPlugin" */ 'app/plugins/datasource/tempo/module');
|
2021-04-07 08:42:43 +03:00
|
|
|
const alertmanagerPlugin = async () =>
|
|
|
|
|
await import(/* webpackChunkName: "alertmanagerPlugin" */ 'app/plugins/datasource/alertmanager/module');
|
2023-06-06 20:09:29 -07:00
|
|
|
const pyroscopePlugin = async () =>
|
|
|
|
|
await import(/* webpackChunkName: "pyroscopePlugin" */ 'app/plugins/datasource/grafana-pyroscope-datasource/module');
|
2022-10-28 13:33:37 +02:00
|
|
|
const parcaPlugin = async () =>
|
|
|
|
|
await import(/* webpackChunkName: "parcaPlugin" */ 'app/plugins/datasource/parca/module');
|
2017-10-03 11:02:40 +02:00
|
|
|
|
2022-04-22 14:33:13 +01:00
|
|
|
import * as alertGroupsPanel from 'app/plugins/panel/alertGroups/module';
|
2017-12-20 12:33:33 +01:00
|
|
|
import * as alertListPanel from 'app/plugins/panel/alertlist/module';
|
2019-07-09 09:28:19 -07:00
|
|
|
import * as annoListPanel from 'app/plugins/panel/annolist/module';
|
2021-01-29 12:52:52 -08:00
|
|
|
import * as barChartPanel from 'app/plugins/panel/barchart/module';
|
2022-04-22 14:33:13 +01:00
|
|
|
import * as barGaugePanel from 'app/plugins/panel/bargauge/module';
|
|
|
|
|
import * as candlestickPanel from 'app/plugins/panel/candlestick/module';
|
|
|
|
|
import * as dashListPanel from 'app/plugins/panel/dashlist/module';
|
2023-04-24 17:46:31 +03:00
|
|
|
import * as dataGridPanel from 'app/plugins/panel/datagrid/module';
|
2022-04-22 14:33:13 +01:00
|
|
|
import * as debugPanel from 'app/plugins/panel/debug/module';
|
2022-10-07 11:39:14 +01:00
|
|
|
import * as flamegraphPanel from 'app/plugins/panel/flamegraph/module';
|
2022-04-22 14:33:13 +01:00
|
|
|
import * as gaugePanel from 'app/plugins/panel/gauge/module';
|
|
|
|
|
import * as gettingStartedPanel from 'app/plugins/panel/gettingstarted/module';
|
|
|
|
|
import * as histogramPanel from 'app/plugins/panel/histogram/module';
|
|
|
|
|
import * as livePanel from 'app/plugins/panel/live/module';
|
2019-08-26 08:11:07 +02:00
|
|
|
import * as logsPanel from 'app/plugins/panel/logs/module';
|
2019-12-20 10:47:45 -08:00
|
|
|
import * as newsPanel from 'app/plugins/panel/news/module';
|
2021-01-19 16:34:43 +01:00
|
|
|
import * as nodeGraph from 'app/plugins/panel/nodeGraph/module';
|
2022-04-22 14:33:13 +01:00
|
|
|
import * as pieChartPanel from 'app/plugins/panel/piechart/module';
|
|
|
|
|
import * as statPanel from 'app/plugins/panel/stat/module';
|
|
|
|
|
import * as stateTimelinePanel from 'app/plugins/panel/state-timeline/module';
|
|
|
|
|
import * as statusHistoryPanel from 'app/plugins/panel/status-history/module';
|
|
|
|
|
import * as tablePanel from 'app/plugins/panel/table/module';
|
|
|
|
|
import * as textPanel from 'app/plugins/panel/text/module';
|
|
|
|
|
import * as timeseriesPanel from 'app/plugins/panel/timeseries/module';
|
2022-05-03 17:42:36 +01:00
|
|
|
import * as tracesPanel from 'app/plugins/panel/traces/module';
|
2023-04-04 20:52:20 -07:00
|
|
|
import * as trendPanel from 'app/plugins/panel/trend/module';
|
2022-04-22 14:33:13 +01:00
|
|
|
import * as welcomeBanner from 'app/plugins/panel/welcome/module';
|
|
|
|
|
import * as xyChartPanel from 'app/plugins/panel/xychart/module';
|
2017-10-12 17:38:49 +02:00
|
|
|
|
2021-07-09 08:53:07 -07:00
|
|
|
// Async loaded panels
|
|
|
|
|
const geomapPanel = async () => await import(/* webpackChunkName: "geomapPanel" */ 'app/plugins/panel/geomap/module');
|
2021-09-02 10:01:08 -07:00
|
|
|
const canvasPanel = async () => await import(/* webpackChunkName: "canvasPanel" */ 'app/plugins/panel/canvas/module');
|
2022-02-16 17:14:33 +01:00
|
|
|
const graphPanel = async () => await import(/* webpackChunkName: "graphPlugin" */ 'app/plugins/panel/graph/module');
|
|
|
|
|
const heatmapPanel = async () =>
|
2022-06-23 11:48:28 -07:00
|
|
|
await import(/* webpackChunkName: "heatmapPanel" */ 'app/plugins/panel/heatmap/module');
|
|
|
|
|
|
2022-02-16 17:14:33 +01:00
|
|
|
const tableOldPanel = async () =>
|
|
|
|
|
await import(/* webpackChunkName: "tableOldPlugin" */ 'app/plugins/panel/table-old/module');
|
2021-07-09 08:53:07 -07:00
|
|
|
|
2019-07-18 08:03:04 +02:00
|
|
|
const builtInPlugins: any = {
|
2017-12-20 12:33:33 +01:00
|
|
|
'app/plugins/datasource/graphite/module': graphitePlugin,
|
|
|
|
|
'app/plugins/datasource/cloudwatch/module': cloudwatchPlugin,
|
2019-08-27 02:06:49 -07:00
|
|
|
'app/plugins/datasource/dashboard/module': dashboardDSPlugin,
|
2017-12-20 12:33:33 +01:00
|
|
|
'app/plugins/datasource/elasticsearch/module': elasticsearchPlugin,
|
|
|
|
|
'app/plugins/datasource/opentsdb/module': opentsdbPlugin,
|
|
|
|
|
'app/plugins/datasource/grafana/module': grafanaPlugin,
|
|
|
|
|
'app/plugins/datasource/influxdb/module': influxdbPlugin,
|
2018-12-05 23:13:57 +01:00
|
|
|
'app/plugins/datasource/loki/module': lokiPlugin,
|
2020-03-25 12:25:39 +01:00
|
|
|
'app/plugins/datasource/jaeger/module': jaegerPlugin,
|
2020-04-24 17:02:25 +02:00
|
|
|
'app/plugins/datasource/zipkin/module': zipkinPlugin,
|
2017-12-20 12:33:33 +01:00
|
|
|
'app/plugins/datasource/mixed/module': mixedPlugin,
|
|
|
|
|
'app/plugins/datasource/mysql/module': mysqlPlugin,
|
|
|
|
|
'app/plugins/datasource/postgres/module': postgresPlugin,
|
2018-01-03 10:47:21 +03:00
|
|
|
'app/plugins/datasource/mssql/module': mssqlPlugin,
|
2017-12-20 12:33:33 +01:00
|
|
|
'app/plugins/datasource/prometheus/module': prometheusPlugin,
|
2018-07-16 03:12:13 -07:00
|
|
|
'app/plugins/datasource/testdata/module': testDataDSPlugin,
|
2020-06-30 18:47:13 +03:00
|
|
|
'app/plugins/datasource/cloud-monitoring/module': cloudMonitoringPlugin,
|
2023-02-03 16:06:54 +00:00
|
|
|
'app/plugins/datasource/azuremonitor/module': azureMonitorPlugin,
|
2020-10-13 19:12:49 +02:00
|
|
|
'app/plugins/datasource/tempo/module': tempoPlugin,
|
2021-04-07 08:42:43 +03:00
|
|
|
'app/plugins/datasource/alertmanager/module': alertmanagerPlugin,
|
2023-06-06 20:09:29 -07:00
|
|
|
'app/plugins/datasource/grafana-pyroscope-datasource/module': pyroscopePlugin,
|
2022-10-28 13:33:37 +02:00
|
|
|
'app/plugins/datasource/parca/module': parcaPlugin,
|
2017-10-03 11:02:40 +02:00
|
|
|
|
2017-12-20 12:33:33 +01:00
|
|
|
'app/plugins/panel/text/module': textPanel,
|
2021-01-08 11:06:52 -08:00
|
|
|
'app/plugins/panel/timeseries/module': timeseriesPanel,
|
2023-04-04 20:52:20 -07:00
|
|
|
'app/plugins/panel/trend/module': trendPanel,
|
2021-05-17 13:00:04 -07:00
|
|
|
'app/plugins/panel/state-timeline/module': stateTimelinePanel,
|
2021-05-29 11:24:14 -07:00
|
|
|
'app/plugins/panel/status-history/module': statusHistoryPanel,
|
2021-11-15 14:09:59 -08:00
|
|
|
'app/plugins/panel/candlestick/module': candlestickPanel,
|
2017-12-20 12:33:33 +01:00
|
|
|
'app/plugins/panel/graph/module': graphPanel,
|
2021-01-10 22:57:48 -08:00
|
|
|
'app/plugins/panel/xychart/module': xyChartPanel,
|
2021-07-09 08:53:07 -07:00
|
|
|
'app/plugins/panel/geomap/module': geomapPanel,
|
2021-09-02 10:01:08 -07:00
|
|
|
'app/plugins/panel/canvas/module': canvasPanel,
|
2017-12-20 12:33:33 +01:00
|
|
|
'app/plugins/panel/dashlist/module': dashListPanel,
|
|
|
|
|
'app/plugins/panel/alertlist/module': alertListPanel,
|
2019-07-09 09:28:19 -07:00
|
|
|
'app/plugins/panel/annolist/module': annoListPanel,
|
2022-11-23 10:46:21 -08:00
|
|
|
'app/plugins/panel/heatmap/module': heatmapPanel,
|
2017-12-20 12:33:33 +01:00
|
|
|
'app/plugins/panel/table/module': tablePanel,
|
2022-02-16 17:14:33 +01:00
|
|
|
'app/plugins/panel/table-old/module': tableOldPanel,
|
2019-12-20 10:47:45 -08:00
|
|
|
'app/plugins/panel/news/module': newsPanel,
|
2020-10-08 08:42:15 -07:00
|
|
|
'app/plugins/panel/live/module': livePanel,
|
2021-04-12 12:47:17 +02:00
|
|
|
'app/plugins/panel/stat/module': statPanel,
|
2023-04-24 17:46:31 +03:00
|
|
|
'app/plugins/panel/datagrid/module': dataGridPanel,
|
2021-03-22 20:38:24 -07:00
|
|
|
'app/plugins/panel/debug/module': debugPanel,
|
2022-10-07 11:39:14 +01:00
|
|
|
'app/plugins/panel/flamegraph/module': flamegraphPanel,
|
2017-12-20 12:33:33 +01:00
|
|
|
'app/plugins/panel/gettingstarted/module': gettingStartedPanel,
|
2018-11-08 16:40:53 +01:00
|
|
|
'app/plugins/panel/gauge/module': gaugePanel,
|
2019-03-08 13:51:25 +03:00
|
|
|
'app/plugins/panel/piechart/module': pieChartPanel,
|
2019-02-15 12:55:35 +01:00
|
|
|
'app/plugins/panel/bargauge/module': barGaugePanel,
|
2021-01-29 12:52:52 -08:00
|
|
|
'app/plugins/panel/barchart/module': barChartPanel,
|
2019-08-26 08:11:07 +02:00
|
|
|
'app/plugins/panel/logs/module': logsPanel,
|
2022-05-03 17:42:36 +01:00
|
|
|
'app/plugins/panel/traces/module': tracesPanel,
|
2020-05-07 13:02:01 +02:00
|
|
|
'app/plugins/panel/welcome/module': welcomeBanner,
|
2021-01-19 16:34:43 +01:00
|
|
|
'app/plugins/panel/nodeGraph/module': nodeGraph,
|
2021-05-10 14:00:59 -05:00
|
|
|
'app/plugins/panel/histogram/module': histogramPanel,
|
2021-08-17 15:02:03 -07:00
|
|
|
'app/plugins/panel/alertGroups/module': alertGroupsPanel,
|
2017-10-03 11:02:40 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export default builtInPlugins;
|