- 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-grpc?expand=0&rev=7
This commit is contained in:
parent
2152b2fe3b
commit
f178cb7ebf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aa1a012eea5342bfef51fcf3f7f22601dcb0f0984a07ffe6025b2fbb6d91a2a9
|
||||
size 25128
|
3
opentelemetry_exporter_otlp_proto_grpc-1.24.0.tar.gz
Normal file
3
opentelemetry_exporter_otlp_proto_grpc-1.24.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:217c6e30634f2c9797999ea9da29f7300479a94a610139b9df17433f915e7baa
|
||||
size 25130
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 4 17:58:41 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:31:03 UTC 2024 - Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-opentelemetry-exporter-otlp-proto-grpc
|
||||
Version: 1.23.0
|
||||
Version: 1.24.0
|
||||
Release: 0
|
||||
Summary: OpenTelemetry Collector Protobuf over gRPC Exporter
|
||||
License: Apache-2.0
|
||||
@ -31,8 +31,8 @@ BuildRequires: %{python_module Deprecated >= 1.2.6}
|
||||
BuildRequires: %{python_module googleapis-common-protos >= 1.52}
|
||||
BuildRequires: %{python_module grpcio >= 1.0.0}
|
||||
BuildRequires: %{python_module opentelemetry-api >= 1.15}
|
||||
BuildRequires: %{python_module opentelemetry-exporter-otlp-proto-common == 1.23.0}
|
||||
BuildRequires: %{python_module opentelemetry-proto == 1.23.0}
|
||||
BuildRequires: %{python_module opentelemetry-exporter-otlp-proto-common = %{version}}
|
||||
BuildRequires: %{python_module opentelemetry-proto = %{version}}
|
||||
BuildRequires: %{python_module opentelemetry-sdk >= 1.23.0}
|
||||
BuildRequires: %{python_module opentelemetry-test-utils}
|
||||
BuildRequires: %{python_module pytest-grpc}
|
||||
@ -42,8 +42,8 @@ Requires: python-Deprecated >= 1.2.6
|
||||
Requires: python-googleapis-common-protos
|
||||
Requires: python-grpcio >= 1.0.0
|
||||
Requires: python-opentelemetry-api
|
||||
Requires: python-opentelemetry-exporter-otlp-proto-common == 1.23.0
|
||||
Requires: python-opentelemetry-proto == 1.23.0
|
||||
Requires: python-opentelemetry-exporter-otlp-proto-common = %{version}
|
||||
Requires: python-opentelemetry-proto = %{version}
|
||||
Requires: python-opentelemetry-sdk
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
Loading…
Reference in New Issue
Block a user