Skip to content

Commit 8cc10a0

Browse files
pmcollinsshalevr
andauthored
fix redis doc (#1808)
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 Co-authored-by: Shalev Roda <65566801+shalevr@users.noreply.github.com>
1 parent 5ac58c2 commit 8cc10a0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10-
1110
### Added
1211

1312
- Make Flask request span attributes available for `start_span`.

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)