SpanInspection

kamon.testkit.SpanInspection
See theSpanInspection companion object

Utility functions to extract information that is not exposed on the Span interface.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object SpanInspection.type

Members list

Type members

Classlikes

class Inspector(span: Span)

Attributes

Supertypes
class Object
trait Matchable
class Any
trait Syntax

Exposes an implicitly available syntax to extract information from Spans.

Exposes an implicitly available syntax to extract information from Spans.

Attributes

Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def inspect(span: Span): Inspector

Creates a new Inspector instance for the provided Span

Creates a new Inspector instance for the provided Span

Attributes