factory
- update to 1.42.1:
* This is a patch release on the previous 1.42.0/0.63b0
release, fixing the issue(s) below.
* ### Fixed
* Preserve the random trace ID flag when creating child spans
instead of always setting the random trace id bit depending
on the available trace id generator.
- update to 1.42.0:
* ### Added
* `opentelemetry-api`, `opentelemetry-sdk`: add support for
'random-trace-id' flags in W3C traceparent header trace
flags. Implementations of `IdGenerator` that do randomly
generate the 56 least significant bits, should also implement
a `is_trace_id_random` methods that returns `True`.
* `opentelemetry-sdk`: Add
`create_logger_provider`/`configure_logger_provider` to
declarative file configuration, enabling LoggerProvider
instantiation from config files without reading env vars
* `opentelemetry-sdk`: Add `service` resource detector support
to declarative file configuration via
`detection_development.detectors[].service`
* Add `registry` keyword argument to `PrometheusMetricReader`
to allow passing a custom Prometheus registry
* `opentelemetry-sdk`: add `load_entry_point` shared utility to
declarative file configuration for loading plugins via entry
points; refactor propagator loading to use it
* `opentelemetry-sdk`: add sampler plugin loading to
declarative file configuration via the
`opentelemetry_sampler` entry point group, matching the
spec's PluginComponentProvider mechanism
OBS-URL: https://build.opensuse.org/request/show/1361876
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-opentelemetry-sdk?expand=0&rev=21
Description
No description provided
Languages
RPM Spec
100%