15
0

- update to 1.22.0:

* Prometheus exporter sanitize info metric (#3572)
  * Remove Jaeger exporters (#3554)
  * Log stacktrace on `UNKNOWN` status OTLP export error  (#3536)
  * Fix OTLPExporterMixin shutdown timeout period (#3524)
  * Handle `taskName` `logrecord` attribute (#3557)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-opentelemetry-api?expand=0&rev=21
This commit is contained in:
2023-12-27 11:04:02 +00:00
committed by Git OBS Bridge
parent 04e6f9f289
commit 37c590ea1a
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Dec 27 11:03:31 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.22.0:
* Prometheus exporter sanitize info metric (#3572)
* Remove Jaeger exporters (#3554)
* Log stacktrace on `UNKNOWN` status OTLP export error (#3536)
* Fix OTLPExporterMixin shutdown timeout period (#3524)
* Handle `taskName` `logrecord` attribute (#3557)
-------------------------------------------------------------------
Sun Dec 10 21:48:52 UTC 2023 - Dirk Müller <dmueller@suse.com>