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

Support for getting count of queued and in-processing requests #918

Merged
merged 1 commit into from
Feb 3, 2022

Conversation

Badgerati
Copy link
Owner

Description of the Change

Adds support for Get-PodeServerActiveRequestMetric to also return the count of requests currently being processed, as well as queued. Plus support for getting queued/processing counts separately.

Default count is Total, to keep existing logic the same.

Related Issue

Resolves #869

Examples

Get-PodeServerActiveRequestMetric
Get-PodeServerActiveRequestMetric -CountType Queued

@Badgerati Badgerati added this to the 2.6.0 milestone Feb 2, 2022
@Badgerati Badgerati self-assigned this Feb 2, 2022
@Badgerati Badgerati merged commit ee050ba into develop Feb 3, 2022
@Badgerati Badgerati deleted the Issue-869 branch February 3, 2022 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Get the number active requests
1 participant