Versions in this module Expand all Collapse all v1 v1.3.1 Apr 5, 2018 v1.2.2 Mar 4, 2018 Changes in this version + var MachineryTag = opentracing.Tag + var WorkflowChainTag = opentracing.Tag + var WorkflowChordTag = opentracing.Tag + var WorkflowGroupTag = opentracing.Tag + func AnnotateSpanWithChainInfo(span opentracing.Span, chain *tasks.Chain) + func AnnotateSpanWithChordInfo(span opentracing.Span, chord *tasks.Chord, sendConcurrency int) + func AnnotateSpanWithGroupInfo(span opentracing.Span, group *tasks.Group, sendConcurrency int) + func AnnotateSpanWithSignatureInfo(span opentracing.Span, signature *tasks.Signature) + func ConsumerOption(producer opentracing.SpanContext) opentracing.StartSpanOption + func HeadersWithSpan(headers tasks.Headers, span opentracing.Span) tasks.Headers + func ProducerOption() opentracing.StartSpanOption + func StartSpanFromHeaders(headers tasks.Headers, operationName string) opentracing.Span