opencensus-go-exporter-ocagent
opencensus-go-exporter-ocagent copied to clipboard
all: no need for NewUnstartedExporter
NewUnstartedExporter is yet another flavor of an exporter and not starting automatically can be an option. Consider having something like this instead:
func WithNoAutoStart() ExporterOption
Great suggestion thanks @rakyll!