We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
trait Traced {
def tracer: Tracer
def traced[T](name: String)(spanFn: Span => Future[T])(implicit ec: ExecutionContext): Future[T] = {
val scope = tracer.buildSpan(name).startActive(true)
Forked from opentracing-contrib/java-jdbc
OpenTracing Instrumentation for JDBC
Java
Forked from playframework/playframework
Play Framework
Scala
scalastyle
Scala 675 210
There was an error while loading. Please reload this page.