Procházet zdrojové kódy

chore: make sure topic_metrics/rewrite's default is []

Zhongwen Deng před 2 roky
rodič
revize
b09ee540d0
1 změnil soubory, kde provedl 4 přidání a 2 odebrání
  1. 4 2
      apps/emqx_modules/src/emqx_modules_schema.erl

+ 4 - 2
apps/emqx_modules/src/emqx_modules_schema.erl

@@ -36,11 +36,13 @@ roots() ->
         "telemetry",
         array("rewrite", #{
             desc => "List of topic rewrite rules.",
-            importance => ?IMPORTANCE_HIDDEN
+            importance => ?IMPORTANCE_HIDDEN,
+            default => []
         }),
         array("topic_metrics", #{
             desc => "List of topics whose metrics are reported.",
-            importance => ?IMPORTANCE_HIDDEN
+            importance => ?IMPORTANCE_HIDDEN,
+            default => []
         })
     ].