Skip to content
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

+ kamon-okhttp: introduce the new module kamon-okhttp to provide instrumentation for OkHttp #808

Merged
merged 3 commits into from
Aug 22, 2020

Conversation

cspinetta
Copy link
Contributor

This change introduces a module to provide manual and automatic instrumentation for OkHttp >= 3.13.

Included:

  • The class KamonTracingInterceptor so you can manually register it on a OkHttp instance.
  • Automatic instrumentation by using Kanela agent.
  • Integration tests.
  • Added as dependency in kamon-bundle.

Compatibility:

The new module kamon-okhttp supports OkHttp >= 3.13.0 and <= 4.7.2.

I tested it by running the tests in cross-version fashion against OkHttp 3.13.0 , 3.13.1, 3.14.0, 3.14.9, 4.0.1, 4.1.1, 4.2.2, 4.3.1, 4.4.1,4.5.0, 4.6.0, 4.7.2.

@cspinetta cspinetta requested a review from dpsoft July 9, 2020 16:36
@cspinetta
Copy link
Contributor Author

@dpsoft any plan to introduce this change?

@dpsoft dpsoft merged commit 4880e36 into kamon-io:master Aug 22, 2020
@dpsoft
Copy link
Contributor

dpsoft commented Aug 22, 2020

@cspinetta awesome man!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants