Commit 36e060e 1 parent a679754 commit 36e060e Copy full SHA for 36e060e
File tree 2 files changed +3
-1
lines changed
instrumentation/opentelemetry-instrumentation-redis/src/opentelemetry/instrumentation/redis
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
([ #1706 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1706 ) )
15
15
- ` opentelemetry-instrumentation-pymemcache ` Update instrumentation to support pymemcache >4
16
16
([ #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 ) )
17
19
18
20
### Added
19
21
Original file line number Diff line number Diff line change 16
16
Instrument `redis`_ to report Redis queries.
17
17
18
18
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
20
20
instrument your Redis client. The second is to programmatically enable
21
21
instrumentation via the following code:
22
22
You can’t perform that action at this time.
0 commit comments