Class SpringWsCodeAttributesGetter

java.lang.Object
io.opentelemetry.javaagent.instrumentation.spring.ws.v2_0.SpringWsCodeAttributesGetter
All Implemented Interfaces:
io.opentelemetry.instrumentation.api.instrumenter.code.CodeAttributesGetter<SpringWsRequest>

public class SpringWsCodeAttributesGetter extends Object implements io.opentelemetry.instrumentation.api.instrumenter.code.CodeAttributesGetter<SpringWsRequest>
  • Constructor Details

    • SpringWsCodeAttributesGetter

      public SpringWsCodeAttributesGetter()
  • Method Details

    • getCodeClass

      public Class<?> getCodeClass(SpringWsRequest request)
      Specified by:
      getCodeClass in interface io.opentelemetry.instrumentation.api.instrumenter.code.CodeAttributesGetter<SpringWsRequest>
    • getMethodName

      public String getMethodName(SpringWsRequest request)
      Specified by:
      getMethodName in interface io.opentelemetry.instrumentation.api.instrumenter.code.CodeAttributesGetter<SpringWsRequest>