GoogleCloudPlatform / cloud-trace-java

Apache License 2.0
46 stars 42 forks source link

Ability to use custom ScheduledExecutorService when building a TraceGrpcApiService #72

Closed fabito closed 7 years ago

fabito commented 7 years ago

I'm building a Dropwizard/Jersey bundle and I need to provide my own ScheduledExecutorService.

kevinmdavis commented 7 years ago

You may be interested in our instrumentation repository. You should be able to use the jax-rs and servlet instrumentation with Dropwizard/Jersey.

https://github.com/GoogleCloudPlatform/cloud-trace-java-instrumentation

fabito commented 7 years ago

Thanks, didn't know about the instrumentation repo! Are you planning to publish/release to maven central anytime soon ?

kevinmdavis commented 7 years ago

Yes, I'll be doing that soon (hopefully in the next day or two).

fabito commented 7 years ago

Just saw 0.2.3 was released. How long until its published on maven central ? Any idea?

kevinmdavis commented 7 years ago

It should be syncing from Sonatype to the Central repo now.