Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 39094cc5c0 | |||
| 6b2278affa | |||
| 216d80ca82 | |||
| 094169a38c | |||
| 94ccd20fd6 | |||
| 8ab30290c8 | |||
| f33f95cf40 | |||
| a433d05023 |
BIN
opentelemetry_semantic_conventions-0.54b1.tar.gz
(Stored with Git LFS)
Normal file
BIN
opentelemetry_semantic_conventions-0.54b1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7a6db3f30d70202d5bf9fa4b69bc866ca6a30437287de6c510fb594878aed6b0
|
||||
size 129861
|
||||
@@ -1,29 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-opentelemetry-semantic-conventions
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-opentelemetry-semantic-conventions
|
||||
Version: 0.59b0
|
||||
Version: 0.54b1
|
||||
Release: 0
|
||||
Summary: OpenTelemetry Semantic Conventions
|
||||
License: Apache-2.0
|
||||
|
||||
Reference in New Issue
Block a user