2019-09-03 16:29:02 +08: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');
|
|
|
|
const mixedPlugin = async () =>
|
|
|
|
await import(/* webpackChunkName: "mixedPlugin" */ 'app/plugins/datasource/mixed/module');
|
|
|
|
const prometheusPlugin = async () =>
|
|
|
|
await import(/* webpackChunkName: "prometheusPlugin" */ 'app/plugins/datasource/prometheus/module');
|
2021-04-07 13:42:43 +08:00
|
|
|
const alertmanagerPlugin = async () =>
|
|
|
|
await import(/* webpackChunkName: "alertmanagerPlugin" */ 'app/plugins/datasource/alertmanager/module');
|
2017-10-03 17:02:40 +08:00
|
|
|
|
2024-03-22 23:44:37 +08:00
|
|
|
import { config } from '@grafana/runtime';
|
2017-12-20 19:33:33 +08:00
|
|
|
import * as alertListPanel from 'app/plugins/panel/alertlist/module';
|
2019-07-10 00:28:19 +08:00
|
|
|
import * as annoListPanel from 'app/plugins/panel/annolist/module';
|
2021-01-30 04:52:52 +08:00
|
|
|
import * as barChartPanel from 'app/plugins/panel/barchart/module';
|
2022-04-22 21:33:13 +08: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 22:46:31 +08:00
|
|
|
import * as dataGridPanel from 'app/plugins/panel/datagrid/module';
|
2022-04-22 21:33:13 +08:00
|
|
|
import * as debugPanel from 'app/plugins/panel/debug/module';
|
2022-10-07 18:39:14 +08:00
|
|
|
import * as flamegraphPanel from 'app/plugins/panel/flamegraph/module';
|
2022-04-22 21:33:13 +08: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 14:11:07 +08:00
|
|
|
import * as logsPanel from 'app/plugins/panel/logs/module';
|
2019-12-21 02:47:45 +08:00
|
|
|
import * as newsPanel from 'app/plugins/panel/news/module';
|
2022-04-22 21:33:13 +08: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-04 00:42:36 +08:00
|
|
|
import * as tracesPanel from 'app/plugins/panel/traces/module';
|
2023-04-05 11:52:20 +08:00
|
|
|
import * as trendPanel from 'app/plugins/panel/trend/module';
|
2022-04-22 21:33:13 +08:00
|
|
|
import * as welcomeBanner from 'app/plugins/panel/welcome/module';
|
2017-10-12 23:38:49 +08:00
|
|
|
|
2021-07-09 23:53:07 +08:00
|
|
|
// Async loaded panels
|
|
|
|
const geomapPanel = async () => await import(/* webpackChunkName: "geomapPanel" */ 'app/plugins/panel/geomap/module');
|
2021-09-03 01:01:08 +08:00
|
|
|
const canvasPanel = async () => await import(/* webpackChunkName: "canvasPanel" */ 'app/plugins/panel/canvas/module');
|
2022-02-17 00:14:33 +08:00
|
|
|
const graphPanel = async () => await import(/* webpackChunkName: "graphPlugin" */ 'app/plugins/panel/graph/module');
|
2024-03-22 23:44:37 +08:00
|
|
|
const xychartPanel = async () => {
|
|
|
|
if (config.featureToggles.autoMigrateXYChartPanel) {
|
|
|
|
return await import(/* webpackChunkName: "xychart2" */ 'app/plugins/panel/xychart/v2/module');
|
|
|
|
} else {
|
|
|
|
return await import(/* webpackChunkName: "xychart" */ 'app/plugins/panel/xychart/module');
|
|
|
|
}
|
|
|
|
};
|
2022-02-17 00:14:33 +08:00
|
|
|
const heatmapPanel = async () =>
|
2022-06-24 02:48:28 +08:00
|
|
|
await import(/* webpackChunkName: "heatmapPanel" */ 'app/plugins/panel/heatmap/module');
|
2022-02-17 00:14:33 +08:00
|
|
|
const tableOldPanel = async () =>
|
|
|
|
await import(/* webpackChunkName: "tableOldPlugin" */ 'app/plugins/panel/table-old/module');
|
2021-07-09 23:53:07 +08:00
|
|
|
|
2024-02-01 00:26:12 +08:00
|
|
|
const nodeGraph = async () =>
|
|
|
|
await import(/* webpackChunkName: "nodeGraphPanel" */ 'app/plugins/panel/nodeGraph/module');
|
|
|
|
|
2023-08-31 21:45:44 +08:00
|
|
|
const builtInPlugins: Record<string, System.Module | (() => Promise<System.Module>)> = {
|
|
|
|
// datasources
|
|
|
|
'core:plugin/graphite': graphitePlugin,
|
|
|
|
'core:plugin/cloudwatch': cloudwatchPlugin,
|
|
|
|
'core:plugin/dashboard': dashboardDSPlugin,
|
|
|
|
'core:plugin/elasticsearch': elasticsearchPlugin,
|
|
|
|
'core:plugin/opentsdb': opentsdbPlugin,
|
|
|
|
'core:plugin/grafana': grafanaPlugin,
|
|
|
|
'core:plugin/influxdb': influxdbPlugin,
|
|
|
|
'core:plugin/loki': lokiPlugin,
|
|
|
|
'core:plugin/mixed': mixedPlugin,
|
|
|
|
'core:plugin/prometheus': prometheusPlugin,
|
|
|
|
'core:plugin/alertmanager': alertmanagerPlugin,
|
|
|
|
// panels
|
|
|
|
'core:plugin/text': textPanel,
|
|
|
|
'core:plugin/timeseries': timeseriesPanel,
|
|
|
|
'core:plugin/trend': trendPanel,
|
|
|
|
'core:plugin/state-timeline': stateTimelinePanel,
|
|
|
|
'core:plugin/status-history': statusHistoryPanel,
|
|
|
|
'core:plugin/candlestick': candlestickPanel,
|
|
|
|
'core:plugin/graph': graphPanel,
|
2024-03-22 23:44:37 +08:00
|
|
|
'core:plugin/xychart': xychartPanel,
|
2023-08-31 21:45:44 +08:00
|
|
|
'core:plugin/geomap': geomapPanel,
|
|
|
|
'core:plugin/canvas': canvasPanel,
|
|
|
|
'core:plugin/dashlist': dashListPanel,
|
|
|
|
'core:plugin/alertlist': alertListPanel,
|
|
|
|
'core:plugin/annolist': annoListPanel,
|
|
|
|
'core:plugin/heatmap': heatmapPanel,
|
|
|
|
'core:plugin/table': tablePanel,
|
|
|
|
'core:plugin/table-old': tableOldPanel,
|
|
|
|
'core:plugin/news': newsPanel,
|
|
|
|
'core:plugin/live': livePanel,
|
|
|
|
'core:plugin/stat': statPanel,
|
|
|
|
'core:plugin/datagrid': dataGridPanel,
|
|
|
|
'core:plugin/debug': debugPanel,
|
|
|
|
'core:plugin/flamegraph': flamegraphPanel,
|
|
|
|
'core:plugin/gettingstarted': gettingStartedPanel,
|
|
|
|
'core:plugin/gauge': gaugePanel,
|
|
|
|
'core:plugin/piechart': pieChartPanel,
|
|
|
|
'core:plugin/bargauge': barGaugePanel,
|
|
|
|
'core:plugin/barchart': barChartPanel,
|
|
|
|
'core:plugin/logs': logsPanel,
|
|
|
|
'core:plugin/traces': tracesPanel,
|
|
|
|
'core:plugin/welcome': welcomeBanner,
|
|
|
|
'core:plugin/nodeGraph': nodeGraph,
|
|
|
|
'core:plugin/histogram': histogramPanel,
|
2017-10-03 17:02:40 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
export default builtInPlugins;
|