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

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


    from 0ab2d1370 update doc
     add 6c35f57b2 [improve] use apache jexl replace of aviator (#1859)
     add c4aee27f1 [bugfix] jpa data save logic repair (#1863)
     add d3209b645 [feature] add influxdb metrics monitoring  (#1730)
     add 48e35bee1 [doc] add help document for rocketmq (#1874)
     add 6ca090b37 Merge branch 'master' into footer-apache

No new revisions were added by this update.

Summary of changes:
 README.md                                          |   2 +-
 README_CN.md                                       |   2 +-
 .../hertzbeat/alert/calculate/CalculateAlarm.java  |  38 +-
 .../alert/service/impl/AlertDefineServiceImpl.java |   4 +-
 .../collector/dispatch/MetricsCollect.java         |  71 +--
 common/pom.xml                                     |  10 +-
 .../common/config/AviatorConfiguration.java        | 200 --------
 .../hertzbeat/common/entity/job/Metrics.java       |   1 -
 .../hertzbeat/common/util/JexlCommonFunction.java  |  98 ++++
 .../common/util/JexlExpressionRunner.java          |  70 +++
 .../common/config/AviatorConfigurationTest.java    | 134 -----
 .../org/apache/hertzbeat/common/util/JexlTest.java | 565 +++++++++++++++++++++
 home/docs/help/influxdb.md                         |  67 +++
 home/docs/help/rocketmq.md                         |  48 ++
 .../version-v1.1.x/help/influxdb.md                |  67 +++
 .../current/help/alert_threshold_expr.md           |   2 +-
 .../current/help/influxdb.md                       |  68 +++
 .../current/help/rocketmq.md                       |  48 ++
 home/sidebars.json                                 |  12 +-
 manager/src/main/resources/define/app-influxdb.yml | 393 ++++++++++++++
 .../org/apache/hertzbeat/manager/ManagerTest.java  |   8 +-
 material/licenses/backend/LICENSE                  |  11 +-
 material/licenses/backend/LICENSE-aviator.txt      | 165 ------
 pom.xml                                            |  14 +-
 .../store/HistoryJpaDatabaseDataStorage.java       |  20 +-
 25 files changed, 1521 insertions(+), 597 deletions(-)
 delete mode 100644 
common/src/main/java/org/apache/hertzbeat/common/config/AviatorConfiguration.java
 create mode 100644 
common/src/main/java/org/apache/hertzbeat/common/util/JexlCommonFunction.java
 create mode 100644 
common/src/main/java/org/apache/hertzbeat/common/util/JexlExpressionRunner.java
 delete mode 100644 
common/src/test/java/org/apache/hertzbeat/common/config/AviatorConfigurationTest.java
 create mode 100644 
common/src/test/java/org/apache/hertzbeat/common/util/JexlTest.java
 create mode 100644 home/docs/help/influxdb.md
 create mode 100644 home/docs/help/rocketmq.md
 create mode 100644 
home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/help/influxdb.md
 create mode 100644 
home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/influxdb.md
 create mode 100644 
home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/rocketmq.md
 create mode 100644 manager/src/main/resources/define/app-influxdb.yml
 delete mode 100644 material/licenses/backend/LICENSE-aviator.txt


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

Reply via email to