Annotation Interface TraceReactivePanacheMongoRepository
@InterceptorBinding
@Retention(RUNTIME)
@Target({TYPE,METHOD,CONSTRUCTOR})
@Inherited
public @interface TraceReactivePanacheMongoRepository
Annotation to mark the classes which implement
ReactivePanacheMongoRepositoryBase
that must be
traced.
io.quarkus:quarkus-opentelemetry
must be added among the dependencies.
- Author:
- Antonio Tarricone