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
WARNING: Exception thrown by stats counter
java.lang.IllegalAccessError: class kamon.instrumentation.caffeine.KamonStatsCounter tried to access private method 'void com.github.benmanes.caffeine.cache.stats.CacheStats.<init>(long, long, long, long, long, long, long)' (kamon.instrumentation.caffeine.KamonStatsCounter and com.github.benmanes.caffeine.cache.stats.CacheStats are in unnamed module of loader 'app')
at kamon.instrumentation.caffeine.KamonStatsCounter.snapshot(KamonStatsCounter.scala:46)
at com.github.benmanes.caffeine.cache.stats.GuardedStatsCounter.snapshot(GuardedStatsCounter.java:90)
at com.github.benmanes.caffeine.cache.LocalAsyncCache$AbstractCacheView.stats(LocalAsyncCache.java:569)
(Image of the private method)
I am getting this exception thrown when using kamon and caffeine together, specifically I am using Akka HTTP Prometheus metrics package which seems to be automatically hooked into by kamon.
I can provide any extra additional information as required
The text was updated successfully, but these errors were encountered:
(Image of the private method)
I am getting this exception thrown when using kamon and caffeine together, specifically I am using Akka HTTP Prometheus metrics package which seems to be automatically hooked into by kamon.
I can provide any extra additional information as required
The text was updated successfully, but these errors were encountered: