Skip to content

Commit 7bb29bd

Browse files
authored
Fix typos (open-telemetry#929)
1 parent ca5a4a1 commit 7bb29bd

File tree

38 files changed

+78
-77
lines changed
  • instrumentation
    • opentelemetry-instrumentation-aiohttp-client
    • opentelemetry-instrumentation-aiopg
    • opentelemetry-instrumentation-asgi
    • opentelemetry-instrumentation-asyncpg
    • opentelemetry-instrumentation-aws-lambda
    • 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-httpx
    • opentelemetry-instrumentation-jinja2
    • opentelemetry-instrumentation-kafka-python
    • opentelemetry-instrumentation-logging
    • opentelemetry-instrumentation-mysql
    • opentelemetry-instrumentation-pika
    • 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
  • templates

38 files changed

+78
-77
lines changed

Diff for: instrumentation/opentelemetry-instrumentation-aiohttp-client/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
config.read("setup.cfg")
2929

3030
# We provide extras_require parameter to setuptools.setup later which
31-
# overwrites the extra_require section from setup.cfg. To support extra_require
32-
# secion in setup.cfg, we load it here and merge it with the extra_require param.
31+
# overwrites the extras_require section from setup.cfg. To support extras_require
32+
# section in setup.cfg, we load it here and merge it with the extras_require param.
3333
extras_require = {}
3434
if "options.extras_require" in config:
3535
for key, value in config["options.extras_require"].items():

Diff for: instrumentation/opentelemetry-instrumentation-aiopg/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
config.read("setup.cfg")
2929

3030
# We provide extras_require parameter to setuptools.setup later which
31-
# overwrites the extra_require section from setup.cfg. To support extra_require
32-
# secion in setup.cfg, we load it here and merge it with the extra_require param.
31+
# overwrites the extras_require section from setup.cfg. To support extras_require
32+
# section in setup.cfg, we load it here and merge it with the extras_require param.
3333
extras_require = {}
3434
if "options.extras_require" in config:
3535
for key, value in config["options.extras_require"].items():

Diff for: instrumentation/opentelemetry-instrumentation-asgi/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
config.read("setup.cfg")
2929

3030
# We provide extras_require parameter to setuptools.setup later which
31-
# overwrites the extra_require section from setup.cfg. To support extra_require
32-
# secion in setup.cfg, we load it here and merge it with the extra_require param.
31+
# overwrites the extras_require section from setup.cfg. To support extras_require
32+
# section in setup.cfg, we load it here and merge it with the extras_require param.
3333
extras_require = {}
3434
if "options.extras_require" in config:
3535
for key, value in config["options.extras_require"].items():

Diff for: instrumentation/opentelemetry-instrumentation-asyncpg/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
config.read("setup.cfg")
2929

3030
# We provide extras_require parameter to setuptools.setup later which
31-
# overwrites the extra_require section from setup.cfg. To support extra_require
32-
# secion in setup.cfg, we load it here and merge it with the extra_require param.
31+
# overwrites the extras_require section from setup.cfg. To support extras_require
32+
# section in setup.cfg, we load it here and merge it with the extras_require param.
3333
extras_require = {}
3434
if "options.extras_require" in config:
3535
for key, value in config["options.extras_require"].items():

Diff for: instrumentation/opentelemetry-instrumentation-aws-lambda/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
config.read("setup.cfg")
2929

3030
# We provide extras_require parameter to setuptools.setup later which
31-
# overwrites the extra_require section from setup.cfg. To support extra_require
32-
# secion in setup.cfg, we load it here and merge it with the extra_require param.
31+
# overwrites the extras_require section from setup.cfg. To support extras_require
32+
# section in setup.cfg, we load it here and merge it with the extras_require param.
3333
extras_require = {}
3434
if "options.extras_require" in config:
3535
for key, value in config["options.extras_require"].items():

Diff for: instrumentation/opentelemetry-instrumentation-boto/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
config.read("setup.cfg")
2929

3030
# We provide extras_require parameter to setuptools.setup later which
31-
# overwrites the extra_require section from setup.cfg. To support extra_require
32-
# secion in setup.cfg, we load it here and merge it with the extra_require param.
31+
# overwrites the extras_require section from setup.cfg. To support extras_require
32+
# section in setup.cfg, we load it here and merge it with the extras_require param.
3333
extras_require = {}
3434
if "options.extras_require" in config:
3535
for key, value in config["options.extras_require"].items():

Diff for: instrumentation/opentelemetry-instrumentation-botocore/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
config.read("setup.cfg")
2929

3030
# We provide extras_require parameter to setuptools.setup later which
31-
# overwrites the extra_require section from setup.cfg. To support extra_require
32-
# secion in setup.cfg, we load it here and merge it with the extra_require param.
31+
# overwrites the extras_require section from setup.cfg. To support extras_require
32+
# section in setup.cfg, we load it here and merge it with the extras_require param.
3333
extras_require = {}
3434
if "options.extras_require" in config:
3535
for key, value in config["options.extras_require"].items():

Diff for: instrumentation/opentelemetry-instrumentation-celery/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
config.read("setup.cfg")
2929

3030
# We provide extras_require parameter to setuptools.setup later which
31-
# overwrites the extra_require section from setup.cfg. To support extra_require
32-
# secion in setup.cfg, we load it here and merge it with the extra_require param.
31+
# overwrites the extras_require section from setup.cfg. To support extras_require
32+
# section in setup.cfg, we load it here and merge it with the extras_require param.
3333
extras_require = {}
3434
if "options.extras_require" in config:
3535
for key, value in config["options.extras_require"].items():

Diff for: instrumentation/opentelemetry-instrumentation-dbapi/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
config.read("setup.cfg")
2929

3030
# We provide extras_require parameter to setuptools.setup later which
31-
# overwrites the extra_require section from setup.cfg. To support extra_require
32-
# secion in setup.cfg, we load it here and merge it with the extra_require param.
31+
# overwrites the extras_require section from setup.cfg. To support extras_require
32+
# section in setup.cfg, we load it here and merge it with the extras_require param.
3333
extras_require = {}
3434
if "options.extras_require" in config:
3535
for key, value in config["options.extras_require"].items():

Diff for: instrumentation/opentelemetry-instrumentation-django/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
config.read("setup.cfg")
2929

3030
# We provide extras_require parameter to setuptools.setup later which
31-
# overwrites the extra_require section from setup.cfg. To support extra_require
32-
# secion in setup.cfg, we load it here and merge it with the extra_require param.
31+
# overwrites the extras_require section from setup.cfg. To support extras_require
32+
# section in setup.cfg, we load it here and merge it with the extras_require param.
3333
extras_require = {}
3434
if "options.extras_require" in config:
3535
for key, value in config["options.extras_require"].items():

Diff for: instrumentation/opentelemetry-instrumentation-elasticsearch/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
config.read("setup.cfg")
2929

3030
# We provide extras_require parameter to setuptools.setup later which
31-
# overwrites the extra_require section from setup.cfg. To support extra_require
32-
# secion in setup.cfg, we load it here and merge it with the extra_require param.
31+
# overwrites the extras_require section from setup.cfg. To support extras_require
32+
# section in setup.cfg, we load it here and merge it with the extras_require param.
3333
extras_require = {}
3434
if "options.extras_require" in config:
3535
for key, value in config["options.extras_require"].items():

Diff for: instrumentation/opentelemetry-instrumentation-falcon/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
config.read("setup.cfg")
2929

3030
# We provide extras_require parameter to setuptools.setup later which
31-
# overwrites the extra_require section from setup.cfg. To support extra_require
32-
# secion in setup.cfg, we load it here and merge it with the extra_require param.
31+
# overwrites the extras_require section from setup.cfg. To support extras_require
32+
# section in setup.cfg, we load it here and merge it with the extras_require param.
3333
extras_require = {}
3434
if "options.extras_require" in config:
3535
for key, value in config["options.extras_require"].items():

Diff for: instrumentation/opentelemetry-instrumentation-fastapi/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
config.read("setup.cfg")
2929

3030
# We provide extras_require parameter to setuptools.setup later which
31-
# overwrites the extra_require section from setup.cfg. To support extra_require
32-
# secion in setup.cfg, we load it here and merge it with the extra_require param.
31+
# overwrites the extras_require section from setup.cfg. To support extras_require
32+
# section in setup.cfg, we load it here and merge it with the extras_require param.
3333
extras_require = {}
3434
if "options.extras_require" in config:
3535
for key, value in config["options.extras_require"].items():

Diff for: instrumentation/opentelemetry-instrumentation-flask/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
config.read("setup.cfg")
2929

3030
# We provide extras_require parameter to setuptools.setup later which
31-
# overwrites the extra_require section from setup.cfg. To support extra_require
32-
# secion in setup.cfg, we load it here and merge it with the extra_require param.
31+
# overwrites the extras_require section from setup.cfg. To support extras_require
32+
# section in setup.cfg, we load it here and merge it with the extras_require param.
3333
extras_require = {}
3434
if "options.extras_require" in config:
3535
for key, value in config["options.extras_require"].items():

Diff for: instrumentation/opentelemetry-instrumentation-grpc/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
config.read("setup.cfg")
2929

3030
# We provide extras_require parameter to setuptools.setup later which
31-
# overwrites the extra_require section from setup.cfg. To support extra_require
32-
# secion in setup.cfg, we load it here and merge it with the extra_require param.
31+
# overwrites the extras_require section from setup.cfg. To support extras_require
32+
# section in setup.cfg, we load it here and merge it with the extras_require param.
3333
extras_require = {}
3434
if "options.extras_require" in config:
3535
for key, value in config["options.extras_require"].items():

Diff for: instrumentation/opentelemetry-instrumentation-httpx/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
config.read("setup.cfg")
2929

3030
# We provide extras_require parameter to setuptools.setup later which
31-
# overwrites the extra_require section from setup.cfg. To support extra_require
32-
# secion in setup.cfg, we load it here and merge it with the extra_require param.
31+
# overwrites the extras_require section from setup.cfg. To support extras_require
32+
# section in setup.cfg, we load it here and merge it with the extras_require param.
3333
extras_require = {}
3434
if "options.extras_require" in config:
3535
for key, value in config["options.extras_require"].items():

Diff for: instrumentation/opentelemetry-instrumentation-jinja2/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
config.read("setup.cfg")
2929

3030
# We provide extras_require parameter to setuptools.setup later which
31-
# overwrites the extra_require section from setup.cfg. To support extra_require
32-
# secion in setup.cfg, we load it here and merge it with the extra_require param.
31+
# overwrites the extras_require section from setup.cfg. To support extras_require
32+
# section in setup.cfg, we load it here and merge it with the extras_require param.
3333
extras_require = {}
3434
if "options.extras_require" in config:
3535
for key, value in config["options.extras_require"].items():

Diff for: instrumentation/opentelemetry-instrumentation-kafka-python/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
config.read("setup.cfg")
2929

3030
# We provide extras_require parameter to setuptools.setup later which
31-
# overwrites the extra_require section from setup.cfg. To support extra_require
32-
# secion in setup.cfg, we load it here and merge it with the extra_require param.
31+
# overwrites the extras_require section from setup.cfg. To support extras_require
32+
# section in setup.cfg, we load it here and merge it with the extras_require param.
3333
extras_require = {}
3434
if "options.extras_require" in config:
3535
for key, value in config["options.extras_require"].items():

Diff for: instrumentation/opentelemetry-instrumentation-logging/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
config.read("setup.cfg")
2929

3030
# We provide extras_require parameter to setuptools.setup later which
31-
# overwrites the extra_require section from setup.cfg. To support extra_require
32-
# secion in setup.cfg, we load it here and merge it with the extra_require param.
31+
# overwrites the extras_require section from setup.cfg. To support extras_require
32+
# section in setup.cfg, we load it here and merge it with the extras_require param.
3333
extras_require = {}
3434
if "options.extras_require" in config:
3535
for key, value in config["options.extras_require"].items():

Diff for: instrumentation/opentelemetry-instrumentation-mysql/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
config.read("setup.cfg")
2929

3030
# We provide extras_require parameter to setuptools.setup later which
31-
# overwrites the extra_require section from setup.cfg. To support extra_require
32-
# secion in setup.cfg, we load it here and merge it with the extra_require param.
31+
# overwrites the extras_require section from setup.cfg. To support extras_require
32+
# section in setup.cfg, we load it here and merge it with the extras_require param.
3333
extras_require = {}
3434
if "options.extras_require" in config:
3535
for key, value in config["options.extras_require"].items():

Diff for: instrumentation/opentelemetry-instrumentation-pika/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
config.read("setup.cfg")
2929

3030
# We provide extras_require parameter to setuptools.setup later which
31-
# overwrites the extra_require section from setup.cfg. To support extra_require
32-
# secion in setup.cfg, we load it here and merge it with the extra_require param.
31+
# overwrites the extras_require section from setup.cfg. To support extras_require
32+
# section in setup.cfg, we load it here and merge it with the extras_require param.
3333
extras_require = {}
3434
if "options.extras_require" in config:
3535
for key, value in config["options.extras_require"].items():

Diff for: instrumentation/opentelemetry-instrumentation-psycopg2/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
config.read("setup.cfg")
2929

3030
# We provide extras_require parameter to setuptools.setup later which
31-
# overwrites the extra_require section from setup.cfg. To support extra_require
32-
# secion in setup.cfg, we load it here and merge it with the extra_require param.
31+
# overwrites the extras_require section from setup.cfg. To support extras_require
32+
# section in setup.cfg, we load it here and merge it with the extras_require param.
3333
extras_require = {}
3434
if "options.extras_require" in config:
3535
for key, value in config["options.extras_require"].items():

Diff for: instrumentation/opentelemetry-instrumentation-pymemcache/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
config.read("setup.cfg")
2929

3030
# We provide extras_require parameter to setuptools.setup later which
31-
# overwrites the extra_require section from setup.cfg. To support extra_require
32-
# secion in setup.cfg, we load it here and merge it with the extra_require param.
31+
# overwrites the extras_require section from setup.cfg. To support extras_require
32+
# section in setup.cfg, we load it here and merge it with the extras_require param.
3333
extras_require = {}
3434
if "options.extras_require" in config:
3535
for key, value in config["options.extras_require"].items():

Diff for: instrumentation/opentelemetry-instrumentation-pymongo/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
config.read("setup.cfg")
2929

3030
# We provide extras_require parameter to setuptools.setup later which
31-
# overwrites the extra_require section from setup.cfg. To support extra_require
32-
# secion in setup.cfg, we load it here and merge it with the extra_require param.
31+
# overwrites the extras_require section from setup.cfg. To support extras_require
32+
# section in setup.cfg, we load it here and merge it with the extras_require param.
3333
extras_require = {}
3434
if "options.extras_require" in config:
3535
for key, value in config["options.extras_require"].items():

Diff for: instrumentation/opentelemetry-instrumentation-pymysql/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
config.read("setup.cfg")
2929

3030
# We provide extras_require parameter to setuptools.setup later which
31-
# overwrites the extra_require section from setup.cfg. To support extra_require
32-
# secion in setup.cfg, we load it here and merge it with the extra_require param.
31+
# overwrites the extras_require section from setup.cfg. To support extras_require
32+
# section in setup.cfg, we load it here and merge it with the extras_require param.
3333
extras_require = {}
3434
if "options.extras_require" in config:
3535
for key, value in config["options.extras_require"].items():

Diff for: instrumentation/opentelemetry-instrumentation-pyramid/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
config.read("setup.cfg")
2929

3030
# We provide extras_require parameter to setuptools.setup later which
31-
# overwrites the extra_require section from setup.cfg. To support extra_require
32-
# secion in setup.cfg, we load it here and merge it with the extra_require param.
31+
# overwrites the extras_require section from setup.cfg. To support extras_require
32+
# section in setup.cfg, we load it here and merge it with the extras_require param.
3333
extras_require = {}
3434
if "options.extras_require" in config:
3535
for key, value in config["options.extras_require"].items():

Diff for: instrumentation/opentelemetry-instrumentation-redis/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
config.read("setup.cfg")
2929

3030
# We provide extras_require parameter to setuptools.setup later which
31-
# overwrites the extra_require section from setup.cfg. To support extra_require
32-
# secion in setup.cfg, we load it here and merge it with the extra_require param.
31+
# overwrites the extras_require section from setup.cfg. To support extras_require
32+
# section in setup.cfg, we load it here and merge it with the extras_require param.
3333
extras_require = {}
3434
if "options.extras_require" in config:
3535
for key, value in config["options.extras_require"].items():

Diff for: instrumentation/opentelemetry-instrumentation-requests/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
config.read("setup.cfg")
2929

3030
# We provide extras_require parameter to setuptools.setup later which
31-
# overwrites the extra_require section from setup.cfg. To support extra_require
32-
# secion in setup.cfg, we load it here and merge it with the extra_require param.
31+
# overwrites the extras_require section from setup.cfg. To support extras_require
32+
# section in setup.cfg, we load it here and merge it with the extras_require param.
3333
extras_require = {}
3434
if "options.extras_require" in config:
3535
for key, value in config["options.extras_require"].items():

Diff for: instrumentation/opentelemetry-instrumentation-sklearn/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
config.read("setup.cfg")
2929

3030
# We provide extras_require parameter to setuptools.setup later which
31-
# overwrites the extra_require section from setup.cfg. To support extra_require
32-
# secion in setup.cfg, we load it here and merge it with the extra_require param.
31+
# overwrites the extras_require section from setup.cfg. To support extras_require
32+
# section in setup.cfg, we load it here and merge it with the extras_require param.
3333
extras_require = {}
3434
if "options.extras_require" in config:
3535
for key, value in config["options.extras_require"].items():

Diff for: instrumentation/opentelemetry-instrumentation-sqlalchemy/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
config.read("setup.cfg")
2929

3030
# We provide extras_require parameter to setuptools.setup later which
31-
# overwrites the extra_require section from setup.cfg. To support extra_require
32-
# secion in setup.cfg, we load it here and merge it with the extra_require param.
31+
# overwrites the extras_require section from setup.cfg. To support extras_require
32+
# section in setup.cfg, we load it here and merge it with the extras_require param.
3333
extras_require = {}
3434
if "options.extras_require" in config:
3535
for key, value in config["options.extras_require"].items():

Diff for: instrumentation/opentelemetry-instrumentation-sqlite3/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
config.read("setup.cfg")
2929

3030
# We provide extras_require parameter to setuptools.setup later which
31-
# overwrites the extra_require section from setup.cfg. To support extra_require
32-
# secion in setup.cfg, we load it here and merge it with the extra_require param.
31+
# overwrites the extras_require section from setup.cfg. To support extras_require
32+
# section in setup.cfg, we load it here and merge it with the extras_require param.
3333
extras_require = {}
3434
if "options.extras_require" in config:
3535
for key, value in config["options.extras_require"].items():

Diff for: instrumentation/opentelemetry-instrumentation-starlette/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
config.read("setup.cfg")
2929

3030
# We provide extras_require parameter to setuptools.setup later which
31-
# overwrites the extra_require section from setup.cfg. To support extra_require
32-
# secion in setup.cfg, we load it here and merge it with the extra_require param.
31+
# overwrites the extras_require section from setup.cfg. To support extras_require
32+
# section in setup.cfg, we load it here and merge it with the extras_require param.
3333
extras_require = {}
3434
if "options.extras_require" in config:
3535
for key, value in config["options.extras_require"].items():

Diff for: instrumentation/opentelemetry-instrumentation-tornado/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
config.read("setup.cfg")
2929

3030
# We provide extras_require parameter to setuptools.setup later which
31-
# overwrites the extra_require section from setup.cfg. To support extra_require
32-
# secion in setup.cfg, we load it here and merge it with the extra_require param.
31+
# overwrites the extras_require section from setup.cfg. To support extras_require
32+
# section in setup.cfg, we load it here and merge it with the extras_require param.
3333
extras_require = {}
3434
if "options.extras_require" in config:
3535
for key, value in config["options.extras_require"].items():

Diff for: instrumentation/opentelemetry-instrumentation-tornado/src/opentelemetry/instrumentation/tornado/__init__.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,13 @@ def get(self):
4545
4646
::
4747
48-
export OTEL_PYTHON_TORNADO_EXLUDED_URLS='/healthz,/ping'
48+
export OTEL_PYTHON_TORNADO_EXCLUDED_URLS='/healthz,/ping'
4949
5050
Then any requests made to ``/healthz`` and ``/ping`` will not be automatically traced.
5151
5252
Request attributes
53-
********************
53+
******************
54+
5455
To extract certain attributes from Tornado's request object and use them as span attributes, set the environment variable ``OTEL_PYTHON_TORNADO_TRACED_REQUEST_ATTRS`` to a comma
5556
delimited list of request attribute names.
5657

Diff for: instrumentation/opentelemetry-instrumentation-urllib/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
config.read("setup.cfg")
2929

3030
# We provide extras_require parameter to setuptools.setup later which
31-
# overwrites the extra_require section from setup.cfg. To support extra_require
32-
# secion in setup.cfg, we load it here and merge it with the extra_require param.
31+
# overwrites the extras_require section from setup.cfg. To support extras_require
32+
# section in setup.cfg, we load it here and merge it with the extras_require param.
3333
extras_require = {}
3434
if "options.extras_require" in config:
3535
for key, value in config["options.extras_require"].items():

0 commit comments

Comments
 (0)