- update to 1.24.0:
* Make create_gauge non-abstract method * Make `tracer.start_as_current_span()` decorator work with async functions * Fix python 3.12 deprecation warning * bump mypy to 0.982 * Add support for OTEL_SDK_DISABLED environment variable * Fix ValueError message for PeriodicExportingMetricsReader * Use `BaseException` instead of `Exception` in `record_exception` * Make span.record_exception more robust * Fix license field in pyproject.toml files OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-opentelemetry-exporter-otlp-proto-http?expand=0&rev=7
This commit is contained in:
parent
a95041e0aa
commit
9f32ce1c7d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:088eac2320f4a604e2d9ff71aced71fdae601ac6457005fb0303d6bbbf44e6ca
|
||||
size 14002
|
3
opentelemetry_exporter_otlp_proto_http-1.24.0.tar.gz
Normal file
3
opentelemetry_exporter_otlp_proto_http-1.24.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:704c066cc96f5131881b75c0eac286cd73fc735c490b054838b4513254bd7850
|
||||
size 13932
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 3 07:25:46 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.24.0:
|
||||
* Make create_gauge non-abstract method
|
||||
* Make `tracer.start_as_current_span()` decorator work with
|
||||
async functions
|
||||
* Fix python 3.12 deprecation warning
|
||||
* bump mypy to 0.982
|
||||
* Add support for OTEL_SDK_DISABLED environment variable
|
||||
* Fix ValueError message for PeriodicExportingMetricsReader
|
||||
* Use `BaseException` instead of `Exception` in
|
||||
`record_exception`
|
||||
* Make span.record_exception more robust
|
||||
* Fix license field in pyproject.toml files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 23 22:18:01 UTC 2024 - Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-opentelemetry-exporter-otlp-proto-http
|
||||
Version: 1.23.0
|
||||
Version: 1.24.0
|
||||
Release: 0
|
||||
Summary: OpenTelemetry Collector Protobuf over HTTP Exporter
|
||||
License: Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user