SlowLog

sangria.slowlog.SlowLog$
See theSlowLog companion class
object SlowLog

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
SlowLog.type

Members list

Value members

Concrete methods

def apply(logger: Logger, threshold: FiniteDuration, addExtensions: Boolean, separateOp: Boolean)(implicit renderer: MetricRenderer): SlowLog
def extension(implicit renderer: MetricRenderer): SlowLog
def extractQueryMetrics(result: ExecutionResult[_, _]): Option[QueryMetrics]
def log(logFn: (Long, String) => Unit, threshold: FiniteDuration, addExtensions: Boolean, separateOp: Boolean)(implicit renderer: MetricRenderer): SlowLog
def openTracing(parentSpan: Option[Span], defaultOperationName: String)(implicit tracer: Tracer): Middleware[Any]

Concrete fields

lazy val apolloTracing: Middleware[Any]