package
1.59.5
Repository: https://github.com/nowfred/dd-trace-go.git
Documentation: pkg.go.dev

# Functions

Publish publishes a message on the specified topic and returns a PublishResult.
WithMeasured sets the measured tag for traces started by WrapReceiveHandler or Publish.
WithServiceName sets the service name tag for traces started by WrapReceiveHandler or Publish.
WrapReceiveHandler returns a receive handler that wraps the supplied handler, extracts any tracing metadata attached to the received message, and starts a receive span.

# Structs

PublishResult wraps *pubsub.PublishResult.

# Type aliases

A Option is used to customize spans started by WrapReceiveHandler or Publish.
A ReceiveOption has been deprecated in favor of Option.