opentracing-contrib / meta

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

Request to transfer opentracing-java-aws under opentracing-contrib #17

Closed malafeev closed 7 years ago

malafeev commented 7 years ago

Please help me to transfer java-aws (https://github.com/malafeev/opentracing-java-aws) under opentracing-contrib

yurishkuro commented 7 years ago

Could you please provide more details about what this lib is actually instrumenting, so that we can pick an appropriate repo name? AWS is a huge ecosystem.

malafeev commented 7 years ago

it is an java aws sdk instrumentation (s3 client, dynamodb client etc). @bhs already created repo: https://github.com/opentracing-contrib/java-aws-sdk thanks

bhs commented 7 years ago

@yurishkuro as I understand it, the idea is to provide interceptor-style tracing for the AWS SDKs. IMO it's worth batching those into a single git repo since there is a lot of redundancy.