summaryrefslogtreecommitdiff
path: root/deps/rabbitmq_management_agent/src/rabbit_mgmt_ff.erl
blob: 1afaa52f790d0b2414b1cda0f439e43a15ebb478 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
%% This Source Code Form is subject to the terms of the Mozilla Public
%% License, v. 2.0. If a copy of the MPL was not distributed with this
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
%%
%% Copyright (c) 2018-2021 VMware, Inc. or its affiliates.  All rights reserved.
%%

-module(rabbit_mgmt_ff).

-rabbit_feature_flag(
   {empty_basic_get_metric,
    #{desc          => "Count AMQP `basic.get` on empty queues in stats",
      stability     => stable
     }}).

-rabbit_feature_flag(
  {drop_unroutable_metric,
   #{desc          => "Count unroutable publishes to be dropped in stats",
     stability     => stable
    }}).