feat: dashboard monitor missed topics field

This commit is contained in:
DDDHuang 2022-05-13 15:50:46 +08:00
parent 93a65da6bc
commit a8ef4698e6
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ merge_cluster_sampler_map(M1, M2) ->
Fun =
fun
(topics, Map) ->
Map;
Map#{topics => maps:get(topics, M1)};
(Key, Map) ->
Map#{Key => maps:get(Key, M1) + maps:get(Key, M2)}
end,