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

Spring Webflux - Framework name and version not populated #3935

Closed
Mistborn94 opened this issue Jan 7, 2025 · 0 comments · Fixed by #3936
Closed

Spring Webflux - Framework name and version not populated #3935

Mistborn94 opened this issue Jan 7, 2025 · 0 comments · Fixed by #3936
Labels
agent-java community Issues and PRs created by the community triage

Comments

@Mistborn94
Copy link
Contributor

Is your feature request related to a problem?

When using Spring MVC, the service.framework.name and sevice.framework.version fields are populated on transactions. They are not populated for Spring Webflux.

Describe the solution you'd like

Framework name and version should be populated. It looks like this can be implemented in the co.elastic.apm.agent.springwebflux.TransactionAwareSubscriber in the apm-spring-webflux-spring5 module

Describe alternatives you've considered

I tried populating it myself using the apm-agent-api but that only supports setting the framework name, not the framework version.

Transaction setFrameworkName(String frameworkName);

@github-actions github-actions bot added agent-java community Issues and PRs created by the community triage labels Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agent-java community Issues and PRs created by the community triage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant