QueryMetrics

sangria.slowlog.QueryMetrics
case class QueryMetrics(pathData: TrieMap[Vector[String], TrieMap[String, FieldMetrics]], fieldData: TrieMap[String, TrieMap[String, FieldMetrics]], startNanos: Long, collectFieldData: Boolean)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def addComments(existing: Vector[Comment], added: Vector[Comment]): Vector[Comment]
def enrichQuery[In : InputUnmarshaller](schema: Schema[_, _], query: Document, operationName: Option[String], variables: In, durationNanos: Long, validationNanos: Long, queryReducerNanos: Long)(implicit evidence$1: InputUnmarshaller[In], renderer: MetricRenderer): Document
def extension(enrichedQuery: Document, durationNanos: Long, validationNanos: Long, queryReducerNanos: Long)(implicit renderer: MetricRenderer): Extension[Value]
def findVariableNames(node: AstNode): Vector[String]
def toComments(s: String): Vector[Comment]
def update(path: Vector[String], typeName: String, fieldName: String, success: Boolean, startNanos: Long, endNanos: Long): Unit

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product