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
In #2871 the OTLP Metrics Exporters were updated to the latest SDK.
This issue includes a few linked items that can be split up into multiple PRs.
Ideally done first:
refactor: Move OTLPExporter*Base from exporter-trace-otlp-http to a new package otlp-exporter-base so that the metrics exporters do not need to depend on the trace exporters anymore.
In #2871 the OTLP Metrics Exporters were updated to the latest SDK.
This issue includes a few linked items that can be split up into multiple PRs.
Ideally done first:
OTLPExporter*Base
fromexporter-trace-otlp-http
to a new packageotlp-exporter-base
so that the metrics exporters do not need to depend on the trace exporters anymore.Can be done after the refactor:
otlp-transformer
package to reduce duplicated code.otlp-transformer
package to reduce duplicated code.The text was updated successfully, but these errors were encountered: