Damans227 commented on code in PR #13650:
URL: https://github.com/apache/cloudstack/pull/13650#discussion_r3624896059
##########
plugins/integrations/prometheus/src/main/java/org/apache/cloudstack/metrics/PrometheusExporterImpl.java:
##########
@@ -494,10 +491,17 @@ private void addVMsBySizeMetrics(final List<Item>
metricsList, final long dcId,
public void updateMetrics() {
final List<Item> latestMetricsItems = new ArrayList<Item>();
try {
+ // NOTE: capacity data is refreshed independently by
AlertManagerImpl's own
Review Comment:
Nit: this inline comment is quite long (7 lines), reads more like a commit
message / issue writeup than a code comment. Could trim to a line or two
referencing the issue.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]