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

liutianyou pushed a change to branch plugin-custom
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git


    from 5abfb527f fix ci (#2630)
     add 466ac37e6 [fix] fix i8n error in bulletin (#2627)
     add 3eb6fb35f [improve]Optimize Hbase Master and Regionserver monitoring 
(#2624)
     add 6074c08e1 [feat] support monitor MQTT connections (#2618)
     add 24678c2ca [doc] Bulletin doc (#2631)
     add 13245574d Merge branch 'master' into plugin-custom

No new revisions were added by this update.

Summary of changes:
 collector/pom.xml                                  |   6 +
 .../collector/collect/mqtt/MqttCollectImpl.java    | 231 +++++++++++++++++++++
 .../collector/dispatch/DispatchConstants.java      |   5 +
 ...che.hertzbeat.collector.collect.AbstractCollect |   1 +
 .../hertzbeat/common/entity/job/Metrics.java       |   5 +
 .../{JdbcProtocol.java => MqttProtocol.java}       |  58 ++++--
 home/docs/help/bulletin.md                         |  28 +++
 .../current/help/bulletin.md                       |  28 +++
 home/sidebars.json                                 |   5 +-
 home/static/img/docs/help/bulletin-1.png           | Bin 0 -> 79792 bytes
 home/static/img/docs/help/bulletin-2.png           | Bin 0 -> 31781 bytes
 .../src/main/resources/define/app-hbase_master.yml |   9 +
 .../resources/define/app-hbase_regionserver.yml    |   9 +
 .../define/{app-smtp.yml => app-mqtt.yml}          | 118 +++++++----
 material/licenses/collector/LICENSE                |   7 +-
 .../app/routes/bulletin/bulletin.component.html    |   2 +-
 web-app/src/assets/i18n/en-US.json                 |  33 ++-
 web-app/src/assets/i18n/zh-CN.json                 |   2 +-
 web-app/src/assets/i18n/zh-TW.json                 |  24 ++-
 19 files changed, 489 insertions(+), 82 deletions(-)
 create mode 100644 
collector/src/main/java/org/apache/hertzbeat/collector/collect/mqtt/MqttCollectImpl.java
 copy 
common/src/main/java/org/apache/hertzbeat/common/entity/job/protocol/{JdbcProtocol.java
 => MqttProtocol.java} (58%)
 create mode 100644 home/docs/help/bulletin.md
 create mode 100644 
home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/bulletin.md
 create mode 100644 home/static/img/docs/help/bulletin-1.png
 create mode 100644 home/static/img/docs/help/bulletin-2.png
 copy manager/src/main/resources/define/{app-smtp.yml => app-mqtt.yml} (61%)


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

Reply via email to