-
Notifications
You must be signed in to change notification settings - Fork 27
feat: extended metrics #66
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
Conversation
# Conflicts: # pkg/api/middleware/metrics.go # pkg/api/middleware/metrics_test.go # pkg/api/router.go
Codecov Report
@@ Coverage Diff @@
## master #66 +/- ##
==========================================
+ Coverage 74.16% 74.24% +0.08%
==========================================
Files 19 19
Lines 507 528 +21
==========================================
+ Hits 376 392 +16
- Misses 109 114 +5
Partials 22 22
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's looking good, but I think we can simplify things a bit by removing the MetricsCollection
and explicitly naming the metrics as opposed to computing them from the request.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved!! Looks good, but maybe change the name from "UpdateRouteMetrics(...)" to "Metrics(...)" or something.
No description provided.