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
Other endpoints on the dashboard have the number of requests as a memory item that increments for every request as long as the API is active. This may require the controller to have a shared count variable that is incremented by all controllers and endpoints on request. This can be accomplished as a middleware item that is added to request. We want the request count variable to be readable in the /health endpoint.
Description
Other endpoints on the dashboard have the number of requests as a memory item that increments for every request as long as the API is active. This may require the controller to have a shared count variable that is incremented by all controllers and endpoints on request. This can be accomplished as a middleware item that is added to request. We want the request count variable to be readable in the /health endpoint.
Example - New Response Shape
See above for
requests
added to themeta
objectTasks
/health
endpoint responseThe text was updated successfully, but these errors were encountered: