1
0

1 Commits

Author SHA256 Message Date
9e5be5a470 - 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/package/show/devel:languages:python/python-opentelemetry-exporter-otlp?expand=0&rev=14
2024-09-11 08:20:37 +00:00