-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[MLOB-2058] Add Node.js Quickstart Sections for LLM Observability #27211
base: master
Are you sure you want to change the base?
Conversation
Preview links (active after the
|
```shell | ||
DD_LLMOBS_ENABLED=1 DD_LLMOBS_ML_APP=onboarding-quickstart \ | ||
DD_API_KEY=<YOUR_DATADOG_API_KEY> DD_SITE={{< region-param key="dd_site" >}} \ | ||
DD_LLMOBS_AGENTLESS_ENABLED=1 ddtrace-run python quickstart.py | ||
``` |
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.
this now seems to render the DD_SITE
portion as:
DD_SITE=<span class="js-region-param region-param" data-region-param="dd_site"></span>
without any changes to the actual block, similar for the Node.js tab. Do these region shortcodes not work inside of tab shortcodes?
|
||
3. Run the script with the following shell command. This sends a trace of the OpenAI call to Datadog. | ||
|
||
{{< tabs >}} |
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.
adding tabs here seems to make the page jump when clicking between tabs, but just for this section.
Added DOCS-9911 to review |
What does this PR do? What is the motivation?
Adds Node.js code blocks for the LLM Observability Quickstart guide.
Merge instructions
Merge readiness:
Merge queue is enabled in this repo. To have it automatically merged after it receives the required reviews, create the PR (from a branch that follows the
<yourname>/description
naming convention) and then add the following PR comment:Additional notes