Mikyo King
Mikyo King
> If I understand correctly, the user should be able to decide whether to run the container with Prometheus at runtime, e.g., > > ``` > docker run -it -e...
Bumping back in priority.
moving to the #2017 project
Note that since most of the API should be OpenAPI compliant - we should strive to auto-generate as much of the client as possible
Ideally this would track the same version as the server
Closing as not planned
> @axiomofjoy what kind of backends will you target? i see some code related to file backends, but why not sql databases (given the `.to_sql` for dataframes, and probably other/better...
> Hi, > > > > I've tried to setup this PR as it is now. Using sqlite and postgresql and could not get pass `sqlalchemy.exc.MissingGreenlet: greenlet_spawn has not been...
Hey @Townsheriff we use uvicorn under the hood and so we have support for `root_path` (https://fastapi.tiangolo.com/advanced/behind-a-proxy/) It can be set here: https://github.com/Arize-ai/phoenix/blob/main/src/phoenix/server/main.py#L244 Happy to support a ROOT_PATH param and PR...