Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ThundraTagPrefix is prefix for the tags that are used in thundra internals ThundraTagPrefix = "thundra.span" // ClassNameKey defines class name ClassNameKey = ThundraTagPrefix + ".className" DomainNameKey = ThundraTagPrefix + ".domainName" OperationTypeKey = "operation.type" )
Variables ¶
This section is empty.
Functions ¶
func ClassName ¶
func ClassName(className string) ot.StartSpanOption
func DomainName ¶
func DomainName(domainName string) ot.StartSpanOption
func OperationType ¶
func OperationType(operationType string) ot.StartSpanOption
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.