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

liuhongyu pushed a change to branch select-monitors-menu
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git


    from fde20aed81 [webapp] update ui
     add e52e715a53 improvement: optimize log stream for high TPS scenarios 
(#3876)
     add 7f4c2e0487 [refractor] Using Spring jdbc to query Greptime log (#3880)
     add 8e8ab80aa0 Revert "[refractor] Using Spring jdbc to query Greptime 
log" (#3885)
     add 2bd635e1d4 [fix]Fix some systemic issues (#3884)
     add b62137d185 [improve]Improve performance issues caused by too many 
metrics (#3879)
     add 41e57db032 [bugfix] notice policy lost Gotify receiver type (#3886)
     add 74d815e99c Merge branch 'master' into select-monitors-menu

No new revisions were added by this update.

Summary of changes:
 .../WindowedLogRealTimeAlertCalculator.java        |   1 -
 .../WindowedLogRealTimeAlertCalculatorTest.java    |   3 -
 .../collector/dispatch/export/NettyDataQueue.java  |  22 ++
 .../hertzbeat/common/queue/CommonDataQueue.java    |  29 +++
 .../common/queue/impl/InMemoryCommonDataQueue.java |  45 ++++
 .../common/queue/impl/KafkaCommonDataQueue.java    |  88 +++++++
 .../common/queue/impl/RedisCommonDataQueue.java    |  51 ++++
 hertzbeat-log/pom.xml                              |  11 +
 .../log/controller/LogIngestionController.java     |   2 +-
 .../apache/hertzbeat/log/notice/LogSseManager.java | 169 ++++++++++---
 .../log/service/impl/OtlpLogProtocolAdapter.java   |  10 +-
 .../hertzbeat/log/notice/LogSseManagerTest.java    |  52 ++--
 .../service/impl/OtlpLogProtocolAdapterTest.java   |  56 +++--
 .../manager/service/impl/MonitorServiceImpl.java   |   6 +-
 .../db/migration/h2/V180__update_column.sql        |   3 +-
 .../db/migration/mysql/V180__update_column.sql     |   3 +-
 .../migration/postgresql/V180__update_column.sql   |   3 +-
 .../warehouse/store/DataStorageDispatch.java       |  13 +-
 .../store/history/tsdb/HistoryDataWriter.java      |  13 +
 .../tsdb/greptime/GreptimeDbDataStorage.java       |  70 +++++-
 material/licenses/LICENSE                          |   1 +
 .../alert-notice-rule.component.ts                 |   3 +
 .../log/log-stream/log-stream.component.html       |  69 +++--
 .../log/log-stream/log-stream.component.less       |  36 ++-
 .../routes/log/log-stream/log-stream.component.ts  | 279 ++++++++++++---------
 .../monitor-data-chart.worker.ts                   |   4 +-
 26 files changed, 790 insertions(+), 252 deletions(-)


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

Reply via email to