Mladen Subotić
Mladen Subotić
Scala `2.12.2` Kamon `2.1.8` After upgrading to akka-http to `10.2.2` operation names end up containing raw path instead of replacing matched sections with a special characte. In this example we'd...
Im trying to track internal asynchronous operations duration (potentially hundreds within one trace) where some metric tags are collected along the way. Initial approach was to create a span, `tagMetrics`...
In order to add alternatives to existing types with an ADT in a backwards compatible way we declare the current type to be one of the implementations of new hierarchy....