fix(deps): update dependency io.opentelemetry:opentelemetry-bom to v1.22.0 #182
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.21.0->1.22.0Release Notes
open-telemetry/opentelemetry-java
v1.22.0API
Previously,
GlobalOpenTelemetry.gettriggered autoconfigurationif
opentelemetry-sdk-extension-autoconfigurewas detected on the classpath. That behavior is nowopt-in by setting environment variable
OTEL_JAVA_GLOBAL_AUTOCONFIGURE_ENABLED=true.(#5010)
(#5050)
Context
(#5061)
SDK
ConfigUtilfor reading environment variables and system properties(#5048)
Metrics
(#5023)
(#5047)
(#5072)
Exporter
OtlpGrpcSpanExporter,OtlpHttpSpanExporter,OtlpGrpcLogRecordExporter,OtlpHttpLogRecordExporter,ZipkinSpanExporter, andJaegerGrpcSpanExporterare nowinstrumented with
GlobalOpenTelemetryby default. Instrumentation initializes lazily to preventordering issue of accessing
GlobalOpenTelemetry.getbeforeGlobalOpenTelemetry.setis called.(#4993)
ConfigurableSpanExporterProviderimplementation forJaegerGrpcSpanExporter(#5002)
ConfigurableSpanExporterProvider,ConfigurableMetricExporterProvider,ConfigurableLogRecordExporterProviderforOtlpGrpc{Signal}Exportersand
OtlpHttp{SignalExporters(#5003)
(#5080)
AutoConfigurationCustomizerProviderimplementation forPrometheusHttpServer(#5053)
target_infoand scopetarget_infometrics toPrometheusHttpServerin compliancewith spec
(#5039)
PrometheusHttpServer(#5062)
(#5078)
SDK Extensions
none,all,with_sampled_traceare deprecated. Usealways_off,always_on,trace_basedinstead.(#5063)
OpenTracing Shim
(#4988)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR has been generated by Mend Renovate. View repository job log here.