Bogdan Drutu

Results 550 comments of Bogdan Drutu

This is coming from the server side which closes the connection to the server every 1h most likely for load-balancing reasons. After this exception does the SD exporter reconnect and...

We can still have the job for java7. We will compile the code using java8+ then we will just run tests on java7.

Hi @akhil-karanth Do you mind sharing with us what backend do you use? In general we do not want to produce Summary for multiple reasons: 1. You cannot calculate rates,...

* Add possibility to registe/unregister span names in SampledSpanStore to Traceconfigz.

Hi @endink, Thanks for filing this issue. I am a bit unclear about of what you try to achieve. Do you want to have a way to force exporting all...

you can use directly the unsafe API in this case instead of adding new public methods.

In this case where an initialization ordering is a problem please use the unsafe package.

We don't have that, but happy to work with the community to make it happen.

See https://github.com/gradle/gradle/issues/2949

The interaction with the `com.google.apphosting.api.CloudTrace` can be done via io.grpc.Context.Storage. Investigating that option now.