Skip to content

Commit

Permalink
Add todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
at055612 committed Nov 29, 2023
1 parent cad1099 commit bdc4370
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@ public List<InternalStatisticEvent> buildNodeStatus() {
TAG_NODE, nodeInfo.getThisNodeName());
final long nowEpochMs = System.currentTimeMillis();

// TODO we prob ought to do these concurrently as some are having to hit the file system
// to find out sizes. Also consider whether each should get the current time, in case
// there is any delay in them running.
buildJavaMemoryStats(statisticEventList, tags, nowEpochMs);
buildCpuStatEvents(statisticEventList, tags);
buildRefDataStats(statisticEventList, tags, nowEpochMs);
Expand Down

0 comments on commit bdc4370

Please sign in to comment.