rabbitmq_prometheus.schema: wording
This commit is contained in:
parent
6853fc972c
commit
9e97c5d8e7
|
@ -141,8 +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}]}.
|
||||
%% Kept for compatibility reasons. This is a no-op.
|
||||
{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",
|
||||
|
|
Loading…
Reference in New Issue