- 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 * 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] * Fix prometheus metric name and unit conversion (#3924) * 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-exporter-otlp-proto-common?expand=0&rev=16
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5d31fa1ff976cacc38be1ec4e3279a3f88435c75b38b1f7a099a1faffc302461
|
||||
size 16903
|
3
opentelemetry_exporter_otlp_proto_common-1.25.0.tar.gz
Normal file
3
opentelemetry_exporter_otlp_proto_common-1.25.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c93f4e30da4eee02bacd1e004eb82ce4da143a2f8e15b987a9f603e0a85407d3
|
||||
size 17152
|
@@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 17 11:39:29 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
|
||||
* 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]
|
||||
* Fix prometheus metric name and unit conversion (#3924)
|
||||
* Add parameters for Distros and configurators to configure
|
||||
autoinstrumentation in addition to existing environment
|
||||
variables.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 3 13:37:48 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-opentelemetry-exporter-otlp-proto-common
|
||||
Version: 1.24.0
|
||||
Version: 1.25.0
|
||||
Release: 0
|
||||
Summary: OpenTelemetry Protobuf encoding
|
||||
License: Apache-2.0
|
||||
|
Reference in New Issue
Block a user