Skip to content

Commit

Permalink
📝 doc
Browse files Browse the repository at this point in the history
  • Loading branch information
moznion committed Jun 27, 2017
1 parent 8af9626 commit 2e319e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ This exporter exports following items.
- Number of remained jobs in queue
- Number of processed jobs
- Number of failed jobs
- Number of jobs in the failed queue
- Number of total workers
- Number of active workers
- Number of idle workers
Expand Down Expand Up @@ -58,6 +59,9 @@ resque_jobs_in_queue{queue_name="log_compression"} 0
# HELP resque_failed Number of failed jobs
# TYPE resque_failed gauge
resque_failed 123
# HELP failed_queue_count Number of jobs in the failed queue
# TYPE failed_queue_count gauge
failed_queue_count 1
# HELP resque_processed Number of processed jobs
# TYPE resque_processed gauge
resque_processed 1.234567e+06
Expand Down

0 comments on commit 2e319e0

Please sign in to comment.