metadata.yaml 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. meta:
  2. plugin_name: python.d.plugin
  3. module_name: beanstalk
  4. monitored_instance:
  5. name: Beanstalk
  6. link: ''
  7. categories:
  8. - data-collection.message-brokers
  9. icon_filename: 'beanstalk.png'
  10. related_resources:
  11. integrations:
  12. list: []
  13. info_provided_to_referring_integrations:
  14. description: ''
  15. keywords: []
  16. most_popular: false
  17. overview:
  18. data_collection:
  19. metrics_description: 'Monitor Beanstalk metrics to enhance job queueing and processing efficiency. Track job rates, processing times, and queue lengths for better task management.'
  20. method_description: ''
  21. supported_platforms:
  22. include: []
  23. exclude: []
  24. multi-instance: true
  25. additional_permissions:
  26. description: ''
  27. default_behavior:
  28. auto_detection:
  29. description: ''
  30. limits:
  31. description: ''
  32. performance_impact:
  33. description: ''
  34. setup:
  35. prerequisites:
  36. list: []
  37. configuration:
  38. file:
  39. name: ''
  40. description: ''
  41. options:
  42. description: ''
  43. folding:
  44. title: ''
  45. enabled: true
  46. list: []
  47. examples:
  48. folding:
  49. enabled: true
  50. title: ''
  51. list: []
  52. troubleshooting:
  53. problems:
  54. list: []
  55. alerts:
  56. - name: beanstalk_server_buried_jobs
  57. link: https://github.com/netdata/netdata/blob/master/health/health.d/beanstalkd.conf
  58. metric: beanstalk.current_jobs
  59. info: number of buried jobs across all tubes. You need to manually kick them so they can be processed. Presence of buried jobs in a tube does not affect new jobs.
  60. metrics:
  61. folding:
  62. title: Metrics
  63. enabled: false
  64. description: ""
  65. availability: []
  66. scopes:
  67. - name: global
  68. description: ""
  69. labels: []
  70. metrics:
  71. - name: beanstalk.cpu_usage
  72. description: Cpu Usage
  73. unit: "cpu time"
  74. chart_type: area
  75. dimensions:
  76. - name: user
  77. - name: system
  78. - name: beanstalk.jobs_rate
  79. description: Jobs Rate
  80. unit: "jobs/s"
  81. chart_type: line
  82. dimensions:
  83. - name: total
  84. - name: timeouts
  85. - name: beanstalk.connections_rate
  86. description: Connections Rate
  87. unit: "connections/s"
  88. chart_type: area
  89. dimensions:
  90. - name: connections
  91. - name: beanstalk.commands_rate
  92. description: Commands Rate
  93. unit: "commands/s"
  94. chart_type: stacked
  95. dimensions:
  96. - name: put
  97. - name: peek
  98. - name: peek-ready
  99. - name: peek-delayed
  100. - name: peek-buried
  101. - name: reserve
  102. - name: use
  103. - name: watch
  104. - name: ignore
  105. - name: delete
  106. - name: bury
  107. - name: kick
  108. - name: stats
  109. - name: stats-job
  110. - name: stats-tube
  111. - name: list-tubes
  112. - name: list-tube-used
  113. - name: list-tubes-watched
  114. - name: pause-tube
  115. - name: beanstalk.connections_rate
  116. description: Current Tubes
  117. unit: "tubes"
  118. chart_type: area
  119. dimensions:
  120. - name: tubes
  121. - name: beanstalk.current_jobs
  122. description: Current Jobs
  123. unit: "jobs"
  124. chart_type: stacked
  125. dimensions:
  126. - name: urgent
  127. - name: ready
  128. - name: reserved
  129. - name: delayed
  130. - name: buried
  131. - name: beanstalk.current_connections
  132. description: Current Connections
  133. unit: "connections"
  134. chart_type: line
  135. dimensions:
  136. - name: written
  137. - name: producers
  138. - name: workers
  139. - name: waiting
  140. - name: beanstalk.binlog
  141. description: Binlog
  142. unit: "records/s"
  143. chart_type: line
  144. dimensions:
  145. - name: written
  146. - name: migrated
  147. - name: beanstalk.uptime
  148. description: seconds
  149. unit: "seconds"
  150. chart_type: line
  151. dimensions:
  152. - name: uptime
  153. - name: tube
  154. description: ""
  155. labels: []
  156. metrics:
  157. - name: beanstalk.jobs_rate
  158. description: Jobs Rate
  159. unit: "jobs/s"
  160. chart_type: area
  161. dimensions:
  162. - name: jobs
  163. - name: beanstalk.jobs
  164. description: Jobs
  165. unit: "jobs"
  166. chart_type: stacked
  167. dimensions:
  168. - name: urgent
  169. - name: ready
  170. - name: reserved
  171. - name: delayed
  172. - name: buried
  173. - name: beanstalk.connections
  174. description: Connections
  175. unit: "connections"
  176. chart_type: stacked
  177. dimensions:
  178. - name: using
  179. - name: waiting
  180. - name: watching
  181. - name: beanstalk.commands
  182. description: Commands
  183. unit: "commands/s"
  184. chart_type: stacked
  185. dimensions:
  186. - name: deletes
  187. - name: pauses
  188. - name: beanstalk.pause
  189. description: Pause
  190. unit: "seconds"
  191. chart_type: stacked
  192. dimensions:
  193. - name: since
  194. - name: left