forked from pool/python-opentelemetry-exporter-otlp
Accepting request 1200069 from devel:languages:python
- update to 1.27.0: * Implementation of Events API * Make log sdk add `exception.message` to logRecord for exceptions whose argument is an exception not a string message * Fix use of `link.attributes.dropped`, which may not exist * Added py.typed file to top-level module * Drop Final annotation from Enum in semantic conventions * Update log export example to not use root logger * sdk: Add OS resource detector * sdk: Accept non URL-encoded headers in `OTEL_EXPORTER_OTLP_*HEADERS` to match other languages SDKs * Update semantic conventions to version 1.27.0 * Add support to type bytes for OTLP AnyValue * Export ExponentialHistogram and ExponentialHistogramDataPoint * Implement Client Key and Certificate File Support for All OTLP Exporters * Remove `_start_time_unix_nano` attribute from `_ViewInstrumentMatch` in favor of using `time_ns()` at the moment when the aggregation object is created - update to 1.26.0: * Standardizing timeout calculation in measurement consumer collect to nanoseconds * optional scope attributes for logger creation * optional scope attribute for tracer creation * OTLP exporter is encoding invalid span/trace IDs in the logs * Update sdk process resource detector `process.command_args` attribute to also include the executable itself * Fix `start_time_unix_nano` for delta collection for explicit bucket histogram aggregation OBS-URL: https://build.opensuse.org/request/show/1200069 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-opentelemetry-exporter-otlp?expand=0&rev=6
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ce03199c1680a845f82e12c0a6a8f61036048c07ec7a0bd943142aca8fa6ced0
|
||||
size 6140
|
3
opentelemetry_exporter_otlp-1.27.0.tar.gz
Normal file
3
opentelemetry_exporter_otlp-1.27.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4a599459e623868cc95d933c301199c2367e530f089750e115599fccd67cb2a1
|
||||
size 6166
|
@@ -1,3 +1,65 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 11 08:19:59 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.27.0:
|
||||
* Implementation of Events API
|
||||
* Make log sdk add `exception.message` to logRecord for
|
||||
exceptions whose argument is an exception not a string
|
||||
message
|
||||
* Fix use of `link.attributes.dropped`, which may not exist
|
||||
* Added py.typed file to top-level module
|
||||
* Drop Final annotation from Enum in semantic conventions
|
||||
* Update log export example to not use root logger
|
||||
* sdk: Add OS resource detector
|
||||
* sdk: Accept non URL-encoded headers in
|
||||
`OTEL_EXPORTER_OTLP_*HEADERS` to match other languages SDKs
|
||||
* Update semantic conventions to version 1.27.0
|
||||
* Add support to type bytes for OTLP AnyValue
|
||||
* Export ExponentialHistogram and ExponentialHistogramDataPoint
|
||||
* Implement Client Key and Certificate File Support for All
|
||||
OTLP Exporters
|
||||
* Remove `_start_time_unix_nano` attribute from
|
||||
`_ViewInstrumentMatch` in favor of using `time_ns()` at the
|
||||
moment when the aggregation object is created
|
||||
- update to 1.26.0:
|
||||
* Standardizing timeout calculation in measurement consumer
|
||||
collect to nanoseconds
|
||||
* optional scope attributes for logger creation
|
||||
* optional scope attribute for tracer creation
|
||||
* OTLP exporter is encoding invalid span/trace IDs in the logs
|
||||
* Update sdk process resource detector `process.command_args`
|
||||
attribute to also include the executable itself
|
||||
* Fix `start_time_unix_nano` for delta collection for explicit
|
||||
bucket histogram aggregation
|
||||
* Fix `start_time_unix_nano` for delta collection for sum
|
||||
aggregation
|
||||
* Update opentracing and opencesus docs examples to not use
|
||||
JaegerExporter
|
||||
* Do not execute Flask Tests in debug mode
|
||||
* When encountering an error encoding metric attributes in the
|
||||
OTLP exporter, log the key that had an error.
|
||||
* Fix `ExponentialHistogramAggregation`
|
||||
* Log a warning when a `LogRecord` in `sdk/log` has dropped
|
||||
attributes due to reaching limits
|
||||
* Fix RandomIdGenerator can generate invalid Span/Trace Ids
|
||||
* Add Python 3.12 to tox
|
||||
* Improve resource field structure for LogRecords
|
||||
* Update Semantic Conventions code generation scripts: - fix
|
||||
namespace exclusion that resulted in dropping `os` and `net`
|
||||
namespaces. - add `Final` decorator to constants to prevent
|
||||
collisions - enable mypy and fix detected issues - allow to
|
||||
drop specific attributes in preparation for Semantic
|
||||
Conventions v1.26.0
|
||||
* Update semantic conventions to version 1.26.0.
|
||||
* Use semconv exception attributes for record exceptions in
|
||||
spans
|
||||
* Fix _encode_events assumes events.attributes.dropped exists
|
||||
* Validate links at span creation
|
||||
* Add attributes field in `MeterProvider.get_meter` and
|
||||
`InstrumentationScope`
|
||||
* Fix inaccessible `SCHEMA_URL` constants in `opentelemetry-
|
||||
semantic-conventions`
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 17 11:37:41 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-opentelemetry-exporter-otlp
|
||||
Version: 1.25.0
|
||||
Version: 1.27.0
|
||||
Release: 0
|
||||
Summary: OpenTelemetry Collector Exporters
|
||||
License: Apache-2.0
|
||||
|
Reference in New Issue
Block a user