We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d82b0a commit 2a952b3Copy full SHA for 2a952b3
docs/examples/django/README.rst
@@ -56,7 +56,7 @@ Open up a new console and activate the previous virtual environment there too:
56
57
``source django_auto_instrumentation/bin/activate``
58
59
-Go to ``opentelemetry-python/ext/opentelemetry-ext-django/example``, once there
+Go to ``opentelemetry-python/docs/examples/django``, once there
60
run the client with:
61
62
``python client.py hello``
docs/examples/django/pages/views.py
@@ -21,7 +21,6 @@
21
)
22
23
trace.set_tracer_provider(TracerProvider())
24
-tracer = trace.get_tracer_provider().get_tracer(__name__)
25
26
trace.get_tracer_provider().add_span_processor(
27
SimpleExportSpanProcessor(ConsoleSpanExporter())
0 commit comments