You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 4, 2019. It is now read-only.
Currently, the generated code contains code for the metrics & tracing, even if it's optional.
Would be great to have an option to disable them at the code generation phase.
Thanks!
The text was updated successfully, but these errors were encountered:
bsideup
changed the title
Make it possible to disable metrics & tracing when generating stubs
Make it possible to exclude metrics & tracing when generating stubs
Jul 29, 2018
Currently, we can't even use compileOnly and have to put OpenTracing & MicroMeter on the classpath because of Optional<> parameters in the constructor (JVM will fail if classes are missing)
Hi!
Currently, the generated code contains code for the metrics & tracing, even if it's optional.
Would be great to have an option to disable them at the code generation phase.
Thanks!
The text was updated successfully, but these errors were encountered: