Technoboy- commented on code in PR #21102:
URL: https://github.com/apache/pulsar/pull/21102#discussion_r1314734563


##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/intercept/BrokerInterceptor.java:
##########
@@ -223,6 +224,13 @@ default void onFilter(ServletRequest request, 
ServletResponse response, FilterCh
         // Just continue the chain by default.
         chain.doFilter(request, response);
     }
+    /**
+     * Add customize metrics to PrometheusMetricStreams.
+     * @param metricStreams
+     * @param pulsar
+     */
+    default void addCustomizeMetrics(PrometheusMetricStreams metricStreams, 
PulsarService pulsar){

Review Comment:
   addCustomizeMetrics -> addCustomizedMetrics



-- 
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]

Reply via email to