-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Impossible to provide executor for scheduler for TelemetryClient #298
Comments
@clayly thanks for letting us know about this issue but can you provide a bit more detail? What's the impact of the issue for you (eg: are you not able to generate telemetry for your application, etc? Any chance you have a sample app/code that demonstrates the problem you're encountering? |
Hi! Issue is performance and predictability / uniformity:
|
@kford-newrelic mention just in case! |
@clayly thanks for this additional information - we can't commit on if/when we would act on this but our engineers will definitely discuss it (and if you want to submit a PR for this, it certainly wouldn't hurt!) |
User can provide Dispatcher(ExecutorService) to OkHttpClient, but TelemetryClient forcibly creates another one with
Executors.newSingleThreadScheduledExecutor
in constructor.(Migrate to Jira)
The text was updated successfully, but these errors were encountered: