2021-10-08
EventListener
-based metrics. Users now have access to metrics recorded through OkHttp's new API for tracking metrics and monitoring HTTP requests’ size and duration.- Updated OkHttp dependency to 3.14.9.
- Updated Dropwizard Metrics dependency to 4.2.3.
2017-11-10
- Support OkHttp 3.x
- Fix: Rewrite network request instrumentation with interceptors. The instrumented executor service is only used when executing asynchronous requests - it is not used when executing synchronous requests. By using interceptors, we can record metrics all requests regardless of whether they are synchronous or asynchronous.
- Other minor changes.
2015-12-14
- Custom instrumented client names. Users now have the ability to provide
an identifier for each instrumented client. This is useful when using multiple
instances of
OkHttpClient
in your application. - Updated OkHttp dependency to 2.7.
- Other minor changes.
2015-07-22
Initial release.