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 @@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414 ([ #1706 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1706 ) )
1515- ` opentelemetry-instrumentation-pymemcache ` Update instrumentation to support pymemcache >4
1616 ([ #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 ) )
1719
1820### Added
1921
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