-
Notifications
You must be signed in to change notification settings - Fork 166
JSON returned by /api/nodes contains a duplicate send_bytes
key
#305
Comments
This is #278. Please upgrade to |
Or it could be a variation thereof but if we don't have a way to reproduce this against |
I believe this is the source of the issue. send_bytes is added to the results twice. Guessing the second one should be recieved_bytes based on context. rabbitmq-management/src/rabbit_mgmt_stats.erl Lines 855 to 865 in b4622e5
|
Yes, and it was introduced in 0b14e72. Looks like a typo indeed. |
With #236 about to be merged this may or may not be relevant for |
send_bytes
key
I also suspect that the field was supposed to be named |
@michaelklishin That field is named |
@dcorbacho yes, seems to be introduced in dc4a42a :( Alright, let's leave it as is then. |
FTR, this was fixed as part of #236. |
Found in 3.6.5
The cluster_links returned by /api/nodes contain two send_bytes and two send_byte_details under stats.
The text was updated successfully, but these errors were encountered: