This is an automated email from the ASF dual-hosted git repository.
zhaoqingran pushed a change to branch feature#grafana
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
from 32c32617b Merge branch 'master' into feature#grafana
add e93bda16f refactor(grafana): replace GrafanaConfiguration with
GrafanaPropertiesChange property access pattern from GrafanaConfiguration to
GrafanaProperties for consistency with other modules and to align with project
property management standards. This update affects several services and
controllers that previously used the older configuration pattern.
No new revisions were added by this update.
Summary of changes:
.../grafana/config/GrafanaAutoConfiguration.java | 2 +-
.../hertzbeat/grafana/config/GrafanaInit.java | 4 +--
...naConfiguration.java => GrafanaProperties.java} | 29 ++++------------------
.../grafana/controller/DashboardController.java | 4 +--
.../grafana/service/DashboardService.java | 12 ++++-----
.../grafana/service/DatasourceService.java | 16 ++++++------
.../grafana/service/ServiceAccountService.java | 16 ++++++------
7 files changed, 32 insertions(+), 51 deletions(-)
rename
grafana/src/main/java/org/apache/hertzbeat/grafana/config/{GrafanaConfiguration.java
=> GrafanaProperties.java} (80%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]