-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[llmobs] Make quickstart actually quick #30472
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
base: master
Are you sure you want to change the base?
Conversation
✅ Documentation Team ReviewThe documentation team has approved this pull request. Thank you for your contribution! |
Preview links (active after the
|
Editorial review card: DOCS-11508 |
I just made some mild formatting/grammar edits, no content changes. Let me know when this is ready to merge. |
I like we have simplified the instructions a lot with this update. Can we add a simple LLM call, say to OpenAI asking "what's the weather in NYC, today?", as an example request people can use to trace? I think it is small and easy enough for people to try who may not yet have an application handy at the moment, but would still like to kick the tires |
@shris-github i think we should offer a different path for people looking to explore the product - like a live vscode env + temp demo org setup - rather than try to solve it with the "get started quickly in my app" purpose this doc has. Else customers will be confused why they need to install OpenAI to use LLMObs |
@@ -63,7 +65,9 @@ LLM Observability requires a Datadog API key if you don't have an Agent running. | |||
{{% /tab %}} | |||
{{< /tabs >}} | |||
|
|||
3. Make requests to your application triggering LLM calls and then view traces in the **Traces** tab [of the **LLM Observability** page][3] in Datadog. If you don't see any traces, make sure you are using a supported library else you may need to instrument your application's LLM calls manually. | |||
### View traces |
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.
👍 nice - i like this change!
What does this PR do? What is the motivation?
The quickstart guide was not quick at all.
Merge instructions
Merge readiness:
For Datadog employees:
Your branch name MUST follow the
<name>/<description>
convention and include the forward slash (/
). Without this format, your pull request will not pass CI, the GitLab pipeline will not run, and you won't get a branch preview. Getting a branch preview makes it easier for us to check any issues with your PR, such as broken links.If your branch doesn't follow this format, rename it or create a new branch and PR.
[6/5/2025] Merge queue has been disabled on the documentation repo. If you have write access to the repo, the PR has been reviewed by a Documentation team member, and all of the required checks have passed, you can use the Squash and Merge button to merge the PR. If you don't have write access, or you need help, reach out in the #documentation channel in Slack.
Additional notes