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
It would be nice if http_response could return values in case of timeout.
For instance, timeout value (or predefined value) for response_time and a predefined code (0 for instance) for http_response_code
We should probably come up with a standard behavior for all plugins which measure response times of something, and end up timing out. We have a similar issues over at #2548 for dns_query and #1654 for the ping plugin.
It would be nice if http_response could return values in case of timeout.
For instance, timeout value (or predefined value) for response_time and a predefined code (0 for instance) for http_response_code
Instead of having:
Do something like:
The timeouts will then clearly appear in graphs
The text was updated successfully, but these errors were encountered: