package
1.5.1
Repository: https://github.com/microbus-io/fabric.git
Documentation: pkg.go.dev

# Functions

Bool tags the span during its creation.
Client indicates that the span represents the operation of client making a request to a server.
ClientIP tags the span during its creation with the IP address and port number of the client.
Consumer represents the operation of a consumer receiving a message from a message broker.
Float tags the span during its creation.
Int tags the span during its creation.
Internal indicates that the span represents an internal operation within an application.
NewSpan creates a new span.
Producer represents the operation of a producer sending a message to a message broker.
Request tags the span during its creation with the request data.
Server indicates that the span represents the operation of handling a request from a client.
String tags the span during its creation.
Strings tags the span during its creation.

# Structs

Span implements the span interface.

# Type aliases

Option is an alias for trace.SpanStartOption which are options used to create tracing spans.