Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 4b2e10cf7e | |||
| 25c7b18fd8 | |||
| c2308c4a48 | |||
| f6832cc85c |
BIN
opentelemetry_semantic_conventions-0.54b1.tar.gz
(Stored with Git LFS)
BIN
opentelemetry_semantic_conventions-0.54b1.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
opentelemetry_semantic_conventions-0.59b0.tar.gz
Normal file
3
opentelemetry_semantic_conventions-0.59b0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7a6db3f30d70202d5bf9fa4b69bc866ca6a30437287de6c510fb594878aed6b0
|
||||||
|
size 129861
|
||||||
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user