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

Split Webflux into client and server #12852

Merged
merged 15 commits into from
Dec 13, 2024
Merged

Conversation

trask
Copy link
Member

@trask trask commented Dec 8, 2024

SpringWebfluxTelemetry* classes have been deprecated and split into SpringWebfluxClientTelemetry* and SpringWebfluxServerTelemetry*

Part of #12846

See #12867 for change log migration notes entry

@github-actions github-actions bot added the test native This label can be applied to PRs to trigger them to run native tests label Dec 8, 2024
@trask trask force-pushed the split-webflux branch 2 times, most recently from 79beda9 to 15400e8 Compare December 9, 2024 00:57
@trask trask force-pushed the split-webflux branch 4 times, most recently from 6679d4f to de56007 Compare December 9, 2024 04:40
@trask trask marked this pull request as ready for review December 9, 2024 05:24
@trask trask requested a review from a team as a code owner December 9, 2024 05:24
import org.springframework.web.reactive.function.client.ExchangeFilterFunction;

/** Entrypoint for instrumenting Spring Webflux HTTP clients. */
public final class SpringWebfluxClientTelemetry {
Copy link
Contributor

Choose a reason for hiding this comment

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

same question as with armeria, do we want client and server instrumentation in separate packages as with ktor

* SPDX-License-Identifier: Apache-2.0
*/

package io.opentelemetry.instrumentation.spring.webflux.old.v5_3;
Copy link
Member Author

Choose a reason for hiding this comment

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

I had to move this to a non-conflicting package so both @SpringBootApplication classes wouldn't be seen and conflict

@github-actions github-actions bot requested a review from theletterf December 11, 2024 18:14
@trask trask merged commit 39627d2 into open-telemetry:main Dec 13, 2024
56 checks passed
@trask trask deleted the split-webflux branch December 13, 2024 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test native This label can be applied to PRs to trigger them to run native tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants