Skip to content

Fix tracing after upgrading spring boot to 4.x.x#289

Merged
Dankoy merged 3 commits intomainfrom
fix-tracing
Jan 6, 2026
Merged

Fix tracing after upgrading spring boot to 4.x.x#289
Dankoy merged 3 commits intomainfrom
fix-tracing

Conversation

@Dankoy
Copy link
Copy Markdown
Owner

@Dankoy Dankoy commented Jan 6, 2026

Description

Updated dependencies.

Updated application properties.

For custom RestClients, which use load balancer, added ObservationRegistry.

Fixes #288

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Run app, logs should contain traces. Zipkin should have traces.

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
  • I have updated project version if release is planned

@Dankoy Dankoy self-assigned this Jan 6, 2026
@Dankoy Dankoy added java Pull requests that update Java code monitoring Monitoring related fix Fix something that isn't working high High priority labels Jan 6, 2026
@Dankoy Dankoy moved this to In Progress in @Dankoy's jforwarder Jan 6, 2026
Copy link
Copy Markdown
Owner Author

@Dankoy Dankoy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@Dankoy Dankoy merged commit ae671bc into main Jan 6, 2026
19 checks passed
@github-project-automation github-project-automation Bot moved this from In Progress to Done in @Dankoy's jforwarder Jan 6, 2026
@Dankoy Dankoy deleted the fix-tracing branch January 6, 2026 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix Fix something that isn't working high High priority java Pull requests that update Java code monitoring Monitoring related

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

In Spring boot 4.0.0 zipkin and micrometer doesn't work

1 participant