fixing changelogs (#1315)
Found a few discrepancies in the changelogs that needed to be fixed
This commit is contained in:
parent
6f579299b5
commit
41a10aacc2
|
|
@ -2,8 +2,16 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
- 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))
|
- Django instrumentation is now enabled by default but can be disabled by setting `OTEL_PYTHON_DJANGO_INSTRUMENT` to `False`
|
||||||
- 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#))
|
([#1239](https://github.com/open-telemetry/opentelemetry-python/pull/1239))
|
||||||
|
- 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#))
|
||||||
|
- Record span status and http.status_code attribute on exception
|
||||||
|
([#1257](https://github.com/open-telemetry/opentelemetry-python/pull/1257))
|
||||||
|
- Added capture of http.route
|
||||||
|
([#1226](https://github.com/open-telemetry/opentelemetry-python/issues/1226))
|
||||||
|
- Add support for tracking http metrics
|
||||||
|
([#1230](https://github.com/open-telemetry/opentelemetry-python/pull/1230))
|
||||||
|
|
||||||
## Version 0.14b0
|
## Version 0.14b0
|
||||||
|
|
||||||
|
|
@ -11,9 +19,6 @@ Released 2020-10-13
|
||||||
|
|
||||||
- Changed span name extraction from request to comply semantic convention ([#992](https://github.com/open-telemetry/opentelemetry-python/pull/992))
|
- Changed span name extraction from request to comply semantic convention ([#992](https://github.com/open-telemetry/opentelemetry-python/pull/992))
|
||||||
- Added support for `OTEL_PYTHON_DJANGO_TRACED_REQUEST_ATTRS` ([#1154](https://github.com/open-telemetry/opentelemetry-python/pull/1154))
|
- Added support for `OTEL_PYTHON_DJANGO_TRACED_REQUEST_ATTRS` ([#1154](https://github.com/open-telemetry/opentelemetry-python/pull/1154))
|
||||||
- Added capture of http.route ([#1226](https://github.com/open-telemetry/opentelemetry-python/issues/1226))
|
|
||||||
- Add support for tracking http metrics
|
|
||||||
([#1230](https://github.com/open-telemetry/opentelemetry-python/pull/1230))
|
|
||||||
|
|
||||||
## Version 0.13b0
|
## Version 0.13b0
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue