1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-11-27 22:49:15 +02:00

docs: minor update to docstring (#4833)

Signed-off-by: Alex Boten <aboten@lightstep.com>
This commit is contained in:
Alex Boten
2024-01-19 06:18:16 -08:00
committed by GitHub
parent 1e2555f380
commit 8778c38832
7 changed files with 7 additions and 7 deletions

View File

@@ -406,7 +406,7 @@ func (bsp *batchSpanProcessor) enqueueDrop(ctx context.Context, sd ReadOnlySpan)
return false
}
// MarshalLog is the marshaling function used by the logging system to represent this exporter.
// MarshalLog is the marshaling function used by the logging system to represent this Span Processor.
func (bsp *batchSpanProcessor) MarshalLog() interface{} {
return struct {
Type string