This is an automated email from the ASF dual-hosted git repository.
jeffreyh pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/doris-opentelemetry-demo.git
The following commit(s) were added to refs/heads/dev by this push:
new 201b6be feat: release grafana-doris-app 1.0.1
201b6be is described below
commit 201b6be5d349c86475c8a3b7ad3fb81aaf46dc54
Author: Jeffrey <[email protected]>
AuthorDate: Fri Feb 6 11:21:43 2026 +0800
feat: release grafana-doris-app 1.0.1
---
src/grafana/plugins/doris-app/382.js | 4 ++--
src/grafana/plugins/doris-app/382.js.map | 2 +-
src/grafana/plugins/doris-app/439.js | 18 +++++++++---------
src/grafana/plugins/doris-app/439.js.map | 2 +-
src/grafana/plugins/doris-app/CHANGELOG.md | 8 ++++++++
src/grafana/plugins/doris-app/module.js | 4 ++--
src/grafana/plugins/doris-app/module.js.map | 2 +-
src/grafana/plugins/doris-app/plugin.json | 4 ++--
8 files changed, 26 insertions(+), 18 deletions(-)
diff --git a/src/grafana/plugins/doris-app/382.js
b/src/grafana/plugins/doris-app/382.js
index 4dc64e8..fcf3ab7 100644
--- a/src/grafana/plugins/doris-app/382.js
+++ b/src/grafana/plugins/doris-app/382.js
@@ -720,7 +720,7 @@ const FIELD_TYPES = [
'DOUBLE'
],
icon: /*#__PURE__*/ external_react_default().createElement(ui_.Icon, {
- name: "percentage"
+ name: "list-ol"
})
},
{
@@ -6942,4 +6942,4 @@ const testIds = {
/***/ })
}]);
-//# sourceMappingURL=382.js.map?_cache=08e0206326f2c926fed2
\ No newline at end of file
+//# sourceMappingURL=382.js.map?_cache=e94df3781c745de07e6e
\ No newline at end of file
diff --git a/src/grafana/plugins/doris-app/382.js.map
b/src/grafana/plugins/doris-app/382.js.map
index 241da49..c6d293a 100644
--- a/src/grafana/plugins/doris-app/382.js.map
+++ b/src/grafana/plugins/doris-app/382.js.map
@@ -1 +1 @@
-{"version":3,"file":"382.js?_cache=08e0206326f2c926fed2","mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAmC;AACE;AAE9B,MAAME,wBAAwBD,yCAAMA,CAACE,GAAG,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAuChD,CAAC,CAAC;AAEK,MAAMC,iBAAiBJ,YAAG,CAAC;;AAElC,CAAC,CAAC;AAEK,MAAMK,WAAWL,YAAG,CAAC;;;;AAI5B,CAAC,CAAC;AAEK,MAAMM,WAAWN,YAAG,CAAC;;AAE5B,CAAC,CAAC;AAEK,MAAMO,cAAcP,YAAG,CAAC;;;;;;;;;;;;;;;AAe/B,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACzE4C;AACpB;AACM;AACsE;AAC
[...]
\ No newline at end of file
+{"version":3,"file":"382.js?_cache=e94df3781c745de07e6e","mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAmC;AACE;AAE9B,MAAME,wBAAwBD,yCAAMA,CAACE,GAAG,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAuChD,CAAC,CAAC;AAEK,MAAMC,iBAAiBJ,YAAG,CAAC;;AAElC,CAAC,CAAC;AAEK,MAAMK,WAAWL,YAAG,CAAC;;;;AAI5B,CAAC,CAAC;AAEK,MAAMM,WAAWN,YAAG,CAAC;;AAE5B,CAAC,CAAC;AAEK,MAAMO,cAAcP,YAAG,CAAC;;;;;;;;;;;;;;;AAe/B,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACzE4C;AACpB;AACM;AACsE;AAC
[...]
\ No newline at end of file
diff --git a/src/grafana/plugins/doris-app/439.js
b/src/grafana/plugins/doris-app/439.js
index 369afce..9da5596 100644
--- a/src/grafana/plugins/doris-app/439.js
+++ b/src/grafana/plugins/doris-app/439.js
@@ -70,16 +70,16 @@
const locationAtom = (0,jotai_location__WEBPACK_IMPORTED_MODULE_2__/*
.atomWithLocation */ .N)();
const dataFilterAtom = (0,jotai__WEBPACK_IMPORTED_MODULE_0__/* .atom */
.eU)([]);
-const discoverCurrentAtom = (0,jotai__WEBPACK_IMPORTED_MODULE_0__/* .atom */
.eU)(_utils_data__WEBPACK_IMPORTED_MODULE_4__/* .DISCOVER_DEFAULT_STATUS */
.lv);
+const discoverCurrentAtom = (0,jotai_utils__WEBPACK_IMPORTED_MODULE_1__/*
.atomWithStorage */ .tG)('discover-current',
_utils_data__WEBPACK_IMPORTED_MODULE_4__/* .DISCOVER_DEFAULT_STATUS */ .lv);
// databases
const databasesAtom = (0,jotai__WEBPACK_IMPORTED_MODULE_0__/* .atom */
.eU)([]);
const settingDatabasesAtom = (0,jotai__WEBPACK_IMPORTED_MODULE_0__/* .atom */
.eU)([]);
-const tablesAtom = (0,jotai__WEBPACK_IMPORTED_MODULE_0__/* .atom */ .eU)([]);
+const tablesAtom = (0,jotai_utils__WEBPACK_IMPORTED_MODULE_1__/*
.atomWithStorage */ .tG)('discover-tables', []);
const settingTablesAtom = (0,jotai__WEBPACK_IMPORTED_MODULE_0__/* .atom */
.eU)([]);
-const currentCatalogAtom = (0,jotai__WEBPACK_IMPORTED_MODULE_0__/* .atom */
.eU)('internal');
-const searchTypeAtom = (0,jotai__WEBPACK_IMPORTED_MODULE_0__/* .atom */
.eU)('Lucene');
+const currentCatalogAtom = (0,jotai_utils__WEBPACK_IMPORTED_MODULE_1__/*
.atomWithStorage */ .tG)('discover-current-catalog', 'internal');
+const searchTypeAtom = (0,jotai_utils__WEBPACK_IMPORTED_MODULE_1__/*
.atomWithStorage */ .tG)('discover-search-type', 'Lucene');
const currentDatabaseAtom = (0,jotai_utils__WEBPACK_IMPORTED_MODULE_1__/*
.selectAtom */ .mg)(discoverCurrentAtom, (current)=>current.database);
-const currentTableAtom = (0,jotai__WEBPACK_IMPORTED_MODULE_0__/* .atom */
.eU)('');
+const currentTableAtom = (0,jotai_utils__WEBPACK_IMPORTED_MODULE_1__/*
.atomWithStorage */ .tG)('discover-current-table', '');
const currentClusterAtom = (0,jotai__WEBPACK_IMPORTED_MODULE_0__/* .atom */
.eU)('');
const currentTimeFieldAtom = (0,jotai_utils__WEBPACK_IMPORTED_MODULE_1__/*
.selectAtom */ .mg)(discoverCurrentAtom, (current)=>current.timeField);
const currentDateAtom = (0,jotai__WEBPACK_IMPORTED_MODULE_0__/* .atom */
.eU)(_utils_data__WEBPACK_IMPORTED_MODULE_4__/* .DISCOVER_SHORTCUTS */
.oU[2].range());
@@ -91,8 +91,8 @@ const activeShortcutAtom =
(0,jotai__WEBPACK_IMPORTED_MODULE_0__/* .atom */ .eU)
const dorisInfoAtom = (0,jotai__WEBPACK_IMPORTED_MODULE_0__/* .atom */
.eU)({});
const disabledOptionsAtom = (0,jotai__WEBPACK_IMPORTED_MODULE_0__/* .atom */
.eU)([]);
const selectedFieldsAtom = (0,jotai__WEBPACK_IMPORTED_MODULE_0__/* .atom */
.eU)([]);
-const tableFieldsAtom = (0,jotai__WEBPACK_IMPORTED_MODULE_0__/* .atom */
.eU)([]);
-const timeFieldsAtom = (0,jotai__WEBPACK_IMPORTED_MODULE_0__/* .atom */
.eU)([]);
+const tableFieldsAtom = (0,jotai_utils__WEBPACK_IMPORTED_MODULE_1__/*
.atomWithStorage */ .tG)('discover-table-fields', []);
+const timeFieldsAtom = (0,jotai_utils__WEBPACK_IMPORTED_MODULE_1__/*
.atomWithStorage */ .tG)('discover-time-fields', []);
const tableDataAtom = (0,jotai__WEBPACK_IMPORTED_MODULE_0__/* .atom */
.eU)([]);
const topDataAtom = (0,jotai__WEBPACK_IMPORTED_MODULE_0__/* .atom */ .eU)([]);
const surroundingTableDataAtom = (0,jotai__WEBPACK_IMPORTED_MODULE_0__/* .atom
*/ .eU)([]);
@@ -121,7 +121,7 @@ const afterCountAtom =
(0,jotai__WEBPACK_IMPORTED_MODULE_0__/* .atom */ .eU)(0);
const surroundingTableFieldsAtom = (0,jotai__WEBPACK_IMPORTED_MODULE_0__/*
.atom */ .eU)([]);
const surroundingSelectedFieldsAtom = (0,jotai__WEBPACK_IMPORTED_MODULE_0__/*
.atom */ .eU)([]);
const datasourcesAtom = (0,jotai__WEBPACK_IMPORTED_MODULE_0__/* .atom */
.eU)([]);
-const selectedDatasourceAtom = (0,jotai__WEBPACK_IMPORTED_MODULE_0__/* .atom
*/ .eU)();
+const selectedDatasourceAtom = (0,jotai_utils__WEBPACK_IMPORTED_MODULE_1__/*
.atomWithStorage */ .tG)('discover-selected-datasource', undefined);
const timeRangeAtom = (0,jotai__WEBPACK_IMPORTED_MODULE_0__/* .atom */ .eU)({
from: _utils_data__WEBPACK_IMPORTED_MODULE_4__/* .DISCOVER_SHORTCUTS */
.oU[2].range()[0].toDate(),
to: _utils_data__WEBPACK_IMPORTED_MODULE_4__/* .DISCOVER_SHORTCUTS */
.oU[2].range()[1].toDate(),
@@ -1470,4 +1470,4 @@ const QUERY_TRACE_FIELDS = (/* unused pure expression or
super */ null && ([
/***/ })
}]);
-//# sourceMappingURL=439.js.map?_cache=bd08506ba880e5929bd3
\ No newline at end of file
+//# sourceMappingURL=439.js.map?_cache=628e418786cac469a174
\ No newline at end of file
diff --git a/src/grafana/plugins/doris-app/439.js.map
b/src/grafana/plugins/doris-app/439.js.map
index 9ee7b4f..c18132a 100644
--- a/src/grafana/plugins/doris-app/439.js.map
+++ b/src/grafana/plugins/doris-app/439.js.map
@@ -1 +1 @@
-{"version":3,"file":"439.js?_cache=bd08506ba880e5929bd3","mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAA6B;AAC6B;AAC1D,2CAA2C;AACO;AAGuC;AACiC;AAEnH,MAAMU,eAAeP,yEAAgBA,GAAG;AACxC,MAAMQ,iBAAiBX,qDAAIA,CAAmB,EAAE,EAAE;AAClD,MAAMY,sBAAsBZ,qDAAIA,CAAkBM,0EAAuBA,EAAE;AAElF,YAAY;AACL,MAAMO,gBAAgBb,qDAAIA,CAAM,EAAE,EAAE;AACpC,MAAMc,uBAAuBd,qDAAIA,CAAM,EAAE,EAAE;AAC3C,MAAMe,aAAaf,qDAAIA,CAAM,EAAE,EAAE;AACjC,MAAMgB,oBAAoBhB,qDAAIA,CAAM,EAAE,EAAE;AAExC,MAAMiB,qBAAq
[...]
\ No newline at end of file
+{"version":3,"file":"439.js?_cache=628e418786cac469a174","mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAA6B;AAC6B;AAC1D,2CAA2C;AACO;AAGuC;AACiC;AAEnH,MAAMU,eAAeP,yEAAgBA,GAAG;AACxC,MAAMQ,iBAAiBX,qDAAIA,CAAmB,EAAE,EAAE;AAClD,MAAMY,sBAAsBX,sEAAeA,CAAkB,oBAAoBK,0EAAuBA,EAAE;AAEjH,YAAY;AACL,MAAMO,gBAAgBb,qDAAIA,CAAM,EAAE,EAAE;AACpC,MAAMc,uBAAuBd,qDAAIA,CAAM,EAAE,EAAE;AAC3C,MAAMe,aAAad,sEAAeA,CAAM,mBAAmB,EAAE,EAAE;AAC/D,MAAMe,oBAAoBhB,qDAAIA,CAAM,EAAE,EAAE;AAExC
[...]
\ No newline at end of file
diff --git a/src/grafana/plugins/doris-app/CHANGELOG.md
b/src/grafana/plugins/doris-app/CHANGELOG.md
index 0730f1f..0e76506 100644
--- a/src/grafana/plugins/doris-app/CHANGELOG.md
+++ b/src/grafana/plugins/doris-app/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+##
[1.0.1](https://github.com/jeffreys-cat/grafana-doris-app/compare/v1.0.1-alpha.3...v1.0.1)
(2026-02-06)
+
+### ✨ Features
+
+* storage the config
([122cff9](https://github.com/jeffreys-cat/grafana-doris-app/commit/122cff91743eb6b8c3e031864298fa4492bef4ea))
+* storage the header conds
([8d8773b](https://github.com/jeffreys-cat/grafana-doris-app/commit/8d8773bf1e43fdbcb9f1c90259583743421deeef))
+* update number type icon
([c9d7c54](https://github.com/jeffreys-cat/grafana-doris-app/commit/c9d7c546e2bcfc7a888afe015ad99e15fbbfaacf))
+
##
[1.0.1-alpha.3](https://github.com/jeffreys-cat/grafana-doris-app/compare/v1.0.1-alpha.2...v1.0.1-alpha.3)
(2026-02-05)
##
[1.0.1-alpha.2](https://github.com/jeffreys-cat/grafana-doris-app/compare/v1.0.1-alpha.1...v1.0.1-alpha.2)
(2026-02-04)
diff --git a/src/grafana/plugins/doris-app/module.js
b/src/grafana/plugins/doris-app/module.js
index 160ed2a..be5d745 100644
--- a/src/grafana/plugins/doris-app/module.js
+++ b/src/grafana/plugins/doris-app/module.js
@@ -1194,7 +1194,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__9089__;
/******/ // This function allow to reference async chunks
/******/ __webpack_require__.u = (chunkId) => {
/******/ // return url for filenames based on template
-/******/ return "" + chunkId + ".js?_cache=" +
{"20":"4c9e61c25e362f70cef3","42":"dad0c51d1ead9b168bd4","170":"1756191b88d71217efc9","273":"e9f92c7627444f872189","382":"08e0206326f2c926fed2","439":"bd08506ba880e5929bd3","572":"18987f5f848d0eef4595","659":"e4956ecb2028c715bcab","680":"05e6691eb2d1fe3a4df9","824":"82f7b759265fefdd1d12"}[chunkId]
+ "";
+/******/ return "" + chunkId + ".js?_cache=" +
{"20":"4c9e61c25e362f70cef3","42":"dad0c51d1ead9b168bd4","170":"1756191b88d71217efc9","273":"e9f92c7627444f872189","382":"e94df3781c745de07e6e","439":"628e418786cac469a174","572":"18987f5f848d0eef4595","659":"e4956ecb2028c715bcab","680":"05e6691eb2d1fe3a4df9","824":"82f7b759265fefdd1d12"}[chunkId]
+ "";
/******/ };
/******/ })();
/******/
@@ -1283,7 +1283,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__9089__;
/******/
/******/ /* webpack/runtime/compat */
/******/
-/******/ __webpack_require__.sriHashes =
{"20":"sha256-tZK/hhnSbow5KIpPECOg1rp4T1B7QjJRfcpXXf5zFE0=","42":"sha256-nzgeakQIWgz8aa7RF8oJyGt85hIx2A6ANWhlQtWz7wY=","170":"sha256-yGVQfSvxGKmJ2RZi10juUeor95eXXO0+9u+/fTs0zlA=","273":"sha256-mw2eatnfiYTslOQm71RJYNEsp0Sk+J+agaLmkanvobA=","382":"sha256-X/fowxSGfrZ4l1ou0L2JAGJ/GPxJ/wcq/0zLBYdp9U8=","439":"sha256-JeiLIC4FLQvxbmrXjGzk/JwQYqUvIL+iQqRVyE5+pnY=","572":"sha256-Yt8baAsWEPnM/qGgb6UAIsWoBrGmEX7uQHuzHWi2Rbo=","659":"sha256-H0mpdQoKvdpLSFdFF
[...]
+/******/ __webpack_require__.sriHashes =
{"20":"sha256-tZK/hhnSbow5KIpPECOg1rp4T1B7QjJRfcpXXf5zFE0=","42":"sha256-nzgeakQIWgz8aa7RF8oJyGt85hIx2A6ANWhlQtWz7wY=","170":"sha256-yGVQfSvxGKmJ2RZi10juUeor95eXXO0+9u+/fTs0zlA=","273":"sha256-mw2eatnfiYTslOQm71RJYNEsp0Sk+J+agaLmkanvobA=","382":"sha256-3SMofWw2Iscq9cdLrHviwIkJs1yAXtxuVao1t2HUtZo=","439":"sha256-k6BeLEeh/2McegZ3BPNrM4CD1SRzPTmDcoZ7TaUKLnw=","572":"sha256-Yt8baAsWEPnM/qGgb6UAIsWoBrGmEX7uQHuzHWi2Rbo=","659":"sha256-H0mpdQoKvdpLSFdFF
[...]
/******/
/******/ /* 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 92eec99..e1c5f65 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,eAAe,KAAoD,oBAAoB,CAA+G,CAAC,kBAAkB,aAAa,wJAAwJ,EAAE,UAAU,IAAI,WAAW,IAAI,YAAY,IAAI,QAAQ,IAAI,QAAQ,IAAI,iCAAiC,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,OAAO,IAAI,GAAG,IAAI,GAAG,IAAI,UAAU,uNAAuN,oCAAoC,4CAA4C,mBAAmB,gBAAgB,yDAAyD,IAAI,kBAAkB,6DAA6D,+CAA+C,mBAAmB,mCAAmC,8GAA8G,mCAAmC,eAAe,yCAAyC,eAAe,OAAO,yCAAyC,kDAAkD,eAAe,mBAAmB,aAAa,OAAO,qCAAqC,oCAAoC,qBAAqB,MAAM,eAAe,uBAAuB,sBAAsB,4BAA4B,mBAAmB,iCAAiC,KAAK,aAAa,WAAW,4
[...]
\ No newline at end of file
+{"version":3,"file":"module.js","mappings":";;;;;;;AAAA,eAAe,KAAoD,oBAAoB,CAA+G,CAAC,kBAAkB,aAAa,wJAAwJ,EAAE,UAAU,IAAI,WAAW,IAAI,YAAY,IAAI,QAAQ,IAAI,QAAQ,IAAI,iCAAiC,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,OAAO,IAAI,GAAG,IAAI,GAAG,IAAI,UAAU,uNAAuN,oCAAoC,4CAA4C,mBAAmB,gBAAgB,yDAAyD,IAAI,kBAAkB,6DAA6D,+CAA+C,mBAAmB,mCAAmC,8GAA8G,mCAAmC,eAAe,yCAAyC,eAAe,OAAO,yCAAyC,kDAAkD,eAAe,mBAAmB,aAAa,OAAO,qCAAqC,oCAAoC,qBAAqB,MAAM,eAAe,uBAAuB,sBAAsB,4BAA4B,mBAAmB,iCAAiC,KAAK,aAAa,WAAW,4
[...]
\ No newline at end of file
diff --git a/src/grafana/plugins/doris-app/plugin.json
b/src/grafana/plugins/doris-app/plugin.json
index e7e81dd..1834e2d 100644
--- a/src/grafana/plugins/doris-app/plugin.json
+++ b/src/grafana/plugins/doris-app/plugin.json
@@ -18,8 +18,8 @@
"large": "img/logo.svg"
},
"screenshots": [],
- "version": "1.0.1-alpha.3",
- "updated": "2026-02-05"
+ "version": "1.0.1",
+ "updated": "2026-02-06"
},
"includes": [
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]