Default

Default HTTP Propagation in Kamon.

class Object
trait Matchable
class Any

Value members

Concrete methods

override def read(reader: HeaderReader): Context

Reads context tags and entries on the following order:

Reads context tags and entries on the following order:

  1. Read all context tags from the context tags header.
  2. Read all context tags with explicit mappings. This overrides any tag from the previous step in case of a tag key clash.
  3. Read all context entries using the incoming entries configuration.
Definition Classes
override def write(context: Context, writer: HeaderWriter): Unit

Writes context tags and entries

Writes context tags and entries

Definition Classes