Kernel

natchez.Kernel
See theKernel companion object
final case class Kernel(toHeaders: Map[CIString, String])

An opaque hunk of data that we can hand off to another system (in the form of HTTP headers), which can then create new spans as children of this one. By this mechanism we allow our trace to span remote calls.

Attributes

Companion:
object
Source:
Kernel.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product