Skip to content

Commit ae30db6

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 ae30db6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

88
## Unreleased
99

10+
- `opentelemetry-instrumentation-redis` Fix documentation reference to nonexistent `opentelemetry-instrumentation` command
11+
([#1808](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1808))
12+
1013
## Version 1.18.0/0.39b0 (2023-05-10)
1114

1215
- `opentelemetry-instrumentation-system-metrics` Add `process.` prefix to `runtime.memory`, `runtime.cpu.time`, and `runtime.gc_count`. Change `runtime.memory` from count to UpDownCounter. ([#1735](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1735))

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)