This is an automated email from the ASF dual-hosted git repository.

jeffreyh pushed a commit to branch jeffrey
in repository https://gitbox.apache.org/repos/asf/doris-opentelemetry-demo.git

commit 99a1533f77758d0408685c89386212bfa2cbd78e
Author: Jeffrey <[email protected]>
AuthorDate: Tue Aug 12 11:38:15 2025 +0800

    feat: rename plugin to doris-app
---
 docker-compose.yml                                 |   6 ++--
 docs/{discover-app-cn.md => doris-app-cn.md}       |   4 +--
 docs/static/enable-plugin.png                      | Bin 230612 -> 369465 bytes
 src/grafana/grafana.ini                            |   2 +-
 .../{selectdb-discover-app => doris-app}/202.js    |   4 +--
 src/grafana/plugins/doris-app/202.js.map           |   1 +
 .../{selectdb-discover-app => doris-app}/507.js    |   4 +--
 src/grafana/plugins/doris-app/507.js.map           |   1 +
 .../{selectdb-discover-app => doris-app}/723.js    |   4 +--
 src/grafana/plugins/doris-app/723.js.map           |   1 +
 .../{selectdb-discover-app => doris-app}/911.js    |  32 +++++++++++----------
 src/grafana/plugins/doris-app/911.js.map           |   1 +
 .../{selectdb-discover-app => doris-app}/973.js    |   9 +++---
 src/grafana/plugins/doris-app/973.js.map           |   1 +
 .../CHANGELOG.md                                   |   0
 .../{selectdb-discover-app => doris-app}/LICENSE   |   0
 .../{selectdb-discover-app => doris-app}/README.md |   2 +-
 .../go_plugin_build_manifest                       |   2 +-
 .../gpx_discover_app_darwin_amd64                  | Bin 25602304 -> 25602304 
bytes
 .../gpx_discover_app_darwin_arm64                  | Bin 24454450 -> 24454450 
bytes
 .../gpx_discover_app_linux_amd64                   | Bin 24740024 -> 24740024 
bytes
 .../gpx_discover_app_linux_arm                     | Bin 23199928 -> 23199928 
bytes
 .../gpx_discover_app_linux_arm64                   | Bin 23462072 -> 23462072 
bytes
 .../gpx_discover_app_windows_amd64.exe             | Bin 25480192 -> 25480192 
bytes
 .../gpx_doris-app_darwin_amd64}                    | Bin 25602304 -> 25602304 
bytes
 .../gpx_doris-app_darwin_arm64}                    | Bin 24454450 -> 24454450 
bytes
 .../gpx_doris-app_linux_amd64}                     | Bin 24740024 -> 24740024 
bytes
 .../gpx_doris-app_linux_arm}                       | Bin 23199928 -> 23199928 
bytes
 .../gpx_doris-app_linux_arm64}                     | Bin 23462072 -> 23462072 
bytes
 .../gpx_doris-app_windows_amd64.exe}               | Bin 25480192 -> 25480192 
bytes
 .../img/logo.svg                                   |   0
 .../{selectdb-discover-app => doris-app}/module.js |  12 ++++----
 src/grafana/plugins/doris-app/module.js.map        |   1 +
 .../plugin.json                                    |  14 ++++-----
 .../plugins/selectdb-discover-app/202.js.map       |   1 -
 .../plugins/selectdb-discover-app/507.js.map       |   1 -
 .../plugins/selectdb-discover-app/723.js.map       |   1 -
 .../plugins/selectdb-discover-app/911.js.map       |   1 -
 .../plugins/selectdb-discover-app/973.js.map       |   1 -
 .../plugins/selectdb-discover-app/module.js.map    |   1 -
 40 files changed, 54 insertions(+), 53 deletions(-)

diff --git a/docker-compose.yml b/docker-compose.yml
index 2de5d94..ac80fd3 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -732,16 +732,16 @@ services:
     restart: unless-stopped
     environment:
       NODE_ENV: development
-      GF_LOG_FILTERS: plugin.selectdb-discover-app:debug
+      GF_LOG_FILTERS: plugin.doris-app:debug
       GF_LOG_LEVEL: debug
       GF_DATAPROXY_LOGGING: 1
-      GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS: selectdb-discover-app
+      GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS: doris-app
       GF_AUTH_ANONYMOUS_ENABLED: true
       GF_AUTH_ANONYMOUS_ORG_ROLE: Admin
       GF_INSTALL_PLUGINS: grafana-opensearch-datasource
     volumes:
       - ./src/grafana/grafana.ini:/etc/grafana/grafana.ini
-      - 
./src/grafana/plugins/selectdb-discover-app:/var/lib/grafana/plugins/selectdb-discover-app
+      - ./src/grafana/plugins/doris-app:/var/lib/grafana/plugins/doris-app
       - ./src/grafana/provisioning/:/etc/grafana/provisioning/
     ports:
       - "33000:${GRAFANA_PORT}"
diff --git a/docs/discover-app-cn.md b/docs/doris-app-cn.md
similarity index 98%
rename from docs/discover-app-cn.md
rename to docs/doris-app-cn.md
index 2a59d70..f6bab62 100644
--- a/docs/discover-app-cn.md
+++ b/docs/doris-app-cn.md
@@ -2,8 +2,8 @@
 
 本插件目前为开发测试阶段,尚未签名,请勿用于生产环境。
 
-## 启用 Discover-App 插件
-登录 Grafana 并启用插件,在 Plugins 中找到 Discover-App,点击 Enable
+## 启用 Doris-App 插件
+登录 Grafana 并启用插件,在 Plugins 中找到 Doris-App,点击 Enable
 
 ![enable-plugin](./static/enable-plugin.png)
 
diff --git a/docs/static/enable-plugin.png b/docs/static/enable-plugin.png
index 016c700..af0c1a6 100644
Binary files a/docs/static/enable-plugin.png and 
b/docs/static/enable-plugin.png differ
diff --git a/src/grafana/grafana.ini b/src/grafana/grafana.ini
index bd77f11..10e90e6 100644
--- a/src/grafana/grafana.ini
+++ b/src/grafana/grafana.ini
@@ -1025,7 +1025,7 @@ org_role = Admin
 ;disable_sanitize_html = false
 
 [plugins]
-allow_loading_unsigned_plugins = selectdb-discover-app
+allow_loading_unsigned_plugins = doris-app
 ;enable_alpha = false
 ;app_tls_skip_verify_insecure = false
 # Enter a comma-separated list of plugin identifiers to identify plugins to 
load even if they are unsigned. Plugins with modified signatures are never 
loaded.
diff --git a/src/grafana/plugins/selectdb-discover-app/202.js 
b/src/grafana/plugins/doris-app/202.js
similarity index 98%
rename from src/grafana/plugins/selectdb-discover-app/202.js
rename to src/grafana/plugins/doris-app/202.js
index 33e6b9d..2322947 100644
--- a/src/grafana/plugins/selectdb-discover-app/202.js
+++ b/src/grafana/plugins/doris-app/202.js
@@ -1,5 +1,5 @@
 "use strict";
-(self["webpackChunkselectdb_discover_app"] = 
self["webpackChunkselectdb_discover_app"] || []).push([[202],{
+(self["webpackChunkdoris_app"] = self["webpackChunkdoris_app"] || 
[]).push([[202],{
 
 /***/ 202:
 /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
@@ -241,4 +241,4 @@ const testIds = {
 /***/ })
 
 }]);
-//# sourceMappingURL=202.js.map?_cache=cca91c670b951e00d547
\ No newline at end of file
+//# sourceMappingURL=202.js.map?_cache=960b652c09389756ed7b
\ No newline at end of file
diff --git a/src/grafana/plugins/doris-app/202.js.map 
b/src/grafana/plugins/doris-app/202.js.map
new file mode 100644
index 0000000..e6cca9e
--- /dev/null
+++ b/src/grafana/plugins/doris-app/202.js.map
@@ -0,0 +1 @@
+{"version":3,"file":"202.js?_cache=960b652c09389756ed7b","mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAqD;AAChB;AACF;AAEc;AACqC;AACjD;AAiBrC,MAAMY,YAAY,CAAC,EAAEC,MAAM,EAAkB;IAC3C,MAAMC,IAAIJ,uDAAUA,CAACK;IACrB,MAAM,EAAEC,OAAO,EAAEC,MAAM,EAAEC,QAAQ,EAAEC,gBAAgB,EAAE,GAAGN,OAAOO,IAAI;IACnE,MAAM,CAACC,OAAOC,SAAS,GAAGrB,+CAAQA,CAAQ;QACxCsB,QAAQL,CAAAA,qBAAAA,+BAAAA,SAAUK,MAAM,KAAI;QAC5BC,QAAQ;QACRC,aAAaC,QAAQP,6BAAAA,uCA
 [...]
\ No newline at end of file
diff --git a/src/grafana/plugins/selectdb-discover-app/507.js 
b/src/grafana/plugins/doris-app/507.js
similarity index 99%
rename from src/grafana/plugins/selectdb-discover-app/507.js
rename to src/grafana/plugins/doris-app/507.js
index 3d341c6..b09ff79 100644
--- a/src/grafana/plugins/selectdb-discover-app/507.js
+++ b/src/grafana/plugins/doris-app/507.js
@@ -1,4 +1,4 @@
-(self["webpackChunkselectdb_discover_app"] = 
self["webpackChunkselectdb_discover_app"] || []).push([[507],{
+(self["webpackChunkdoris_app"] = self["webpackChunkdoris_app"] || 
[]).push([[507],{
 
 /***/ 29:
 /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, 
__webpack_require__) => {
@@ -116079,4 +116079,4 @@ exports["default"] = _default;
 /***/ })
 
 }]);
-//# sourceMappingURL=507.js.map?_cache=5dc6474d44ee98efe113
\ No newline at end of file
+//# sourceMappingURL=507.js.map?_cache=f9dc2ab47d69b01dacd9
\ No newline at end of file
diff --git a/src/grafana/plugins/doris-app/507.js.map 
b/src/grafana/plugins/doris-app/507.js.map
new file mode 100644
index 0000000..f97b466
--- /dev/null
+++ b/src/grafana/plugins/doris-app/507.js.map
@@ -0,0 +1 @@
+{"version":3,"file":"507.js?_cache=f9dc2ab47d69b01dacd9","mappings":";;;;;;;;;;;AAAwC;AACV;;AAE9B;AACA,UAAU,kEAAS,CAAC,yDAAI;;AAExB,iEAAe,GAAG,EAAC;;;;;;;;;;;;;;;;;;ACN+B;;AAElD;AACA;AACA;AACA;AACA;AACA,WAAW,QAAQ;AACnB,WAAW,QAAQ;AACnB,WAAW,GAAG;AACd;AACA;AACA,4BAA4B,8BAAc;AAC1C,IAAI,kCAAc;AAClB;AACA;AACA;AACA;AACA,KAAK;AACL,IAAI;AACJ;AACA;AACA;;AAEA,uDAAe,eAAe,EAAC;;;ACxB/B;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,UAAU;AACrB,WAAW,UAAU;AACrB,WAAW,QAAQ;AACnB,aAAa,UAAU;AACvB;AACA;AACA;AACA;
 [...]
\ No newline at end of file
diff --git a/src/grafana/plugins/selectdb-discover-app/723.js 
b/src/grafana/plugins/doris-app/723.js
similarity index 99%
rename from src/grafana/plugins/selectdb-discover-app/723.js
rename to src/grafana/plugins/doris-app/723.js
index 9f06e3f..acfce0f 100644
--- a/src/grafana/plugins/selectdb-discover-app/723.js
+++ b/src/grafana/plugins/doris-app/723.js
@@ -1,4 +1,4 @@
-(self["webpackChunkselectdb_discover_app"] = 
self["webpackChunkselectdb_discover_app"] || []).push([[723],{
+(self["webpackChunkdoris_app"] = self["webpackChunkdoris_app"] || 
[]).push([[723],{
 
 /***/ 171:
 /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, 
__webpack_require__) => {
@@ -35318,4 +35318,4 @@ function isFragment(object) {
 /***/ })
 
 }]);
-//# sourceMappingURL=723.js.map?_cache=da61de95ab035c81c79f
\ No newline at end of file
+//# sourceMappingURL=723.js.map?_cache=cd85aac21ae242f5f0f2
\ No newline at end of file
diff --git a/src/grafana/plugins/doris-app/723.js.map 
b/src/grafana/plugins/doris-app/723.js.map
new file mode 100644
index 0000000..eb263a3
--- /dev/null
+++ b/src/grafana/plugins/doris-app/723.js.map
@@ -0,0 +1 @@
+{"version":3,"file":"723.js?_cache=cd85aac21ae242f5f0f2","mappings":";;;;;;;;;;AAAiD;AACjD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG,QAAQ,uEAAc;AACzB;;;;;;;;;;;;;;;;;;;;;;;ACZA;AACA,0BAA0B,UAAU,yBAAyB,kDAAkD,iBAAiB,0BAA0B,4RAA4R,GAAG;AACzb,4DAAe,iBAAiB,EAAC;;;;;ACFyB;AAC1D;AACA;;AAE+B;AACmD;AACpC;AAC9C,IAAI,mCAAiB;AACrB,sBAAsB,6BAAmB,CAAC,uBAAQ,EAAE,8BAAQ,GAAG;AAC/D;AACA,UAAU,qBAAoB;AAC9B,GAAG;AACH;;AAEA,sCAAsC;AACtC,2BAA2B,0BAAgB,CAAC,mCAAiB;AAC7D,IAAI,KAAqC,EAAE;AAAA,
 [...]
\ No newline at end of file
diff --git a/src/grafana/plugins/selectdb-discover-app/911.js 
b/src/grafana/plugins/doris-app/911.js
similarity index 99%
rename from src/grafana/plugins/selectdb-discover-app/911.js
rename to src/grafana/plugins/doris-app/911.js
index da89ab4..2a3a41d 100644
--- a/src/grafana/plugins/selectdb-discover-app/911.js
+++ b/src/grafana/plugins/doris-app/911.js
@@ -1,5 +1,5 @@
 "use strict";
-(self["webpackChunkselectdb_discover_app"] = 
self["webpackChunkselectdb_discover_app"] || []).push([[911],{
+(self["webpackChunkdoris_app"] = self["webpackChunkdoris_app"] || 
[]).push([[911],{
 
 /***/ 1885:
 /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
@@ -1771,6 +1771,7 @@ const discoverLoadingAtom = 
(0,jotai__WEBPACK_IMPORTED_MODULE_3__/* .atom */ .eU
 /* harmony export */   $X: () => (/* binding */ SEARCHABLE),
 /* harmony export */   F9: () => (/* binding */ generateHighlightedResults),
 /* harmony export */   HL: () => (/* binding */ convertColumnToRow),
+/* harmony export */   My: () => (/* binding */ formatTimestampToDateTime),
 /* harmony export */   NG: () => (/* binding */ TIME_INTERVALS),
 /* harmony export */   O1: () => (/* binding */ formatTracesResData),
 /* harmony export */   Q3: () => (/* binding */ isValidTimeFieldType),
@@ -2439,6 +2440,7 @@ function convertColumnToRow(jsonData) {
         const row = {};
         for(let j = 0; j < columns.length; j++){
             row[fieldNames[j]] = columns[j][i];
+            console.log(frame.schema.fields[j].type.toUpperCase());
             if 
(isValidTimeFieldType(frame.schema.fields[j].type.toUpperCase())) {
                 // 如果是时间字段,转换为 Dayjs 对象
                 row[fieldNames[j]] = 
formatTimestampToDateTime(row[fieldNames[j]], frame.schema.fields[j].precision 
|| 3);
@@ -2734,7 +2736,7 @@ function getTableDataService(payload) {
         "selectdbDS"
     ]);
     const response = 
(0,_grafana_runtime__WEBPACK_IMPORTED_MODULE_0__.getBackendSrv)().fetch({
-        url: '/api/plugins/selectdb-discover-app/resources/table_data',
+        url: '/api/plugins/doris-app/resources/table_data',
         method: 'POST',
         data: _object_spread_props(_object_spread({}, rest), {
             ds: selectdbDS.uid
@@ -2748,7 +2750,7 @@ function getTableDataChartsService(payload) {
         "selectdbDS"
     ]);
     const response = 
(0,_grafana_runtime__WEBPACK_IMPORTED_MODULE_0__.getBackendSrv)().fetch({
-        url: '/api/plugins/selectdb-discover-app/resources/table_data_charts',
+        url: '/api/plugins/doris-app/resources/table_data_charts',
         method: 'POST',
         data: _object_spread_props(_object_spread({}, rest), {
             ds: selectdbDS.uid
@@ -2762,7 +2764,7 @@ function getTopDataService(payload) {
         "selectdbDS"
     ]);
     const response = 
(0,_grafana_runtime__WEBPACK_IMPORTED_MODULE_0__.getBackendSrv)().fetch({
-        url: '/api/plugins/selectdb-discover-app/resources/top_data',
+        url: '/api/plugins/doris-app/resources/top_data',
         method: 'POST',
         data: _object_spread_props(_object_spread({}, rest), {
             ds: selectdbDS.uid
@@ -2776,7 +2778,7 @@ function getTableDataCountService(payload) {
         "selectdbDS"
     ]);
     const response = 
(0,_grafana_runtime__WEBPACK_IMPORTED_MODULE_0__.getBackendSrv)().fetch({
-        url: '/api/plugins/selectdb-discover-app/resources/table_data_count',
+        url: '/api/plugins/doris-app/resources/table_data_count',
         method: 'POST',
         data: _object_spread_props(_object_spread({}, rest), {
             ds: selectdbDS.uid
@@ -2790,7 +2792,7 @@ function getTableDataTraceService(payload) {
         "selectdbDS"
     ]);
     const response = 
(0,_grafana_runtime__WEBPACK_IMPORTED_MODULE_0__.getBackendSrv)().fetch({
-        url: '/api/plugins/selectdb-discover-app/resources/table_data_trace',
+        url: '/api/plugins/doris-app/resources/table_data_trace',
         method: 'POST',
         data: _object_spread_props(_object_spread({}, rest), {
             ds: selectdbDS.uid
@@ -2804,7 +2806,7 @@ function getTracesService(payload) {
         "selectdbDS"
     ]);
     const response = 
(0,_grafana_runtime__WEBPACK_IMPORTED_MODULE_0__.getBackendSrv)().fetch({
-        url: '/api/plugins/selectdb-discover-app/resources/traces',
+        url: '/api/plugins/doris-app/resources/traces',
         method: 'POST',
         data: _object_spread_props(_object_spread({}, rest), {
             ds: selectdbDS.uid
@@ -2818,7 +2820,7 @@ function getTracesServicesService(payload) {
         "selectdbDS"
     ]);
     const response = 
(0,_grafana_runtime__WEBPACK_IMPORTED_MODULE_0__.getBackendSrv)().fetch({
-        url: '/api/plugins/selectdb-discover-app/resources/traces_services',
+        url: '/api/plugins/doris-app/resources/traces_services',
         method: 'POST',
         data: _object_spread_props(_object_spread({}, rest), {
             ds: selectdbDS.uid
@@ -2832,7 +2834,7 @@ function getTraceOperationsService(payload) {
         "selectdbDS"
     ]);
     const response = 
(0,_grafana_runtime__WEBPACK_IMPORTED_MODULE_0__.getBackendSrv)().fetch({
-        url: '/api/plugins/selectdb-discover-app/resources/traces_operations',
+        url: '/api/plugins/doris-app/resources/traces_operations',
         method: 'POST',
         data: _object_spread_props(_object_spread({}, rest), {
             ds: selectdbDS.uid
@@ -2846,7 +2848,7 @@ function getSurroundingDataService(payload) {
         "selectdbDS"
     ]);
     const response = 
(0,_grafana_runtime__WEBPACK_IMPORTED_MODULE_0__.getBackendSrv)().fetch({
-        url: '/api/plugins/selectdb-discover-app/resources/surrounding_data',
+        url: '/api/plugins/doris-app/resources/surrounding_data',
         method: 'POST',
         data: _object_spread_props(_object_spread({}, rest), {
             ds: selectdbDS.uid
@@ -2895,7 +2897,7 @@ var IntervalEnum = /*#__PURE__*/ function(IntervalEnum) {
 // import { lastValueFrom } from 'rxjs';
 function getDatabases(selectdbDS) {
     const response = 
(0,_grafana_runtime__WEBPACK_IMPORTED_MODULE_0__.getBackendSrv)().fetch({
-        url: '/api/plugins/selectdb-discover-app/resources/database',
+        url: '/api/plugins/doris-app/resources/database',
         method: 'GET',
         params: {
             ds: selectdbDS.uid
@@ -2908,7 +2910,7 @@ function getDatabases(selectdbDS) {
 }
 function getTables({ selectdbDS, database }) {
     const response = 
(0,_grafana_runtime__WEBPACK_IMPORTED_MODULE_0__.getBackendSrv)().fetch({
-        url: '/api/plugins/selectdb-discover-app/resources/table',
+        url: '/api/plugins/doris-app/resources/table',
         method: 'GET',
         params: {
             ds: selectdbDS.uid,
@@ -2920,7 +2922,7 @@ function getTables({ selectdbDS, database }) {
 }
 function getFieldsService({ selectdbDS, database, table }) {
     const response = 
(0,_grafana_runtime__WEBPACK_IMPORTED_MODULE_0__.getBackendSrv)().fetch({
-        url: '/api/plugins/selectdb-discover-app/resources/fields',
+        url: '/api/plugins/doris-app/resources/fields',
         method: 'GET',
         params: {
             ds: selectdbDS.uid,
@@ -2933,7 +2935,7 @@ function getFieldsService({ selectdbDS, database, table 
}) {
 }
 function getIndexesService({ selectdbDS, database, table }) {
     const response = 
(0,_grafana_runtime__WEBPACK_IMPORTED_MODULE_0__.getBackendSrv)().fetch({
-        url: '/api/plugins/selectdb-discover-app/resources/indexes',
+        url: '/api/plugins/doris-app/resources/indexes',
         method: 'GET',
         params: {
             ds: selectdbDS.uid,
@@ -2949,4 +2951,4 @@ function getIndexesService({ selectdbDS, database, table 
}) {
 /***/ })
 
 }]);
-//# sourceMappingURL=911.js.map?_cache=da346721f0a49d38e2db
\ No newline at end of file
+//# sourceMappingURL=911.js.map?_cache=22c1366fbe3a718a014d
\ No newline at end of file
diff --git a/src/grafana/plugins/doris-app/911.js.map 
b/src/grafana/plugins/doris-app/911.js.map
new file mode 100644
index 0000000..961cb33
--- /dev/null
+++ b/src/grafana/plugins/doris-app/911.js.map
@@ -0,0 +1 @@
+{"version":3,"file":"911.js?_cache=22c1366fbe3a718a014d","mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAA6C;AACI;AACZ;AACS;AACL;AACoB;AAC4F;AACxG;AAElC,SAASe,YAAYC,KAAgE;IAChG,MAAMC,eAAeb,6DAAYA,CAACI,uEAAgBA;IAClD,MAAMU,iBAAiBd,6DAAYA,CAACK,yEAAkBA;IACtD,MAAMU,kBAAkBf,6DAAYA,CAACM,0EAAmBA;IACxD,MAAM,CAACU,WAAWC,aAAa,GAAGlB,wDAAOA,CAACQ,0EAAmBA;IAC7D,MAAMW,cAAclB,6DAAYA,CAACS,sEAAeA;IAChD,MAAMU,aAAanB,6DAAYA,CAACQ,6EAAsBA;IAEtD,MAAM,EAACY,IAAI,EAAEC,OAAO,EAAC,GAAGT;IAExB,
 [...]
\ No newline at end of file
diff --git a/src/grafana/plugins/selectdb-discover-app/973.js 
b/src/grafana/plugins/doris-app/973.js
similarity index 99%
rename from src/grafana/plugins/selectdb-discover-app/973.js
rename to src/grafana/plugins/doris-app/973.js
index e89fe88..c4e7948 100644
--- a/src/grafana/plugins/selectdb-discover-app/973.js
+++ b/src/grafana/plugins/doris-app/973.js
@@ -1,5 +1,5 @@
 "use strict";
-(self["webpackChunkselectdb_discover_app"] = 
self["webpackChunkselectdb_discover_app"] || []).push([[973],{
+(self["webpackChunkdoris_app"] = self["webpackChunkdoris_app"] || 
[]).push([[973],{
 
 /***/ 5365:
 /***/ ((module, __webpack_exports__, __webpack_require__) => {
@@ -3567,7 +3567,6 @@ function surrounding_logs_object_spread_props(target, 
source) {
 
 
 
-
 function SurroundingLogs() {
     const theme = (0,ui_.useTheme2)();
     const selectedRow = (0,react/* useAtomValue */.md)(discover/* 
selectedRowAtom */.nn);
@@ -3916,10 +3915,10 @@ function SurroundingLogs() {
                     const fieldValue = getValue();
                     const fieldName = currentTimeField;
                     const fieldType = 'DATE';
-                    const timeField = 
dayjs_min_default()(fieldValue).format('YYYY-MM-DD HH:mm:ss');
+                    const timeField = (0,utils_data/* 
formatTimestampToDateTime */.My)(fieldValue);
                     return /*#__PURE__*/ 
external_react_default().createElement("div", {
                         className: `${(0,css_.css)`
-                                width: 210px;
+                                width: 230px;
                             `} ${HoverStyle}`
                     }, /*#__PURE__*/ 
external_react_default().createElement("div", {
                         className: (0,css_.css)`
@@ -5043,4 +5042,4 @@ function PageDiscover() {
 /***/ })
 
 }]);
-//# sourceMappingURL=973.js.map?_cache=6e6eb8228a493c0aa4cf
\ No newline at end of file
+//# sourceMappingURL=973.js.map?_cache=26eabcad633ee0b5569f
\ No newline at end of file
diff --git a/src/grafana/plugins/doris-app/973.js.map 
b/src/grafana/plugins/doris-app/973.js.map
new file mode 100644
index 0000000..3806ba0
--- /dev/null
+++ b/src/grafana/plugins/doris-app/973.js.map
@@ -0,0 +1 @@
+{"version":3,"file":"973.js?_cache=26eabcad633ee0b5569f","mappings":";;;;;;;;;;;;;AAAA;AAC6G;AACjB;AAC5F,8BAA8B,mFAA2B,CAAC,4FAAqC;AAC/F;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AA
 [...]
\ No newline at end of file
diff --git a/src/grafana/plugins/selectdb-discover-app/CHANGELOG.md 
b/src/grafana/plugins/doris-app/CHANGELOG.md
similarity index 100%
rename from src/grafana/plugins/selectdb-discover-app/CHANGELOG.md
rename to src/grafana/plugins/doris-app/CHANGELOG.md
diff --git a/src/grafana/plugins/selectdb-discover-app/LICENSE 
b/src/grafana/plugins/doris-app/LICENSE
similarity index 100%
rename from src/grafana/plugins/selectdb-discover-app/LICENSE
rename to src/grafana/plugins/doris-app/LICENSE
diff --git a/src/grafana/plugins/selectdb-discover-app/README.md 
b/src/grafana/plugins/doris-app/README.md
similarity index 99%
rename from src/grafana/plugins/selectdb-discover-app/README.md
rename to src/grafana/plugins/doris-app/README.md
index 75b257b..72786fc 100644
--- a/src/grafana/plugins/selectdb-discover-app/README.md
+++ b/src/grafana/plugins/doris-app/README.md
@@ -2,7 +2,7 @@
 
 Remove any remaining comments before publishing as these may be displayed on 
Grafana.com -->
 
-# Discover-App
+# Doris
 
 <!-- To help maximize the impact of your README and improve usability for 
users, we propose the following loose structure:
 
diff --git a/src/grafana/plugins/selectdb-discover-app/go_plugin_build_manifest 
b/src/grafana/plugins/doris-app/go_plugin_build_manifest
similarity index 89%
rename from src/grafana/plugins/selectdb-discover-app/go_plugin_build_manifest
rename to src/grafana/plugins/doris-app/go_plugin_build_manifest
index 8b2e862..8adfae9 100755
--- a/src/grafana/plugins/selectdb-discover-app/go_plugin_build_manifest
+++ b/src/grafana/plugins/doris-app/go_plugin_build_manifest
@@ -1,5 +1,5 @@
 ba5ee903d3b81740a1bd1c9aacf631a04ab8a209838d03a649365cf66590fdc7:Magefile.go
-6fd300652efbd9fe975fc52b324a04aff4955f0dc96c9465b003e900c9b44eca:pkg/main.go
+386ee935da0c556526b570632193ee1f9ff634342b8098e5653ac7a706acd1d8:pkg/main.go
 
0a313f116a96b6dc3110a4140cb1f1696ca3b698d066c6dc008d4d7edcda3b14:pkg/plugin/app.go
 
fdcb9596c5288fb365875f832a1b97487c409c79d6330b90b1a0441e69ce8b2a:pkg/plugin/resources.go
 
6765636841d8a6d1729cfd4c0850249557ef539659cae3a221703cc49b9b8bff:pkg/plugin/resources_test.go
diff --git 
a/src/grafana/plugins/selectdb-discover-app/gpx_discover_app_darwin_amd64 
b/src/grafana/plugins/doris-app/gpx_discover_app_darwin_amd64
similarity index 91%
copy from 
src/grafana/plugins/selectdb-discover-app/gpx_discover_app_darwin_amd64
copy to src/grafana/plugins/doris-app/gpx_discover_app_darwin_amd64
index 3df10bb..46e2492 100755
Binary files 
a/src/grafana/plugins/selectdb-discover-app/gpx_discover_app_darwin_amd64 and 
b/src/grafana/plugins/doris-app/gpx_discover_app_darwin_amd64 differ
diff --git 
a/src/grafana/plugins/selectdb-discover-app/gpx_discover_app_darwin_arm64 
b/src/grafana/plugins/doris-app/gpx_discover_app_darwin_arm64
similarity index 99%
copy from 
src/grafana/plugins/selectdb-discover-app/gpx_discover_app_darwin_arm64
copy to src/grafana/plugins/doris-app/gpx_discover_app_darwin_arm64
index 118efec..94692ad 100755
Binary files 
a/src/grafana/plugins/selectdb-discover-app/gpx_discover_app_darwin_arm64 and 
b/src/grafana/plugins/doris-app/gpx_discover_app_darwin_arm64 differ
diff --git 
a/src/grafana/plugins/selectdb-discover-app/gpx_discover_app_linux_amd64 
b/src/grafana/plugins/doris-app/gpx_discover_app_linux_amd64
similarity index 92%
copy from src/grafana/plugins/selectdb-discover-app/gpx_discover_app_linux_amd64
copy to src/grafana/plugins/doris-app/gpx_discover_app_linux_amd64
index 8387f45..0b9d8de 100755
Binary files 
a/src/grafana/plugins/selectdb-discover-app/gpx_discover_app_linux_amd64 and 
b/src/grafana/plugins/doris-app/gpx_discover_app_linux_amd64 differ
diff --git 
a/src/grafana/plugins/selectdb-discover-app/gpx_discover_app_linux_arm 
b/src/grafana/plugins/doris-app/gpx_discover_app_linux_arm
similarity index 96%
copy from src/grafana/plugins/selectdb-discover-app/gpx_discover_app_linux_arm
copy to src/grafana/plugins/doris-app/gpx_discover_app_linux_arm
index 603bcbd..9a2d3ae 100755
Binary files 
a/src/grafana/plugins/selectdb-discover-app/gpx_discover_app_linux_arm and 
b/src/grafana/plugins/doris-app/gpx_discover_app_linux_arm differ
diff --git 
a/src/grafana/plugins/selectdb-discover-app/gpx_discover_app_linux_arm64 
b/src/grafana/plugins/doris-app/gpx_discover_app_linux_arm64
similarity index 99%
copy from src/grafana/plugins/selectdb-discover-app/gpx_discover_app_linux_arm64
copy to src/grafana/plugins/doris-app/gpx_discover_app_linux_arm64
index a752eef..f407085 100755
Binary files 
a/src/grafana/plugins/selectdb-discover-app/gpx_discover_app_linux_arm64 and 
b/src/grafana/plugins/doris-app/gpx_discover_app_linux_arm64 differ
diff --git 
a/src/grafana/plugins/selectdb-discover-app/gpx_discover_app_windows_amd64.exe 
b/src/grafana/plugins/doris-app/gpx_discover_app_windows_amd64.exe
similarity index 99%
copy from 
src/grafana/plugins/selectdb-discover-app/gpx_discover_app_windows_amd64.exe
copy to src/grafana/plugins/doris-app/gpx_discover_app_windows_amd64.exe
index 820ba41..98365ff 100755
Binary files 
a/src/grafana/plugins/selectdb-discover-app/gpx_discover_app_windows_amd64.exe 
and b/src/grafana/plugins/doris-app/gpx_discover_app_windows_amd64.exe differ
diff --git 
a/src/grafana/plugins/selectdb-discover-app/gpx_discover_app_darwin_amd64 
b/src/grafana/plugins/doris-app/gpx_doris-app_darwin_amd64
similarity index 92%
rename from 
src/grafana/plugins/selectdb-discover-app/gpx_discover_app_darwin_amd64
rename to src/grafana/plugins/doris-app/gpx_doris-app_darwin_amd64
index 3df10bb..af7698c 100755
Binary files 
a/src/grafana/plugins/selectdb-discover-app/gpx_discover_app_darwin_amd64 and 
b/src/grafana/plugins/doris-app/gpx_doris-app_darwin_amd64 differ
diff --git 
a/src/grafana/plugins/selectdb-discover-app/gpx_discover_app_darwin_arm64 
b/src/grafana/plugins/doris-app/gpx_doris-app_darwin_arm64
similarity index 88%
rename from 
src/grafana/plugins/selectdb-discover-app/gpx_discover_app_darwin_arm64
rename to src/grafana/plugins/doris-app/gpx_doris-app_darwin_arm64
index 118efec..078e08b 100755
Binary files 
a/src/grafana/plugins/selectdb-discover-app/gpx_discover_app_darwin_arm64 and 
b/src/grafana/plugins/doris-app/gpx_doris-app_darwin_arm64 differ
diff --git 
a/src/grafana/plugins/selectdb-discover-app/gpx_discover_app_linux_amd64 
b/src/grafana/plugins/doris-app/gpx_doris-app_linux_amd64
similarity index 92%
rename from 
src/grafana/plugins/selectdb-discover-app/gpx_discover_app_linux_amd64
rename to src/grafana/plugins/doris-app/gpx_doris-app_linux_amd64
index 8387f45..f87182e 100755
Binary files 
a/src/grafana/plugins/selectdb-discover-app/gpx_discover_app_linux_amd64 and 
b/src/grafana/plugins/doris-app/gpx_doris-app_linux_amd64 differ
diff --git 
a/src/grafana/plugins/selectdb-discover-app/gpx_discover_app_linux_arm 
b/src/grafana/plugins/doris-app/gpx_doris-app_linux_arm
similarity index 87%
rename from src/grafana/plugins/selectdb-discover-app/gpx_discover_app_linux_arm
rename to src/grafana/plugins/doris-app/gpx_doris-app_linux_arm
index 603bcbd..bc28d01 100755
Binary files 
a/src/grafana/plugins/selectdb-discover-app/gpx_discover_app_linux_arm and 
b/src/grafana/plugins/doris-app/gpx_doris-app_linux_arm differ
diff --git 
a/src/grafana/plugins/selectdb-discover-app/gpx_discover_app_linux_arm64 
b/src/grafana/plugins/doris-app/gpx_doris-app_linux_arm64
similarity index 84%
rename from 
src/grafana/plugins/selectdb-discover-app/gpx_discover_app_linux_arm64
rename to src/grafana/plugins/doris-app/gpx_doris-app_linux_arm64
index a752eef..3bfa5fd 100755
Binary files 
a/src/grafana/plugins/selectdb-discover-app/gpx_discover_app_linux_arm64 and 
b/src/grafana/plugins/doris-app/gpx_doris-app_linux_arm64 differ
diff --git 
a/src/grafana/plugins/selectdb-discover-app/gpx_discover_app_windows_amd64.exe 
b/src/grafana/plugins/doris-app/gpx_doris-app_windows_amd64.exe
similarity index 88%
rename from 
src/grafana/plugins/selectdb-discover-app/gpx_discover_app_windows_amd64.exe
rename to src/grafana/plugins/doris-app/gpx_doris-app_windows_amd64.exe
index 820ba41..ffe7b44 100755
Binary files 
a/src/grafana/plugins/selectdb-discover-app/gpx_discover_app_windows_amd64.exe 
and b/src/grafana/plugins/doris-app/gpx_doris-app_windows_amd64.exe differ
diff --git a/src/grafana/plugins/selectdb-discover-app/img/logo.svg 
b/src/grafana/plugins/doris-app/img/logo.svg
similarity index 100%
rename from src/grafana/plugins/selectdb-discover-app/img/logo.svg
rename to src/grafana/plugins/doris-app/img/logo.svg
diff --git a/src/grafana/plugins/selectdb-discover-app/module.js 
b/src/grafana/plugins/doris-app/module.js
similarity index 98%
rename from src/grafana/plugins/selectdb-discover-app/module.js
rename to src/grafana/plugins/doris-app/module.js
index b2d190e..0f25081 100644
--- a/src/grafana/plugins/selectdb-discover-app/module.js
+++ b/src/grafana/plugins/doris-app/module.js
@@ -1192,7 +1192,7 @@ module.exports = domAPI;
 /******/               // This function allow to reference async chunks
 /******/               __webpack_require__.u = (chunkId) => {
 /******/                       // return url for filenames based on template
-/******/                       return "" + chunkId + ".js?_cache=" + 
{"202":"cca91c670b951e00d547","507":"5dc6474d44ee98efe113","723":"da61de95ab035c81c79f","911":"da346721f0a49d38e2db","973":"6e6eb8228a493c0aa4cf"}[chunkId]
 + "";
+/******/                       return "" + chunkId + ".js?_cache=" + 
{"202":"960b652c09389756ed7b","507":"f9dc2ab47d69b01dacd9","723":"cd85aac21ae242f5f0f2","911":"22c1366fbe3a718a014d","973":"26eabcad633ee0b5569f"}[chunkId]
 + "";
 /******/               };
 /******/       })();
 /******/       
@@ -1216,7 +1216,7 @@ module.exports = domAPI;
 /******/       /* webpack/runtime/load script */
 /******/       (() => {
 /******/               var inProgress = {};
-/******/               var dataWebpackPrefix = "selectdb-discover-app:";
+/******/               var dataWebpackPrefix = "doris-app:";
 /******/               // loadScript function to load a script via script tag
 /******/               __webpack_require__.l = (url, done, key, chunkId) => {
 /******/                       if(inProgress[url]) { 
inProgress[url].push(done); return; }
@@ -1277,12 +1277,12 @@ module.exports = domAPI;
 /******/       
 /******/       /* webpack/runtime/publicPath */
 /******/       (() => {
-/******/               __webpack_require__.p = 
"public/plugins/selectdb-discover-app/";
+/******/               __webpack_require__.p = "public/plugins/doris-app/";
 /******/       })();
 /******/       
 /******/       /* webpack/runtime/compat */
 /******/       
-/******/       __webpack_require__.sriHashes = 
{"202":"sha256-bNWqxrsO8Xpo63+JoKk9heCZtYZcw+WrXPaUMyUz39Q=","507":"sha256-wCDdxl9oswvuyvhYCWsQ0LbuZ/GoDUYcf55/1txCBgk=","723":"sha256-vW9CSyjwaFTOJnDBqNUBVW/EO5yYvd+gJkVNqrcYtDs=","911":"sha256-tR2QhMj1m6nKEjq7WKJ2cazHkL191lrq8c+JSXtNTfU=","973":"sha256-+ijXHStDjaQjo6yCKBcbwmXlJC2GWoVy/BJ3Lvk2IYw="};
+/******/       __webpack_require__.sriHashes = 
{"202":"sha256-CN4kzTw1qZgwAinJ1/Yabb8xvpGp0KP+/BizIwiPgfQ=","507":"sha256-AUayrrv7MuT++PJ8SO/qqQl99rpJCYSUreFk0hF0rMk=","723":"sha256-YDvp7Qjz8uu5Sk0fPOr2QrUrKd0OfhzUsNXFLgjBQwM=","911":"sha256-8E/YQAduUeG6QYxcXNLoD1WgmPFr9KSotqGeJHJEcpY=","973":"sha256-FPWjtHKLCuzJ39V/Tk/3lhpWxixPoKjV87fO0mqoo8E="};
 /******/       
 /******/       /* webpack/runtime/jsonp chunk loading */
 /******/       (() => {
@@ -1369,7 +1369,7 @@ module.exports = domAPI;
 /******/               
 /******/               }
 /******/               
-/******/               var chunkLoadingGlobal = 
self["webpackChunkselectdb_discover_app"] = 
self["webpackChunkselectdb_discover_app"] || [];
+/******/               var chunkLoadingGlobal = self["webpackChunkdoris_app"] 
= self["webpackChunkdoris_app"] || [];
 /******/               
chunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));
 /******/               chunkLoadingGlobal.push = 
webpackJsonpCallback.bind(null, 
chunkLoadingGlobal.push.bind(chunkLoadingGlobal));
 /******/       })();
@@ -1402,7 +1402,7 @@ var external_module_default = 
/*#__PURE__*/__webpack_require__.n(external_module
 __webpack_require__.p =
   (external_module_default()) && (external_module_default()).uri
     ? external_module_default().uri.slice(0, 
external_module_default().uri.lastIndexOf('/') + 1)
-    : 'public/plugins/selectdb-discover-app/';
+    : 'public/plugins/doris-app/';
 
 // EXTERNAL MODULE: external "react"
 var external_react_ = __webpack_require__(5959);
diff --git a/src/grafana/plugins/doris-app/module.js.map 
b/src/grafana/plugins/doris-app/module.js.map
new file mode 100644
index 0000000..32e51b1
--- /dev/null
+++ b/src/grafana/plugins/doris-app/module.js.map
@@ -0,0 +1 @@
+{"version":3,"file":"module.js","mappings":";;;;;;;;AAAa;;AAEb;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,qDAAqD;AACrD;AACA;AACA,gDAAgD;AAChD;AACA;AACA,qFAAqF;AACrF;AACA;AACA;AACA,qBAAqB;AACrB;AACA;AACA,qBAAqB;AACrB;AACA;AACA,qBAAqB;AACrB;AACA;AACA,KAAK;AACL;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,sBAAsB,iBAAiB;AACvC;AACA;AACA;AACA;AACA;AACA;AACA,qBAAqB,qBAAqB;AAC1C;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU;AACV,sFAAsF,qBAAqB;AAC3G;AACA;AACA;AACA;AACA;AACA;AACA,UAAU;AACV
 [...]
\ No newline at end of file
diff --git a/src/grafana/plugins/selectdb-discover-app/plugin.json 
b/src/grafana/plugins/doris-app/plugin.json
similarity index 78%
rename from src/grafana/plugins/selectdb-discover-app/plugin.json
rename to src/grafana/plugins/doris-app/plugin.json
index 5be414d..84f5244 100644
--- a/src/grafana/plugins/selectdb-discover-app/plugin.json
+++ b/src/grafana/plugins/doris-app/plugin.json
@@ -1,10 +1,10 @@
 {
     "$schema": 
"https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json";,
     "type": "app",
-    "name": "Discover-App",
-    "id": "selectdb-discover-app",
+    "name": "Doris",
+    "id": "doris-app",
     "backend": true,
-    "executable": "gpx_discover_app",
+    "executable": "gpx_doris-app",
     "info": {
         "keywords": [
             "app"
@@ -19,26 +19,26 @@
         },
         "screenshots": [],
         "version": "1.0.0",
-        "updated": "2025-08-07"
+        "updated": "2025-08-12"
     },
     "includes": [
         {
             "type": "page",
             "name": "Discover",
-            "path": "/a/selectdb-discover-app/discover",
+            "path": "/a/doris-app/discover",
             "addToNav": true
         },
         {
             "type": "page",
             "name": "Traces",
-            "path": "/a/selectdb-discover-app/traces",
+            "path": "/a/doris-app/traces",
             "addToNav": true
         },
         {
             "type": "page",
             "icon": "cog",
             "name": "Configuration",
-            "path": "/plugins/selectdb-discover-app",
+            "path": "/plugins/doris-app",
             "role": "Admin",
             "addToNav": true
         }
diff --git a/src/grafana/plugins/selectdb-discover-app/202.js.map 
b/src/grafana/plugins/selectdb-discover-app/202.js.map
deleted file mode 100644
index a866f5e..0000000
--- a/src/grafana/plugins/selectdb-discover-app/202.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"202.js?_cache=cca91c670b951e00d547","mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAqD;AAChB;AACF;AAEc;AACqC;AACjD;AAiBrC,MAAMY,YAAY,CAAC,EAAEC,MAAM,EAAkB;IAC3C,MAAMC,IAAIJ,uDAAUA,CAACK;IACrB,MAAM,EAAEC,OAAO,EAAEC,MAAM,EAAEC,QAAQ,EAAEC,gBAAgB,EAAE,GAAGN,OAAOO,IAAI;IACnE,MAAM,CAACC,OAAOC,SAAS,GAAGrB,+CAAQA,CAAQ;QACxCsB,QAAQL,CAAAA,qBAAAA,+BAAAA,SAAUK,MAAM,KAAI;QAC5BC,QAAQ;QACRC,aAAaC,QAAQP,6BAAAA,uCA
 [...]
\ No newline at end of file
diff --git a/src/grafana/plugins/selectdb-discover-app/507.js.map 
b/src/grafana/plugins/selectdb-discover-app/507.js.map
deleted file mode 100644
index 8c364bf..0000000
--- a/src/grafana/plugins/selectdb-discover-app/507.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"507.js?_cache=5dc6474d44ee98efe113","mappings":";;;;;;;;;;;AAAwC;AACV;;AAE9B;AACA,UAAU,kEAAS,CAAC,yDAAI;;AAExB,iEAAe,GAAG,EAAC;;;;;;;;;;;;;;;;;;ACN+B;;AAElD;AACA;AACA;AACA;AACA;AACA,WAAW,QAAQ;AACnB,WAAW,QAAQ;AACnB,WAAW,GAAG;AACd;AACA;AACA,4BAA4B,8BAAc;AAC1C,IAAI,kCAAc;AAClB;AACA;AACA;AACA;AACA,KAAK;AACL,IAAI;AACJ;AACA;AACA;;AAEA,uDAAe,eAAe,EAAC;;;ACxB/B;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,UAAU;AACrB,WAAW,UAAU;AACrB,WAAW,QAAQ;AACnB,aAAa,UAAU;AACvB;AACA;AACA;AACA;
 [...]
\ No newline at end of file
diff --git a/src/grafana/plugins/selectdb-discover-app/723.js.map 
b/src/grafana/plugins/selectdb-discover-app/723.js.map
deleted file mode 100644
index 881086a..0000000
--- a/src/grafana/plugins/selectdb-discover-app/723.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"723.js?_cache=da61de95ab035c81c79f","mappings":";;;;;;;;;;AAAiD;AACjD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG,QAAQ,uEAAc;AACzB;;;;;;;;;;;;;;;;;;;;;;;ACZA;AACA,0BAA0B,UAAU,yBAAyB,kDAAkD,iBAAiB,0BAA0B,4RAA4R,GAAG;AACzb,4DAAe,iBAAiB,EAAC;;;;;ACFyB;AAC1D;AACA;;AAE+B;AACmD;AACpC;AAC9C,IAAI,mCAAiB;AACrB,sBAAsB,6BAAmB,CAAC,uBAAQ,EAAE,8BAAQ,GAAG;AAC/D;AACA,UAAU,qBAAoB;AAC9B,GAAG;AACH;;AAEA,sCAAsC;AACtC,2BAA2B,0BAAgB,CAAC,mCAAiB;AAC7D,IAAI,KAAqC,EAAE;AAAA,
 [...]
\ No newline at end of file
diff --git a/src/grafana/plugins/selectdb-discover-app/911.js.map 
b/src/grafana/plugins/selectdb-discover-app/911.js.map
deleted file mode 100644
index 941bace..0000000
--- a/src/grafana/plugins/selectdb-discover-app/911.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"911.js?_cache=da346721f0a49d38e2db","mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAA6C;AACI;AACZ;AACS;AACL;AACoB;AAC4F;AACxG;AAElC,SAASe,YAAYC,KAAgE;IAChG,MAAMC,eAAeb,6DAAYA,CAACI,uEAAgBA;IAClD,MAAMU,iBAAiBd,6DAAYA,CAACK,yEAAkBA;IACtD,MAAMU,kBAAkBf,6DAAYA,CAACM,0EAAmBA;IACxD,MAAM,CAACU,WAAWC,aAAa,GAAGlB,wDAAOA,CAACQ,0EAAmBA;IAC7D,MAAMW,cAAclB,6DAAYA,CAACS,sEAAeA;IAChD,MAAMU,aAAanB,6DAAYA,CAACQ,6EAAsBA;IAEtD,MAAM,EAACY,IAAI,EAAEC,OAAO,EAAC,GAAGT;IAExB,
 [...]
\ No newline at end of file
diff --git a/src/grafana/plugins/selectdb-discover-app/973.js.map 
b/src/grafana/plugins/selectdb-discover-app/973.js.map
deleted file mode 100644
index d96236d..0000000
--- a/src/grafana/plugins/selectdb-discover-app/973.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"973.js?_cache=6e6eb8228a493c0aa4cf","mappings":";;;;;;;;;;;;;AAAA;AAC6G;AACjB;AAC5F,8BAA8B,mFAA2B,CAAC,4FAAqC;AAC/F;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AA
 [...]
\ No newline at end of file
diff --git a/src/grafana/plugins/selectdb-discover-app/module.js.map 
b/src/grafana/plugins/selectdb-discover-app/module.js.map
deleted file mode 100644
index db5b010..0000000
--- a/src/grafana/plugins/selectdb-discover-app/module.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"module.js","mappings":";;;;;;;;AAAa;;AAEb;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,qDAAqD;AACrD;AACA;AACA,gDAAgD;AAChD;AACA;AACA,qFAAqF;AACrF;AACA;AACA;AACA,qBAAqB;AACrB;AACA;AACA,qBAAqB;AACrB;AACA;AACA,qBAAqB;AACrB;AACA;AACA,KAAK;AACL;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,sBAAsB,iBAAiB;AACvC;AACA;AACA;AACA;AACA;AACA;AACA,qBAAqB,qBAAqB;AAC1C;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU;AACV,sFAAsF,qBAAqB;AAC3G;AACA;AACA;AACA;AACA;AACA;AACA,UAAU;AACV
 [...]
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


Reply via email to