Hello! I am monitoring my fastapi application which is deployed on azure via Azure Container Registry (ACR). At the moment i don’t have any traffic on it, just testing out, and got into the following behavior of the Counter metric which I don’t understand:
As can be seen I made 30 requests, and indeed the top value and latest is 30, but there are those drops to 13 and then back to 30. what causes that? And why is there not a completely drop to 0 if would be a ‘reset’.
I would be really glad if you could help me or give some hints if you encountered it.
Thanks!