From 3ada4356ea453635e0230564bb1281813a01a1d83551df22c29828829ab831f5 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 17 Jun 2024 12:38:16 +0000 Subject: [PATCH] - 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-http?expand=0&rev=10 --- ...try_exporter_otlp_proto_http-1.24.0.tar.gz | 3 --- ...try_exporter_otlp_proto_http-1.25.0.tar.gz | 3 +++ ...telemetry-exporter-otlp-proto-http.changes | 25 +++++++++++++++++++ ...pentelemetry-exporter-otlp-proto-http.spec | 2 +- 4 files changed, 29 insertions(+), 4 deletions(-) delete mode 100644 opentelemetry_exporter_otlp_proto_http-1.24.0.tar.gz create mode 100644 opentelemetry_exporter_otlp_proto_http-1.25.0.tar.gz diff --git a/opentelemetry_exporter_otlp_proto_http-1.24.0.tar.gz b/opentelemetry_exporter_otlp_proto_http-1.24.0.tar.gz deleted file mode 100644 index 1e84bef..0000000 --- a/opentelemetry_exporter_otlp_proto_http-1.24.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:704c066cc96f5131881b75c0eac286cd73fc735c490b054838b4513254bd7850 -size 13932 diff --git a/opentelemetry_exporter_otlp_proto_http-1.25.0.tar.gz b/opentelemetry_exporter_otlp_proto_http-1.25.0.tar.gz new file mode 100644 index 0000000..29df39d --- /dev/null +++ b/opentelemetry_exporter_otlp_proto_http-1.25.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f8723859e37c75183ea7afa73a3542f01d0fd274a5b97487ea24cb683d7d684 +size 14048 diff --git a/python-opentelemetry-exporter-otlp-proto-http.changes b/python-opentelemetry-exporter-otlp-proto-http.changes index 058d935..ec4dad6 100644 --- a/python-opentelemetry-exporter-otlp-proto-http.changes +++ b/python-opentelemetry-exporter-otlp-proto-http.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Mon Jun 17 11:39:29 UTC 2024 - Dirk Müller + +- 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. + ------------------------------------------------------------------- Wed Apr 3 07:25:46 UTC 2024 - Dirk Müller diff --git a/python-opentelemetry-exporter-otlp-proto-http.spec b/python-opentelemetry-exporter-otlp-proto-http.spec index cf80520..9697e5c 100644 --- a/python-opentelemetry-exporter-otlp-proto-http.spec +++ b/python-opentelemetry-exporter-otlp-proto-http.spec @@ -17,7 +17,7 @@ Name: python-opentelemetry-exporter-otlp-proto-http -Version: 1.24.0 +Version: 1.25.0 Release: 0 Summary: OpenTelemetry Collector Protobuf over HTTP Exporter License: Apache-2.0