Open privettoli opened 4 years ago
Was able to setup it this way:
@Bean
public MongoClientSettingsBuilderCustomizer reactiveStreamsMongoClientSettingsBuilderCustomizer(Tracer tracer) {
return builder -> builder.addCommandListener(new TracingCommandListener.Builder(tracer).build());
}
My problem solved, but the question is still valid.
yes, it's definitely missing part.
I'm sorry if this is answered in documentation I was unable to find any information on instrumentation support of Mongo Reactive driver (
org.mongodb:mongodb-driver-reactivestreams
) Is this currently not implemented?