Javier Martínez

Results 1 issues of Javier Martínez

I'd like to add a custom tag dynamically when the code of a http route is executed. I tried the following: ```scala Kamon.runWithContext(Kamon.currentContext().withTag("newTag", "newValue")) { path("ping") { get { val...