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

Error when trying to create collector config in self-hosted environment #1413

Open
pedrosasso2 opened this issue Jan 10, 2025 · 0 comments
Open

Comments

@pedrosasso2
Copy link

Hello everyone!

I'm facing an issue when trying to set up evidently self-hosted, basically what I want to do is set the collector config using the api and get data data displayed on the ui, but when I try to create the config via API, evidently complains about not having a key in their LockStorage.

I'll share a sample project with my configurations:

The following zip contains:

  • Dockerfile for evidently ui
  • Dockerfile for evidently collector
  • Docker compose for running both of them together
  • Script used for creating config via API
  • requirements.txt to install dependencies

sample-project.zip

The steps for running the project is

  • docker compose up -d (wait for containers to go up)
  • uv venv --seed
  • uv pip install
  • uv pip install -r requirements.txt
  • uv run create-collector-config-api.py

Here's the docker logs that contain the error I'm facing
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant