Skip to content

Commit

Permalink
fix lockfile: telemetry requests
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-v committed Jan 28, 2023
1 parent 630b76b commit 5c0bec2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 9 additions & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions snoop/data/tracing.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
from opentelemetry.instrumentation.psycopg2 import Psycopg2Instrumentor
from opentelemetry.instrumentation.logging import LoggingInstrumentor
from opentelemetry.instrumentation.requests import RequestsInstrumentor
from opentelemetry.instrumentation.elasticsearch import ElasticsearchInstrumentor
# commented out because of leaked socket warning, but it seems to be harmless as it uses same fd
# from opentelemetry.instrumentation.celery import CeleryInstrumentor

Expand All @@ -43,7 +42,6 @@ def init_tracing(_from):
Psycopg2Instrumentor().instrument(skip_dep_check=True)
DjangoInstrumentor().instrument()
RequestsInstrumentor().instrument()
ElasticsearchInstrumentor().instrument()
# CeleryInstrumentor().instrument()


Expand Down

0 comments on commit 5c0bec2

Please sign in to comment.