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

Improve metrics for stored schedules #178

Open
bcarter97 opened this issue Oct 29, 2022 · 0 comments · May be fixed by #179
Open

Improve metrics for stored schedules #178

bcarter97 opened this issue Oct 29, 2022 · 0 comments · May be fixed by #179

Comments

@bcarter97
Copy link
Member

bcarter97 commented Oct 29, 2022

Overview

Currently we have a counter for the number of schedules scheduled, and the number cancelled. Instead of having a counter it would be better to have a gauge that increments with a schedule, and decrements once the schedule is published/cancelled. This would give us a better estimate for the number of schedules the scheduler has in memory.

@bcarter97 bcarter97 linked a pull request Oct 29, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant