Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
bd46ede
updated to remove directions from existing metrics. tests updated to …
petertamuk Aug 5, 2022
41b8d38
remove extra comment to resolve lint issue
petertamuk Aug 9, 2022
24d473f
updates to change log to include changes / pr
petertamuk Aug 9, 2022
32ab329
resolution to remaining lintting issues
petertamuk Aug 9, 2022
f3c9068
deal with linting issues my disabling these 2 checks
petertamuk Aug 23, 2022
415d9dd
Merge branch 'main' into feature/issue_1171_remove_direction_attribut…
petertamuk Aug 23, 2022
9ee1477
Merge branch 'main' into feature/issue_1171_remove_direction_attribut…
petertamuk Aug 24, 2022
54a20b5
remove extra return
petertamuk Aug 25, 2022
11f31b9
Merge branch 'feature/issue_1171_remove_direction_attribute_from_syst…
petertamuk Aug 25, 2022
10f0d1c
Merge branch 'main' into feature/issue_1171_remove_direction_attribut…
petertamuk Aug 29, 2022
db6786b
linting
petertamuk Aug 30, 2022
65f5d4c
Updates to nonempty descriptions based on spec
petertamuk Aug 30, 2022
98ee727
removal of get_system_dick_merged as its not in use
petertamuk Aug 30, 2022
eef3a4a
updated code example as well as docstring
petertamuk Aug 30, 2022
71e96cb
empty descriptions for 4 metrics to follow spec
petertamuk Aug 30, 2022
9fe0e64
Merge branch 'main' into feature/issue_1171_remove_direction_attribut…
petertamuk Sep 6, 2022
fe27bbc
Merge branch 'main' into feature/issue_1171_remove_direction_attribut…
petertamuk Sep 7, 2022
57e72c8
Merge branch 'main' into feature/issue_1171_remove_direction_attribut…
petertamuk Sep 7, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
([#1206](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1206))
- Add psycopg2 native tags to sqlcommenter
([#1203](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1203))
- Deprecation of direction attribute for metrics. Addition of direction based metric names
([#1214](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1214))

### Added
- `opentelemetry-instrumentation-redis` add support to instrument RedisCluster clients
Expand Down
Loading