Spring metadata updates (part 1)#16123
Merged
trask merged 8 commits intoopen-telemetry:mainfrom Feb 11, 2026
Merged
Conversation
…mentation into spring-metadata-updates
laurit
reviewed
Feb 10, 2026
| * `CONTROLLER_SPANS`: Instrumentation that generates controller-level spans for controller/handler methods in web frameworks (disabled by default, experimental) | ||
| * `VIEW_SPANS`: Instrumentation that generates view-level spans for view rendering such as templates or JSP (disabled by default, experimental) | ||
| * `LOGGING_BRIDGE`: Instrumentation that bridges logging framework events to the OpenTelemetry Logs API. These instrumentations capture log records from standard logging frameworks and emit them as OpenTelemetry log records. | ||
| * `RESOURCE_DETECTOR`: Instrumentation that sets resource attributes based on certain conditions |
Contributor
There was a problem hiding this comment.
description for LOGGING_BRIDGE ends with . while other descriptions don't
laurit
reviewed
Feb 10, 2026
| - name: spring-cloud-gateway-webmvc-4.3 | ||
| display_name: Spring Cloud Gateway Server WebMVC | ||
| description: | | ||
| This instrumentation enhances tracing for Spring Cloud Gateway Server WebMVC. It does not generate new telemetry on its own, but rather enriches existing traces produced by other instrumentations like Spring WebMVC with Spring Cloud Gateway-specific attributes. |
Contributor
There was a problem hiding this comment.
elsewhere you replaced new telemetry with any telemetry
laurit
reviewed
Feb 10, 2026
| display_name: Spring Cloud AWS | ||
| description: | | ||
| This instrumentation enhances tracing for Spring Cloud AWS. It augments the existing AWS SDK instrumentation by providing higher-level tracing for SQS operations, capturing details specific to Spring Cloud AWS SQS usage and linking them to the underlying AWS SDK traces. | ||
| This instrumentation enhances messaging span creation for Spring Cloud AWS SQS. It coordinates with the AWS SDK instrumentation to create process spans at the appropriate points in Spring Cloud AWS message handling. |
Contributor
There was a problem hiding this comment.
kind of assumes that the reader knows what a process spans is, idk whether that is an issue
laurit
approved these changes
Feb 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of #14096
There's a lot of spring modules, so breaking it into two groups.