docs(galileo): document GALILEO_API_KEY and GALILEO_LOG_STREAM_ID#218
Merged
Conversation
Adds hosted Galileo Cloud env vars to config_settings and updates the Galileo logging quick start for API key vs enterprise Observe auth. Co-authored-by: Cursor <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
1 task
mateo-berri
approved these changes
May 26, 2026
mateo-berri
left a comment
Collaborator
There was a problem hiding this comment.
Approve to unblock BerriAI/litellm#28771 CI (test_env_keys.py / documentation / code-quality).
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
GALILEO_API_KEYandGALILEO_LOG_STREAM_IDinconfig_settings.md(fixes litellmtest_env_keys.pyCI)Related
Test plan
python ./tests/documentation_tests/test_env_keys.pypasses when docs are checked out todocs/my-websiteMade with Cursor
Note
Low Risk
Documentation-only changes with no runtime, auth, or data-path impact.
Overview
Documents Galileo Cloud vs enterprise Observe setup so proxy users can configure the
galileosuccess callback correctly.config_settings.mdaddsGALILEO_API_KEYandGALILEO_LOG_STREAM_ID, and clarifiesGALILEO_BASE_URL,GALILEO_USERNAME, andGALILEO_PASSWORD(Cloud API key + v2 spans vs enterprise username/password). This aligns the env reference with code sotest_env_keys.pyCI can pass.logging.mdsplits required env vars into two paths (hosted Cloud with optional log stream andhttps://api.galileo.ai, vs self-hosted Observe), and adds aenvironment_variablesblock in the Galileo quick-startconfig.yamlexample.Reviewed by Cursor Bugbot for commit 7edea38. Bugbot is set up for automated code reviews on this repo. Configure here.