Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/examples/auto-instrumentation/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ Auto-instrumentation
====================

To learn about automatic instrumentation and how to run the example in this
Comment thread
Jinsssss333 marked this conversation as resolved.
directory, see `Automatic Instrumentation`_.
:scm_web:`directory <docs/examples/auto-instrumentation/>`, see `Automatic Instrumentation`_.

.. _Automatic Instrumentation: https://opentelemetry.io/docs/instrumentation/python/automatic/example
2 changes: 2 additions & 0 deletions docs/examples/error_handler/error_handler_0/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ Error Handler 0
===============

This is just an error handler for this example.

The source files are available :scm_web:`here <docs/examples/error_handler/error_handler_0/>`.
2 changes: 2 additions & 0 deletions docs/examples/error_handler/error_handler_1/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ Error Handler 1
===============

This is just an error handler for this example.

The source files are available :scm_web:`here <docs/examples/error_handler/error_handler_1/>`.
5 changes: 5 additions & 0 deletions docs/examples/fork-process-model/flask-gunicorn/README.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Flask + Gunicorn Example
========================

The source files of this example are available :scm_web:`here <docs/examples/fork-process-model/flask-gunicorn/>`.

Installation
------------
.. code-block:: sh
Expand Down
5 changes: 5 additions & 0 deletions docs/examples/fork-process-model/flask-uwsgi/README.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Flask + uWSGI Example
=====================

The source files of this example are available :scm_web:`here <docs/examples/fork-process-model/flask-uwsgi/>`.

Installation
------------
.. code-block:: sh
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/sqlcommenter/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ For more information on sqlcommenter concepts, see:
* `Semantic Conventions - Database Spans <https://github.com/open-telemetry/semantic-conventions/blob/main/docs/db/database-spans.md#sql-commenter>`_
* `sqlcommenter <https://google.github.io/sqlcommenter/>`_

The source files of this example are available `here <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples/sqlcommenter/>`_.
The source files of this example are available :scm_web:`here <docs/examples/sqlcommenter/>`.
This example uses Docker to manage a database server and OpenTelemetry collector.

Run MySQL server
Expand Down