Skip to content

Commit 21c23cb

Browse files
author
alrex
authored
fixing changelogs (open-telemetry#1315)
Found a few discrepancies in the changelogs that needed to be fixed
1 parent ce515a0 commit 21c23cb

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

instrumentation/opentelemetry-instrumentation-django/CHANGELOG.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,23 @@
22

33
## Unreleased
44

5-
- Django instrumentation is now enabled by default but can be disabled by setting `OTEL_PYTHON_DJANGO_INSTRUMENT` to `False` ([#1239](https://github.com/open-telemetry/opentelemetry-python/pull/1239))
6-
- Bugfix use request.path replace request.get_full_path(). It will get correct span name ([#1309](https://github.com/open-telemetry/opentelemetry-python/pull/1309#))
5+
- Django instrumentation is now enabled by default but can be disabled by setting `OTEL_PYTHON_DJANGO_INSTRUMENT` to `False`
6+
([#1239](https://github.com/open-telemetry/opentelemetry-python/pull/1239))
7+
- Bugfix use request.path replace request.get_full_path(). It will get correct span name
8+
([#1309](https://github.com/open-telemetry/opentelemetry-python/pull/1309#))
9+
- Record span status and http.status_code attribute on exception
10+
([#1257](https://github.com/open-telemetry/opentelemetry-python/pull/1257))
11+
- Added capture of http.route
12+
([#1226](https://github.com/open-telemetry/opentelemetry-python/issues/1226))
13+
- Add support for tracking http metrics
14+
([#1230](https://github.com/open-telemetry/opentelemetry-python/pull/1230))
715

816
## Version 0.14b0
917

1018
Released 2020-10-13
1119

1220
- Changed span name extraction from request to comply semantic convention ([#992](https://github.com/open-telemetry/opentelemetry-python/pull/992))
1321
- Added support for `OTEL_PYTHON_DJANGO_TRACED_REQUEST_ATTRS` ([#1154](https://github.com/open-telemetry/opentelemetry-python/pull/1154))
14-
- Added capture of http.route ([#1226](https://github.com/open-telemetry/opentelemetry-python/issues/1226))
15-
- Add support for tracking http metrics
16-
([#1230](https://github.com/open-telemetry/opentelemetry-python/pull/1230))
1722

1823
## Version 0.13b0
1924

instrumentation/opentelemetry-instrumentation-flask/CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
- Use `url.rule` instead of `request.endpoint` for span name
66
([#1260](https://github.com/open-telemetry/opentelemetry-python/pull/1260))
7-
- Record span status and http.status_code attribute on exception
8-
([#1257](https://github.com/open-telemetry/opentelemetry-python/pull/1257))
97

108
## Version 0.13b0
119

instrumentation/opentelemetry-instrumentation-requests/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Unreleased
44

5+
- Add support for tracking http metrics
6+
([#1230](https://github.com/open-telemetry/opentelemetry-python/pull/1230))
7+
58
## Version 0.13b0
69

710
Released 2020-09-17
@@ -10,7 +13,7 @@ Released 2020-09-17
1013
([#1040](https://github.com/open-telemetry/opentelemetry-python/pull/1040))
1114
- Drop support for Python 3.4
1215
([#1099](https://github.com/open-telemetry/opentelemetry-python/pull/1099))
13-
- Add support for tracking http metrics
16+
- Add support for http metrics
1417
([#1116](https://github.com/open-telemetry/opentelemetry-python/pull/1116))
1518

1619
## Version 0.12b0

0 commit comments

Comments
 (0)