emqx_authn_schema.hocon 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. emqx_authn_schema {
  2. backend.desc:
  3. """Backend type."""
  4. backend.label:
  5. """Backend Type"""
  6. enable.desc:
  7. """Set to <code>true</code> or <code>false</code> to disable this auth provider."""
  8. enable.label:
  9. """Enable"""
  10. failed.desc:
  11. """Count of query failed."""
  12. failed.label:
  13. """Failed"""
  14. matched.desc:
  15. """Count of this resource is queried."""
  16. matched.label:
  17. """Matched"""
  18. mechanism.desc:
  19. """Authentication mechanism."""
  20. mechanism.label:
  21. """Authentication Mechanism"""
  22. metrics.desc:
  23. """The metrics of the resource."""
  24. metrics.label:
  25. """Metrics"""
  26. metrics_failed.desc:
  27. """The required authentication information is found in the current instance, and the instance returns authentication failure."""
  28. metrics_failed.label:
  29. """Authentication Failed Times"""
  30. metrics_nomatch.desc:
  31. """The number of times the instance was ignored when the required authentication information was not found in the current instance."""
  32. metrics_nomatch.label:
  33. """Nomatch Times"""
  34. metrics_rate.desc:
  35. """The total rate at which instances are triggered, times/second."""
  36. metrics_rate.label:
  37. """Total Triggered Rate"""
  38. metrics_rate_last5m.desc:
  39. """The average trigger rate of the instance within 5 minutes, times/second."""
  40. metrics_rate_last5m.label:
  41. """Average Triggered Rate in Last 5min"""
  42. metrics_rate_max.desc:
  43. """The highest trigger rate the instance has ever reached, times/second."""
  44. metrics_rate_max.label:
  45. """Highest Triggered Rate"""
  46. metrics_success.desc:
  47. """The required authentication information is found in the current instance, and the instance returns authentication success."""
  48. metrics_success.label:
  49. """Authentication Success Times"""
  50. metrics_total.desc:
  51. """The total number of times the current instance was triggered."""
  52. metrics_total.label:
  53. """Total Triggered Times"""
  54. node.desc:
  55. """Node name."""
  56. node.label:
  57. """Node Name."""
  58. node_error.desc:
  59. """The error of node."""
  60. node_error.label:
  61. """Error in Node"""
  62. node_metrics.desc:
  63. """The metrics of the resource for each node."""
  64. node_metrics.label:
  65. """Resource Metrics in Node"""
  66. node_status.desc:
  67. """The status of the resource for each node."""
  68. node_status.label:
  69. """Resource Status in Node"""
  70. rate.desc:
  71. """The rate of matched, times/second."""
  72. rate.label:
  73. """Rate"""
  74. rate_last5m.desc:
  75. """The average rate of matched in the last 5 minutes, times/second."""
  76. rate_last5m.label:
  77. """Rate in Last 5min"""
  78. rate_max.desc:
  79. """The max rate of matched, times/second."""
  80. rate_max.label:
  81. """Max Rate"""
  82. status.desc:
  83. """The status of the resource."""
  84. status.label:
  85. """Status"""
  86. success.desc:
  87. """Count of query success."""
  88. success.label:
  89. """Success"""
  90. }