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 9ce1076 commit 552923fCopy full SHA for 552923f
elastic_transport/_otel.py
@@ -94,7 +94,6 @@ def set_db_statement(self, serialized_body: bytes) -> None:
94
if self.body_strategy == "omit":
95
return
96
elif self.body_strategy == "raw" and self.endpoint_id in SEARCH_ENDPOINTS:
97
- print("set", serialized_body)
98
self.otel_span.set_attribute(
99
"db.statement", serialized_body.decode("utf-8")
100
)
0 commit comments