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 246057b commit 8cbe231Copy full SHA for 8cbe231
ddtrace/llmobs/_writer.py
@@ -156,7 +156,6 @@ def __init__(
156
self._intake: str = self._override_url or (
157
f"{self.AGENTLESS_BASE_URL}.{self._site}" if is_agentless else agent_config.trace_agent_url
158
)
159
-
160
self._endpoint: str = self.ENDPOINT if is_agentless else f"{EVP_PROXY_AGENT_BASE_PATH}{self.ENDPOINT}"
161
override_url_parsed = urlparse(self._override_url)
162
if self._override_url and override_url_parsed.scheme != "unix" and override_url_parsed.path not in ("/", ""):
0 commit comments