Commit 496fe59 1 parent 1a1163e commit 496fe59 Copy full SHA for 496fe59
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 @@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
([ #1706 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1706 ) )
13
13
- ` opentelemetry-instrumentation-pymemcache ` Update instrumentation to support pymemcache >4
14
14
([ #1764 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1764 ) )
15
+ - ` opentelemetry-instrumentation-redis ` Fix documentation reference to ` opentelemetry-instrumentation `
16
+ ([ #1808 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1808 ) )
15
17
16
18
### Added
17
19
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