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

gaoxihui pushed a commit to branch metric-upgrade
in repository https://gitbox.apache.org/repos/asf/ozhera.git


The following commit(s) were added to refs/heads/metric-upgrade by this push:
     new b57d57df refactor: Extend the Metric class to include a serverEnvId 
field
b57d57df is described below

commit b57d57dfac5c55018e471d8f0559fb1bb7168751
Author: gaoxihui <[email protected]>
AuthorDate: Wed Dec 10 18:41:21 2025 +0800

    refactor: Extend the Metric class to include a serverEnvId field
---
 .../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]

Reply via email to