Class InstrumentationRequest

java.lang.Object
com.vaadin.extension.InstrumentationRequest

public class InstrumentationRequest extends Object
  • Constructor Details

    • InstrumentationRequest

      public InstrumentationRequest(String name, io.opentelemetry.api.trace.SpanKind spanKind)
    • InstrumentationRequest

      public InstrumentationRequest(String name, io.opentelemetry.api.trace.SpanKind spanKind, Map<String,String> attributes)
  • Method Details

    • getName

      public String getName()
    • getSpanKind

      public io.opentelemetry.api.trace.SpanKind getSpanKind()
    • getAttributes

      public Map<String,String> getAttributes()