# Functions
AvailableTraceExporters gets the list of registered exporters.
Execute adds all child commands to the root command and sets flags appropriately.
GetTracingExporter gets the specified tracing exporter passing in the options to the exporter init function.
NewJaegerExporter creates a new opencensus tracing exporter.
NewOCAgentExporter creates a new opencensus tracing exporter using the opencensus agent forwarder.
RegisterTracingExporter registers a tracing exporter.
# Constants
Default taint values.
Default taint values.
Default taint values.
# Variables
RootCmd represents the base command when called without any subcommands.
# Structs
No description provided by the author
TracingExporterOptions is used to pass options to the configured tracer.
# Type aliases
TracingExporterInitFunc is the function that is called to initialize an exporter.