sdk/log: Define in DESIGN.md how Processor and Exporter interfaces can be extended #5318
Labels
area:logs
Part of OpenTelemetry logs
enhancement
New feature or request
pkg:SDK
Related to an SDK package
Milestone
We should consider creating
embedded
interfaces as well as no-op implementations forProcessor
andExporter
. This could make extending these abstractions easier and less frustrating for the users.This idea came up when I was reviewing open-telemetry/opentelemetry-specification#4030 and open-telemetry/opentelemetry-specification#4024.
Reference: https://pkg.go.dev/go.opentelemetry.io/otel/metric#hdr-API_Implementations
The text was updated successfully, but these errors were encountered: