# Functions
NoDebugStack prevents stack traces from being attached to spans finishing with an error.
WithAnalytics enables Trace Analytics for all started spans.
WithAnalyticsRate sets the sampling rate for Trace Analytics events correlated to started spans.
WithResourceName sets a custom resource name to be used with the traced query.
WithServiceName sets the given service name for the returned query.
WrapQuery wraps a gocql.Query into a traced Query under the given service name.
# Type aliases
WrapOption represents an option that can be passed to WrapQuery.