summaryrefslogtreecommitdiffstats
path: root/collectors/python.d.plugin/gearman
diff options
context:
space:
mode:
authorShyam Sreevalsan <shyam@netdata.cloud>2023-07-19 21:16:52 +0300
committerGitHub <noreply@github.com>2023-07-19 21:16:52 +0300
commitff15cc2a00af0688a7b2aaf854e7ab0af133d944 (patch)
tree596fc67d9c091207f5688c5ab5ff2dcf0e74c132 /collectors/python.d.plugin/gearman
parent7c409bdea02bc9bc94d7a47506bfb9f26c0bbe4b (diff)
Updates to metadata.yaml (#15452)
* Updates to metadata.yaml * Fixing formatting
Diffstat (limited to 'collectors/python.d.plugin/gearman')
-rw-r--r--collectors/python.d.plugin/gearman/metadata.yaml63
1 files changed, 32 insertions, 31 deletions
diff --git a/collectors/python.d.plugin/gearman/metadata.yaml b/collectors/python.d.plugin/gearman/metadata.yaml
index 0befec75fa..49d4e27b50 100644
--- a/collectors/python.d.plugin/gearman/metadata.yaml
+++ b/collectors/python.d.plugin/gearman/metadata.yaml
@@ -2,10 +2,11 @@ meta:
plugin_name: python.d.plugin
module_name: gearman
monitored_instance:
- name: python.d gearman
+ name: Gearman
link: ''
- categories: []
- icon_filename: ''
+ categories:
+ - data-collection.distributed-computing-systems
+ icon_filename: 'gearman.png'
related_resources:
integrations:
list: []
@@ -15,7 +16,7 @@ meta:
most_popular: false
overview:
data_collection:
- metrics_description: ''
+ metrics_description: 'Monitor Gearman metrics for proficient system task distribution. Track job counts, worker statuses, and queue lengths for effective distributed task management.'
method_description: ''
supported_platforms:
include: []
@@ -52,10 +53,10 @@ troubleshooting:
problems:
list: []
alerts:
- - name: gearman_workers_queued
- link: https://github.com/netdata/netdata/blob/master/health/health.d/gearman.conf
- metric: gearman.single_job
- info: average number of queued jobs over the last 10 minutes
+- name: gearman_workers_queued
+ link: https://github.com/netdata/netdata/blob/master/health/health.d/gearman.conf
+ metric: gearman.single_job
+ info: average number of queued jobs over the last 10 minutes
metrics:
folding:
title: Metrics
@@ -63,26 +64,26 @@ metrics:
description: ""
availability: []
scopes:
- - name: global
- description: ""
- labels: []
- metrics:
- - name: gearman.total_jobs
- description: Total Jobs
- unit: "Jobs"
- chart_type: line
- dimensions:
- - name: Pending
- - name: Running
- - name: gearman job
- description: ""
- labels: []
- metrics:
- - name: gearman.single_job
- description: '{job_name}'
- unit: "Jobs"
- chart_type: stacked
- dimensions:
- - name: Pending
- - name: Idle
- - name: Runnning
+ - name: global
+ description: ""
+ labels: []
+ metrics:
+ - name: gearman.total_jobs
+ description: Total Jobs
+ unit: "Jobs"
+ chart_type: line
+ dimensions:
+ - name: Pending
+ - name: Running
+ - name: gearman job
+ description: ""
+ labels: []
+ metrics:
+ - name: gearman.single_job
+ description: '{job_name}'
+ unit: "Jobs"
+ chart_type: stacked
+ dimensions:
+ - name: Pending
+ - name: Idle
+ - name: Runnning