Skip to content

Commit 9e97c5d

Browse files
rabbitmq_prometheus.schema: wording
1 parent 6853fc9 commit 9e97c5d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

deps/rabbitmq_prometheus/priv/schema/rabbitmq_prometheus.schema

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,9 @@ end}.
141141
{mapping, "prometheus.ssl.max_keepalive", "rabbitmq_prometheus.ssl_config.cowboy_opts.max_keepalive",
142142
[{datatype, integer}, {validators, ["non_negative_integer"]}]}.
143143

144-
%% This option is left here for compatibility reasons. It will make no effect.
145-
{mapping, "prometheus.filter_aggregated_queue_metrics_pattern", "rabbitmq_prometheus.filter_aggregated_queue_metrics_pattern", [{datatype, string}]}.
144+
%% Kept for compatibility reasons. This is a no-op.
145+
{mapping, "prometheus.filter_aggregated_queue_metrics_pattern", "rabbitmq_prometheus.filter_aggregated_queue_metrics_pattern",
146+
[{datatype, string}]}.
146147

147148
%% Authentication options ========================================================
148149
{mapping, "prometheus.authentication.enabled", "rabbitmq_prometheus.authentication.enabled",

0 commit comments

Comments
 (0)