Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 567 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 567 Bytes

zipkin-sender-okhttp3

This module contains a span sender for OkHttp 3.x.

Please view OkHttpSender for usage details.

Compatability

In order to keep new users current, this assigns the most recent major version of OkHttp 4.x. This reduces distraction around CVEs at the cost of more dependencies, notably Kotlin, vs the 3.x versions. That said, this module is tested to be runtime compatible with 3.x, for users who need to support Java 7 or non-Kotlin use cases.