How to setup Rate Limiting plugin for Consumer

I’m add new Rate Limiting plugin for Consumer (I’m not hide_client_headers), result like image below:


but when I call api, response header not show any tag of Rate Limiting like:
X-RateLimit-Limit-Second: 5
X-RateLimit-Remaining-Second: 4
X-RateLimit-Limit-Minute: 10
X-RateLimit-Remaining-Minute: 9
I got response header like image below:

I think I’m wrong when configuration or Rate Limiting for Consumer not working.
Can you point me wrong and show me how to do?
Thanks in advance!

I’m not apply your solution but it make me know how to config.
Thank you very much