Skip to content

Commit

Permalink
Memory breakdown percentage wasn't implemented for connection_other_p…
Browse files Browse the repository at this point in the history
…ercentage
  • Loading branch information
michaelklishin committed Jan 5, 2025
1 parent 7740edd commit c381d6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/responses.rs
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,8 @@ impl NodeMemoryBreakdown {
percentage_as_text_fn!(connection_writers_percentage, connection_writers);
percentage_fn!(connection_channels_percentage, connection_channels);
percentage_as_text_fn!(connection_channels_percentage_as_text, connection_channels);
percentage_fn!(connection_other_percentage, connection_other);
percentage_as_text_fn!(connection_other_percentage_as_text, connection_other);

percentage_fn!(classic_queue_procs_percentage, classic_queue_procs);
percentage_as_text_fn!(classic_queue_procs_percentage_as_text, classic_queue_procs);
Expand Down

0 comments on commit c381d6f

Please sign in to comment.