Interface ContextCustomizer<REQUEST>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      io.opentelemetry.context.Context start​(io.opentelemetry.context.Context context, REQUEST request, io.opentelemetry.api.common.Attributes startAttributes)
      Context customizer method that is called during Instrumenter.start(Context, Object), allowing customization of the Context that is returned from that method.
    • Method Detail

      • start

        io.opentelemetry.context.Context start​(io.opentelemetry.context.Context context,
                                               REQUEST request,
                                               io.opentelemetry.api.common.Attributes startAttributes)
        Context customizer method that is called during Instrumenter.start(Context, Object), allowing customization of the Context that is returned from that method.