-
Notifications
You must be signed in to change notification settings - Fork 9
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
config_consistency: test ClientIPHeader #3045
Conversation
6f59042
to
29901e2
Compare
a1ceb0c
to
05ab289
Compare
05ab289
to
cf028ed
Compare
81a740d
to
f3abf75
Compare
f3abf75
to
bba8ac0
Compare
@@ -178,33 +178,46 @@ def test_query_string_redaction(self): | |||
assert _get_span_by_tags(trace, expected_tags), f"Span with tags {expected_tags} not found in {trace}" | |||
|
|||
|
|||
def _get_span(spans, resource_name, tags): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@zacharycmontoya I replaced _get_span
with _get_span_by_tags
. I found that this approach works best with most libraries. Resource names are not set in a consistent way across client libraries. This is something we can work with IDM to address.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a small typo.
5561255
to
92331ea
Compare
CI failures are unreleated (ex: due to mysql issues) |
Description
DD_TRACE_CLIENT_IP_HEADER
configuration is supported across client librariesWorkflow
codeowners
file quickly.🚀 Once your PR is reviewed, you can merge it!
🛟 #apm-shared-testing 🛟
Reviewer checklist
[<language>]
, double-check that only<language>
is impacted by the changebuild-XXX-image
label is present