emqx_slow_subs_schema.hocon 388 B

123456789101112131415161718
  1. emqx_slow_subs_schema {
  2. enable.desc:
  3. """Enable this feature"""
  4. expire_interval.desc:
  5. """The eviction time of the record, which in the statistics record table"""
  6. stats_type.desc:
  7. """The method to calculate the latency"""
  8. threshold.desc:
  9. """The latency threshold for statistics"""
  10. top_k_num.desc:
  11. """The maximum number of records in the slow subscription statistics record table"""
  12. }