cURL
curl --request GET \ --url http://localhost:8080/api/logs/dropped
{ "dropped_requests": 123 }
The total count of dropped requests.
Was this page helpful?