func NewExporterOptions()

in cmd/exporter/app/options/options.go [37:46]


func NewExporterOptions() (*ExporterOptions, error) {
	return &ExporterOptions{
		ClientConnection: componentbaseconfig.ClientConnectionConfiguration{},
		Name:             "carbon-data-exporter",
		Address:          "",
		Port:             "80",
		CertFile:         "",
		KeyFile:          "",
	}, nil
}