File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
instrumentation/opentelemetry-instrumentation-redis/src/opentelemetry/instrumentation/redis Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## Unreleased
9
9
10
-
11
10
### Added
12
11
13
12
- Make Flask request span attributes available for ` start_span ` .
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