Unexpectedly high number of success_exchange_client_credentials_grant events

In the past week, we’ve seen 3.5M success_exchange_client_credentials_grantand far fewer API/API-related events.

It doesn’t look like our code would request client credentials and then not use them, especially not at that ratio. If anything, I would expect more API events than success_exchange_client_credentials_grantsince we frequently make multiple API calls with the same instance of our Auth0Client from the ruby SDK.

Even we add the success_signup and success_change_password (which are currently flowing through the API exclusively) we still fall far short of being roughly the same.

I suspect this is more of an issue of understanding events / flows than a software issue