Class OTelIdProducer

java.lang.Object
io.quarkus.jfr.runtime.internal.OTelIdProducer
All Implemented Interfaces:
io.quarkus.jfr.api.IdProducer

@RequestScoped public class OTelIdProducer extends Object implements io.quarkus.jfr.api.IdProducer
  • Field Details

    • span

      @Inject io.opentelemetry.api.trace.Span span
  • Constructor Details

    • OTelIdProducer

      public OTelIdProducer()
  • Method Details

    • getTraceId

      public String getTraceId()
      Specified by:
      getTraceId in interface io.quarkus.jfr.api.IdProducer
    • getSpanId

      public String getSpanId()
      Specified by:
      getSpanId in interface io.quarkus.jfr.api.IdProducer