You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since http requests to NetBox use an http client with retries, the actual number of http requests can be bigger than the number of client.Do() invocations. This is relevant for
rate-limiting
metrics collection
Instead of on every httpClient.Do(), waiting (for rate-limiting) and incrementing total number of requests should happen in RequestLogHook.
The text was updated successfully, but these errors were encountered:
Since http requests to NetBox use an http client with retries, the actual number of http requests can be bigger than the number of
client.Do()
invocations. This is relevant forInstead of on every
httpClient.Do()
, waiting (for rate-limiting) and incrementing total number of requests should happen in RequestLogHook.The text was updated successfully, but these errors were encountered: