cloud-trace-java
cloud-trace-java copied to clipboard
Hi, my plan is to integrate tracing into our existing backend. All the request handling is currently accomplished by a chain of CompletionStages. My intention now was to simply hook...
What do you think about make it an implementation of [opentracing](http://opentracing.io) ? The interfaces are defined here: https://github.com/opentracing/opentracing-java
Not sure if this is the correct place to file this issue. Please let me know if I should be knocking at someone else's door. Besides `CLIENT` and `SERVER` span...
https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-trace What's the purpose of this repo vs. that one?
This gives users a simple example for how to wire logs and traces together so that log entries can display inline with trace spans in the Stackdriver Trace Viewer.
Consumer-API (exporter, reporter): * TraceConsumer interface * TraceConsumer implementations * Minimal dependencies (almost nothing - proto-google-cloud-trace-v1) Stackdriver-Consumer (depends on google-cloud-java + consumer-api) * gRPC/HTTP implementations of these. Sink will have...
In TraceGrpcApiService constructor, it explicitly use JavaTimestampFactory which uses java.time.Instant which is introduced since JDK8 and there is no easy way to replace it with jodaTimestampFactory.