refactor(metrics): Move metrics worker to emqx_utils application

This commit is contained in:
ieQu1 2024-03-21 12:32:30 +01:00
parent 879709e686
commit d8204021dc
No known key found for this signature in database
GPG Key ID: 488654DF3FED6FDE
3 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ handling, data conversions, and more.
- `emqx_utils_json`: JSON encoding and decoding
- `emqx_utils_maps`: convenience functions for map lookup and manipulation like
deep_get etc.
- `emqx_metrics`: counters, gauges, slides
## Contributing