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


##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/stats/prometheus/PrometheusMetricStreams.java:
##########
@@ -37,7 +37,7 @@ public class PrometheusMetricStreams {
      * @param value value of the sample
      * @param labelsAndValuesArray varargs of label and label value
      */
-    void writeSample(String metricName, Number value, String... 
labelsAndValuesArray) {
+    public void writeSample(String metricName, Number value, String... 
labelsAndValuesArray) {

Review Comment:
   Why change here ?



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