File tree 32 files changed +40
-2
lines changed
opentelemetry-instrumentation-aiohttp-client
opentelemetry-instrumentation-aiopg
opentelemetry-instrumentation-asgi
opentelemetry-instrumentation-asyncpg
opentelemetry-instrumentation-boto
opentelemetry-instrumentation-botocore
opentelemetry-instrumentation-celery
opentelemetry-instrumentation-dbapi
opentelemetry-instrumentation-django
opentelemetry-instrumentation-elasticsearch
opentelemetry-instrumentation-falcon
opentelemetry-instrumentation-fastapi
opentelemetry-instrumentation-flask
opentelemetry-instrumentation-grpc
opentelemetry-instrumentation-jinja2
opentelemetry-instrumentation-logging
opentelemetry-instrumentation-mysql
opentelemetry-instrumentation-psycopg2
opentelemetry-instrumentation-pymemcache
opentelemetry-instrumentation-pymongo
opentelemetry-instrumentation-pymysql
opentelemetry-instrumentation-pyramid
opentelemetry-instrumentation-redis
opentelemetry-instrumentation-requests
opentelemetry-instrumentation-sklearn
opentelemetry-instrumentation-sqlalchemy
opentelemetry-instrumentation-sqlite3
opentelemetry-instrumentation-starlette
opentelemetry-instrumentation-tornado
opentelemetry-instrumentation-urllib
opentelemetry-instrumentation-urllib3
opentelemetry-instrumentation-wsgi
32 files changed +40
-2
lines changed Original file line number Diff line number Diff line change @@ -60,3 +60,4 @@ References
60
60
61
61
* `OpenTelemetry Project <https://opentelemetry.io/ >`_
62
62
* `aiohttp client Tracing <https://docs.aiohttp.org/en/stable/tracing_reference.html >`_
63
+ * `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples >`_
Original file line number Diff line number Diff line change @@ -19,3 +19,4 @@ References
19
19
20
20
* `OpenTelemetry aiopg Instrumentation <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/aiopg/aiopg.html >`_
21
21
* `OpenTelemetry Project <https://opentelemetry.io/ >`_
22
+ * `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples >`_
Original file line number Diff line number Diff line change @@ -69,3 +69,4 @@ References
69
69
----------
70
70
71
71
* `OpenTelemetry Project <https://opentelemetry.io/ >`_
72
+ * `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples >`_
Original file line number Diff line number Diff line change @@ -21,3 +21,4 @@ References
21
21
22
22
* `OpenTelemetry asyncpg Instrumentation <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/asyncpg/asyncpg.html >`_
23
23
* `OpenTelemetry Project <https://opentelemetry.io/ >`_
24
+ * `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples >`_
Original file line number Diff line number Diff line change @@ -21,3 +21,4 @@ References
21
21
22
22
* `OpenTelemetry Boto Tracing <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/boto/boto.html >`_
23
23
* `OpenTelemetry Project <https://opentelemetry.io/ >`_
24
+ * `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples >`_
Original file line number Diff line number Diff line change @@ -21,3 +21,4 @@ References
21
21
22
22
* `OpenTelemetry Botocore Tracing <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/botocore/botocore.html >`_
23
23
* `OpenTelemetry Project <https://opentelemetry.io/ >`_
24
+ * `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples >`_
Original file line number Diff line number Diff line change @@ -65,4 +65,5 @@ References
65
65
----------
66
66
* `OpenTelemetry Celery Instrumentation <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/celery/celery.html >`_
67
67
* `OpenTelemetry Project <https://opentelemetry.io/ >`_
68
+ * `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples >`_
68
69
Original file line number Diff line number Diff line change @@ -19,3 +19,4 @@ References
19
19
20
20
* `OpenTelemetry Database API Instrumentation <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/dbapi/dbapi.html >`_
21
21
* `OpenTelemetry Project <https://opentelemetry.io/ >`_
22
+ * `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples >`_
Original file line number Diff line number Diff line change @@ -67,3 +67,4 @@ References
67
67
* `Django <https://www.djangoproject.com/ >`_
68
68
* `OpenTelemetry Instrumentation for Django <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/django/django.html >`_
69
69
* `OpenTelemetry Project <https://opentelemetry.io/ >`_
70
+ * `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples >`_
Original file line number Diff line number Diff line change @@ -21,3 +21,4 @@ References
21
21
22
22
* `OpenTelemetry elasticsearch Integration <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/elasticsearch/elasticsearch.html >`_
23
23
* `OpenTelemetry Project <https://opentelemetry.io/ >`_
24
+ * `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples >`_
Original file line number Diff line number Diff line change @@ -51,3 +51,4 @@ References
51
51
52
52
* `OpenTelemetry Falcon Instrumentation <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/falcon/falcon.html >`_
53
53
* `OpenTelemetry Project <https://opentelemetry.io/ >`_
54
+ * `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples >`_
Original file line number Diff line number Diff line change 55
55
References
56
56
----------
57
57
58
- * `OpenTelemetry Project <https://opentelemetry.io/ >`_
58
+ * `OpenTelemetry Project <https://opentelemetry.io/ >`_
59
+ * `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples >`_
Original file line number Diff line number Diff line change @@ -36,3 +36,4 @@ References
36
36
37
37
* `OpenTelemetry Flask Instrumentation <https://opentelemetry-python-contrib.readthedocs.io/en/stable/instrumentation/flask/flask.html >`_
38
38
* `OpenTelemetry Project <https://opentelemetry.io/ >`_
39
+ * `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples >`_
Original file line number Diff line number Diff line change @@ -16,3 +16,10 @@ Installation
16
16
::
17
17
18
18
pip install opentelemetry-instrumentation-grpc
19
+
20
+
21
+ References
22
+ ----------
23
+
24
+ * `OpenTelemetry Project <https://opentelemetry.io/ >`_
25
+ * `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples >`_
Original file line number Diff line number Diff line change @@ -19,3 +19,4 @@ References
19
19
20
20
* `OpenTelemetry jinja2 integration <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/jinja2/jinja2.html >`_
21
21
* `OpenTelemetry Project <https://opentelemetry.io/ >`_
22
+ * `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples >`_
Original file line number Diff line number Diff line change @@ -19,3 +19,4 @@ References
19
19
20
20
* `OpenTelemetry logging integration <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/logging/logging.html >`_
21
21
* `OpenTelemetry Project <https://opentelemetry.io/ >`_
22
+ * `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples >`_
Original file line number Diff line number Diff line change @@ -22,4 +22,5 @@ References
22
22
----------
23
23
* `OpenTelemetry MySQL Instrumentation <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/mysql/mysql.html >`_
24
24
* `OpenTelemetry Project <https://opentelemetry.io/ >`_
25
+ * `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples >`_
25
26
Original file line number Diff line number Diff line change @@ -18,3 +18,4 @@ References
18
18
----------
19
19
* `OpenTelemetry Psycopg Instrumentation <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/psycopg2/psycopg2.html >`_
20
20
* `OpenTelemetry Project <https://opentelemetry.io/ >`_
21
+ * `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples >`_
Original file line number Diff line number Diff line change @@ -18,3 +18,4 @@ References
18
18
----------
19
19
* `OpenTelemetry Pymemcache Instrumentation <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/pymemcache/pymemcache.html >`_
20
20
* `OpenTelemetry Project <https://opentelemetry.io/ >`_
21
+ * `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples >`_
Original file line number Diff line number Diff line change @@ -18,4 +18,5 @@ References
18
18
----------
19
19
* `OpenTelemetry pymongo Instrumentation <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/pymongo/pymongo.html >`_
20
20
* `OpenTelemetry Project <https://opentelemetry.io/ >`_
21
+ * `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples >`_
21
22
Original file line number Diff line number Diff line change @@ -18,3 +18,4 @@ References
18
18
----------
19
19
* `OpenTelemetry PyMySQL Instrumentation <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/pymysql/pymysql.html >`_
20
20
* `OpenTelemetry Project <https://opentelemetry.io/ >`_
21
+ * `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples >`_
Original file line number Diff line number Diff line change @@ -29,4 +29,5 @@ References
29
29
----------
30
30
* `OpenTelemetry Pyramid Instrumentation <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/pyramid/pyramid.html >`_
31
31
* `OpenTelemetry Project <https://opentelemetry.io/ >`_
32
+ * `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples >`_
32
33
Original file line number Diff line number Diff line change @@ -21,3 +21,4 @@ References
21
21
22
22
* `OpenTelemetry Redis Instrumentation <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/opentelemetry-instrumentation-redis/opentelemetry-instrumentation-redis.html >`_
23
23
* `OpenTelemetry Project <https://opentelemetry.io/ >`_
24
+ * `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples >`_
Original file line number Diff line number Diff line change @@ -21,3 +21,4 @@ References
21
21
22
22
* `OpenTelemetry requests Instrumentation <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/requests/requests.html >`_
23
23
* `OpenTelemetry Project <https://opentelemetry.io/ >`_
24
+ * `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples >`_
Original file line number Diff line number Diff line change @@ -21,3 +21,4 @@ References
21
21
22
22
* `OpenTelemetry sklearn Instrumentation <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/sklearn/sklearn.html >`_
23
23
* `OpenTelemetry Project <https://opentelemetry.io/ >`_
24
+ * `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples >`_
Original file line number Diff line number Diff line change @@ -21,4 +21,5 @@ References
21
21
22
22
* `SQLAlchemy Project <https://www.sqlalchemy.org/ >`_
23
23
* `OpenTelemetry SQLAlchemy Tracing <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/sqlalchemy/sqlalchemy.html >`_
24
- * `OpenTelemetry Project <https://opentelemetry.io/ >`_
24
+ * `OpenTelemetry Project <https://opentelemetry.io/ >`_
25
+ * `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples >`_
Original file line number Diff line number Diff line change @@ -18,4 +18,5 @@ References
18
18
----------
19
19
* `OpenTelemetry SQLite3 Instrumentation <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/sqlite3/sqlite3.html >`_
20
20
* `OpenTelemetry Project <https://opentelemetry.io/ >`_
21
+ * `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples >`_
21
22
Original file line number Diff line number Diff line change @@ -58,3 +58,4 @@ References
58
58
----------
59
59
60
60
* `OpenTelemetry Project <https://opentelemetry.io/ >`_
61
+ * `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples >`_
Original file line number Diff line number Diff line change @@ -49,3 +49,4 @@ References
49
49
50
50
* `OpenTelemetry Tornado Instrumentation <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/tornado/tornado.html >`_
51
51
* `OpenTelemetry Project <https://opentelemetry.io/ >`_
52
+ * `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples >`_
Original file line number Diff line number Diff line change @@ -21,3 +21,4 @@ References
21
21
22
22
* `OpenTelemetry urllib Instrumentation <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/urllib/urllib.html >`_
23
23
* `OpenTelemetry Project <https://opentelemetry.io/ >`_
24
+ * `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples >`_
Original file line number Diff line number Diff line change @@ -21,3 +21,4 @@ References
21
21
22
22
* `OpenTelemetry urllib3 Instrumentation <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/urllib3/urllib3.html >`_
23
23
* `OpenTelemetry Project <https://opentelemetry.io/ >`_
24
+ * `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples >`_
Original file line number Diff line number Diff line change @@ -24,3 +24,4 @@ References
24
24
* `OpenTelemetry WSGI Middleware <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/wsgi/wsgi.html >`_
25
25
* `OpenTelemetry Project <https://opentelemetry.io/ >`_
26
26
* `WSGI <https://www.python.org/dev/peps/pep-3333 >`_
27
+ * `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples >`_
You can’t perform that action at this time.
0 commit comments