parent
27a0b0f191
commit
30ecf6af75
|
|
@ -141,6 +141,9 @@ end}.
|
|||
{mapping, "prometheus.ssl.max_keepalive", "rabbitmq_prometheus.ssl_config.cowboy_opts.max_keepalive",
|
||||
[{datatype, integer}, {validators, ["non_negative_integer"]}]}.
|
||||
|
||||
%% This option is left here for compatibility reasons. It will make no effect.
|
||||
{mapping, "prometheus.filter_aggregated_queue_metrics_pattern", "rabbitmq_prometheus.filter_aggregated_queue_metrics_pattern", [{datatype, string}]}.
|
||||
|
||||
%% Authentication options ========================================================
|
||||
{mapping, "prometheus.authentication.enabled", "rabbitmq_prometheus.authentication.enabled",
|
||||
[{datatype, {enum, [true, false]}}]}.
|
||||
|
|
|
|||
Loading…
Reference in New Issue