File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
instrumentation/opentelemetry-instrumentation-redis/src/opentelemetry/instrumentation/redis Expand file tree Collapse file tree 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
1212 ([ #1706 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1706 ) )
1313- ` opentelemetry-instrumentation-pymemcache ` Update instrumentation to support pymemcache >4
1414 ([ #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 ) )
1517
1618### Added
1719
Original file line number Diff line number Diff line change 1616Instrument `redis`_ to report Redis queries.
1717
1818There 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
2020instrument your Redis client. The second is to programmatically enable
2121instrumentation via the following code:
2222
You can’t perform that action at this time.
0 commit comments