Skip to content
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

feat(projects): add support for the PHOENIX_PROJECT_NAME param #2515

Merged
merged 4 commits into from
Mar 9, 2024

Conversation

mikeldking
Copy link
Contributor

@mikeldking mikeldking commented Mar 9, 2024

resolves #2377

Adds the ability to set the project name via an environment variable so that all the instrumentation goes to one project across instrumentations and so that loading evals and dataframes just works out of the box.

Screenshot 2024-03-08 at 5 36 31 PM

@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Mar 9, 2024
src/phoenix/config.py Outdated Show resolved Hide resolved
src/phoenix/session/session.py Outdated Show resolved Hide resolved
@mikeldking mikeldking merged commit 6f24786 into main Mar 9, 2024
11 checks passed
@mikeldking mikeldking deleted the 2377-project-name branch March 9, 2024 03:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

support for environment variable for PHOENIX_PROJECT_NAME
2 participants