This is an automated email from the ASF dual-hosted git repository.
jianingwang pushed a change to branch online-prometheus-parser
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
from 1c64e8022f add query datasource
add 0b6fb353f1 [feature]add support for Dahua and Uniview devices (#3214)
add 706baffd5e [Doc] Fix dead link (#3227)
add 433f09a4e3 [feature]A preliminary logging module implementation (#3218)
add acda0a9097 Merge branch 'master' into online-prometheus-parser
No new revisions were added by this update.
Summary of changes:
.../collector/collect/http/HttpCollectImpl.java | 149 +++++++++++--
.../collect/http/HttpCollectImplTest.java | 28 +--
.../collector/dispatch/MetricsCollect.java | 2 +-
.../collector/dispatch/DispatchConstants.java | 4 +
.../common/constants/ConfigConstants.java | 2 +
.../hertzbeat/common/entity/job/Metrics.java | 5 -
{hertzbeat-grafana => hertzbeat-log}/pom.xml | 25 ++-
.../hertzbeat/log/config/LogAutoConfiguration.java | 11 +-
.../hertzbeat/log/config/OpenTelemetryConfig.java | 117 ++++++++++
.../src/main/resources/META-INF/spring.factories | 2 +-
hertzbeat-manager/pom.xml | 5 +
.../src/main/resources/define/app-dahua.yml | 247 +++++++++++++++++++++
.../main/resources/define/app-hikvision_isapi.yml | 100 +++++----
.../src/main/resources/define/app-uniview.yml | 154 +++++++++++++
.../src/main/resources/logback-spring.xml | 27 ++-
home/docs/advanced/extend-http-xmlpath.md | 138 +++++++++---
home/docs/help/dahua.md | 60 +++++
home/docs/help/uniview.md | 47 ++++
.../current/advanced/extend-http-xmlpath.md | 138 +++++++++---
.../current/help/dahua.md | 60 +++++
.../current/help/uniview.md | 47 ++++
home/sidebars.json | 4 +-
material/licenses/LICENSE | 12 +-
pom.xml | 38 +++-
script/ci/exclude_files.txt | 4 +-
25 files changed, 1258 insertions(+), 168 deletions(-)
copy {hertzbeat-grafana => hertzbeat-log}/pom.xml (72%)
copy
hertzbeat-grafana/src/main/java/org/apache/hertzbeat/grafana/config/GrafanaAutoConfiguration.java
=>
hertzbeat-log/src/main/java/org/apache/hertzbeat/log/config/LogAutoConfiguration.java
(80%)
create mode 100644
hertzbeat-log/src/main/java/org/apache/hertzbeat/log/config/OpenTelemetryConfig.java
copy {hertzbeat-grafana =>
hertzbeat-log}/src/main/resources/META-INF/spring.factories (93%)
create mode 100644 hertzbeat-manager/src/main/resources/define/app-dahua.yml
create mode 100644 hertzbeat-manager/src/main/resources/define/app-uniview.yml
create mode 100644 home/docs/help/dahua.md
create mode 100644 home/docs/help/uniview.md
create mode 100644
home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/dahua.md
create mode 100644
home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/uniview.md
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]