Skip to content

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented May 26, 2025

This PR contains the following updates:

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

Release Notes

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

v1.53.0

Compare Source

SDK
  • File based config will log the wrong file format, when applicable.
    (#​7498)
Exporters
  • Change okhttp dependency to okhttp-jvm, which fixes missing class failures in
    transitive dependencies.
    (#​7517)

v1.52.0

Compare Source

API
Common
  • Promote ComponentLoader to new opentelemetry-common artifact,
    standardize SPI loading
    (#​7446)
Context
  • LazyStorage passes its ClassLoader when loading ContextStorageProvider SPI
    (#​7424)
Incubator
  • Add context and severity params to ExtendedLogger#isEnabled
    (#​7268)
  • Add new convenience methods for converting DeclarativeConfigProperties to config model
    (#​7453)
SDK
  • Add custom stacktrace renderer which is length limit aware
    (#​7281)
Metrics
  • Propagate flush to PeriodicMetricReader's metricExporter.
    (#​7410)
Exporters
  • OTLP - JdkHttpSender: ensure proper closure of HttpClient in shutdown method
    (#​7390)
  • OTLP: profile exporters fix and test improvements
    (#​7442)
  • OTLP: Loading Compressor SPI via ComponentLoader configured through setComponentLoader
    (#​7428)
  • Prometheus: add scope schema URL and attributes
    (#​7356)
  • Prometheus: extend prometheus declarative config support to include without_scope_info,
    with_resource_constant_labels
    (#​6840)
Extensions
  • Autoconfigure: fix race condition of GlobalOpenTelemetry initialization with
    AutoConfiguredOpenTelemetrySdkBuilder
    (#​7365)
  • Declarative config: update to declarative config 1.0-rc.1
    (#​7436)
  • Declarative config: resolve environment variable substitution for mixed quotes
    (#​7433)

v1.51.0

Compare Source

API
Context
  • Fix context storage provider property name in log message
    (#​7342)
SDK
  • Experimental configurable exception.* attribute resolution for SdkTracerProvider,
    SdkLoggerProvider
    (#​7266)
Exporters
  • All exporters: implement new SemConv exporter health metrics, with configuration API for selecting
    schema version
    (#​7265)
  • OTLP: Add gRPC export for profiles signal type.
    (#​7301)
  • OTLP: Run JDK HTTP sender on non-daemon threads.
    (#​7322)
  • Prometheus: fix serialization of arrays
    (#​7291)
  • OTLP: exporter tolerates instances of LogRecordData when incubator is present
    (#​7393)
Extensions
  • Declarative config: Handle instrumentation node changes in yaml config file format 0.4
    (#​7357)

v1.50.0

Compare Source

API
  • Clarify that AttributesBuilder.put allows nulls
    (#​7271)
  • Stabilize log record event name
    (#​7277)
Context
  • Fix duplicated ExecutorService wrap
    (#​7245)
  • Promote getAll to TextMapGetter stable API
    (#​7267)
Incubator
  • Add ExtendedLogRecordBuilder#setException
    (#​7182)
  • Add experimental support for log extended attributes
    (#​7123)
SDK
  • Remove Java9VersionSpecific clock implementation
    (#​7221)
  • Add addProcessorFirst to SdkTracerProviderBuilder, SdkLoggerProviderBuilder
    (#​7243)
Logs
  • Add setLoggerConfigurator support to LoggerProvider
    (#​7332)
Metrics
  • Add DelegatingMetricData
    (#​7229)
  • Spatial aggregation for async instruments with filtering views
    (#​7264)
Exporters
  • Prometheus: Add Authenticator support for PrometheusHttpServer
    (#​7225)
  • OTLP: Fix OTLP metric exporter toBuilder() loosing temporality
    (#​7280)
  • OTLP: Allow Otlp*MetricExporter's to publish export stats
    (#​7255)
Extensions
  • Declarative config: Add support for escaping env var substitution
    (#​7033)
  • Declarative config: update to opentelemetry-configuration 0.4
    (#​7064)
  • Declarativeconfig: Refactor internals to add DeclarativeConfigContext
    (#​7293)
Project tooling

v1.49.0

Compare Source

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)

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 May 26, 2025 11:03
@dpebot
Copy link
Contributor

dpebot commented May 26, 2025

/gcbrun

@product-auto-label product-auto-label bot added the size: xs Pull request size is extra small. label May 26, 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 May 26, 2025
@product-auto-label product-auto-label bot added the api: spanner Issues related to the googleapis/java-spanner API. label May 26, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 26, 2025
@renovate-bot renovate-bot force-pushed the renovate/opentelemetry.version branch from 90aae79 to 2c0ddc3 Compare June 6, 2025 19:08
@renovate-bot renovate-bot changed the title deps: update opentelemetry.version to v1.50.0 deps: update opentelemetry.version to v1.51.0 Jun 6, 2025
@dpebot
Copy link
Contributor

dpebot commented Jun 6, 2025

/gcbrun

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 6, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 6, 2025
@renovate-bot renovate-bot changed the title deps: update opentelemetry.version to v1.51.0 deps: update opentelemetry.version to v1.52.0 Jul 12, 2025
@renovate-bot renovate-bot force-pushed the renovate/opentelemetry.version branch from 2c0ddc3 to d21e621 Compare July 12, 2025 02:44
@dpebot
Copy link
Contributor

dpebot commented Jul 12, 2025

/gcbrun

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 12, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 12, 2025
@renovate-bot renovate-bot force-pushed the renovate/opentelemetry.version branch from d21e621 to 2790b35 Compare August 8, 2025 20:23
@renovate-bot renovate-bot changed the title deps: update opentelemetry.version to v1.52.0 deps: update opentelemetry.version to v1.53.0 Aug 8, 2025
@dpebot
Copy link
Contributor

dpebot commented Aug 8, 2025

/gcbrun

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 8, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 8, 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