opentracing-contrib / java-mongo-driver

OpenTracing Instrumentation for Mongo Driver
Apache License 2.0
13 stars 12 forks source link

filter out getmore operations #6

Closed golonzovsky closed 5 years ago

golonzovsky commented 5 years ago

It would be really useful to filter out getmore operations on oplog.rs.

Oplog listeners create lots of noise with this:

screenshot from 2019-02-13 18-15-16

malafeev commented 5 years ago

fixed by https://github.com/opentracing-contrib/java-mongo-driver/pull/8