Sha256: 1cd721d0ecdcebf2afa0aec3d3e24b2eed78a62ce6b61916fd5a93907d9b9a51
Contents?: true
Size: 433 Bytes
Versions: 11
Compression:
Stored size: 433 Bytes
Contents
# frozen_string_literal: true module OpenTracing module Instrumentation # Mongo driver instrumentation. Support mongo gem version 2.x. module Mongo autoload :DirectSanitazer, 'opentracing/instrumentation/mongo/direct_sanitazer' autoload :TraceSubscriber, 'opentracing/instrumentation/mongo/trace_subscriber' autoload :QuerySanitazer, 'opentracing/instrumentation/mongo/query_sanitazer' end end end
Version data entries
11 entries across 11 versions & 1 rubygems