Skip to content
This repository has been archived by the owner on Jan 23, 2019. It is now read-only.

Gearman monitoring #26

Merged
merged 9 commits into from
May 29, 2017
Merged

Gearman monitoring #26

merged 9 commits into from
May 29, 2017

Conversation

sadlil
Copy link
Contributor

@sadlil sadlil commented May 29, 2017

Gearadmin will now expose metrics. Custom metrices will look loke this.

# HELP gearman_server_client_count Count Connected Clients
# TYPE gearman_server_client_count gauge
gearman_server_client_count 0
# HELP gearman_server_job_count Count jobs
# TYPE gearman_server_job_count gauge
gearman_server_job_count 0
# HELP gearman_server_worker_count Count Connected Workers
# TYPE gearman_server_worker_count gauge
gearman_server_worker_count 1
# HELP gearman_server_worker_running_job_count Running Job By workers
# TYPE gearman_server_worker_running_job_count gauge
gearman_server_worker_running_job_count{worker="tigerworks"} 0

Signed-off-by: sadlil <sadlil.rhythm@gmail.com>
Signed-off-by: sadlil <sadlil.rhythm@gmail.com>
Signed-off-by: sadlil <sadlil.rhythm@gmail.com>
Signed-off-by: sadlil <sadlil.rhythm@gmail.com>
Signed-off-by: sadlil <sadlil.rhythm@gmail.com>
@sadlil sadlil self-assigned this May 29, 2017
@tamalsaha tamalsaha merged commit 9d980b8 into master May 29, 2017
@tamalsaha tamalsaha deleted the gearman-monitoring branch May 29, 2017 10:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants