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

Improvements to the HttpMeterFilterFactory #766

Conversation

lcavadas
Copy link
Contributor

  • Added support for specifying service level objectives (allows the creation of apdex widgets).
  • Added support for specifying the expected max duration.
  • Added support for specifying the expected min duration.
  • Added support for histogram directly on the HttpMeterFilterFactory.
  • Removed the redundant HttpHistogramMeterFilterFactory.
  • Added tests for validating that the values are set correctly.

This is a follow up to #740

- Added support for specifying service level objectives (allows the creation of apdex widgets).
- Added support for specifying the expected max duration.
- Added support for specifying the expected min duration.
- Added support for histogram directly on the HttpMeterFilterFactory.
- Removed the redundant HttpHistogramMeterFilterFactory.
- Added tests for validating that the values are set correctly.
@graemerocher graemerocher added the type: improvement A minor improvement to an existing feature label May 24, 2024
@graemerocher graemerocher merged commit 67a4086 into micronaut-projects:5.6.x May 27, 2024
6 checks passed
@graemerocher
Copy link
Contributor

Thanks for the contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: improvement A minor improvement to an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants