Skip to main content
GET
/
api
/
logs
/
dropped
Get the number of dropped requests
curl --request GET \
  --url http://localhost:8080/api/logs/dropped
{
  "dropped_requests": 123
}

Response

200 - application/json

The total count of dropped requests.

dropped_requests
integer