-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add metrics for queue stats #55
Labels
Comments
oleg-jukovec
added a commit
that referenced
this issue
Jun 5, 2023
The patch adds the ability to export statistics to metrics >= 0.11.0. sharded_queue does not require the metrics package itself and tries to use an installed one. It also adds a new API method api.cfg({options}). Exported metric values are similar to api.statistics(tube) call: * sharded_queue_calls_done * sharded_queue_calls_take * sharded_queue_calls_kick * sharded_queue_calls_bury * sharded_queue_calls_put * sharded_queue_calls_delete * sharded_queue_calls_touch * sharded_queue_calls_ack * sharded_queue_calls_release * sharded_queue_tasks_ready * sharded_queue_tasks_taken * sharded_queue_tasks_done * sharded_queue_tasks_buried * sharded_queue_tasks_delayed * sharded_queue_tasks_total Closes #55
oleg-jukovec
added a commit
that referenced
this issue
Jun 5, 2023
The patch adds the ability to export statistics to metrics >= 0.11.0. sharded_queue does not require the metrics package itself and tries to use an installed one. It also adds a new API method api.cfg({options}). Exported metric values are similar to api.statistics(tube) call: * sharded_queue_calls_done * sharded_queue_calls_take * sharded_queue_calls_kick * sharded_queue_calls_bury * sharded_queue_calls_put * sharded_queue_calls_delete * sharded_queue_calls_touch * sharded_queue_calls_ack * sharded_queue_calls_release * sharded_queue_tasks_ready * sharded_queue_tasks_taken * sharded_queue_tasks_done * sharded_queue_tasks_buried * sharded_queue_tasks_delayed * sharded_queue_tasks_total Closes #55
oleg-jukovec
added a commit
that referenced
this issue
Jun 5, 2023
The patch adds the ability to export statistics to metrics >= 0.11.0. sharded_queue does not require the metrics package itself and tries to use an installed one. It also adds a new API method api.cfg({options}). Exported metric values are similar to api.statistics(tube) call: * sharded_queue_calls_done * sharded_queue_calls_take * sharded_queue_calls_kick * sharded_queue_calls_bury * sharded_queue_calls_put * sharded_queue_calls_delete * sharded_queue_calls_touch * sharded_queue_calls_ack * sharded_queue_calls_release * sharded_queue_tasks_ready * sharded_queue_tasks_taken * sharded_queue_tasks_done * sharded_queue_tasks_buried * sharded_queue_tasks_delayed * sharded_queue_tasks_total Closes #55
oleg-jukovec
added a commit
that referenced
this issue
Jun 5, 2023
The patch adds the ability to export statistics to metrics >= 0.11.0. sharded_queue does not require the metrics package itself and tries to use an installed one. It also adds a new API method api.cfg({options}). Exported metric values are similar to api.statistics(tube) call: * sharded_queue_calls_done * sharded_queue_calls_take * sharded_queue_calls_kick * sharded_queue_calls_bury * sharded_queue_calls_put * sharded_queue_calls_delete * sharded_queue_calls_touch * sharded_queue_calls_ack * sharded_queue_calls_release * sharded_queue_tasks_ready * sharded_queue_tasks_taken * sharded_queue_tasks_done * sharded_queue_tasks_buried * sharded_queue_tasks_delayed * sharded_queue_tasks_total Closes #55
oleg-jukovec
added a commit
that referenced
this issue
Jun 5, 2023
The patch adds the ability to export statistics to metrics >= 0.11.0. sharded_queue does not require the metrics package itself and tries to use an installed one. It also adds a new API method api.cfg({options}). Exported metric values are similar to api.statistics(tube) call: * sharded_queue_calls_done * sharded_queue_calls_take * sharded_queue_calls_kick * sharded_queue_calls_bury * sharded_queue_calls_put * sharded_queue_calls_delete * sharded_queue_calls_touch * sharded_queue_calls_ack * sharded_queue_calls_release * sharded_queue_tasks_ready * sharded_queue_tasks_taken * sharded_queue_tasks_done * sharded_queue_tasks_buried * sharded_queue_tasks_delayed * sharded_queue_tasks_total Closes #55
Merged
oleg-jukovec
added a commit
that referenced
this issue
Jun 13, 2023
The patch adds the ability to export statistics to metrics >= 0.11.0. sharded_queue does not require the metrics package itself and tries to use an installed one. It also adds a new API method api.cfg({options}). Exported metric values are similar to api.statistics(tube) call: * sharded_queue_calls * sharded_queue_tasks Closes #55
oleg-jukovec
added a commit
that referenced
this issue
Jun 13, 2023
The patch adds the ability to export statistics to metrics >= 0.11.0. sharded_queue does not require the metrics package itself and tries to use an installed one. It also adds a new API method api.cfg({options}). Exported metric values are similar to api.statistics(tube) call: * sharded_queue_calls * sharded_queue_tasks Closes #55
oleg-jukovec
added a commit
that referenced
this issue
Jun 15, 2023
The patch adds the ability to export statistics to metrics >= 0.11.0. sharded_queue does not require the metrics package itself and tries to use an installed one. It also adds a new API method api.cfg({options}). Exported metric values are similar to api.statistics(tube) call: * sharded_queue_calls * sharded_queue_tasks Closes #55
oleg-jukovec
added a commit
that referenced
this issue
Jun 16, 2023
The patch adds the ability to export statistics to metrics >= 0.11.0. sharded_queue does not require the metrics package itself and tries to use an installed one. It also adds a new API method api.cfg({options}). Exported metric values are similar to api.statistics(tube) call: * sharded_queue_calls * sharded_queue_tasks Closes #55
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add the ability to export statistics to metrics module.
The text was updated successfully, but these errors were encountered: