Closed ilya-nurullin closed 4 years ago
hey @ilya-nurullin, may I ask why are you adding the KamonFilter explicitly? The instrumentation will make sure that it is added without you needing to do anything explicitly so maybe in your example the filter is being added twice.. can you try again without adding the KamonFilter explicitly?
@ivantopo Yes, everything works fine after removing the explicit addition of the KamonFilter. I didn't know that the filter was added automatically. Thank you!
Hello! I have a problem with doubling count of requests:
plugins.sbt:
build.sbt:
application.conf:
Filters.scala:
routes:
HomeController.scala: