elastic / apm-agent-java

https://www.elastic.co/guide/en/apm/agent/java/current/index.html
Apache License 2.0
567 stars 320 forks source link

Support for retrofit #1744

Open tobiasstadler opened 3 years ago

tobiasstadler commented 3 years ago

Is your feature request related to a problem?

We are using retrofit for some of our HTTP request.

Describe the solution you'd like

retrofit invocations should be instrumented.

videnkz commented 3 years ago

Hi @tobiasstadler , retrofit uses okhttp client to perform requests. Okhttp is already supported. Can you provide more information?