-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
feat/custom_buckets #4313
base: master
Are you sure you want to change the base?
feat/custom_buckets #4313
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files
|
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.
+LGTM
31a4613
to
f89dbd7
Compare
@@ -219,6 +219,13 @@ func WithMaxBytes(maxBytes int64) RouteOption { | |||
} | |||
} | |||
|
|||
// WithMetricsReqDurBuckets returns a RouteOption to set metrics request duration buckets. | |||
func WithMetricsReqDurBuckets(buckets []float64) RouteOption { |
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.
Define buckets for each route?
Any progress? I am waiting for this feature. @MarkJoyMa @kevwan |
rest server, zrpc client\server support custom settings Prometheus ReqDurBuckets