-
Notifications
You must be signed in to change notification settings - Fork 113
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
Should we record http.request.size
when in GET
or when it is 0?
#80
Comments
I think we should omit as it's just added noise this way |
@basvanbeek I can come up with a PR for this. |
jcchavezs
added a commit
that referenced
this issue
Sep 25, 2018
ghost
assigned jcchavezs
Sep 25, 2018
ghost
added
the
in progress
label
Sep 25, 2018
jcchavezs
added a commit
that referenced
this issue
Sep 27, 2018
fix(#80): removes http.request.size when request body is empty or missing
jcchavezs
added a commit
that referenced
this issue
Sep 27, 2018
jcchavezs
added a commit
that referenced
this issue
Sep 27, 2018
fix(#80): removes http.response.size when response body is empty.
ghost
removed
the
in progress
label
Sep 27, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Lately I saw many traces including the
http.request.size=0
in some server spans and I am thinking this is just adding buzz when it comes toGET
requests or when the value iszero
. What do you think?cc @adriancole @basvanbeek
The text was updated successfully, but these errors were encountered: