Paul Cleary
Paul Cleary
Hrm, in hindsight Java 7 was EOL 3 years ago! I would say, let's continue to support Java 7 if possible as the world doesn't move fast. If it becomes...
I think we should drop Scala 2.10 support. Should update everything to be Scala 2.11 cross compile to Scala 2.12.
@ptravers are we doing anything with this? I want to work toward releasing 0.9.0. If it is not needed perhaps we close?
Also, logging each span individually makes it easier to generate metrics and dashboards in Kibana / ELK. Each log entry naturally generates a counter, and each duration maps to latency...
@tpolecat Do you mean two different "LogSpans" or 2 different "log4cats" loggers? The existing `LogSpan` encapsulates the mechanism for creating the log "string", it also encapsulates the mechanism to generate...
Of note, I just found https://github.com/janstenpickle/trace4cats and the `RefSpan` there has similar features to what I mentioned above. Instead of `SpanData` trace4cats uses `CompletedSpan` and instead of a `handler` function...
Sorry everyone, have not been updating any status here. Kinda sad but I haven't done anything here. I found scalafmt and kinda just ran with it.