Skip to content

Spring Webflux - Framework name and version not populated #3935

@Mistborn94

Description

@Mistborn94

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions