rabbitmq_prometheus.schema: wording

This commit is contained in:
Michael Klishin 2024-06-21 21:58:43 -04:00
parent 6853fc972c
commit 9e97c5d8e7
1 changed files with 3 additions and 2 deletions

View File

@ -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",