Use module machine version for stream coordinator status

The wrong module was used.
This commit is contained in:
Arnaud Cogoluègnes 2025-06-23 15:28:32 +02:00
parent 6e7058e488
commit 5042d8eefe
No known key found for this signature in database
GPG Key ID: D5C8C4DFAD43AFA8
1 changed files with 1 additions and 1 deletions

View File

@ -2424,7 +2424,7 @@ status() ->
key_metrics_rpc(ServerId) -> key_metrics_rpc(ServerId) ->
Metrics = ra:key_metrics(ServerId), Metrics = ra:key_metrics(ServerId),
Metrics#{machine_version => rabbit_fifo:version()}. Metrics#{machine_version => version()}.
maps_to_list(M) -> maps_to_list(M) ->
lists:sort(maps:to_list(M)). lists:sort(maps:to_list(M)).