You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
receiverhelper.ObsReport is extensively used by many receivers in the contrib. However, exported API related to exporterhelper.ObsReport is not being used because that functionality is already incapsulated into top-level helpers exporterhelper.New[Metrics|Traces|Logs]Exporter and there is no reason to interact with exporterhelper.ObsReport directly.
dmitryax
changed the title
[exporterhelper] Reconsider need of Go API related to ObsReport
[exporterhelper] Reconsider the need of Go API related to ObsReportJul 11, 2024
receiverhelper.ObsReport
is extensively used by many receivers in the contrib. However, exported API related toexporterhelper.ObsReport
is not being used because that functionality is already incapsulated into top-level helpersexporterhelper.New[Metrics|Traces|Logs]Exporter
and there is no reason to interact withexporterhelper.ObsReport
directly.Given that we want to limit exposed API before 1.0, I suggest we deprecate and remove public API in https://github.com/open-telemetry/opentelemetry-collector/blob/main/exporter/exporterhelper/obsexporter.go
The text was updated successfully, but these errors were encountered: