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

Mechanism to Change Default Reservoir for Timer Metrics #2656

Closed
ben-nickerson opened this issue Jun 7, 2022 · 1 comment
Closed

Mechanism to Change Default Reservoir for Timer Metrics #2656

ben-nickerson opened this issue Jun 7, 2022 · 1 comment
Labels

Comments

@ben-nickerson
Copy link

We recently have run into the issue where our io.dropwizard.jetty.MutableServletContextHandler.requests metric and other latency calls are not decaying for infrequently hit endpoints. It's resulting in our services remaining in the alert stage until another request comes in.

Is there a way to change the default reservoir from the ExponentiallyDecayingReservoir to the SlidingTimeWindowArrayReservoir?

Or can you help figure out why our metrics are not decaying for infrequently hit endpoints?

@github-actions
Copy link

github-actions bot commented Dec 5, 2022

This issue is stale because it has been open 180 days with no activity. Remove the "stale" label or comment or this will be closed in 14 days.

@github-actions github-actions bot added the Stale label Dec 5, 2022
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Dec 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant