14
0

- update to 1.25.0:

* Fix class BoundedAttributes to have RLock rather than Lock
  * Remove thread lock by loading RuntimeContext explicitly.
  * Update proto version to v1.2.0
  * Add to_json method to ExponentialHistogram
  * Bump mypy to 1.9.0
  * Fix exponential histograms
  * Fix otlp exporter to export log_record.observed_timestamp
  * Add capture the fully qualified type name for raised
    exceptions in spans
  * Prometheus exporter sort label keys to prevent duplicate
    metrics when user input changes order
  * Update semantic conventions to version 1.25.0.
  * Rename test objects to avoid pytest warnings
  * Add span flags to OTLP spans and links
  * Record links with invalid SpanContext if either attributes or
    TraceState are not empty
  * Add OpenTelemetry trove classifiers to PyPI packages
  * Fix prometheus metric name and unit conversion
  * Add parameters for Distros and configurators to configure
    autoinstrumentation in addition to existing environment
    variables.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-opentelemetry-sdk?expand=0&rev=14
This commit is contained in:
2024-06-17 11:42:48 +00:00
committed by Git OBS Bridge
parent 93433a44b4
commit 6cd5d0e38c
4 changed files with 30 additions and 4 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Mon Jun 17 11:40:42 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.25.0:
* Fix class BoundedAttributes to have RLock rather than Lock
* Remove thread lock by loading RuntimeContext explicitly.
* Update proto version to v1.2.0
* Add to_json method to ExponentialHistogram
* Bump mypy to 1.9.0
* Fix exponential histograms
* Fix otlp exporter to export log_record.observed_timestamp
* Add capture the fully qualified type name for raised
exceptions in spans
* Prometheus exporter sort label keys to prevent duplicate
metrics when user input changes order
* Update semantic conventions to version 1.25.0.
* Rename test objects to avoid pytest warnings
* Add span flags to OTLP spans and links
* Record links with invalid SpanContext if either attributes or
TraceState are not empty
* Add OpenTelemetry trove classifiers to PyPI packages
* Fix prometheus metric name and unit conversion
* Add parameters for Distros and configurators to configure
autoinstrumentation in addition to existing environment
variables.
-------------------------------------------------------------------
Wed Apr 3 08:05:35 UTC 2024 - Dirk Müller <dmueller@suse.com>