847850277 opened a new issue, #8512:
URL: https://github.com/apache/rocketmq/issues/8512
### Is Your Feature Request Related to a Problem?
```java
public float getDequeueTps() {
return perfCounterTicks.getCounter("dequeue_put").getLastTps();
}
```
this may can change to DEQUEUE_PUT
### Describe the Solution You'd Like
```java
public float getDequeueTps() {
return perfCounterTicks.getCounter(DEQUEUE_PUT).getLastTps();
}
```
### Describe Alternatives You've Considered
change to DEQUEUE_PUT
### Additional Context
_No response_
--
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]