Understanding Nginx Rate Limiting Numbers

netnginxrate-limiting

When you setup nginx with limit_req directive, it logs excessive requests like

2019/10/30 17:41:36 [error] 10775#10775: *195997 limiting requests, excess: 10.210 by zone "zone_name" ...

I wonder, what means 10.210 here?
I suppose, that 10 is a burst size, defined in limit_req as burst=10, but what is 210 here?

Best Answer

https://dzone.com/articles/nginx-rate-limiting states this is:

Number of requests per millisecond over the configured rate that this request represents.