diff --git a/instrumentation/opentelemetry/batchspanprocessor/batch_span_processor.go.original b/instrumentation/opentelemetry/batchspanprocessor/batch_span_processor.go.original index c9c7eff..fca26f2 100644 --- a/instrumentation/opentelemetry/batchspanprocessor/batch_span_processor.go.original +++ b/instrumentation/opentelemetry/batchspanprocessor/batch_span_processor.go.original @@ -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 diff --git a/instrumentation/opentelemetry/batchspanprocessor/batch_span_processor.modified.go b/instrumentation/opentelemetry/batchspanprocessor/batch_span_processor.modified.go index 3ffe96c..82ab506 100644 --- a/instrumentation/opentelemetry/batchspanprocessor/batch_span_processor.modified.go +++ b/instrumentation/opentelemetry/batchspanprocessor/batch_span_processor.modified.go @@ -413,7 +413,7 @@ func (bsp *batchSpanProcessor) enqueueDrop(ctx context.Context, sd sdktrace.Read 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