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

Implement middleware for measuring timing of a request #18

Closed
ksysoev opened this issue Apr 20, 2024 · 1 comment
Closed

Implement middleware for measuring timing of a request #18

ksysoev opened this issue Apr 20, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers middleware issues related to middleware
Milestone

Comments

@ksysoev
Copy link
Owner

ksysoev commented Apr 20, 2024

Middleware should accept callback for writing/sending metrics to the storage
this callback should accept:

  • Request interface
  • Measured timing
  • Error if any assure during request processing.
@ksysoev ksysoev added enhancement New feature or request good first issue Good for newcomers labels Apr 20, 2024
@ksysoev ksysoev changed the title Implement middleware for measuring timing of the request Implement middleware for measuring timing of a request Apr 20, 2024
@ksysoev ksysoev added the middleware issues related to middleware label May 1, 2024
@ksysoev ksysoev added this to the v0.3.0 milestone May 18, 2024
@ksysoev
Copy link
Owner Author

ksysoev commented May 25, 2024

Implemented in #53

@ksysoev ksysoev closed this as completed May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers middleware issues related to middleware
Projects
None yet
Development

No branches or pull requests

1 participant