Skip to content

Commit 7ebdd73

Browse files
authored
feat: use greptimedb plugin (#611)
* feat: use greptimedb plugin * feat: logs panel * feat: update perses plugin
1 parent f230a0f commit 7ebdd73

5 files changed

Lines changed: 128 additions & 223 deletions

File tree

package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,26 +54,29 @@
5454
"@lezer/highlight": "^1.1.2",
5555
"@lezer/lr": "^1.2.3",
5656
"@mui/material": "^6.1.10",
57-
"@perses-dev/clickhouse-plugin": "0.5.0-beta.0",
5857
"@perses-dev/components": "0.53.0-beta.4",
5958
"@perses-dev/core": "0.53.0-beta.4",
6059
"@perses-dev/dashboards": "0.53.0-beta.4",
60+
"@perses-dev/explore": "0.53.1",
6161
"@perses-dev/gauge-chart-plugin": "0.12.0-beta.0",
62+
"@perses-dev/greptimedb-plugin": "https://github.com/user-attachments/files/26734176/perses-dev-greptimedb-plugin-0.1.0-beta.0.tgz",
63+
"@perses-dev/logs-table-plugin": "0.2.0-beta.0",
6264
"@perses-dev/plugin-system": "0.53.0-beta.4",
6365
"@perses-dev/prometheus-plugin": "0.57.0-beta.0",
6466
"@perses-dev/stat-chart-plugin": "0.12.0-beta.0",
6567
"@perses-dev/table-plugin": "0.11.0-beta.0",
6668
"@perses-dev/timeseries-chart-plugin": "0.12.0-beta.0",
6769
"@prometheus-io/codemirror-promql": "0.305.0",
70+
"@tanstack/react-query": "^5.66.7",
6871
"@tauri-apps/api": "^2.*",
6972
"@tauri-apps/plugin-dialog": "^2.2.0",
7073
"@tauri-apps/plugin-process": "^2.2.0",
7174
"@tauri-apps/plugin-updater": "~2.5.0",
72-
"@tanstack/react-query": "^5.66.7",
7375
"@types/d3": "^7.4.3",
7476
"@types/d3-flextree": "^2.1.4",
7577
"@types/json-bigint": "^1.0.1",
7678
"@uiw/codemirror-extensions-langs": "^4.21.13",
79+
"@uiw/react-codemirror": "^4.25.9",
7780
"@vueuse/core": "^10.1.0",
7881
"arco-design-pro-vue": "^2.7.2",
7982
"axios": "^0.27.2",
@@ -85,6 +88,7 @@
8588
"driver.js": "^1.3.1",
8689
"echarts": "^5.4.1",
8790
"eslint-plugin": "^1.0.1",
91+
"immer": "^10.2.0",
8892
"js-file-download": "^0.4.12",
8993
"json-bigint": "^1.0.0",
9094
"lodash": "^4.17.21",
@@ -101,8 +105,8 @@
101105
"query-string": "^8.1.0",
102106
"react": "^18.3.1",
103107
"react-dom": "^18.3.1",
104-
"react-router-dom": "^6.26.2",
105108
"react-is": "^18.3.1",
109+
"react-router-dom": "^6.26.2",
106110
"sortablejs": "^1.15.0",
107111
"sql-formatter": "^12.1.3",
108112
"stylelint-config-rational-order-fix": "^0.1.9",
@@ -136,9 +140,9 @@
136140
"@types/sortablejs": "^1.15.0",
137141
"@typescript-eslint/eslint-plugin": "^5.59.11",
138142
"@typescript-eslint/parser": "^5.53.0",
143+
"@vitejs/plugin-react": "^4.3.2",
139144
"@vitejs/plugin-vue": "^3.1.2",
140145
"@vitejs/plugin-vue-jsx": "^2.1.1",
141-
"@vitejs/plugin-react": "^4.3.2",
142146
"@vue/babel-plugin-jsx": "^1.1.1",
143147
"@vue/language-plugin-pug": "^2.2.10",
144148
"cross-env": "^7.0.3",

0 commit comments

Comments
 (0)