Ivan Dyachkov dafd7c6085 chore: bump apps versions 2 năm trước cách đây
..
etc 8aa60cc0a5 feat: generate a minimized emqx.conf 3 năm trước cách đây
include 4a2e583e3f refactor: move telemetry to its own app 2 năm trước cách đây
src dafd7c6085 chore: bump apps versions 2 năm trước cách đây
test f988de4ff4 feat(purge): clear delayed messages 2 năm trước cách đây
README.md ddd68eff22 docs: add emqx_telemetry README 2 năm trước cách đây
rebar.config f8e9e54393 refactor: move emqx_json to emqx_utils_json 2 năm trước cách đây

README.md

EMQX Modules

The application provides some minor functional modules that are not included in the MQTT protocol standard, including "Delayed Publish", "Topic Rewrite", "Topic Metrics".

Delayed Publish

After enabling this module, messages sent by the clients with the topic prefixed with $delayed/{Interval}/{Topic} will be delayed by {Interval} seconds before being published to the {Topic}.

More introduction about Delayed Publish.

See Enabling/Disabling Delayed Publish via HTTP API.

Topic Rewrite

Topic Rewrite allows users to configure rules to change the topic strings that the client requests to subscribe or publish.

This feature is very useful when there's a need to transform between different topic structures. For example, an old device that has already been issued and cannot be upgraded may use old topic designs, but for some reason, we adjusted the format of topics. We can use this feature to rewrite the old topics as the new format to eliminate these differences.

More introduction about Topic Rewrite.

See List all rewrite rules and Create or Update rewrite rules.

Topic Metrics

Topic Metrics is used for users to specify monitoring of certain topics and to count the number of messages, QoS distribution, and rate for all messages on that topic.

More introduction about Topic Metrics.

See HTTP API docs to List all monitored topics, Create topic metrics and Get the monitored result.