Skip to content

Commit

Permalink
feat: 监控profiling datasource插件开发
Browse files Browse the repository at this point in the history
  • Loading branch information
liangling0628 committed Nov 21, 2024
1 parent 1989f0d commit 908bfe2
Show file tree
Hide file tree
Showing 34 changed files with 1,389 additions and 2,640 deletions.
1,208 changes: 574 additions & 634 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions src/alert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"dependencies": {
"@ant-design/icons": "4.8.1",
"@emotion/css": "11.10.6",
"@grafana/data": "10.0.3",
"@grafana/runtime": "10.0.3",
"@grafana/schema": "10.0.3",
"@grafana/ui": "10.0.3",
"@grafana/data": "10.4.2",
"@grafana/runtime": "10.4.2",
"@grafana/schema": "10.4.2",
"@grafana/ui": "10.4.2",
"antd": "^4.20.0",
"postcss-scss": "^4.0.9",
"react": "^17.0.1",
Expand Down
3 changes: 2 additions & 1 deletion src/alert/src/sass/grafana-antd.dark.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@
@import '~antd/es/spin/style/index.less';
@import '~antd/es/cascader/style/index.less';
@import '~antd/es/input-number/style/index.less';
@import '~antd/es/button/style/index.less';
@import '~antd/es/button/style/index.less';
@import '~antd/es/empty/style/index.less';
4 changes: 2 additions & 2 deletions src/alert/src/sass/grafana-antd.light.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

// @import '~antd/es/style/themes/default.less';
// @import '~antd/dist/antd.less'; // 引入官方提供的 less 样式入口文件
// @import './custom-antd-theme.less'; // 用于覆盖上面定义的变量
Expand All @@ -16,4 +15,5 @@
@import '~antd/es/spin/style/index.less';
@import '~antd/es/cascader/style/index.less';
@import '~antd/es/input-number/style/index.less';
@import '~antd/es/button/style/index.less';
@import '~antd/es/button/style/index.less';
@import '~antd/es/empty/style/index.less';
8 changes: 4 additions & 4 deletions src/event/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"dependencies": {
"@ant-design/icons": "4.8.1",
"@emotion/css": "11.10.6",
"@grafana/data": "10.0.3",
"@grafana/runtime": "10.0.3",
"@grafana/schema": "10.0.3",
"@grafana/ui": "10.0.3",
"@grafana/data": "10.4.2",
"@grafana/runtime": "10.4.2",
"@grafana/schema": "10.4.2",
"@grafana/ui": "10.4.2",
"antd": "^4.20.0",
"postcss-scss": "^4.0.9",
"react": "^17.0.1",
Expand Down
3 changes: 2 additions & 1 deletion src/event/src/sass/grafana-antd.dark.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@
@import '~antd/es/spin/style/index.less';
@import '~antd/es/cascader/style/index.less';
@import '~antd/es/input-number/style/index.less';
@import '~antd/es/button/style/index.less';
@import '~antd/es/button/style/index.less';
@import '~antd/es/empty/style/index.less';
4 changes: 2 additions & 2 deletions src/event/src/sass/grafana-antd.light.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

// @import '~antd/es/style/themes/default.less';
// @import '~antd/dist/antd.less'; // 引入官方提供的 less 样式入口文件
// @import './custom-antd-theme.less'; // 用于覆盖上面定义的变量
Expand All @@ -16,4 +15,5 @@
@import '~antd/es/spin/style/index.less';
@import '~antd/es/cascader/style/index.less';
@import '~antd/es/input-number/style/index.less';
@import '~antd/es/button/style/index.less';
@import '~antd/es/button/style/index.less';
@import '~antd/es/empty/style/index.less';
8 changes: 4 additions & 4 deletions src/profiling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
},
"dependencies": {
"@ant-design/icons": "4.8.1",
"@grafana/data": "10.0.3",
"@grafana/runtime": "10.0.3",
"@grafana/schema": "10.0.3",
"@grafana/ui": "10.0.3",
"@grafana/data": "10.4.2",
"@grafana/runtime": "10.4.2",
"@grafana/schema": "10.4.2",
"@grafana/ui": "10.4.2",
"antd": "^4.20.0",
"postcss-scss": "^4.0.9",
"react": "^17.0.1",
Expand Down
82 changes: 0 additions & 82 deletions src/profiling/src/components/QueryEditor.tsx

This file was deleted.

67 changes: 0 additions & 67 deletions src/profiling/src/components/app-selector.tsx

This file was deleted.

Loading

0 comments on commit 908bfe2

Please sign in to comment.