Skip to content

Commit 40534ad

Browse files
committed
docs: update CHANGELOG for Prometheus exporter README link fix
Signed-off-by: Yogi Suthari <[email protected]>
1 parent 9004478 commit 40534ad

File tree

1 file changed

+3
-59
lines changed

1 file changed

+3
-59
lines changed

CHANGELOG.md

Lines changed: 3 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
- Fix user agent in OTLP HTTP metrics exporter
1111
([#4475](https://github.com/open-telemetry/opentelemetry-python/pull/4475))
12+
- Fix broken documentation link in Prometheus exporter README (#4399)
1213

1314
## Version 1.31.0/0.52b0 (2025-03-12)
1415

@@ -624,8 +625,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
624625
([#2577](https://github.com/open-telemetry/opentelemetry-python/pull/2577))
625626
- Add default aggregation
626627
([#2543](https://github.com/open-telemetry/opentelemetry-python/pull/2543))
627-
- Fix incorrect installation of some exporter convenience packages into
628-
site-packages/src
628+
- Fix incorrect installation of some exporter "convenience" packages into
629+
"site-packages/src"
629630
([#2525](https://github.com/open-telemetry/opentelemetry-python/pull/2525))
630631
- Capture exception information as part of log attributes
631632
([#2531](https://github.com/open-telemetry/opentelemetry-python/pull/2531))
@@ -1710,60 +1711,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17101711
### Added
17111712

17121713
- Initial release api/sdk
1713-
1714-
- Use Attribute rather than boundattribute in logrecord
1715-
([#3567](https://github.com/open-telemetry/opentelemetry-python/pull/3567))
1716-
- Fix flush error when no LoggerProvider configured for LoggingHandler
1717-
([#3608](https://github.com/open-telemetry/opentelemetry-python/pull/3608))
1718-
- Fix `OTLPMetricExporter` ignores `preferred_aggregation` property
1719-
([#3603](https://github.com/open-telemetry/opentelemetry-python/pull/3603))
1720-
- Logs: set `observed_timestamp` field
1721-
([#3565](https://github.com/open-telemetry/opentelemetry-python/pull/3565))
1722-
- Add missing Resource SchemaURL in OTLP exporters
1723-
([#3652](https://github.com/open-telemetry/opentelemetry-python/pull/3652))
1724-
- Fix loglevel warning text
1725-
([#3566](https://github.com/open-telemetry/opentelemetry-python/pull/3566))
1726-
- Prometheus Exporter string representation for target_info labels
1727-
([#3659](https://github.com/open-telemetry/opentelemetry-python/pull/3659))
1728-
- Logs: ObservedTimestamp field is missing in console exporter output
1729-
([#3564](https://github.com/open-telemetry/opentelemetry-python/pull/3564))
1730-
- Fix explicit bucket histogram aggregation
1731-
([#3429](https://github.com/open-telemetry/opentelemetry-python/pull/3429))
1732-
- Add `code.lineno`, `code.function` and `code.filepath` to all logs
1733-
([#3645](https://github.com/open-telemetry/opentelemetry-python/pull/3645))
1734-
- Add Synchronous Gauge instrument
1735-
([#3462](https://github.com/open-telemetry/opentelemetry-python/pull/3462))
1736-
- Drop support for 3.7
1737-
([#3668](https://github.com/open-telemetry/opentelemetry-python/pull/3668))
1738-
- Include key in attribute sequence warning
1739-
([#3639](https://github.com/open-telemetry/opentelemetry-python/pull/3639))
1740-
- Upgrade markupsafe, Flask and related dependencies to dev and test
1741-
environments ([#3609](https://github.com/open-telemetry/opentelemetry-python/pull/3609))
1742-
- Handle HTTP 2XX responses as successful in OTLP exporters
1743-
([#3623](https://github.com/open-telemetry/opentelemetry-python/pull/3623))
1744-
- Improve Resource Detector timeout messaging
1745-
([#3645](https://github.com/open-telemetry/opentelemetry-python/pull/3645))
1746-
- Add Proxy classes for logging
1747-
([#3575](https://github.com/open-telemetry/opentelemetry-python/pull/3575))
1748-
- Remove dependency on 'backoff' library
1749-
([#3679](https://github.com/open-telemetry/opentelemetry-python/pull/3679))
1750-
1751-
1752-
- Make create_gauge non-abstract method
1753-
([#3817](https://github.com/open-telemetry/opentelemetry-python/pull/3817))
1754-
- Make `tracer.start_as_current_span()` decorator work with async functions
1755-
([#3633](https://github.com/open-telemetry/opentelemetry-python/pull/3633))
1756-
- Fix python 3.12 deprecation warning
1757-
([#3751](https://github.com/open-telemetry/opentelemetry-python/pull/3751))
1758-
- bump mypy to 0.982
1759-
([#3776](https://github.com/open-telemetry/opentelemetry-python/pull/3776))
1760-
- Add support for OTEL_SDK_DISABLED environment variable
1761-
([#3648](https://github.com/open-telemetry/opentelemetry-python/pull/3648))
1762-
- Fix ValueError message for PeriodicExportingMetricsReader
1763-
([#3769](https://github.com/open-telemetry/opentelemetry-python/pull/3769))
1764-
- Use `BaseException` instead of `Exception` in `record_exception`
1765-
([#3354](https://github.com/open-telemetry/opentelemetry-python/pull/3354))
1766-
- Make span.record_exception more robust
1767-
([#3778](https://github.com/open-telemetry/opentelemetry-python/pull/3778))
1768-
- Fix license field in pyproject.toml files
1769-
([#3803](https://github.com/open-telemetry/opentelemetry-python/pull/3803))

0 commit comments

Comments
 (0)