Skip to content

Commit 36e060e

Browse files
committed
fix redis doc
doc string rendered at https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/redis/redis.html refers to `opentelemetry-instrumentation` executable which appears to be a typo
1 parent a679754 commit 36e060e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
([#1706](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1706))
1515
- `opentelemetry-instrumentation-pymemcache` Update instrumentation to support pymemcache >4
1616
([#1764](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1764))
17+
- `opentelemetry-instrumentation-redis` Fix documentation reference to `opentelemetry-instrumentation`
18+
([#1808](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1808))
1719

1820
### Added
1921

instrumentation/opentelemetry-instrumentation-redis/src/opentelemetry/instrumentation/redis/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
Instrument `redis`_ to report Redis queries.
1717
1818
There are two options for instrumenting code. The first option is to use the
19-
``opentelemetry-instrumentation`` executable which will automatically
19+
``opentelemetry-instrument`` executable which will automatically
2020
instrument your Redis client. The second is to programmatically enable
2121
instrumentation via the following code:
2222

0 commit comments

Comments
 (0)