lightstep / lightstep-tracer-android

The Lightstep distributed tracing library for Android.
https://lightstep.com
MIT License
8 stars 1 forks source link

update readme to mark http as default and recommended configuration #36

Closed MatthewDolan closed 5 years ago

MatthewDolan commented 5 years ago

R: @aliceadelef @ltyson

CC: @lightstep/team-observability @lightstep/team-application-developer

Summary of Change

This updates the readme to mark http as the default transport protocol (replacing grpc). This should make it easier to get up and running the java tracer without needing grpc networking infrastructure.

carlosalberto commented 5 years ago

Nice, I had been thinking about this too ;)