@@ -7,9 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## Unreleased
9
9
10
+ - Fix broken documentation link in Prometheus exporter README and add missing Prometheus exporter documentation (#4399 )
10
11
- Fix user agent in OTLP HTTP metrics exporter
11
12
([ #4475 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4475 ) )
12
- - Fix broken documentation link in Prometheus exporter README and add missing Prometheus exporter documentation (#4399 )
13
13
- Improve performance of baggage operations
14
14
([ #4466 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4466 ) )
15
15
@@ -627,8 +627,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
627
627
([ #2577 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/2577 ) )
628
628
- Add default aggregation
629
629
([ #2543 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/2543 ) )
630
- - Fix incorrect installation of some exporter " convenience" packages into
631
- " site-packages/src"
630
+ - Fix incorrect installation of some exporter “ convenience” packages into
631
+ “ site-packages/src”
632
632
([ #2525 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/2525 ) )
633
633
- Capture exception information as part of log attributes
634
634
([ #2531 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/2531 ) )
@@ -1713,3 +1713,60 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1713
1713
### Added
1714
1714
1715
1715
- Initial release api/sdk
1716
+
1717
+ - Use Attribute rather than boundattribute in logrecord
1718
+ ([ #3567 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3567 ) )
1719
+ - Fix flush error when no LoggerProvider configured for LoggingHandler
1720
+ ([ #3608 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3608 ) )
1721
+ - Fix ` OTLPMetricExporter ` ignores ` preferred_aggregation ` property
1722
+ ([ #3603 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3603 ) )
1723
+ - Logs: set ` observed_timestamp ` field
1724
+ ([ #3565 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3565 ) )
1725
+ - Add missing Resource SchemaURL in OTLP exporters
1726
+ ([ #3652 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3652 ) )
1727
+ - Fix loglevel warning text
1728
+ ([ #3566 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3566 ) )
1729
+ - Prometheus Exporter string representation for target_info labels
1730
+ ([ #3659 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3659 ) )
1731
+ - Logs: ObservedTimestamp field is missing in console exporter output
1732
+ ([ #3564 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3564 ) )
1733
+ - Fix explicit bucket histogram aggregation
1734
+ ([ #3429 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3429 ) )
1735
+ - Add ` code.lineno ` , ` code.function ` and ` code.filepath ` to all logs
1736
+ ([ #3645 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3645 ) )
1737
+ - Add Synchronous Gauge instrument
1738
+ ([ #3462 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3462 ) )
1739
+ - Drop support for 3.7
1740
+ ([ #3668 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3668 ) )
1741
+ - Include key in attribute sequence warning
1742
+ ([ #3639 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3639 ) )
1743
+ - Upgrade markupsafe, Flask and related dependencies to dev and test
1744
+ environments ([ #3609 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3609 ) )
1745
+ - Handle HTTP 2XX responses as successful in OTLP exporters
1746
+ ([ #3623 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3623 ) )
1747
+ - Improve Resource Detector timeout messaging
1748
+ ([ #3645 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3645 ) )
1749
+ - Add Proxy classes for logging
1750
+ ([ #3575 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3575 ) )
1751
+ - Remove dependency on 'backoff' library
1752
+ ([ #3679 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3679 ) )
1753
+
1754
+
1755
+ - Make create_gauge non-abstract method
1756
+ ([ #3817 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3817 ) )
1757
+ - Make ` tracer.start_as_current_span() ` decorator work with async functions
1758
+ ([ #3633 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3633 ) )
1759
+ - Fix python 3.12 deprecation warning
1760
+ ([ #3751 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3751 ) )
1761
+ - bump mypy to 0.982
1762
+ ([ #3776 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3776 ) )
1763
+ - Add support for OTEL_SDK_DISABLED environment variable
1764
+ ([ #3648 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3648 ) )
1765
+ - Fix ValueError message for PeriodicExportingMetricsReader
1766
+ ([ #3769 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3769 ) )
1767
+ - Use ` BaseException ` instead of ` Exception ` in ` record_exception `
1768
+ ([ #3354 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3354 ) )
1769
+ - Make span.record_exception more robust
1770
+ ([ #3778 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3778 ) )
1771
+ - Fix license field in pyproject.toml files
1772
+ ([ #3803 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3803 ) )
0 commit comments