-
Notifications
You must be signed in to change notification settings - Fork 317
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
[BUG]: LLMObs agentLessEnabled does not mean no agent? #5208
Comments
Hi @tjk, thanks for opening this issue! The I do think what you're running into is unexpected, which I will put in a fix for. However, in the meantime, are you able to set tracer.init({
llmobs: {
mlApp: "...",
agentlessEnabled: true
},
}) and see if it resolves your issue? It should in this case send APM data through your agent and LLMObs data in an agentless fashion. |
I did set it to |
Thanks for confirming - do you still see the
message, or is there a different message in its place? |
No. I get the successfully sent span events messages in its place. |
Are there any other error/warning logs in general that get outputted? Additionally, is this only happening in your deployment environment, or are you able to repro this locally? If so, a small repro script would be helpful! Feel free to open a support ticket here and mention me by name w/ this GH issue linked if providing more details here isn't possible. It's likely that since data is making it out of the SDK client, but not showing up in DD LLM Observability, that we might need some DD account details to figure this one out. Thanks! |
Tracer Version(s)
5.35.0
Node.js Version(s)
22.13.1
Bug Report
Cannot send LLMObs events using our agent configuration.
https://github.com/DataDog/dd-trace-js/blob/master/packages/dd-trace/src/llmobs/writers/spans/agentProxy.js looks like it expects an HTTP proxy?
Maybe the naming is confusing?
agentLessEnabled
just means without agent PROXY? We run with the agent...Reproduction Code
We run our process with:
And then:
And get error below, what are we doing wrong? Is UDS agent not supported?
Error Logs
Tracer Config
No response
Operating System
Amazon Linux
Bundling
ESBuild
The text was updated successfully, but these errors were encountered: