chore: minimize oss/platform diff
This commit is contained in:
parent
82e7b75a02
commit
557a843c69
|
@ -1,7 +1,7 @@
|
||||||
%% -*- mode: erlang -*-
|
%% -*- mode: erlang -*-
|
||||||
{application, emqx_bridge, [
|
{application, emqx_bridge, [
|
||||||
{description, "EMQX bridges"},
|
{description, "EMQX bridges"},
|
||||||
{vsn, "0.2.2"},
|
{vsn, "0.2.3"},
|
||||||
{registered, [emqx_bridge_sup]},
|
{registered, [emqx_bridge_sup]},
|
||||||
{mod, {emqx_bridge_app, []}},
|
{mod, {emqx_bridge_app, []}},
|
||||||
{applications, [
|
{applications, [
|
||||||
|
|
|
@ -55,6 +55,8 @@
|
||||||
%% only for testing/mocking
|
%% only for testing/mocking
|
||||||
-export([supported_versions/1]).
|
-export([supported_versions/1]).
|
||||||
|
|
||||||
|
-export([format_bridge_metrics/1, format_metrics/1]).
|
||||||
|
|
||||||
-define(BPAPI_NAME, emqx_bridge).
|
-define(BPAPI_NAME, emqx_bridge).
|
||||||
|
|
||||||
-define(BRIDGE_NOT_ENABLED,
|
-define(BRIDGE_NOT_ENABLED,
|
||||||
|
|
Loading…
Reference in New Issue