How can I confirm that dynamic configs are applied?

I’m trying to add rate limiting with dynamic configs. I’ve applied the following configs:
(low values are to be able to test easily)

    frontend.globalNamespaceRPS:
      - value: 2

I can see in the logs:
{"level":"info","ts":"2022-11-14T18:12:58.183Z","msg":"Updated dynamic config","logging-call-at":"file_based_client.go:195"}

However, I’m not sure if it actually has my configs are getting applied. Is there some “easy” to test configs? I thought rps-limiting would be easy to test, but it doesn’t seem to work, hence I’m questioning if I was able to apply the configs after all.

I found that temporal logs everytime the dynamic config gets updated:

Hence, once we figured out the problem, we started seeing those logs together with difference logs.

Thanks