emqx_slow_subs_api.hocon 755 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. emqx_slow_subs_api {
  2. clear_records_api.desc:
  3. """Clear current data and re count slow topic"""
  4. clear_records_api.label:
  5. """Clear current data and re count slow topic"""
  6. clientid.desc:
  7. """Message clientid"""
  8. get_records_api.desc:
  9. """View slow topics statistics record data"""
  10. get_records_api.label:
  11. """View slow topics statistics record data"""
  12. get_setting_api.desc:
  13. """View slow subs settings"""
  14. get_setting_api.label:
  15. """View slow subs settings"""
  16. last_update_time.desc:
  17. """The timestamp of last update"""
  18. node.desc:
  19. """Message node name"""
  20. timespan.desc:
  21. """Timespan for message transmission"""
  22. topic.desc:
  23. """Message topic"""
  24. update_setting_api.desc:
  25. """Update slow subs settings"""
  26. update_setting_api.label:
  27. """Update slow subs settings"""
  28. }