Skip to content

Commit

Permalink
fix miss code
Browse files Browse the repository at this point in the history
  • Loading branch information
“v_kkhuang” committed Dec 25, 2024
1 parent 1783615 commit f8eeef3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ public AMNode fillMetricsToNode(AMNode amNode, NodeMetrics metrics) {
amNode.setNodeHealthyInfo(parseHealthyInfo(metrics));
amNode.setNodeOverLoadInfo(parseOverLoadInfo(metrics));
amNode.setUpdateTime(metrics.getUpdateTime());
amNode.setNodeDescription(metrics.getDescription());
return amNode;
}
}

0 comments on commit f8eeef3

Please sign in to comment.