solr
solr copied to clipboard
Update dependency io.opentelemetry:opentelemetry-bom to v1.43.0
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| io.opentelemetry:opentelemetry-bom | dependencies | minor | 1.40.0 -> 1.43.0 |
Release Notes
open-telemetry/opentelemetry-java (io.opentelemetry:opentelemetry-bom)
v1.43.0
API
- Add helper class to capture context using ScheduledExecutorService (#6712)
- Adds Baggage.getEntry(String key) (#6765)
Extensions
- Fix ottracepropagation for short span ids (#6734)
SDK
Metrics
- Optimize advice with FilteredAttributes (#6633)
Exporters
- Add experimental stdout log, metric, trace exporters for printing records to stdout in standard OTLP JSON format. (#6675, #6750)
- Add Marshalers for profiling signal type (#6680)
Extensions
- Add
*Modelsuffix to declarative config generated classes. (#6721) - Use autoconfigured ClassLoader to load declarative config (#6725)
- Update declarative config to use opentelemetry-configuration v0.3.0 (#6733)
- Add
StructuredConfigProperties#getStructureddefault method, addStructuredConfigProperties.empty()(#6759)
Testing
- Add context info about wrong span or trace. (#6703)
v1.42.1
API
- Revert
java-test-fixturesplugin to remove test dependencies frompom.xml. (#6695)
v1.42.0
API
- BREAKING: Stabilize log support for AnyValue bodies. Rename
AnyValuetoValue, promote fromopentelemetry-api-incubatortoopentelemetry-api, change package fromio.opentelemetry.api.incubator.logstoio.opentelemetry.api.common. (#6591) - Noop implementations detect when
opentelemetry-api-incubatoris present and return extended noop implementations. (#6617)%
SDK
Traces
- Added experimental support for SpanProcessor OnEnding callback (#6367)
- Remove final modifier from SdkTracer.tracerEnabled (#6687)
Exporters
- Suppress zipkin exporter instrumentation (#6552)
- OTLP exporters return status code exceptions via CompletableResultCode in GrpcExporter and HttpExporter. (#6645)
- Align GrpcSender contract with HttpSender (#6658)
Extensions
- Add autoconfigure support for ns and us durations (#6654)
- Add declarative configuration ComponentProvider support for resources (#6625)
- Add declarative configuration ComponentProvider support for processors (#6623)
- Add declarative configuration ComponentProvider support for samplers (#6494)
- Add declarative configuration ComponentProvider support for propagators (#6624)
- Add declarative configuration missing pieces (#6677)
- Change jaeger remote sampler autoconfigure property from
pollingIntervaltopollingIntervalMsto match spec. (#6672)
Testing
- Add asserts for log record body fields (#6509)
v1.41.0
API
- Move experimental suppress instrumentation context key to api internal package (#6546)
Incubator
- Fix bug in
ExtendedContextPropagatorspreventing context extraction when case is incorrect. (#6569)
SDK
- Extend
CompletableResultCodewithfailExceptionally(Throwable). (#6348)
Metrics
- Avoid allocations when experimental advice doesn't remove any attributes. (#6629)
Exporter
- Enable retry by default for OTLP exporters. (#6588)
- Retry ConnectException, add retry logging. (#6614)
- Extend
PrometheusHttpServerwith ability to configure default aggregation as function of instrument kind, including experimental env var support. (#6541) - Add exporter data model impl for profiling signal type. (#6498)
- Add Marshalers for profiling signal type. (#6565)
- Use generateCertificates() of CertificateFactory to process certificates. (#6579)
Extensions
Configuration
📅 Schedule: Branch creation - "* * * * *" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot