-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Measure DNS lookup times for HTTP requests #1011
Comments
Thanks for reporting this and sorry for the confusion - the documentation was wrong, it seems like it hadn't been updated after the tracking of DNS lookup times was removed in k6 v0.13 by this commit. I don't know the full details about what prompted the removal of the metric, though #41 points to the possibility that it was also part of the
|
This response metric was still documented in the API. It said "currently unavailable", but nevertheless at least one user tried to use it anyway (that user was me). I've removed the documentation. If this issue is ever fixed, we can redocument it. |
I don't see the http_req_looking_up metric in the std output and if I try to create a Trend recording
myTrend.add(res.timings.looking_up);
I get a series of 0s in the output of that Trend.I'm using v0.24.0
The text was updated successfully, but these errors were encountered: