17
0

4 Commits

Author SHA256 Message Date
4b2e10cf7e Accepting request 1318858 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1318858
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-opentelemetry-semantic-conventions?expand=0&rev=8
2025-11-21 15:53:38 +00:00
25c7b18fd8 - update to 0.59b0
* Add rstcheck to pre-commit to stop introducing invalid RST
  * logs: extend Logger.emit to accept separated keyword arguments
  * logs: add warnings for classes that would be deprecated and renamed in 1.39.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-opentelemetry-semantic-conventions?expand=0&rev=16
2025-11-20 13:22:44 +00:00
c2308c4a48 Accepting request 1306351 from devel:languages:python
- update to 0.58b0:
  * Add experimental composite samplers (#4714)
  * Add new environment variables to the SDK
    OTEL_PYTHON_EXPORTER_OTLP_{HTTP/GRPC}_{METRICS/TRACES/LOGS}_CREDENTIAL_PROVIDER
    that can be used to inject a requests.Session or
    grpc.ChannelCredentials object into OTLP exporters created
    during auto instrumentation #4689.
  * Filter duplicate logs out of some internal logger's logs on
    the export logs path that might otherwise endlessly log or
    cause a recursion depth exceeded issue in cases where logging
    itself results in an exception. (#4695).
  * docs: linked the examples with their github source code
    location and added Prometheus example (#4728)
  * Permit to override default HTTP OTLP exporters headers (#4634)

OBS-URL: https://build.opensuse.org/request/show/1306351
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-opentelemetry-semantic-conventions?expand=0&rev=7
2025-09-23 14:05:37 +00:00
f6832cc85c - update to 0.58b0:
* Add experimental composite samplers (#4714)
  * Add new environment variables to the SDK
    OTEL_PYTHON_EXPORTER_OTLP_{HTTP/GRPC}_{METRICS/TRACES/LOGS}_CREDENTIAL_PROVIDER
    that can be used to inject a requests.Session or
    grpc.ChannelCredentials object into OTLP exporters created
    during auto instrumentation #4689.
  * Filter duplicate logs out of some internal logger's logs on
    the export logs path that might otherwise endlessly log or
    cause a recursion depth exceeded issue in cases where logging
    itself results in an exception. (#4695).
  * docs: linked the examples with their github source code
    location and added Prometheus example (#4728)
  * Permit to override default HTTP OTLP exporters headers (#4634)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-opentelemetry-semantic-conventions?expand=0&rev=14
2025-09-21 14:51:57 +00:00
4 changed files with 31 additions and 5 deletions

Binary file not shown.

View File

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

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Thu Nov 20 06:55:36 UTC 2025 - Markéta Machová <mmachova@suse.com>
- update to 0.59b0
* Add rstcheck to pre-commit to stop introducing invalid RST
* logs: extend Logger.emit to accept separated keyword arguments
* logs: add warnings for classes that would be deprecated and renamed in 1.39.0
-------------------------------------------------------------------
Sun Sep 21 14:50:27 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 0.58b0:
* Add experimental composite samplers (#4714)
* Add new environment variables to the SDK
OTEL_PYTHON_EXPORTER_OTLP_{HTTP/GRPC}_{METRICS/TRACES/LOGS}_CREDENTIAL_PROVIDER
that can be used to inject a requests.Session or
grpc.ChannelCredentials object into OTLP exporters created
during auto instrumentation #4689.
* Filter duplicate logs out of some internal logger's logs on
the export logs path that might otherwise endlessly log or
cause a recursion depth exceeded issue in cases where logging
itself results in an exception. (#4695).
* docs: linked the examples with their github source code
location and added Prometheus example (#4728)
* Permit to override default HTTP OTLP exporters headers (#4634)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 26 07:49:21 UTC 2025 - Nico Krapp <nico.krapp@suse.com> Mon May 26 07:49:21 UTC 2025 - Nico Krapp <nico.krapp@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-opentelemetry-semantic-conventions # spec file for package python-opentelemetry-semantic-conventions
# #
# Copyright (c) 2025 SUSE LLC # Copyright (c) 2025 SUSE LLC and contributors
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-opentelemetry-semantic-conventions Name: python-opentelemetry-semantic-conventions
Version: 0.54b1 Version: 0.59b0
Release: 0 Release: 0
Summary: OpenTelemetry Semantic Conventions Summary: OpenTelemetry Semantic Conventions
License: Apache-2.0 License: Apache-2.0