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

zhaoqingran pushed a change to branch tmp222
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git


    from c04257cab update build script
     add 987e9d310 [feature] Support monitoring of OpenAI accounts (#1947)
     add 9765e06ca [refactoring]  Inject a single instance of the data store 
(#1944)
     add 9608a31d8 [refactoring] AbstractHistoryDataStorage implement the 
DisposableBean (#1946)
     add 48c13b8f8 [doc] update iotdb init document (#1948)
     new c20f63777 Merge branch 'master' into tmp222

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../collector/collect/http/HttpCollectImpl.java    |  17 +-
 home/docs/help/openai.md                           |  82 ++++++
 home/docs/help/udp_port.md                         |   2 +-
 home/docs/start/iotdb-init.md                      |  86 ++++--
 .../current/help/openai.md                         |  82 ++++++
 .../current/help/udp_port.md                       |   2 +-
 .../current/start/iotdb-init.md                    |  83 ++++--
 home/sidebars.json                                 |   1 +
 manager/src/main/resources/define/app-openai.yml   | 324 +++++++++++++++++++++
 .../controller/MetricsDataController.java          |  59 ++--
 .../WareHouseApplicationReadyListener.java         |  34 ++-
 .../warehouse/service/WarehouseServiceImpl.java    |  21 +-
 .../warehouse/store/DataStorageDispatch.java       |  39 +--
 .../store/history/AbstractHistoryDataStorage.java  |   3 +-
 .../warehouse/store/history/HistoryDataReader.java |   3 +-
 .../warehouse/store/history/HistoryDataWriter.java |   3 +-
 .../controller/MetricsDataControllerTest.java      |  10 +-
 17 files changed, 696 insertions(+), 155 deletions(-)
 create mode 100644 home/docs/help/openai.md
 create mode 100644 
home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/openai.md
 create mode 100644 manager/src/main/resources/define/app-openai.yml
 copy 
collector/src/main/java/org/apache/hertzbeat/collector/dispatch/MetricsCollectorQueue.java
 => 
warehouse/src/main/java/org/apache/hertzbeat/warehouse/listener/WareHouseApplicationReadyListener.java
 (54%)


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

Reply via email to