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

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


The following commit(s) were added to refs/heads/main by this push:
     new 599e0a6  fix: trace page table error
599e0a6 is described below

commit 599e0a6ef8c77505b0597ff0a03023ddae1209d3
Author: Jeffrey <[email protected]>
AuthorDate: Mon Aug 18 19:42:14 2025 +0800

    fix: trace page table error
---
 src/grafana/plugins/doris-app/181.js               |  55 +++++++++++++----
 src/grafana/plugins/doris-app/181.js.map           |   2 +-
 src/grafana/plugins/doris-app/462.js               |   4 +-
 src/grafana/plugins/doris-app/462.js.map           |   2 +-
 src/grafana/plugins/doris-app/{906.js => 600.js}   |  66 ++++++++-------------
 src/grafana/plugins/doris-app/600.js.map           |   1 +
 src/grafana/plugins/doris-app/906.js.map           |   1 -
 .../plugins/doris-app/gpx_doris-app_darwin_amd64   | Bin 25602304 -> 25602304 
bytes
 .../plugins/doris-app/gpx_doris-app_darwin_arm64   | Bin 24454450 -> 24454450 
bytes
 .../plugins/doris-app/gpx_doris-app_linux_amd64    | Bin 24740024 -> 24740024 
bytes
 .../plugins/doris-app/gpx_doris-app_linux_arm      | Bin 23199928 -> 23199928 
bytes
 .../plugins/doris-app/gpx_doris-app_linux_arm64    | Bin 23462072 -> 23462072 
bytes
 .../doris-app/gpx_doris-app_windows_amd64.exe      | Bin 25480192 -> 25480192 
bytes
 src/grafana/plugins/doris-app/module.js            |   4 +-
 src/grafana/plugins/doris-app/module.js.map        |   2 +-
 15 files changed, 79 insertions(+), 58 deletions(-)

diff --git a/src/grafana/plugins/doris-app/181.js 
b/src/grafana/plugins/doris-app/181.js
index e81b330..e5630b8 100644
--- a/src/grafana/plugins/doris-app/181.js
+++ b/src/grafana/plugins/doris-app/181.js
@@ -13,12 +13,13 @@
 /* harmony import */ var _grafana_runtime__WEBPACK_IMPORTED_MODULE_1___default 
= 
/*#__PURE__*/__webpack_require__.n(_grafana_runtime__WEBPACK_IMPORTED_MODULE_1__);
 /* harmony import */ var _grafana_ui__WEBPACK_IMPORTED_MODULE_2__ = 
__webpack_require__(2007);
 /* harmony import */ var _grafana_ui__WEBPACK_IMPORTED_MODULE_2___default = 
/*#__PURE__*/__webpack_require__.n(_grafana_ui__WEBPACK_IMPORTED_MODULE_2__);
-/* harmony import */ var jotai__WEBPACK_IMPORTED_MODULE_7__ = 
__webpack_require__(3689);
+/* harmony import */ var jotai__WEBPACK_IMPORTED_MODULE_8__ = 
__webpack_require__(3689);
 /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_3__ = 
__webpack_require__(5959);
 /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_3___default = 
/*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_3__);
 /* harmony import */ var _services_discover__WEBPACK_IMPORTED_MODULE_4__ = 
__webpack_require__(7626);
 /* harmony import */ var _store_discover__WEBPACK_IMPORTED_MODULE_5__ = 
__webpack_require__(6247);
-/* harmony import */ var _utils_data__WEBPACK_IMPORTED_MODULE_6__ = 
__webpack_require__(6700);
+/* harmony import */ var _store_traces__WEBPACK_IMPORTED_MODULE_6__ = 
__webpack_require__(3982);
+/* harmony import */ var _utils_data__WEBPACK_IMPORTED_MODULE_7__ = 
__webpack_require__(6700);
 function _define_property(obj, key, value) {
     if (key in obj) {
         Object.defineProperty(obj, key, {
@@ -55,13 +56,14 @@ function _object_spread(target) {
 
 
 
+
 function TraceDetail(props) {
-    const currentTable = (0,jotai__WEBPACK_IMPORTED_MODULE_7__/* .useAtomValue 
*/ .md)(_store_discover__WEBPACK_IMPORTED_MODULE_5__/* .currentTableAtom */ 
.$w);
-    const currentCatalog = (0,jotai__WEBPACK_IMPORTED_MODULE_7__/* 
.useAtomValue */ .md)(_store_discover__WEBPACK_IMPORTED_MODULE_5__/* 
.currentCatalogAtom */ .K0);
-    const currentDatabase = (0,jotai__WEBPACK_IMPORTED_MODULE_7__/* 
.useAtomValue */ .md)(_store_discover__WEBPACK_IMPORTED_MODULE_5__/* 
.currentDatabaseAtom */ .Cf);
-    const [traceData, setTraceData] = (0,jotai__WEBPACK_IMPORTED_MODULE_7__/* 
.useAtom */ .fp)(_store_discover__WEBPACK_IMPORTED_MODULE_5__/* 
.tableTracesDataAtom */ .UB);
-    const selectedRow = (0,jotai__WEBPACK_IMPORTED_MODULE_7__/* .useAtomValue 
*/ .md)(_store_discover__WEBPACK_IMPORTED_MODULE_5__/* .selectedRowAtom */ .nn);
-    const selectdbDS = (0,jotai__WEBPACK_IMPORTED_MODULE_7__/* .useAtomValue 
*/ .md)(_store_discover__WEBPACK_IMPORTED_MODULE_5__/* .selectedDatasourceAtom 
*/ .SW);
+    const currentTable = (0,jotai__WEBPACK_IMPORTED_MODULE_8__/* .useAtomValue 
*/ .md)(_store_traces__WEBPACK_IMPORTED_MODULE_6__/* .currentTraceTableAtom */ 
.AZ);
+    const currentCatalog = (0,jotai__WEBPACK_IMPORTED_MODULE_8__/* 
.useAtomValue */ .md)(_store_discover__WEBPACK_IMPORTED_MODULE_5__/* 
.currentCatalogAtom */ .K0);
+    const currentDatabase = (0,jotai__WEBPACK_IMPORTED_MODULE_8__/* 
.useAtomValue */ .md)(_store_discover__WEBPACK_IMPORTED_MODULE_5__/* 
.currentDatabaseAtom */ .Cf);
+    const [traceData, setTraceData] = (0,jotai__WEBPACK_IMPORTED_MODULE_8__/* 
.useAtom */ .fp)(_store_discover__WEBPACK_IMPORTED_MODULE_5__/* 
.tableTracesDataAtom */ .UB);
+    const selectedRow = (0,jotai__WEBPACK_IMPORTED_MODULE_8__/* .useAtomValue 
*/ .md)(_store_discover__WEBPACK_IMPORTED_MODULE_5__/* .selectedRowAtom */ .nn);
+    const selectdbDS = (0,jotai__WEBPACK_IMPORTED_MODULE_8__/* .useAtomValue 
*/ .md)(_store_discover__WEBPACK_IMPORTED_MODULE_5__/* .selectedDatasourceAtom 
*/ .SW);
     const { open, traceId } = props;
     const getTraceData = 
react__WEBPACK_IMPORTED_MODULE_3___default().useCallback(()=>{
         let payload = {
@@ -77,7 +79,7 @@ function TraceDetail(props) {
         }, payload)).subscribe({
             next: ({ data, ok })=>{
                 if (ok) {
-                    const formatedData = 
(0,_utils_data__WEBPACK_IMPORTED_MODULE_6__/* .formatTracesResData */ 
.O1)(data);
+                    const formatedData = 
(0,_utils_data__WEBPACK_IMPORTED_MODULE_7__/* .formatTracesResData */ 
.O1)(data);
                     setTraceData(formatedData);
                 }
             },
@@ -137,6 +139,39 @@ function TraceDetail(props) {
 }
 
 
+/***/ }),
+
+/***/ 3982:
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+/* harmony export */ __webpack_require__.d(__webpack_exports__, {
+/* harmony export */   AZ: () => (/* binding */ currentTraceTableAtom),
+/* harmony export */   E: () => (/* binding */ tracesServicesAtom),
+/* harmony export */   VA: () => (/* binding */ traceOperationsAtom),
+/* harmony export */   fy: () => (/* binding */ currentSortAtom),
+/* harmony export */   gL: () => (/* binding */ currentServiceAtom),
+/* harmony export */   jB: () => (/* binding */ tagsAtom),
+/* harmony export */   mH: () => (/* binding */ currentOperationAtom),
+/* harmony export */   oC: () => (/* binding */ minDurationAtom),
+/* harmony export */   ok: () => (/* binding */ tracesAtom),
+/* harmony export */   uS: () => (/* binding */ maxDurationAtom)
+/* harmony export */ });
+/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_0__ = 
__webpack_require__(2351);
+/* harmony import */ var jotai__WEBPACK_IMPORTED_MODULE_1__ = 
__webpack_require__(4945);
+
+
+const currentTraceTableAtom = (0,jotai__WEBPACK_IMPORTED_MODULE_1__/* .atom */ 
.eU)('');
+const currentServiceAtom = (0,jotai__WEBPACK_IMPORTED_MODULE_1__/* .atom */ 
.eU)(_constants__WEBPACK_IMPORTED_MODULE_0__/* .DEFAULT_SERVICE */ .aR);
+const currentOperationAtom = (0,jotai__WEBPACK_IMPORTED_MODULE_1__/* .atom */ 
.eU)(_constants__WEBPACK_IMPORTED_MODULE_0__/* .DEFAULT_OPERATION */ .UB);
+const currentSortAtom = (0,jotai__WEBPACK_IMPORTED_MODULE_1__/* .atom */ 
.eU)('most-recent');
+const tagsAtom = (0,jotai__WEBPACK_IMPORTED_MODULE_1__/* .atom */ .eU)('');
+const tracesAtom = (0,jotai__WEBPACK_IMPORTED_MODULE_1__/* .atom */ .eU)([]);
+const tracesServicesAtom = (0,jotai__WEBPACK_IMPORTED_MODULE_1__/* .atom */ 
.eU)([]);
+const traceOperationsAtom = (0,jotai__WEBPACK_IMPORTED_MODULE_1__/* .atom */ 
.eU)([]);
+const minDurationAtom = (0,jotai__WEBPACK_IMPORTED_MODULE_1__/* .atom */ 
.eU)('');
+const maxDurationAtom = (0,jotai__WEBPACK_IMPORTED_MODULE_1__/* .atom */ 
.eU)('');
+
+
 /***/ }),
 
 /***/ 6247:
@@ -1462,4 +1497,4 @@ function getIndexesService({ selectdbDS, database, table 
}) {
 /***/ })
 
 }]);
-//# sourceMappingURL=181.js.map?_cache=ce826c664576171bad6c
\ No newline at end of file
+//# sourceMappingURL=181.js.map?_cache=6d914ab9f7dffb39d3ea
\ No newline at end of file
diff --git a/src/grafana/plugins/doris-app/181.js.map 
b/src/grafana/plugins/doris-app/181.js.map
index ce21583..9a93b2d 100644
--- a/src/grafana/plugins/doris-app/181.js.map
+++ b/src/grafana/plugins/doris-app/181.js.map
@@ -1 +1 @@
-{"version":3,"file":"181.js?_cache=ce826c664576171bad6c","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
+{"version":3,"file":"181.js?_cache=6d914ab9f7dffb39d3ea","mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAA6C;AACI;AACZ;AACS;AACL;AACoB;AAC0E;AAClF;AACJ;AAElC,SAASe,YAAYC,KAAgE;IAChG,MAAMC,eAAeb,6DAAYA,CAACS,0EAAqBA;IACvD,MAAMK,iBAAiBd,6DAAYA,CAACI,yEAAkBA;IACtD,MAAMW,kBAAkBf,6DAAYA,CAACK,0EAAmBA;IACxD,MAAM,CAACW,WAAWC,aAAa,GAAGlB,wDAAOA,CAACO,0EAAmBA;IAC7D,MAAMY,cAAclB,6DAAYA,CAACQ,sEAAeA;IAChD,MAAMW,aAAanB,6DAAYA,CAACO,6EAAsBA;IAEtD,MAAM,EAACa,IAAI,EAAEC,OAAO,EAAC,GAAGT;
 [...]
\ No newline at end of file
diff --git a/src/grafana/plugins/doris-app/462.js 
b/src/grafana/plugins/doris-app/462.js
index b975003..eb26227 100644
--- a/src/grafana/plugins/doris-app/462.js
+++ b/src/grafana/plugins/doris-app/462.js
@@ -17,7 +17,7 @@ __webpack_require__.r(__webpack_exports__);
 
 
 const Discover = /*#__PURE__*/ 
react__WEBPACK_IMPORTED_MODULE_0___default().lazy(()=>Promise.all(/* import() 
*/[__webpack_require__.e(632), __webpack_require__.e(723), 
__webpack_require__.e(181), 
__webpack_require__.e(892)]).then(__webpack_require__.bind(__webpack_require__, 
9892)));
-const PageTrace = /*#__PURE__*/ 
react__WEBPACK_IMPORTED_MODULE_0___default().lazy(()=>Promise.all(/* import() 
*/[__webpack_require__.e(632), __webpack_require__.e(181), 
__webpack_require__.e(906)]).then(__webpack_require__.bind(__webpack_require__, 
906)));
+const PageTrace = /*#__PURE__*/ 
react__WEBPACK_IMPORTED_MODULE_0___default().lazy(()=>Promise.all(/* import() 
*/[__webpack_require__.e(632), __webpack_require__.e(181), 
__webpack_require__.e(600)]).then(__webpack_require__.bind(__webpack_require__, 
2600)));
 // const PageDashboard = React.lazy(() => import('../../pages/PageDashboard'));
 function App(_props) {
     return /*#__PURE__*/ 
react__WEBPACK_IMPORTED_MODULE_0___default().createElement(react_router_dom__WEBPACK_IMPORTED_MODULE_2__.Routes,
 null, /*#__PURE__*/ 
react__WEBPACK_IMPORTED_MODULE_0___default().createElement(react_router_dom__WEBPACK_IMPORTED_MODULE_2__.Route,
 {
@@ -308,4 +308,4 @@ function translationDateIntervalType(type) {
 /***/ })
 
 }]);
-//# sourceMappingURL=462.js.map?_cache=5440070870454b81ce34
\ No newline at end of file
+//# sourceMappingURL=462.js.map?_cache=f147cca08cc3ed76dfe3
\ No newline at end of file
diff --git a/src/grafana/plugins/doris-app/462.js.map 
b/src/grafana/plugins/doris-app/462.js.map
index c8c6423..63e2df0 100644
--- a/src/grafana/plugins/doris-app/462.js.map
+++ b/src/grafana/plugins/doris-app/462.js.map
@@ -1 +1 @@
-{"version":3,"file":"462.js?_cache=5440070870454b81ce34","mappings":";;;;;;;;;;;;;;;AAA0B;AACuB;AAER;AACzC,MAAMI,yBAAWJ,iDAAU,CAAC,IAAM,qMAAO;AACzC,MAAMM,0BAAYN,iDAAU,CAAC,IAAM,wKAAO;AAC1C,+EAA+E;AAE/E,SAASO,IAAIC,MAAoB;IAC7B,qBACI,2DAACN,oDAAMA,sBACH,2DAACD,mDAAKA;QAACQ,MAAMN,wDAAMA,CAACC,QAAQ;QAAEM,uBAAS,2DAACN;sBACxC,2DAACH,mDAAKA;QAACQ,MAAM,GAAGN,wDAAMA,CAACQ,MAAM,EAAE;QAAED,uBAAS,2DAACJ;sBAE3C,2DAACL,mDAAKA;QAACQ,MAAK;QAAIC,uBAAS,2DAACN;;AAGtC;AAEA,iEAAeG,GAAGA,EAAC;;;;;;;;;;;;;;;;;
 [...]
\ No newline at end of file
+{"version":3,"file":"462.js?_cache=f147cca08cc3ed76dfe3","mappings":";;;;;;;;;;;;;;;AAA0B;AACuB;AAER;AACzC,MAAMI,yBAAWJ,iDAAU,CAAC,IAAM,qMAAO;AACzC,MAAMM,0BAAYN,iDAAU,CAAC,IAAM,yKAAO;AAC1C,+EAA+E;AAE/E,SAASO,IAAIC,MAAoB;IAC7B,qBACI,2DAACN,oDAAMA,sBACH,2DAACD,mDAAKA;QAACQ,MAAMN,wDAAMA,CAACC,QAAQ;QAAEM,uBAAS,2DAACN;sBACxC,2DAACH,mDAAKA;QAACQ,MAAM,GAAGN,wDAAMA,CAACQ,MAAM,EAAE;QAAED,uBAAS,2DAACJ;sBAE3C,2DAACL,mDAAKA;QAACQ,MAAK;QAAIC,uBAAS,2DAACN;;AAGtC;AAEA,iEAAeG,GAAGA,EAAC;;;;;;;;;;;;;;;;;
 [...]
\ No newline at end of file
diff --git a/src/grafana/plugins/doris-app/906.js 
b/src/grafana/plugins/doris-app/600.js
similarity index 96%
rename from src/grafana/plugins/doris-app/906.js
rename to src/grafana/plugins/doris-app/600.js
index 99c4ec4..a856866 100644
--- a/src/grafana/plugins/doris-app/906.js
+++ b/src/grafana/plugins/doris-app/600.js
@@ -1,7 +1,7 @@
 "use strict";
-(self["webpackChunkdoris_app"] = self["webpackChunkdoris_app"] || 
[]).push([[906],{
+(self["webpackChunkdoris_app"] = self["webpackChunkdoris_app"] || 
[]).push([[600],{
 
-/***/ 906:
+/***/ 2600:
 /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
 
 // ESM COMPAT FLAG
@@ -170,24 +170,8 @@ const CircleHelp = createLucideIcon("circle-help", 
__iconNode);
 var ui_ = __webpack_require__(2007);
 // EXTERNAL MODULE: ../node_modules/jotai/esm/react.mjs
 var react = __webpack_require__(3689);
-// EXTERNAL MODULE: ./constants.ts + 1 modules
-var constants = __webpack_require__(2351);
-// EXTERNAL MODULE: ../node_modules/jotai/esm/vanilla.mjs
-var vanilla = __webpack_require__(4945);
-;// ./store/traces.ts
-
-
-const currentTraceTableAtom = (0,vanilla/* atom */.eU)('');
-const currentServiceAtom = (0,vanilla/* atom */.eU)(constants/* 
DEFAULT_SERVICE */.aR);
-const currentOperationAtom = (0,vanilla/* atom */.eU)(constants/* 
DEFAULT_OPERATION */.UB);
-const currentSortAtom = (0,vanilla/* atom */.eU)('most-recent');
-const tagsAtom = (0,vanilla/* atom */.eU)('');
-const tracesAtom = (0,vanilla/* atom */.eU)([]);
-const tracesServicesAtom = (0,vanilla/* atom */.eU)([]);
-const traceOperationsAtom = (0,vanilla/* atom */.eU)([]);
-const minDurationAtom = (0,vanilla/* atom */.eU)('');
-const maxDurationAtom = (0,vanilla/* atom */.eU)('');
-
+// EXTERNAL MODULE: ./store/traces.ts
+var store_traces = __webpack_require__(3982);
 // EXTERNAL MODULE: external "@emotion/css"
 var css_ = __webpack_require__(6089);
 // EXTERNAL MODULE: ./store/discover.ts
@@ -202,14 +186,14 @@ var discover = __webpack_require__(6247);
 
 
 function SearchSidebar(props) {
-    const tracesServices = (0,react/* useAtomValue */.md)(tracesServicesAtom);
-    const traceOperations = (0,react/* useAtomValue 
*/.md)(traceOperationsAtom);
-    const [currentService, setCurrentService] = (0,react/* useAtom 
*/.fp)(currentServiceAtom);
-    const [currentOperation, setCurrentOperation] = (0,react/* useAtom 
*/.fp)(currentOperationAtom);
-    const [tags, setTags] = (0,react/* useAtom */.fp)(tagsAtom);
+    const tracesServices = (0,react/* useAtomValue */.md)(store_traces/* 
tracesServicesAtom */.E);
+    const traceOperations = (0,react/* useAtomValue */.md)(store_traces/* 
traceOperationsAtom */.VA);
+    const [currentService, setCurrentService] = (0,react/* useAtom 
*/.fp)(store_traces/* currentServiceAtom */.gL);
+    const [currentOperation, setCurrentOperation] = (0,react/* useAtom 
*/.fp)(store_traces/* currentOperationAtom */.mH);
+    const [tags, setTags] = (0,react/* useAtom */.fp)(store_traces/* tagsAtom 
*/.jB);
     const currentTimeField = (0,react/* useAtomValue */.md)(discover/* 
currentTimeFieldAtom */.CA);
-    const [minDuration, setMinDuration] = (0,react/* useAtom 
*/.fp)(minDurationAtom);
-    const [maxDuration, setMaxDuration] = (0,react/* useAtom 
*/.fp)(maxDurationAtom);
+    const [minDuration, setMinDuration] = (0,react/* useAtom 
*/.fp)(store_traces/* minDurationAtom */.oC);
+    const [maxDuration, setMaxDuration] = (0,react/* useAtom 
*/.fp)(store_traces/* maxDurationAtom */.uS);
     (0,external_react_.useEffect)(()=>{
         setCurrentService({
             value: 'all',
@@ -426,7 +410,7 @@ const TraceView = (props)=>{
     const pageSize = (0,react/* useAtomValue */.md)(discover/* pageSizeAtom 
*/.Ol);
     const total = ((_props_traces_ = props.traces[0]) === null || 
_props_traces_ === void 0 ? void 0 : _props_traces_.total) || 0;
     const traces = props.traces || [];
-    const [sort, setSort] = (0,react/* useAtom */.fp)(currentSortAtom);
+    const [sort, setSort] = (0,react/* useAtom */.fp)(store_traces/* 
currentSortAtom */.fy);
     const [drawerOpen, setDrawerOpen] = 
external_react_default().useState(false);
     const [traceId, setTraceId] = external_react_default().useState('');
     const getOption = ()=>{
@@ -674,6 +658,8 @@ const CascaderStyle = (0,css_.css)`
 var runtime_ = __webpack_require__(8531);
 // EXTERNAL MODULE: ./utils/data.ts
 var utils_data = __webpack_require__(6700);
+// EXTERNAL MODULE: ./constants.ts + 1 modules
+var constants = __webpack_require__(2351);
 // EXTERNAL MODULE: ./services/metaservice.ts
 var metaservice = __webpack_require__(8161);
 ;// ./components/traces/traces-header/index.tsx
@@ -757,7 +743,7 @@ function TracesHeader() {
     const searchFocus = (0,react/* useAtomValue */.md)(discover/* 
searchFocusAtom */.MM);
     const [selectedDatasource, setSelectedDatasource] = (0,react/* useAtom 
*/.fp)(discover/* selectedDatasourceAtom */.SW);
     const [timeRange, setTimeRange] = (0,react/* useAtom */.fp)(discover/* 
timeRangeAtom */.U9);
-    const [currentTable, setCurrentTable] = (0,react/* useAtom 
*/.fp)(currentTraceTableAtom);
+    const [currentTable, setCurrentTable] = (0,react/* useAtom 
*/.fp)(store_traces/* currentTraceTableAtom */.AZ);
     const [databases, setDatabases] = (0,react/* useAtom */.fp)(discover/* 
databasesAtom */.SK);
     const [tables, setTables] = (0,react/* useAtom */.fp)(discover/* 
tablesAtom */.b9);
     const [datasources, setDataSource] = (0,react/* useAtom */.fp)(discover/* 
datasourcesAtom */.ui);
@@ -1087,23 +1073,23 @@ function PageTrace_object_spread_props(target, source) {
 function PageTrace() {
     const theme = (0,ui_.useTheme2)();
     const currentTimeField = (0,react/* useAtomValue */.md)(discover/* 
currentTimeFieldAtom */.CA);
-    const currentTable = (0,react/* useAtomValue */.md)(currentTraceTableAtom);
+    const currentTable = (0,react/* useAtomValue */.md)(store_traces/* 
currentTraceTableAtom */.AZ);
     const currentCatalog = (0,react/* useAtomValue */.md)(discover/* 
currentCatalogAtom */.K0);
     const currentDatabase = (0,react/* useAtomValue */.md)(discover/* 
currentDatabaseAtom */.Cf);
     const currentDate = (0,react/* useAtomValue */.md)(discover/* 
currentDateAtom */.Zb);
     const selectdbDS = (0,react/* useAtomValue */.md)(discover/* 
selectedDatasourceAtom */.SW);
     const [page, setPage] = (0,react/* useAtom */.fp)(discover/* pageAtom 
*/.fs);
     const pageSize = (0,react/* useAtomValue */.md)(discover/* pageSizeAtom 
*/.Ol);
-    const [traces, setTraces] = (0,react/* useAtom */.fp)(tracesAtom);
-    const setTracesServices = (0,react/* useSetAtom */.Xr)(tracesServicesAtom);
-    const setTraceOperations = (0,react/* useSetAtom 
*/.Xr)(traceOperationsAtom);
+    const [traces, setTraces] = (0,react/* useAtom */.fp)(store_traces/* 
tracesAtom */.ok);
+    const setTracesServices = (0,react/* useSetAtom */.Xr)(store_traces/* 
tracesServicesAtom */.E);
+    const setTraceOperations = (0,react/* useSetAtom */.Xr)(store_traces/* 
traceOperationsAtom */.VA);
     const [loading, setLoading] = external_react_default().useState(false);
-    const currentService = (0,react/* useAtomValue */.md)(currentServiceAtom);
-    const currentOperation = (0,react/* useAtomValue 
*/.md)(currentOperationAtom);
-    const tags = (0,react/* useAtomValue */.md)(tagsAtom);
-    const minDuration = (0,react/* useAtomValue */.md)(minDurationAtom);
-    const maxDuration = (0,react/* useAtomValue */.md)(maxDurationAtom);
-    const sort = (0,react/* useAtomValue */.md)(currentSortAtom);
+    const currentService = (0,react/* useAtomValue */.md)(store_traces/* 
currentServiceAtom */.gL);
+    const currentOperation = (0,react/* useAtomValue */.md)(store_traces/* 
currentOperationAtom */.mH);
+    const tags = (0,react/* useAtomValue */.md)(store_traces/* tagsAtom */.jB);
+    const minDuration = (0,react/* useAtomValue */.md)(store_traces/* 
minDurationAtom */.oC);
+    const maxDuration = (0,react/* useAtomValue */.md)(store_traces/* 
maxDurationAtom */.uS);
+    const sort = (0,react/* useAtomValue */.md)(store_traces/* currentSortAtom 
*/.fy);
     const getTraces = external_react_default().useCallback(()=>{
         var _currentDate_;
         if (!currentTable || !currentDatabase || !selectdbDS) {
@@ -1363,4 +1349,4 @@ function PageTrace() {
 /***/ })
 
 }]);
-//# sourceMappingURL=906.js.map?_cache=c5c71c22310462d0fa64
\ No newline at end of file
+//# sourceMappingURL=600.js.map?_cache=ec61aa919838c06e8070
\ No newline at end of file
diff --git a/src/grafana/plugins/doris-app/600.js.map 
b/src/grafana/plugins/doris-app/600.js.map
new file mode 100644
index 0000000..532e724
--- /dev/null
+++ b/src/grafana/plugins/doris-app/600.js.map
@@ -0,0 +1 @@
+{"version":3,"file":"600.js?_cache=ec61aa919838c06e8070","mappings":";;;;;;;;;;;;;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA;AACA;;AAE6E;AAC7E;;;AC5BA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEwC;AACxC;;;ACpBA;AACA;AACA;AACA;AACA;AACA;;AAEkD;AACK;AACW;;AAElE,aAAa,8BAAU;AACvB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG,UAAU,iCAAa;AAC1B;AACA;AACA;AACA,SAA
 [...]
\ No newline at end of file
diff --git a/src/grafana/plugins/doris-app/906.js.map 
b/src/grafana/plugins/doris-app/906.js.map
deleted file mode 100644
index 3fdf0f4..0000000
--- a/src/grafana/plugins/doris-app/906.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"906.js?_cache=c5c71c22310462d0fa64","mappings":";;;;;;;;;;;;;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA;AACA;;AAE6E;AAC7E;;;AC5BA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEwC;AACxC;;;ACpBA;AACA;AACA;AACA;AACA;AACA;;AAEkD;AACK;AACW;;AAElE,aAAa,8BAAU;AACvB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG,UAAU,iCAAa;AAC1B;AACA;AACA;AACA,SAA
 [...]
\ No newline at end of file
diff --git a/src/grafana/plugins/doris-app/gpx_doris-app_darwin_amd64 
b/src/grafana/plugins/doris-app/gpx_doris-app_darwin_amd64
index bfc1559..9c78af4 100755
Binary files a/src/grafana/plugins/doris-app/gpx_doris-app_darwin_amd64 and 
b/src/grafana/plugins/doris-app/gpx_doris-app_darwin_amd64 differ
diff --git a/src/grafana/plugins/doris-app/gpx_doris-app_darwin_arm64 
b/src/grafana/plugins/doris-app/gpx_doris-app_darwin_arm64
index 8c46454..76205e0 100755
Binary files a/src/grafana/plugins/doris-app/gpx_doris-app_darwin_arm64 and 
b/src/grafana/plugins/doris-app/gpx_doris-app_darwin_arm64 differ
diff --git a/src/grafana/plugins/doris-app/gpx_doris-app_linux_amd64 
b/src/grafana/plugins/doris-app/gpx_doris-app_linux_amd64
index 240608f..4961532 100755
Binary files a/src/grafana/plugins/doris-app/gpx_doris-app_linux_amd64 and 
b/src/grafana/plugins/doris-app/gpx_doris-app_linux_amd64 differ
diff --git a/src/grafana/plugins/doris-app/gpx_doris-app_linux_arm 
b/src/grafana/plugins/doris-app/gpx_doris-app_linux_arm
index aa2be35..4df1670 100755
Binary files a/src/grafana/plugins/doris-app/gpx_doris-app_linux_arm and 
b/src/grafana/plugins/doris-app/gpx_doris-app_linux_arm differ
diff --git a/src/grafana/plugins/doris-app/gpx_doris-app_linux_arm64 
b/src/grafana/plugins/doris-app/gpx_doris-app_linux_arm64
index 347aed6..cb310a9 100755
Binary files a/src/grafana/plugins/doris-app/gpx_doris-app_linux_arm64 and 
b/src/grafana/plugins/doris-app/gpx_doris-app_linux_arm64 differ
diff --git a/src/grafana/plugins/doris-app/gpx_doris-app_windows_amd64.exe 
b/src/grafana/plugins/doris-app/gpx_doris-app_windows_amd64.exe
index 5e0c103..7ea2539 100755
Binary files a/src/grafana/plugins/doris-app/gpx_doris-app_windows_amd64.exe 
and b/src/grafana/plugins/doris-app/gpx_doris-app_windows_amd64.exe differ
diff --git a/src/grafana/plugins/doris-app/module.js 
b/src/grafana/plugins/doris-app/module.js
index 6156af6..c9501d3 100644
--- a/src/grafana/plugins/doris-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=" + 
{"35":"6d86e876a981760ae4a1","181":"ce826c664576171bad6c","202":"960b652c09389756ed7b","462":"5440070870454b81ce34","632":"20f9d65c2526bb592e0a","723":"cd85aac21ae242f5f0f2","892":"82e6050ef02993d795d5","906":"c5c71c22310462d0fa64"}[chunkId]
 + "";
+/******/                       return "" + chunkId + ".js?_cache=" + 
{"35":"6d86e876a981760ae4a1","181":"6d914ab9f7dffb39d3ea","202":"960b652c09389756ed7b","462":"f147cca08cc3ed76dfe3","600":"ec61aa919838c06e8070","632":"20f9d65c2526bb592e0a","723":"cd85aac21ae242f5f0f2","892":"82e6050ef02993d795d5"}[chunkId]
 + "";
 /******/               };
 /******/       })();
 /******/       
@@ -1282,7 +1282,7 @@ module.exports = domAPI;
 /******/       
 /******/       /* webpack/runtime/compat */
 /******/       
-/******/       __webpack_require__.sriHashes = 
{"35":"sha256-8TWj0IuqCnw+QkYOR4eAnmDEKCIKywuChqXPt3S4FV0=","181":"sha256-jQioVDwy6+zI6R5tkOP1uFevBjj+G6LCx15ntqcO/8M=","202":"sha256-CN4kzTw1qZgwAinJ1/Yabb8xvpGp0KP+/BizIwiPgfQ=","462":"sha256-JS4wDqS1h7LXA99a07Iy4ej0It/6EsktYnxY1AhffHw=","632":"sha256-MW1oi1N0a/3ek7LCgIZcCVt3rVRNjLXJmSZD8oTGIZY=","723":"sha256-YDvp7Qjz8uu5Sk0fPOr2QrUrKd0OfhzUsNXFLgjBQwM=","892":"sha256-XiOYVIZWnYRcLAJlncmg4EGCFmZyjy+5CalJVSwaats=","906":"sha256-tEhWWkd4HOGiN1BQ
 [...]
+/******/       __webpack_require__.sriHashes = 
{"35":"sha256-8TWj0IuqCnw+QkYOR4eAnmDEKCIKywuChqXPt3S4FV0=","181":"sha256-IM1K/Cb9j/MnX9kSi0A7YI62vASzL73wV8eaMH9bsDM=","202":"sha256-CN4kzTw1qZgwAinJ1/Yabb8xvpGp0KP+/BizIwiPgfQ=","462":"sha256-jqJTq+S8JwIHquoKfThhlhqu/x5cdIPi+9UwJm3a8t0=","600":"sha256-Czep+xD5J2dKAhHemIjsl+UVHvPyKUCreeUM/EtK3sQ=","632":"sha256-MW1oi1N0a/3ek7LCgIZcCVt3rVRNjLXJmSZD8oTGIZY=","723":"sha256-YDvp7Qjz8uu5Sk0fPOr2QrUrKd0OfhzUsNXFLgjBQwM=","892":"sha256-XiOYVIZWnYRcLAJl
 [...]
 /******/       
 /******/       /* webpack/runtime/jsonp chunk loading */
 /******/       (() => {
diff --git a/src/grafana/plugins/doris-app/module.js.map 
b/src/grafana/plugins/doris-app/module.js.map
index a5571b6..d19496c 100644
--- a/src/grafana/plugins/doris-app/module.js.map
+++ b/src/grafana/plugins/doris-app/module.js.map
@@ -1 +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
+{"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