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>
This commit is contained in:
Pablo Collins
2023-06-18 09:55:17 -04:00
committed by GitHub
parent 5ac58c2ffb
commit 8cc10a0859
2 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased ## Unreleased
### Added ### Added
- Make Flask request span attributes available for `start_span`. - Make Flask request span attributes available for `start_span`.

View File

@ -16,7 +16,7 @@
Instrument `redis`_ to report Redis queries. Instrument `redis`_ to report Redis queries.
There are two options for instrumenting code. The first option is to use the There are two options for instrumenting code. The first option is to use the
``opentelemetry-instrumentation`` executable which will automatically ``opentelemetry-instrument`` executable which will automatically
instrument your Redis client. The second is to programmatically enable instrument your Redis client. The second is to programmatically enable
instrumentation via the following code: instrumentation via the following code: