Skip to content

Spring metadata updates (part 1)#16123

Merged
trask merged 8 commits intoopen-telemetry:mainfrom
jaydeluca:spring-metadata-updates
Feb 11, 2026
Merged

Spring metadata updates (part 1)#16123
trask merged 8 commits intoopen-telemetry:mainfrom
jaydeluca:spring-metadata-updates

Conversation

@jaydeluca
Copy link
Copy Markdown
Member

Part of #14096

There's a lot of spring modules, so breaking it into two groups.

@jaydeluca jaydeluca requested a review from a team as a code owner February 9, 2026 19:04
* `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
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

description for LOGGING_BRIDGE ends with . while other descriptions don't

Comment thread docs/instrumentation-list.yaml Outdated
- 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.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

elsewhere you replaced new telemetry with any telemetry

Comment thread docs/instrumentation-list.yaml Outdated
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.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

kind of assumes that the reader knows what a process spans is, idk whether that is an issue

@trask trask merged commit b6fb1c6 into open-telemetry:main Feb 11, 2026
85 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants