# Functions
AddSpanFromTraceparentAttribute extracts the traceparent extension attribute from the CloudEvent and returns a context with that span set.
AddTraceparentAttributeFromContext returns a CloudEvent that is identical to the input event, with the traceparent CloudEvents extension attribute added.
BrokerFilterName creates the service name for Broker Filters to use when writing traces.
BrokerIngressName creates the service name for Broker Ingresses to use when writing Zipkin traces.
SetupDynamicPublishing sets up trace publishing for the process, by watching a ConfigMap for the configuration.
SetupStaticPublishing sets up trace publishing for the process.
# Variables
AlwaysSample is a configuration that samples 100% of the requests and sends them to Zipkin.
OnePercentSampling is a configuration that samples 1% of the requests.
# Structs
BrokerFilterNameArgs are the arguments needed to generate the BrokerFilterName.
BrokerIngressNameArgs are the arguments needed to generate the BrokerIngressName.