Skip to content

Commit f60b284

Browse files
committed
Add schema for management.delegate_count config
1 parent b5d9ebf commit f60b284

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

deps/rabbitmq_management/priv/schema/rabbitmq_management.schema

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@ fun(Conf) ->
3737
end}.
3838

3939

40+
%% Number of delegate processes to use for metrics acquisition intra-cluster
41+
%% communication. On a machine which has a very large number of cores and is
42+
%% also part of a cluster, you may wish to increase this value.
43+
%%
44+
45+
{mapping, "management.delegate_count", "rabbitmq_management.delegate_count", [
46+
{datatype, integer}, {validators, ["non_negative_integer"]}
47+
]}.
48+
4049
%% HTTP (TCP) listener options ========================================================
4150

4251
%% HTTP listener consistent with Web STOMP and Web MQTT.

0 commit comments

Comments
 (0)