emqx_dashboard_monitor_api.hocon 670 B

1234567891011121314151617181920212223
  1. emqx_dashboard_monitor_api {
  2. list_monitor.desc:
  3. """List monitor (statistics) data for the whole cluster."""
  4. list_monitor.label:
  5. """List cluster stats data"""
  6. list_monitor_node.desc:
  7. """List the monitor (statistics) data on the specified node."""
  8. list_monitor_node.label:
  9. """List node's stats data"""
  10. current_stats.desc:
  11. """Current monitor (statistics) data, e.g. number of connections and connection rate in the whole cluster."""
  12. current_stats.label:
  13. """Cluster runtime stats"""
  14. current_stats_node.desc:
  15. """Node monitor (statistics) data, e.g. number of connections and connection rate on the specified node."""
  16. current_stats_node.label:
  17. """Node runtime stats"""
  18. }