Detailed reports on the number of API calls
The API has a rate limit, and an error will occur if it is exceeded.
This time, an error occurred because the number of API calls exceeded the rate limit.
We would like to launch apps during times when the number of API calls is low, but at this time there is no way to check the number of API calls in a time range.
Please implement a report that allows us to see which apps are making API calls, at what time of day, and to what extent.
<APIコール数に関する詳細なレポート>
APIにはレート制限があり、それを超えるとエラーが発生します。
今回はAPIコール数がレート制限を超えたため、エラーが発生していました。
APIコール数が少ない時間帯にアプリを起動したいのですが、現時点では時間帯のAPIコール数を確認する方法がありません。
どのアプリが、どの時間帯に、どの程度APIコールを行っているかを確認できるレポートを実装してください。
6
votes
Anonymous
shared this idea