We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ac58c2 commit 8cc10a0Copy full SHA for 8cc10a0
CHANGELOG.md
@@ -7,7 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## Unreleased
9
10
-
11
### Added
12
13
- Make Flask request span attributes available for `start_span`.
instrumentation/opentelemetry-instrumentation-redis/src/opentelemetry/instrumentation/redis/__init__.py
@@ -16,7 +16,7 @@
16
Instrument `redis`_ to report Redis queries.
17
18
There are two options for instrumenting code. The first option is to use the
19
-``opentelemetry-instrumentation`` executable which will automatically
+``opentelemetry-instrument`` executable which will automatically
20
instrument your Redis client. The second is to programmatically enable
21
instrumentation via the following code:
22
0 commit comments