[chore] docs: clarify comment for NewFactory in debugexporter (first contribution) (#13086)
This is my first contribution to OpenTelemetry Collector. I am learning the contribution process and wanted to start with a simple documentation improvement. - Clarified the GoDoc comment for the NewFactory function in exporter/debugexporter/factory.go. Thank you for the opportunity to contribute!
This commit is contained in:
parent
392b705719
commit
24a0a492fa
|
|
@ -29,7 +29,7 @@ const (
|
|||
defaultSamplingThereafter = 1
|
||||
)
|
||||
|
||||
// NewFactory creates a factory for Debug exporter
|
||||
// NewFactory creates and returns a new factory for the Debug exporter.
|
||||
func NewFactory() exporter.Factory {
|
||||
return xexporter.NewFactory(
|
||||
componentType,
|
||||
|
|
|
|||
Loading…
Reference in New Issue