Skip to content

Proxy classes should not be instrumented #1735

@tobiasstadler

Description

@tobiasstadler

Is your feature request related to a problem?

I want to "instrument" an EJB using CaptureSpan:

@Stateful
public class MyBean {
    @CaptureSpan
    public void doSomething() {}
}

However the name of the span is not 'MyBean#doSomething', but 'view123#doSomething', beause the span is started by the proxy class.

Describe the solution you'd like

Proxy classes should not be instrumented

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions