Steve Flanders
Steve Flanders
Hey @arey this PR brings distributed tracing to the microservices application. I can update the README. The collector is used to forward the received trace data to Zipkin.
Took a look at the README and it does not say much about Zipkin -- added Otel Collector. Collector was added so users could switch to a different backend if...
@DazWilkin nice find -- yes the agent/collector configuration is known to be inconsistent. This will be addressed in the OpenTelemetry Service.
@tigrannajaryan @pjanotti do we plan to do this in OpenTelemetry Service?
@rghetia what is the latest on this?
@pjanotti is this still applicable?
@c24t this appears to work, thanks! note, there are other parts of the library that also need to be updated. For example, opencensus/trace/ext/flask/flask_middleware.py
@tigrannajaryan is this still applicable?
@pjanotti does this need to move to OpenTelemetry Service?
Agreed -- one of the design decisions for OC service was to set and forget client libraries, but with the current implementation that is not possible (already aware of someone...