Builder

trace4cats.model.CompletedSpan$.Builder
case class Builder(context: SpanContext, name: String, kind: SpanKind, start: Instant, end: Instant, attributes: Map[String, AttributeValue], status: SpanStatus, links: Option[NonEmptyList[Link]], metaTrace: Option[MetaTrace])

Attributes

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

Members list

Value members

Concrete methods

def build(serviceName: String): CompletedSpan

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product