Skip to content

Commit 7819790

Browse files
committed
spelling: opentelemetry
Signed-off-by: Josh Soref <[email protected]>
1 parent e7a52c7 commit 7819790

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
503503
([#1879](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1879))
504504
- Add optional distro and configurator selection for auto-instrumentation
505505
([#1823](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1823))
506-
- `opentelemetry-instrumentation-django` - Add option to add Opentelemetry middleware at specific position in middleware chain
506+
- `opentelemetry-instrumentation-django` - Add option to add OpenTelemetry middleware at specific position in middleware chain
507507
([#2912]https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2912)
508508

509509
### Added
@@ -620,7 +620,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
620620
([#1575](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1575))
621621
- Fix SQLAlchemy uninstrumentation
622622
([#1581](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1581))
623-
- `opentelemetry-instrumentation-grpc` Fix code()/details() of \_OpentelemetryServicerContext.
623+
- `opentelemetry-instrumentation-grpc` Fix code()/details() of \_OpenTelemetryServicerContext.
624624
([#1578](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1578))
625625
- Fix aiopg instrumentation to work with aiopg < 2.0.0
626626
([#1473](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1473))
@@ -1109,7 +1109,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11091109
([#667](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/667))
11101110
- `opentelemetry-instrumentation-urllib3`, `opentelemetry-instrumentation-requests`
11111111
The `net.peer.ip` attribute is set to the IP of the connected HTTP server or proxy
1112-
using a new instrumentor in `opententelemetry-util-http`
1112+
using a new instrumentor in `opentelemetry-util-http`
11131113
([#661](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/661))
11141114
- `opentelemetry-instrumentation-pymongo` Add check for suppression key in PyMongo.
11151115
([#736](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/736))
@@ -1165,7 +1165,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11651165

11661166
- `opentelemetry-sdk-extension-aws` Add AWS resource detectors to extension package
11671167
([#586](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/586))
1168-
- `opentelemetry-instrumentation-asgi`, `opentelemetry-instrumentation-aiohttp-client`, `openetelemetry-instrumentation-fastapi`,
1168+
- `opentelemetry-instrumentation-asgi`, `opentelemetry-instrumentation-aiohttp-client`, `opentelemetry-instrumentation-fastapi`,
11691169
`opentelemetry-instrumentation-starlette`, `opentelemetry-instrumentation-urllib`, `opentelemetry-instrumentation-urllib3` Added `request_hook` and `response_hook` callbacks
11701170
([#576](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/576))
11711171
- `opentelemetry-instrumentation-pika` added RabbitMQ's pika module instrumentation.
@@ -1217,7 +1217,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12171217
([#566](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/566))
12181218
- Include Flask 2.0 as compatible with existing flask instrumentation
12191219
([#545](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/545))
1220-
- `openelemetry-sdk-extension-aws` Take a dependency on `opentelemetry-sdk`
1220+
- `opentelemetry-sdk-extension-aws` Take a dependency on `opentelemetry-sdk`
12211221
([#558](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/558))
12221222
- Change `opentelemetry-instrumentation-httpx` to replace `client` classes with instrumented versions.
12231223
([#577](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/577))

instrumentation/opentelemetry-instrumentation-pyramid/src/opentelemetry/instrumentation/pyramid/callbacks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def _before_traversal(event):
7474
enabled = request_environ.get(_ENVIRON_ENABLED_KEY)
7575
if enabled is None:
7676
_logger.warning(
77-
"Opentelemetry pyramid tween 'opentelemetry.instrumentation.pyramid.trace_tween_factory'"
77+
"OpenTelemetry pyramid tween 'opentelemetry.instrumentation.pyramid.trace_tween_factory'"
7878
"was not called. Make sure that the tween is included in 'pyramid.tweens' if"
7979
"the tween list was created manually"
8080
)

0 commit comments

Comments
 (0)