metadata.yaml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. meta:
  2. plugin_name: python.d.plugin
  3. module_name: gearman
  4. monitored_instance:
  5. name: Gearman
  6. link: ''
  7. categories:
  8. - data-collection.distributed-computing-systems
  9. icon_filename: 'gearman.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 Gearman metrics for proficient system task distribution. Track job counts, worker statuses, and queue lengths for effective distributed 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: gearman_workers_queued
  57. link: https://github.com/netdata/netdata/blob/master/health/health.d/gearman.conf
  58. metric: gearman.single_job
  59. info: average number of queued jobs over the last 10 minutes
  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: gearman.total_jobs
  72. description: Total Jobs
  73. unit: "Jobs"
  74. chart_type: line
  75. dimensions:
  76. - name: Pending
  77. - name: Running
  78. - name: gearman job
  79. description: ""
  80. labels: []
  81. metrics:
  82. - name: gearman.single_job
  83. description: '{job_name}'
  84. unit: "Jobs"
  85. chart_type: stacked
  86. dimensions:
  87. - name: Pending
  88. - name: Idle
  89. - name: Runnning