1
0

- update to 1.25.0:

* Fix class BoundedAttributes to have RLock rather than Lock
  * Remove thread lock by loading RuntimeContext explicitly.
  * Add to_json method to ExponentialHistogram
  * 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
  * 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 ([#3913]
    (https://github.com/open-telemetry/opentelemetry-
    python/pull/3913))
  * Fix prometheus metric name and unit conversion (#3924)  -
    this is a breaking change to prometheus metric names so they
    comply with the specification.  - you can temporarily opt-out
    of the unit normalization by setting the environment variable
    `OTEL_PYTHON_EXPERIMENTAL_DISABLE_PROMETHEUS_UNIT_NORMALIZATI
    ON=true`  - common unit abbreviations are converted to
    Prometheus conventions (`s` -> `seconds`), following the
    collector's implementation  - repeated `_` are replaced with
    a single `_`  - unit annotations (enclosed in curly braces
    like `{requests}`) are stripped away  - units with slash are
    converted e.g. `m/s` -> `meters_per_second`.  - The
    exporter's API is not changed
  * Add parameters for Distros and configurators to configure

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-opentelemetry-exporter-otlp?expand=0&rev=12
This commit is contained in:
2024-06-17 12:40:39 +00:00
committed by Git OBS Bridge
parent bc74021e00
commit 90f6f32363
4 changed files with 41 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:649c6e249e55cbdebe99ba2846e3851c04c9f328570328c35b3af9c094314b55
size 6103

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ce03199c1680a845f82e12c0a6a8f61036048c07ec7a0bd943142aca8fa6ced0
size 6140

View File

@@ -1,3 +1,40 @@
-------------------------------------------------------------------
Mon Jun 17 11:37:41 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.
* Add to_json method to ExponentialHistogram
* 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
* 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 ([#3913]
(https://github.com/open-telemetry/opentelemetry-
python/pull/3913))
* Fix prometheus metric name and unit conversion (#3924) -
this is a breaking change to prometheus metric names so they
comply with the specification. - you can temporarily opt-out
of the unit normalization by setting the environment variable
`OTEL_PYTHON_EXPERIMENTAL_DISABLE_PROMETHEUS_UNIT_NORMALIZATI
ON=true` - common unit abbreviations are converted to
Prometheus conventions (`s` -> `seconds`), following the
collector's implementation - repeated `_` are replaced with
a single `_` - unit annotations (enclosed in curly braces
like `{requests}`) are stripped away - units with slash are
converted e.g. `m/s` -> `meters_per_second`. - The
exporter's API is not changed
* Add parameters for Distros and configurators to configure
autoinstrumentation in addition to existing environment
variables. ([#3864] (https://github.com/open-
telemetry/opentelemetry-python/pull/3864))
-------------------------------------------------------------------
Fri May 3 13:37:02 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-opentelemetry-exporter-otlp
Version: 1.24.0
Version: 1.25.0
Release: 0
Summary: OpenTelemetry Collector Exporters
License: Apache-2.0