Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: update opentelemetry.version to v1.49.0 #3607

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jan 23, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.opentelemetry:opentelemetry-sdk-testing 1.45.0 -> 1.49.0 age adoption passing confidence
io.opentelemetry:opentelemetry-sdk-trace 1.45.0 -> 1.49.0 age adoption passing confidence
io.opentelemetry:opentelemetry-sdk-metrics 1.45.0 -> 1.49.0 age adoption passing confidence
io.opentelemetry:opentelemetry-sdk 1.45.0 -> 1.49.0 age adoption passing confidence

Release Notes

open-telemetry/opentelemetry-java (io.opentelemetry:opentelemetry-sdk-testing)

v1.49.0

SDK
Trace
  • Avoid linear queue.size() calls in span producers by storing queue size separately
    (#​7141)
Exporters
  • OTLP: Add support for setting exporter executor service
    (#​7152)
  • OTLP: Refine delay jitter for exponential backoff
    (#​7206)
Extensions
  • Autoconfigure: Remove support for otel.experimental.exporter.otlp.retry.enabled
    (#​7200)
  • Autoconfigure: Add stable cardinality limit property otel.java.metrics.cardinality.limit
    (#​7199)
  • Incubator: Add declarative config model customizer SPI
    (#​7118)

v1.48.0

Compare Source

API
  • Add some helpful logging attribute methods to LogRecordBuilder
    (#​7089)
Incubator
  • Introduce ConfigProvider API. Rename StructuredConfigProperties to DeclarativeConfigProperties
    and move to opentelemetry-api-incubator. Rename FileConfiguration
    to DeclarativeConfiguration.
    (#​6549)
SDK
  • Log warning and adjust when BatchLogRecordProcessor, BatchSpanProcessor maxExportBatchSize
    exceeds maxQueueSize.
    (#​7045,
    #​7148)
  • Fix bug causing ThrottlingLogger to log more than once per minute
    (#​7156)
Metrics
  • Remove obsolete SdkMeterProviderUtil#setCardinalitylimit API
    (#​7169)
Traces
  • Fix bug preventing accurate reporting of span event dropped attribute count
    (#​7142)
Exporters
  • OTLP: remove support for otel.java.experimental.exporter.memory_mode
    which was previously replaced by otel.java.exporter.memory_mode
    (#​7127)
  • OTLP: Extract sender parameters to config carrier class
    (incubating API)
    (#​7151)
  • OTLP: Add support for setting OTLP exporter service class loader
    (#​7150)
Tooling
  • Update android animalsniffer min API version to 23
    (#​7153)

v1.47.0

Compare Source

API
Incubator
  • Make ExtendedTracer easier to use
    (#​6943)
  • Add ExtendedLogRecordBuilder#setEventName and corresponding SDK and OTLP serialization
    (#​7012)
  • BREAKING: Drop event API / SDK
    (#​7053)
SDK
  • Remove -alpha artifacts from runtime classpath of stable components
    (#​6944)
Traces
  • Bugfix: Follow spec on span limits, batch processors
    (#​7030)
  • Add experimental SdkTracerProvider.setScopeConfigurator(ScopeConfigurator) for
    updating TracerConfig at runtime
    (#​7021)
Profiles
  • Add AttributeKeyValue abstraction to common otlp exporters
    (#​7026)
  • Improve profiles attribute table handling
    (#​7031)
Exporters
  • Interpret timeout zero value as no limit
    (#​7023)
  • Bugfix - OTLP: Fix concurrent span reusable data marshaler
    (#​7041)
  • OTLP: Add ability to customize retry exception predicate
    (#​6991)
  • OTLP: Expand default OkHttp sender retry exception predicate
    (#​7047,
    #​7057)
Extensions
  • Autoconfigure: Consistent application of exporter customizers when otel.{signal}.exporter=none
    (#​7017)
  • Autoconfigure: Promote EnvironmentResourceProvider to public API
    (#​7052)
  • Autoconfigure: Ensure OTEL_PROPAGATORS still works when OTEL_SDK_DISABLED=true.
    (#​7062)%
Testing
  • Add W3CBaggagePropagator to OpenTelemetryRule, OpenTelemetryExtension.
    (#​7056)

v1.46.0

Compare Source

SDK
  • Remove unused dependencies, cleanup code after stabilizing Value
    (#​6948)
  • Explicitly allow null into CompletableResultCode.failExceptionally()
    (#​6963)
Traces
Logs
  • Add getters/accessors for readable fields in ReadWriteLogRecord.
    (#​6924)
Exporters
  • OTLP: Update to opentelemetry-proto 1.5
    (#​6999)
  • Bugfix - OTLP: Ensure Serializer runtime exceptions are rethrown as IOException
    (#​6969)
  • BREAKING - OTLP: Delete experimental OTLP authenticator concept.
    See OTLP authentication docs
    for supported solutions.
    (#​6984)
Extensions
  • BREAKING - Autoconfigure: Remove support for deprecated otel.experimental.resource.disabled.keys
    (#​6931)

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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot requested review from a team as code owners January 23, 2025 05:46
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 23, 2025
@product-auto-label product-auto-label bot added size: xs Pull request size is extra small. api: spanner Issues related to the googleapis/java-spanner API. labels Jan 23, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 23, 2025
@renovate-bot renovate-bot changed the title deps: update opentelemetry.version to v1.46.0 deps: update opentelemetry.version to v1.47.0 Feb 7, 2025
@renovate-bot renovate-bot force-pushed the renovate/opentelemetry.version branch from 779b1c8 to d963db2 Compare February 7, 2025 21:45
@renovate-bot renovate-bot requested a review from a team as a code owner February 7, 2025 21:45
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 7, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 7, 2025
@renovate-bot renovate-bot force-pushed the renovate/opentelemetry.version branch from d963db2 to f3ac41d Compare March 3, 2025 12:42
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 3, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 3, 2025
@renovate-bot renovate-bot changed the title deps: update opentelemetry.version to v1.47.0 deps: update opentelemetry.version to v1.48.0 Mar 8, 2025
@renovate-bot renovate-bot force-pushed the renovate/opentelemetry.version branch from f3ac41d to 7b1d6c1 Compare March 8, 2025 01:33
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 8, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 8, 2025
@renovate-bot renovate-bot force-pushed the renovate/opentelemetry.version branch from 7b1d6c1 to fb3bbd6 Compare March 17, 2025 13:36
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 17, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 17, 2025
@renovate-bot renovate-bot force-pushed the renovate/opentelemetry.version branch from fb3bbd6 to 0e8e829 Compare April 4, 2025 21:27
@renovate-bot renovate-bot changed the title deps: update opentelemetry.version to v1.48.0 deps: update opentelemetry.version Apr 4, 2025
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 4, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 4, 2025
@renovate-bot renovate-bot changed the title deps: update opentelemetry.version deps: update opentelemetry.version to v1.49.0 Apr 5, 2025
@renovate-bot renovate-bot force-pushed the renovate/opentelemetry.version branch from 0e8e829 to 0793f8b Compare April 5, 2025 01:23
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 5, 2025
@yoshi-kokoro yoshi-kokoro removed kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Apr 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the googleapis/java-spanner API. size: xs Pull request size is extra small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants