leizhiyuan commented on issue #11626:
URL: https://github.com/apache/pulsar/issues/11626#issuecomment-895966458


   org.apache.pulsar.functions.worker.WorkerStatsManager#writeMetric
   
   ```
   for (int i = 0; i < metricsLabelNames.length; i++) {
         stream.write(metricsLabelNames[i]);
         stream.write('=');
         stream.write('\"');
         stream.write(metricsLabels[i]);
         stream.write("\",");
       }
   ```
   
   write a comma in the last line.


-- 
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: commits-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to