-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[MLOB-2380] Add LLM Observability Serverless Quickstart Guide #28118
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
Merged
dd-mergequeue
merged 24 commits into
master
from
sabrenner/llmobs-serverless-quickstart
May 21, 2025
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
278922f
add quickstart from reference
sabrenner 57ae6f6
wording fixes
sabrenner 9509bdd
nodejs tab
sabrenner 27217f9
fixes
sabrenner 25533fc
enhance quickstart guide steps
sabrenner 781bfe0
remove images in favor of direct steps
sabrenner 7b0b522
remove compatibility notes section
sabrenner f589f93
link to quickstart guide
sabrenner 4e3464d
add flush mention
sabrenner 6ad014d
Update content/en/llm_observability/quickstart.md
sabrenner c2dd6f5
Update content/en/llm_observability/quickstart.md
sabrenner 849d5ed
Update content/en/llm_observability/quickstart.md
sabrenner 289c1ea
add to guides section
sabrenner 0dcbbdf
Merge branch 'master' of github.com:DataDog/documentation into sabren…
sabrenner 4a4c41d
fix wording for new approach
sabrenner 969bddd
try formatting fix
sabrenner dba554d
Merge branch 'master' into sabrenner/llmobs-serverless-quickstart
sabrenner a11eec4
Update content/en/llm_observability/setup/sdk/python.md
sabrenner 489349d
Update content/en/llm_observability/setup/sdk/nodejs.md
sabrenner 12821a4
Update content/en/llm_observability/quickstart.md
sabrenner 4a2a4ef
try and add some newlines for tab formatting
sabrenner 44cddc4
try different newlining
sabrenner b34f215
newlines
sabrenner 9fc48d2
get rid of newlines entirely
sabrenner File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Because this tabbed section is nested inside a numbered list, the tabs are indented. I think it looks a bit odd, but perhaps it is intentional and desired? Take a look and tell me what you think. If you'd like the tabs to be left justified, I think adding some extra newlines will separate them from the numbered list.
To see what I mean about the indentation, go to the preview, search on the page for the string "77", and look at the tabs just below the search result.
Uh oh!
There was an error while loading. Please reload this page.
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.
ahh yes i see what you're saying! yeah let me try adding some newlines around it to see if it helps a bit. it is intentional to have a tab section here, although the misalignment wasn't intentional, but otherwise i don't think it's something we're too concerned about.
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.
i tried a bunch of newline configurations and couldn't quite get it to look right. any ideas for how to get the spacing a little better are appreciated 😄 we wanted the tabs here because of the different layer versions for the different language extensions. thanks!!
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.
I also played around with newlines. I was able to get the tab left justified, but it looked strange. I think the current configuration is the best. Thanks for being willing to experiment!