-
Notifications
You must be signed in to change notification settings - Fork 171
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
Allow httpServer instrumentation host to be overridden #236
Comments
rcoedo
pushed a commit
to rcoedo/zipkin-js
that referenced
this issue
Jul 10, 2018
rcoedo
pushed a commit
to rcoedo/zipkin-js
that referenced
this issue
Jul 10, 2018
rcoedo
pushed a commit
to rcoedo/zipkin-js
that referenced
this issue
Jul 10, 2018
rcoedo
pushed a commit
to rcoedo/zipkin-js
that referenced
this issue
Jul 10, 2018
jcchavezs
added a commit
that referenced
this issue
Jul 10, 2018
Allow host to be overridden in httpServer instrumentation (#236)
Closed by #237 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the httpServer instrumentation implementation is querying the OS to find the host's ip address on every request. This can lead to a performance problem when the server is under heavy load.
Allowing the host to be overridden is a simple fix for this problem and it wouldn't break the API.
The text was updated successfully, but these errors were encountered: