opentracing-contrib / meta

A meta-repository for OpenTracing contributions
Apache License 2.0
35 stars 16 forks source link

Request to transfer opentracing-java-mongo under opentracing-contrib #20

Closed malafeev closed 7 years ago

malafeev commented 7 years ago

@bhs Please create repository java-mongo-driver under opentracing-contrib. I would like to transfer OpenTracing Mongo Driver Instrumentation (https://github.com/malafeev/opentracing-java-mongo).

bhs commented 7 years ago

So this one does seem like a -client instead of a -driver, correct? (per #21)

malafeev commented 7 years ago

I would prefer -driver although main object is MongoClient

        <dependency>
            <groupId>org.mongodb</groupId>
            <artifactId>mongo-java-driver</artifactId>
            <version>${mongo.driver.version}</version>
        </dependency>

        <dependency>
            <groupId>org.mongodb</groupId>
            <artifactId>mongodb-driver-async</artifactId>
            <version>${mongo.driver.version}</version>
        </dependency>
bhs commented 7 years ago

@malafeev https://github.com/opentracing-contrib/java-mongo-client/invitations

I realize you preferred -driver, but I did some light googling and it looks like "client" is the term that's preferred in the Mongo universe, so I've gone with that. If you feel strongly, let me know and we can debate it. :)

bhs commented 7 years ago

hmmmm... I did some more googling and have reversed my opinion :)

I will change the repo name: https://github.com/opentracing-contrib/java-mongo-driver/invitations

malafeev commented 7 years ago

:)