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
Hi there! I was wondering why the TonicExporterBuilder methods span_exporter_builder and metric_exporter_builder are no longer public, whereas the same methods in HttpExporterBuilder are still public. It looks like this changed in optentelemetry-otlp v0.27.0. We previously had a method that built one of these two builders with the same configurations, and then either built a MetricExporter or a SpanExporter, but now we have to duplicate that same code across modules.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there! I was wondering why the
TonicExporterBuildermethodsspan_exporter_builderandmetric_exporter_builderare no longer public, whereas the same methods inHttpExporterBuilderare still public. It looks like this changed inoptentelemetry-otlpv0.27.0. We previously had a method that built one of these two builders with the same configurations, and then either built aMetricExporteror aSpanExporter, but now we have to duplicate that same code across modules.Beta Was this translation helpful? Give feedback.
All reactions