This is an automated email from the ASF dual-hosted git repository.
zhangxiaowei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozhera.git
The following commit(s) were added to refs/heads/master by this push:
new 1d33240a refactor: Extend the Metric class to include a serverEnvId
field (#622)
1d33240a is described below
commit 1d33240aaf6e1fbda4b246e0cf8267f0f0627eab
Author: gaoxh <[email protected]>
AuthorDate: Wed Dec 10 19:04:30 2025 +0800
refactor: Extend the Metric class to include a serverEnvId field (#622)
Co-authored-by: gaoxihui <[email protected]>
---
.../java/org/apache/ozhera/monitor/service/model/prometheus/Metric.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/ozhera-monitor/ozhera-monitor-service/src/main/java/org/apache/ozhera/monitor/service/model/prometheus/Metric.java
b/ozhera-monitor/ozhera-monitor-service/src/main/java/org/apache/ozhera/monitor/service/model/prometheus/Metric.java
index cc550a99..0f6f954e 100644
---
a/ozhera-monitor/ozhera-monitor-service/src/main/java/org/apache/ozhera/monitor/service/model/prometheus/Metric.java
+++
b/ozhera-monitor/ozhera-monitor-service/src/main/java/org/apache/ozhera/monitor/service/model/prometheus/Metric.java
@@ -56,6 +56,7 @@ public class Metric implements Serializable {
//env
private String serverEnv;
+ private String serverEnvId;
private String serverZone;
//container info
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]