Skip to content

Conversation

@Syed-2000
Copy link

Fixes #48576

This pull request updates the Spring Boot documentation for Micrometer Tracing to clarify the modular tracing support introduced in Spring Boot 4.

Changes include:

Emphasizing that having spring-boot-starter-actuator on the classpath alone does not enable tracing.

Explaining that tracing is fully auto-configured only when a supported tracing bridge and tracer implementation (e.g., OpenTelemetry bridge + Zipkin) are present.

Updating the "Getting Started" and "Tracer Implementations" sections to reflect this requirement, so developers understand which dependencies are needed to enable tracing.

This ensures that users following the documentation will correctly configure tracing without confusion.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Dec 18, 2025
@Syed-2000 Syed-2000 force-pushed the fix-tracing-docs-boot4 branch from af8516d to 902b5d7 Compare December 18, 2025 17:34
@Syed-2000
Copy link
Author

Hi team,

This PR updates the Spring Boot documentation for Micrometer Tracing to clarify the modular tracing support in Spring Boot 4. It ensures that users understand that spring-boot-starter-actuator alone does not enable tracing, and that a supported tracing bridge + tracer implementation is required.

Thanks for reviewing!

@mhalbritter
Copy link
Contributor

Thanks for the PR, but this isn't what we're looking for.

@mhalbritter mhalbritter added status: declined A suggestion or change that we don't feel we should currently apply and removed status: waiting-for-triage An issue we've not yet triaged labels Dec 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status: declined A suggestion or change that we don't feel we should currently apply

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update Tracing section for Spring Boot 4's modularity

3 participants