Skip to content

Commit

Permalink
Add a missing NodeMemoryBreakdown percentage-related function
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Jan 5, 2025
1 parent c381d6f commit 035c754
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/responses.rs
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,10 @@ impl NodeMemoryBreakdown {
stream_queue_coordinator_procs_percentage,
stream_queue_coordinator_procs
);
percentage_as_text_fn!(
stream_queue_coordinator_procs_percentage_as_text,
stream_queue_coordinator_procs
);

percentage_fn!(plugins_percentage, plugins);
percentage_as_text_fn!(plugins_percentage_as_text, plugins);
Expand Down

0 comments on commit 035c754

Please sign in to comment.