Skip to content

Commit

Permalink
Revert "Logfire Integration"
Browse files Browse the repository at this point in the history
  • Loading branch information
krrishdholakia committed May 15, 2024
1 parent c0d701a commit b04a8d8
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 431 deletions.
13 changes: 6 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
pip install langchain
pip install lunary==0.2.5
pip install "langfuse==2.27.1"
pip install "logfire==0.29.0"
pip install numpydoc
pip install traceloop-sdk==0.0.69
pip install openai
Expand Down Expand Up @@ -87,14 +86,15 @@ jobs:
exit 1
fi
cd ..

# Run pytest and generate JUnit XML report
- run:
name: Run tests
command: |
pwd
ls
python -m pytest -vv litellm/tests/ -x --junitxml=test-results/junit.xml --durations=5
python -m pytest -vv litellm/tests/ -x --junitxml=test-results/junit.xml --durations=5
no_output_timeout: 120m

# Store test results
Expand Down Expand Up @@ -170,7 +170,6 @@ jobs:
pip install "aioboto3==12.3.0"
pip install langchain
pip install "langfuse>=2.0.0"
pip install "logfire==0.29.0"
pip install numpydoc
pip install prisma
pip install fastapi
Expand Down Expand Up @@ -223,15 +222,15 @@ jobs:
name: Start outputting logs
command: docker logs -f my-app
background: true
- run:
- run:
name: Wait for app to be ready
command: dockerize -wait http://localhost:4000 -timeout 5m
- run:
name: Run tests
command: |
pwd
ls
python -m pytest -vv tests/ -x --junitxml=test-results/junit.xml --durations=5
python -m pytest -vv tests/ -x --junitxml=test-results/junit.xml --durations=5
no_output_timeout: 120m

# Store test results
Expand All @@ -253,7 +252,7 @@ jobs:
name: Copy model_prices_and_context_window File to model_prices_and_context_window_backup
command: |
cp model_prices_and_context_window.json litellm/model_prices_and_context_window_backup.json
- run:
name: Check if litellm dir was updated or if pyproject.toml was modified
command: |
Expand Down Expand Up @@ -338,4 +337,4 @@ workflows:
filters:
branches:
only:
- main
- main
60 changes: 0 additions & 60 deletions docs/my-website/docs/observability/logfire_integration.md

This file was deleted.

Binary file removed docs/my-website/img/logfire.png
Binary file not shown.
178 changes: 0 additions & 178 deletions litellm/integrations/logfire_logger.py

This file was deleted.

0 comments on commit b04a8d8

Please sign in to comment.