kfaraz opened a new pull request, #14933: URL: https://github.com/apache/druid/pull/14933
### Description Building a `ServiceMetricEvent` using a `ServiceMetricEvent.Builder` is a little confusing right now because we need to chain two `build()` calls to get the final `ServiceMetricEvent`. This is because the `ServiceMetricEvent.Builder` is a builder of a builder. ### Changes - Make `ServiceMetricEvent.Builder` extend `ServiceEventBuilder<ServiceMetricEvent>` and thus convert it to a plain builder rather than a builder of builder. - Add methods `setCreatedTime` , `setMetric` to the builder -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
