Class SpanNameGenerator

java.lang.Object
com.vaadin.extension.SpanNameGenerator
All Implemented Interfaces:
io.opentelemetry.instrumentation.api.instrumenter.SpanNameExtractor<InstrumentationRequest>

public class SpanNameGenerator extends Object implements io.opentelemetry.instrumentation.api.instrumenter.SpanNameExtractor<InstrumentationRequest>
Generate the span name from the VaadinRequest object name field.
  • Constructor Details

    • SpanNameGenerator

      public SpanNameGenerator()
  • Method Details