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
One thing that keeps coming up again and again is the need to enable/disable instrumentation via configuration alone, without fiddling with SBT plugins or selectively calling Kamon.init(). Something as simple as having a kanela.enabled setting should be enough.
The text was updated successfully, but these errors were encountered:
If the Kamon.init() is guarded by a variable from application.conf, would this work ?
Or would the call to read application.conf be already too much regarding Kamon.init() to be the real first instruction of the application ?
One thing that keeps coming up again and again is the need to enable/disable instrumentation via configuration alone, without fiddling with SBT plugins or selectively calling
Kamon.init()
. Something as simple as having akanela.enabled
setting should be enough.The text was updated successfully, but these errors were encountered: