Skip to content
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

Closed
LeonidVas opened this issue Apr 28, 2023 · 0 comments · Fixed by #57
Closed

Add metrics for queue stats #55

LeonidVas opened this issue Apr 28, 2023 · 0 comments · Fixed by #57
Assignees
Labels

Comments

@LeonidVas
Copy link
Contributor

Add the ability to export statistics to metrics module.

@oleg-jukovec oleg-jukovec self-assigned this May 26, 2023
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
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
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants