asafm commented on code in PR #22058:
URL: https://github.com/apache/pulsar/pull/22058#discussion_r1497625263


##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/BrokerService.java:
##########
@@ -241,8 +243,15 @@ public class BrokerService implements Closeable {
     protected final AtomicReference<Semaphore> lookupRequestSemaphore;
     protected final AtomicReference<Semaphore> topicLoadRequestSemaphore;
 
+    @PulsarDeprecatedMetric(newMetricName = 
"pulsar.broker.lookup.pending.request.usage")
     private final ObserverGauge pendingLookupRequests;
+    private final ObservableLongGauge pendingLookupRequestsCounter;
+    private final ObservableLongGauge pendingLookupRequestsLimit;
+
+    @PulsarDeprecatedMetric(newMetricName = 
"pulsar.broker.topic.load.pending.request.usage")
     private final ObserverGauge pendingTopicLoadRequests;
+    private final ObservableLongGauge pendingTopicLoadRequestsCounter;

Review Comment:
   Not sure I understand.



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