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

fix(deps): update dependency io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom to v1.29.0 #231

Merged
merged 1 commit into from
Aug 17, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 17, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom 1.28.0 -> 1.29.0 age adoption passing confidence

Release Notes

open-telemetry/opentelemetry-java-instrumentation (io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom)

v1.29.0

Migration notes
  • NetClientAttributesExtractor and NetServerAttributesExtractor
    have been deprecated
    (#​9165,
    #​9156)
  • HttpClientAttributesGetter now extends NetClientAttributesGetter
    and HttpServerAttributesGetter extends NetServerAttributesGetter
    (#​9015,
    #​9088)
  • A couple of Spring starter configuration options have been renamed to match Java agent options:
    • otel.springboot.httpclients.enabled -> otel.instrumentation.spring-webmvc.enabled
      or otel.instrumentation.spring-webmvc.enabled depending on the underlying http client
    • otel.springboot.aspects.enabled -> otel.instrumentation.annotations.enabled
      (#​8950)
  • Previously deprecated suppression key executor was removed from executors module,
    the new suppression key is executors
    (#​9064)
🌟 New javaagent instrumentation
🌟 New library instrumentation
📈 Enhancements
  • Include OpenTelemetry logging appenders in the Spring Starter
    (#​8945)
  • Support RPC metrics under "stable" http semconv opt-in
    (#​8948)
  • Support the http.request.method_original attribute under "stable" semconv opt-in
    (#​8779)
  • Make server.socket.* attributes on the HTTP server side opt-in
    (#​8747)
  • Fill additional db.* attributes on DataSource#getConnection()
    (#​8966)
  • Lettuce instrumentation - optimization to avoid extra toString()
    (#​8984)
  • Allow overriding span name in spring web library instrumentation
    (#​8933)
  • Implement HTTP resend spec for Reactor Netty (excl CONNECT spans)
    (#​8111)
  • Set process.runtime.jvm.system.cpu.load_1m metric unit to {run_queue_item}
    (#​8777)
  • Update elasticsearch instrumentation to work with latest version
    (#​9066)
  • Reactor Netty: emit actual HTTP client spans on connection errors
    (#​9063)
  • Rename http.*.duration to http.*.request.duration under "stable" semconv opt-in
    (#​9089)
  • Snippet inject support for non-empty head tags
    (#​8736)
  • Update network.protocol.version 2.0 -> 2 and 3.0 -> 3
    (#​9145)
  • @​WithSpan support for kotlin coroutines
    (#​8870)
🛠️ Bug fixes
  • Fix incompatibility between quarkus resteasy reactive and vertx-web instrumentations
    (#​8998)
  • Fix IllegalArgumentException in MetroServerSpanNaming
    (#​9075)
  • Fix rector netty instrumentation under concurrency
    (#​9081)
  • Improve grpc cancellation propagation
    (#​8957)
  • Add missing timestamp for jboss logmanager instrumentation
    (#​9159)
  • Handle kafka METRIC_REPORTER_CLASSES_CONFIG being set to a List
    (#​9155)
  • Fix NullPointerException with Pulsar and SSL
    (#​9166)
  • Netty 4.1: handle closing connection before the request completes
    (#​9157)
  • Micrometer bridge: use app's thread context class loader for callbacks into app
    (#​9000)
  • Fix context propagation in Executor#execute() for non-capturing lambdas
    (#​9179)
  • Ensure reactor netty spans are ended in the order they were started
    (#​9203)

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.


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

This PR has been generated by Mend Renovate. View repository job log here.

@Ahoo-Wang Ahoo-Wang added the dependency Upgrade dependencies label Aug 17, 2023
@codecov
Copy link

codecov bot commented Aug 17, 2023

Codecov Report

Merging #231 (5c7a5d4) into main (81b7551) will not change coverage.
Report is 1 commits behind head on main.
The diff coverage is n/a.

@@            Coverage Diff            @@
##               main     #231   +/-   ##
=========================================
  Coverage     87.98%   87.98%           
  Complexity      513      513           
=========================================
  Files           161      161           
  Lines          1822     1822           
  Branches        159      159           
=========================================
  Hits           1603     1603           
  Misses          123      123           
  Partials         96       96           
Flag Coverage Δ
unittests 87.98% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@Ahoo-Wang Ahoo-Wang merged commit b104f78 into main Aug 17, 2023
21 checks passed
@Ahoo-Wang Ahoo-Wang deleted the renovate/opentelemetry branch August 17, 2023 06:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency Upgrade dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant