gaoran10 commented on code in PR #15965:
URL: https://github.com/apache/pulsar/pull/15965#discussion_r892377576
##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/stats/prometheus/PrometheusMetricsGenerator.java:
##########
@@ -231,12 +230,6 @@ private static void
generateBrokerBasicMetrics(PulsarService pulsar, SimpleTextO
clusterName, Collector.Type.GAUGE, stream);
}
- if
(pulsar.getConfiguration().isExposeManagedCursorMetricsInPrometheus()) {
Review Comment:
If using the Prometheus class to collect metrics, the metrics data will
record automatically, right?
--
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]