We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56152da commit 9aa9cacCopy full SHA for 9aa9cac
datadog_lambda/asm.py
@@ -126,8 +126,8 @@ def asm_start_request(
126
127
request_ip = _get_request_header_client_ip(request_headers, peer_ip, True)
128
if request_ip is not None:
129
- span.set_tag_str("http.client_ip", request_ip)
130
- span.set_tag_str("network.client.ip", request_ip)
+ span.set_tag("http.client_ip", request_ip)
+ span.set_tag("network.client.ip", request_ip)
131
132
# Encode the parsed query and append it to reconstruct the original raw URI expected by AppSec.
133
if parsed_query:
0 commit comments