Skip to content

Commit 6a30e19

Browse files
committed
fix redis doc
doc string rendered at https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/redis/redis.html refers to `opentelemetry-instrumentation` executable which appears to be a typo
1 parent 36e060e commit 6a30e19

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
- `opentelemetry-instrumentation-redis` Fix documentation reference to nonexistent `opentelemetry-instrumentation` command
11+
([#1808](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1808))
12+
1013
## Version 1.18.0/0.39b0 (2023-05-10)
1114

1215
- `opentelemetry-instrumentation-system-metrics` Add `process.` prefix to `runtime.memory`, `runtime.cpu.time`, and `runtime.gc_count`. Change `runtime.memory` from count to UpDownCounter. ([#1735](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1735))
1316
- Add request and response hooks for GRPC instrumentation (client only)
1417
([#1706](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1706))
1518
- `opentelemetry-instrumentation-pymemcache` Update instrumentation to support pymemcache >4
1619
([#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))
1920

2021
### Added
2122

0 commit comments

Comments
 (0)