# 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.
NodeFromProvider builds a kubernetes node object from a provider This is a temporary solution until node stuff actually split off from the provider interface itself.
RegisterTracingExporter registers a tracing exporter.
# Variables
AcceptedCiphers is the list of accepted TLS ciphers, with known weak ciphers elided Note this list should be a moving target.
RootCmd represents the base command when called without any subcommands.
# Structs
TracingExporterOptions is used to pass options to the configured tracer.
# Type aliases
TracingExporterInitFunc is the function that is called to initialize an exporter.