From 928fca12062dbeb1f91e9b6de5296eae2ca8af98 Mon Sep 17 00:00:00 2001 From: Lois Soto Lopez Date: Thu, 20 Jun 2024 09:19:16 +0200 Subject: [PATCH] fix: bring back schema mapping Issue #11315 --- deps/rabbitmq_prometheus/priv/schema/rabbitmq_prometheus.schema | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deps/rabbitmq_prometheus/priv/schema/rabbitmq_prometheus.schema b/deps/rabbitmq_prometheus/priv/schema/rabbitmq_prometheus.schema index 3048de2366ee..88969324aa31 100644 --- a/deps/rabbitmq_prometheus/priv/schema/rabbitmq_prometheus.schema +++ b/deps/rabbitmq_prometheus/priv/schema/rabbitmq_prometheus.schema @@ -141,6 +141,8 @@ end}. {mapping, "prometheus.ssl.max_keepalive", "rabbitmq_prometheus.ssl_config.cowboy_opts.max_keepalive", [{datatype, integer}, {validators, ["non_negative_integer"]}]}. +{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]}}]}.