opentracing / opentracing-java

OpenTracing API for Java. 🛑 This library is DEPRECATED! https://github.com/opentracing/specification/issues/163
http://opentracing.io
Apache License 2.0
1.68k stars 344 forks source link

Research - Instrumentation for Android components #297

Open jpkrohling opened 6 years ago

jpkrohling commented 6 years ago

As a continuation of #296 and https://github.com/jaegertracing/jaeger/issues/993, we need to understand what kind of instrumentation makes sense for Android applications.

For instance, would it be possible to auto instrument the data APIs? Would it make sense and/or be possible to have a trace with spans from different apps? How would the context be passed between them?