fix: bring back schema mapping

Issue #11315
This commit is contained in:
Lois Soto Lopez 2024-06-20 09:19:16 +02:00
parent 27a0b0f191
commit 30ecf6af75
1 changed files with 3 additions and 0 deletions

View File

@ -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]}}]}.